chore(deps): update oxc to ^0.125.0#227
Merged
Brooooooklyn merged 2 commits intomainfrom Apr 14, 2026
Merged
Conversation
22e996a to
6cf987c
Compare
6cf987c to
ecc4e4f
Compare
Member
|
@claude[agent] fix oxc upgrade compile errors |
- Move Ident imports from oxc_span to oxc_str across all crates - Add oxc_str dependency to workspace and all affected crates - Add GetSpan trait import where needed - Replace all oxc_span::Ident and oxc_span::Str references with oxc_str equivalents - Update test files with correct imports This fixes compilation errors after upgrading to oxc 0.125.0, where Ident and Str types were moved from oxc_span to oxc_str. Agent-Logs-Url: https://github.com/voidzero-dev/oxc-angular-compiler/sessions/f515e6da-eaed-48e9-89f7-6d91d8559c34 Co-authored-by: Brooooooklyn <3468483+Brooooooklyn@users.noreply.github.com>
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
^0.124.0→^0.125.0^0.124.0→^0.125.00.124→0.1250.124→0.1250.124→0.1250.124→0.1250.124→0.1250.124→0.1250.124→0.1250.124→0.1250.124→0.1250.124→0.125Release Notes
oxc-project/oxc (oxc-parser)
v0.125.0💥 BREAKING CHANGES
382958aspan: [BREAKING] Remove re-exports of string types fromoxc_spancrate (#21246) (overlookmotel)⚡ Performance
addcd02napi/parser, linter/plugins: Raw transfer deserializer forVecs use shift instead of multiply where possible (#21142) (overlookmotel)3068dednapi/parser, linter/plugins: Shift before add when calculating positions in raw transfer deserializer (#21141) (overlookmotel)eb400b8napi/parser, linter/plugins: Removeuint32buffer view (#21140) (overlookmotel)2675085napi/parser: Lazy deserialization use onlyInt32Array(#21139) (overlookmotel)5b35a53napi/parser: Deserializing tokens use onlyint32array (#21138) (overlookmotel)f163d10parser: Tokens raw deserialization useInt32Array(#21137) (overlookmotel)7a86613linter/plugins: UseInt32Arrays for tokens and comments buffers (#21136) (overlookmotel)8c51121napi/parser, linter/plugins: Raw transfer deserializeSpanfields asi32s (#21135) (overlookmotel)bc1bcddnapi/parser, linter/plugins: Inline trivial raw transfer field deserializers into node object definitions (#21134) (overlookmotel)c0278abnapi/parser, linter/plugins: UseInt32Arrayin raw transfer deserializer (#21132) (overlookmotel)43482c7linter/plugins: Use>>not>>>in binary search loops (#21129) (overlookmotel)oxc-project/oxc (oxc-transform)
v0.125.0🚀 Features
e7e1aeatransformer/typescript: Addoptimize_enumsoption for regular enum inlining (#20539) (Dunqing)Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.