Skip to content

feat: upgrade cldr to v48#5678

Closed
longlho wants to merge 3 commits intomainfrom
12-25-feat_upgrade_cldr_to_v48
Closed

feat: upgrade cldr to v48#5678
longlho wants to merge 3 commits intomainfrom
12-25-feat_upgrade_cldr_to_v48

Conversation

@longlho
Copy link
Member

@longlho longlho commented Dec 26, 2025

Upgrade CLDR to v48

This PR updates most CLDR packages from v46 to v48, with the exception of cldr-segments-full which remains at v46. The update includes:

  • Updated date formatting patterns in intl-datetimeformat tests
  • Modified number formatting in intl-numberformat tests
  • Updated generated locale data files across multiple packages
  • Refreshed time data and other CLDR-dependent generated files

The changes reflect the latest internationalization data from CLDR v48, ensuring our formatting libraries stay current with global standards.

@longlho longlho marked this pull request as ready for review December 26, 2025 02:06
Copy link
Member Author

longlho commented Dec 26, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • main - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Comment on lines +213 to +214
specifier: '46'
version: 46.1.0(cldr-core@48.0.0)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Critical peer dependency mismatch detected. cldr-segments-full@46.1.0 requires cldr-core: 46.1.0 as a peer dependency (defined at lines 4659-4662), but it's being resolved with cldr-core@48.0.0 (line 15922). This version mismatch can cause:

  • Runtime errors if the CLDR core API changed between v46 and v48
  • Data format incompatibilities
  • Unexpected locale data behavior

Fix: Either upgrade cldr-segments-full to version 48 to match other CLDR packages:

"cldr-segments-full": "48"

Or downgrade all CLDR packages to version 46 to maintain consistency.

Suggested change
specifier: '46'
version: 46.1.0(cldr-core@48.0.0)
specifier: '48'
version: 46.1.0(cldr-core@48.0.0)

Spotted by Graphite Agent

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@graphite-app
Copy link

graphite-app bot commented Dec 26, 2025

Merge activity

  • Dec 26, 2:10 AM UTC: longlho added this pull request to the Graphite merge queue.
  • Dec 26, 2:10 AM UTC: CI is running for this pull request on a draft pull request (#5679) due to your merge queue CI optimization settings.
  • Dec 26, 2:14 AM UTC: Merged by the Graphite merge queue via draft PR: #5679.

graphite-app bot pushed a commit that referenced this pull request Dec 26, 2025
# Upgrade CLDR to v48

This PR updates most CLDR packages from v46 to v48, with the exception of `cldr-segments-full` which remains at v46. The update includes:

- Updated date formatting patterns in `intl-datetimeformat` tests
- Modified number formatting in `intl-numberformat` tests
- Updated generated locale data files across multiple packages
- Refreshed time data and other CLDR-dependent generated files

The changes reflect the latest internationalization data from CLDR v48, ensuring our formatting libraries stay current with global standards.
@graphite-app graphite-app bot closed this Dec 26, 2025
@graphite-app graphite-app bot deleted the 12-25-feat_upgrade_cldr_to_v48 branch December 26, 2025 02:14
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.

1 participant