Skip to content

chore: upgrade oxc_* dependencies from 0.110 to 0.116#84

Merged
Brooooooklyn merged 1 commit intomainfrom
upgrade-oxc-0.116
Mar 5, 2026
Merged

chore: upgrade oxc_* dependencies from 0.110 to 0.116#84
Brooooooklyn merged 1 commit intomainfrom
upgrade-oxc-0.116

Conversation

@Brooooooklyn
Copy link
Member

@Brooooooklyn Brooooooklyn commented Mar 5, 2026

Adapt to breaking change where IdentifierReference.name, BindingIdentifier.name,
and IdentifierName.name changed from Atom<'a> to Ident<'a>. Added .into() conversions
and .as_str() for string comparisons throughout the codebase.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


Note

Medium Risk
Upgrades core oxc_* parsing/semantic dependencies and touches many identifier-handling call sites; risk is mainly compatibility/regression in metadata extraction and import-elision behavior due to API/type changes.

Overview
Updates workspace oxc_* dependencies from 0.110 to 0.116 (plus corresponding Cargo.lock refresh with new/updated transitive crates).

Adapts compiler code to upstream breaking changes where identifier name fields are no longer Atom by adding .into() conversions, switching string comparisons to name.as_str(), and tightening APIs like ImportElisionAnalyzer::should_elide to accept &str to match the new identifier types.

Written by Cursor Bugbot for commit 2709613. This will update automatically on new commits. Configure here.

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Adapt to breaking change where IdentifierReference.name, BindingIdentifier.name,
and IdentifierName.name changed from Atom<'a> to Ident<'a>. Added .into() conversions
and .as_str() for string comparisons throughout the codebase.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Brooooooklyn Brooooooklyn merged commit 7208cd7 into main Mar 5, 2026
4 checks passed
@Brooooooklyn Brooooooklyn deleted the upgrade-oxc-0.116 branch March 5, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant