Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
| specifier: '46' | ||
| version: 46.1.0(cldr-core@48.0.0) |
There was a problem hiding this comment.
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.
| 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
Is this helpful? React 👍 or 👎 to let us know.
Merge activity
|
# 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.

Upgrade CLDR to v48
This PR updates most CLDR packages from v46 to v48, with the exception of
cldr-segments-fullwhich remains at v46. The update includes:intl-datetimeformattestsintl-numberformattestsThe changes reflect the latest internationalization data from CLDR v48, ensuring our formatting libraries stay current with global standards.