-
-
Notifications
You must be signed in to change notification settings - Fork 741
chore: update Unicode table for Unicode 17 #7546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: e07b41b The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe you should at least add a patch changeset
WalkthroughUpdates internal Unicode string data to Unicode 17.0 and marks the @biomejs/biome dependency as a patch update. No code or public API changes; this is a data/versioning adjustment only. Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.changeset/shaky-swans-brake.md (1)
5-5: Tighten the prose to match changeset guidelines (past tense + present behaviour).Use past tense for the change and present tense for current behaviour. Suggestion below.
-Internal data for Unicode strings have been updated to Unicode 17.0. +Updated internal Unicode string tables to Unicode 17.0. +Biome now reflects the Unicode 17.0 Derived Core Properties.Optional: add a tiny code snippet if there’s a user‑visible behaviour change worth illustrating.
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
crates/biome_unicode_table/src/tables.rsis excluded by!**/biome_unicode_table/src/tables.rsand included by**
📒 Files selected for processing (1)
.changeset/shaky-swans-brake.md(1 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
.changeset/*.md
📄 CodeRabbit inference engine (CONTRIBUTING.md)
.changeset/*.md: In changeset files, only use #### or ##### headers; avoid other header levels
Changeset descriptions should use past tense for what you did (e.g., "Added...")
Describe current Biome behavior in present tense within changesets (e.g., "Biome now supports...")
For bug fixes in changesets, start with a link to the issue (e.g., "Fixed #1234: ...")
When referencing rules or assists in changesets, include links to their documentation pages
Include a minimal code block in the changeset when applicable to demonstrate the change
End every sentence in the changeset description with a period
Files:
.changeset/shaky-swans-brake.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
- GitHub Check: autofix
- GitHub Check: Test (depot-windows-2022-16)
- GitHub Check: Documentation
- GitHub Check: Test (depot-ubuntu-24.04-arm-16)
- GitHub Check: Lint project (depot-ubuntu-24.04-arm-16)
- GitHub Check: Lint project (depot-windows-2022)
- GitHub Check: Check Dependencies
- GitHub Check: Test Node.js API
🔇 Additional comments (1)
.changeset/shaky-swans-brake.md (1)
1-3: Front‑matter looks good for a patch bump.Version impact is correctly scoped to
@biomejs/biomeas a patch.
Summary
Unicode 17.0.0 has been published and
DerivedCoreProperties.txtis now updated. I rancargo run -p xtask_codegen -- unicodeto update the table.Test Plan
N/A
Docs
N/A