Update Rust crate unicode_names2 to v3 - #26077
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Typing conformance resultsNo changes detected ✅Current numbersThe percentage of diagnostics emitted that were expected errors held steady at 96.83%. The percentage of expected errors that received a diagnostic held steady at 91.74%. The number of fully passing files held steady at 99/133. |
Memory usage reportMemory usage unchanged ✅ |
|
| Lint rule | Added | Removed | Changed |
|---|---|---|---|
invalid-syntax |
4 | 0 | 0 |
| Total | 4 | 0 | 0 |
Raw diff:
websockets (https://github.com/aaugustin/websockets)
+ src/websockets/cli.py:47:13 error[invalid-syntax] Got unexpected unicode
+ src/websockets/cli.py:53:22 error[invalid-syntax] Got unexpected unicode
+ src/websockets/cli.py:65:13 error[invalid-syntax] Got unexpected unicode
+ src/websockets/cli.py:69:22 error[invalid-syntax] Got unexpected unicode
|
Member
|
We probably need to bump to unicode 2 first. We should align it with the most recent supported Python version and whatever unicode standard that version uses |
renovate
Bot
force-pushed
the
renovate/unicode_names2-3.x
branch
from
July 20, 2026 14:10
e51d88a to
caf0192
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.2.2→3.0.0Release Notes
progval/unicode_names2 (unicode_names2)
v3.1.0Compare Source
2026-06-04
Data:
v3.0.0Compare Source
2026-06-04
Breaking:
Performance improvements:
iter_str.rsInternal:
v2.0.0Compare Source
2025-06-19
Breaking:
(see below) we had to change code generated by
unicode_names2_generatorin a way thatwas not compatible with
unicode_names2v1.3.0 (and vice-versa), forcing us to bumpunicode_names2_generatorto v2.0.0. In order to keep them in sync,unicode_names2is bumped accordingly.
Additionally, implementing UAX#44 might break code if it relies on this crate for some
sort of validation.
Feature:
to make name matching less strict. (#46)
Internal:
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.