Skip to content

fix: standardize repository field format across all packages#2269

Merged
andrii-bodnar merged 1 commit into
lingui:mainfrom
yslpn:fix/standardize-repository-field-format
Jun 24, 2025
Merged

fix: standardize repository field format across all packages#2269
andrii-bodnar merged 1 commit into
lingui:mainfrom
yslpn:fix/standardize-repository-field-format

Conversation

@yslpn
Copy link
Copy Markdown
Contributor

@yslpn yslpn commented Jun 20, 2025

Description

This PR standardizes the repository field format across all package.json files in the monorepo to follow npm best practices https://docs.npmjs.com/cli/v10/configuring-npm/package-json#repository

  • Updated repository URLs from https:// to git+https:// format
  • Added directory field to all package repository objects
  • Converted string-format repositories to proper object format
  • Ensures consistency across all 20+ packages

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Examples update

Fixes # (issue)

Checklist

  • I have read the CONTRIBUTING and CODE_OF_CONDUCT docs
  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary documentation (if appropriate)

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
js-lingui ✅ Ready (Inspect) Visit Preview Jun 20, 2025 0:06am

@github-actions
Copy link
Copy Markdown

size-limit report 📦

Path Size
packages/core/dist/index.mjs 2.91 KB (0%)
packages/detect-locale/dist/index.mjs 618 B (0%)
packages/react/dist/index.mjs 1.35 KB (0%)

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.75%. Comparing base (6bb8983) to head (afa7de0).
Report is 196 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2269      +/-   ##
==========================================
- Coverage   77.05%   76.75%   -0.30%     
==========================================
  Files          84       88       +4     
  Lines        2157     2491     +334     
  Branches      555      649      +94     
==========================================
+ Hits         1662     1912     +250     
- Misses        382      463      +81     
- Partials      113      116       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@andrii-bodnar andrii-bodnar merged commit a03a984 into lingui:main Jun 24, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants