Skip to content

Conversation

@caugner
Copy link
Contributor

@caugner caugner commented Dec 19, 2025

Summary

Node 24.0.0 adds several Locale.get*() methods (in addition to the accessor properties).

Also: Node 24.0.0 removed minimalDays from the object returned by Locale.getWeekInfo().

Test results and supporting details

The minimalDays property is no longer mentioned in the spec.

The change was part of bumping V8 to 13.6, which made it into Node 24.0.0.

Related issues

Fixes #28703.

@github-actions github-actions bot added data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript size:xs [PR only] 0-6 LoC changed labels Dec 19, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 19, 2025

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

@github-actions github-actions bot added size:s [PR only] 7-24 LoC changed and removed size:xs [PR only] 0-6 LoC changed labels Dec 19, 2025
@caugner caugner force-pushed the 28703-locale-in-node-removed-minimalDays branch from 758fdcf to 0199c54 Compare December 19, 2025 11:35
@github-actions github-actions bot added size:xs [PR only] 0-6 LoC changed and removed size:s [PR only] 7-24 LoC changed labels Dec 19, 2025
@github-actions github-actions bot added size:l [PR only] 101-1000 LoC changed and removed size:xs [PR only] 0-6 LoC changed labels Dec 19, 2025
@caugner caugner changed the title Node 24 removed minimalDays from Locale.getWeekInfo() Node 24 adds several Locale.get*() methods Dec 19, 2025
@caugner caugner requested a review from Elchi3 January 9, 2026 13:45
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

This is all analog to Chrome/v8, so LGTM.
Thanks Claas! 👍

@Elchi3 Elchi3 merged commit 2550655 into main Jan 9, 2026
13 checks passed
@Elchi3 Elchi3 deleted the 28703-locale-in-node-removed-minimalDays branch January 9, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

data:js Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript size:l [PR only] 101-1000 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

javascript.builtins.Intl.Locale.getWeekInfo - minimaldays not available in Node 25

3 participants