Skip to content

chore(deps): bump the oxc group with 3 updates#948

Merged
layershifter merged 2 commits into
mainfrom
dependabot/npm_and_yarn/oxc-1a0063f7b5
May 12, 2026
Merged

chore(deps): bump the oxc group with 3 updates#948
layershifter merged 2 commits into
mainfrom
dependabot/npm_and_yarn/oxc-1a0063f7b5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the oxc group with 3 updates: oxc-parser, oxc-transform and oxc-walker.

Updates oxc-parser from 0.129.0 to 0.130.0

Release notes

Sourced from oxc-parser's releases.

oxc crates_v0.130.0

🚀 Features

  • 66c9b01 transformer/typescript: Debug_assert that enum_eval ran in semantic (#22252) (Dunqing)
  • ffe6475 minifier: Fold Array constructor with safe spreads (#22215) (camc314)

🐛 Bug Fixes

  • d3d0b18 traverse: Handle ChainElement::TSNonNullExpression in GatherNodeParts (#22247) (leaysgur)
  • 4e880de transformer/object-rest-spread: Declare temp vars for computed keys (#22284) (camc314)
  • a7c3e22 semantic: Clear member write target for computed keys (#22302) (camc314)
  • 6a8852d codegen: Emit newline after legal-comment orphan flush (#22304) (Dunqing)
  • 5da9fda transformer/explicit-resource-management: Preserve class names (#22306) (Dunqing)
  • b5d970f transformer/explicit-resource-management: Preserve class names (#22290) (camc314)
  • bc54fd4 minifier: Keep function / class names if direct eval is present in the scope (#22241) (sapphi-red)
  • 7a810c0 minifier: Refresh direct eval flags after DCE (#21787) (Dunqing)
  • dd88726 transformer/legacy-decorator: Preserve accessor type annotation for emitDecoratorMetadata (#21966) (Dunqing)
  • 29a3cd7 codegen: Swap mapping/indent order for top-level decls (#22206) (Dunqing)
  • 73b4f40 minifier: Preserve catch binding with direct eval (#22221) (camc314)
  • 0e13d17 minifier: Preserve optional chain base side effects (#22219) (camc314)
  • 0c7c01c transformer/typescript: Inline optional-chain enum member access (#21834) (Dunqing)
  • a6aff7e codegen: Emit block/array/object end mapping at close char (#22200) (Dunqing)
  • a099b03 codegen: Emit call end mapping at ) position, not past it (#22199) (Dunqing)
  • 5753774 minifier: Cap if-return ternary collapse for firefox (#21841) (Gurupungav Narayanan)
  • 2493bdd codegen: Correct sourcemap end mappings for closing delimiters (#22001) (Mark Dalgleish)
  • 3b385e2 minifier: Bail optimizing Array with unknown arg count (#22188) (camc314)
  • 9fa2122 parser: Parse array computed class keys (#22159) (camc314)

📚 Documentation

  • a4a6892 napi/parser: Correct code comment (#22278) (overlookmotel)
  • 9305373 oxc: Update README (#22178) (camc314)
Changelog

Sourced from oxc-parser's changelog.

[0.130.0] - 2026-05-11

📚 Documentation

  • a4a6892 napi/parser: Correct code comment (#22278) (overlookmotel)
Commits

Updates oxc-transform from 0.129.0 to 0.130.0

Release notes

Sourced from oxc-transform's releases.

oxc crates_v0.130.0

🚀 Features

  • 66c9b01 transformer/typescript: Debug_assert that enum_eval ran in semantic (#22252) (Dunqing)
  • ffe6475 minifier: Fold Array constructor with safe spreads (#22215) (camc314)

🐛 Bug Fixes

  • d3d0b18 traverse: Handle ChainElement::TSNonNullExpression in GatherNodeParts (#22247) (leaysgur)
  • 4e880de transformer/object-rest-spread: Declare temp vars for computed keys (#22284) (camc314)
  • a7c3e22 semantic: Clear member write target for computed keys (#22302) (camc314)
  • 6a8852d codegen: Emit newline after legal-comment orphan flush (#22304) (Dunqing)
  • 5da9fda transformer/explicit-resource-management: Preserve class names (#22306) (Dunqing)
  • b5d970f transformer/explicit-resource-management: Preserve class names (#22290) (camc314)
  • bc54fd4 minifier: Keep function / class names if direct eval is present in the scope (#22241) (sapphi-red)
  • 7a810c0 minifier: Refresh direct eval flags after DCE (#21787) (Dunqing)
  • dd88726 transformer/legacy-decorator: Preserve accessor type annotation for emitDecoratorMetadata (#21966) (Dunqing)
  • 29a3cd7 codegen: Swap mapping/indent order for top-level decls (#22206) (Dunqing)
  • 73b4f40 minifier: Preserve catch binding with direct eval (#22221) (camc314)
  • 0e13d17 minifier: Preserve optional chain base side effects (#22219) (camc314)
  • 0c7c01c transformer/typescript: Inline optional-chain enum member access (#21834) (Dunqing)
  • a6aff7e codegen: Emit block/array/object end mapping at close char (#22200) (Dunqing)
  • a099b03 codegen: Emit call end mapping at ) position, not past it (#22199) (Dunqing)
  • 5753774 minifier: Cap if-return ternary collapse for firefox (#21841) (Gurupungav Narayanan)
  • 2493bdd codegen: Correct sourcemap end mappings for closing delimiters (#22001) (Mark Dalgleish)
  • 3b385e2 minifier: Bail optimizing Array with unknown arg count (#22188) (camc314)
  • 9fa2122 parser: Parse array computed class keys (#22159) (camc314)

📚 Documentation

  • a4a6892 napi/parser: Correct code comment (#22278) (overlookmotel)
  • 9305373 oxc: Update README (#22178) (camc314)
Commits

Updates oxc-walker from 0.7.0 to 1.0.0

Release notes

Sourced from oxc-walker's releases.

v1.0.0

1.0.0 (2026-05-08)

⚠ BREAKING CHANGES

  • support rolldown or custom parseSync (#288)

Features

  • support rolldown or custom parseSync (#288) (8d6d4cc)

What's Changed

... (truncated)

Changelog

Sourced from oxc-walker's changelog.

1.0.0 (2026-05-08)

⚠ BREAKING CHANGES

  • support rolldown or custom parseSync (#288)

Features

  • support rolldown or custom parseSync (#288) (8d6d4cc)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the oxc group with 3 updates: [oxc-parser](https://github.com/oxc-project/oxc/tree/HEAD/napi/parser), [oxc-transform](https://github.com/oxc-project/oxc/tree/HEAD/napi/transform) and [oxc-walker](https://github.com/oxc-project/oxc-walker).


Updates `oxc-parser` from 0.129.0 to 0.130.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/parser/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.130.0/napi/parser)

Updates `oxc-transform` from 0.129.0 to 0.130.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/napi/transform/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/crates_v0.130.0/napi/transform)

Updates `oxc-walker` from 0.7.0 to 1.0.0
- [Release notes](https://github.com/oxc-project/oxc-walker/releases)
- [Changelog](https://github.com/oxc-project/oxc-walker/blob/main/CHANGELOG.md)
- [Commits](oxc-project/oxc-walker@v0.7.0...v1.0.0)

---
updated-dependencies:
- dependency-name: oxc-parser
  dependency-version: 0.130.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: oxc
- dependency-name: oxc-transform
  dependency-version: 0.130.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: oxc
- dependency-name: oxc-walker
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: oxc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 12, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 12, 2026 20:06
@github-actions
Copy link
Copy Markdown
Contributor

📊 Bundle size report

✅ No changes found

@layershifter
Copy link
Copy Markdown
Member

@copilot add change files with patch. yarn dedupe

Agent-Logs-Url: https://github.com/microsoft/griffel/sessions/d68a3159-1952-4fc7-9557-4dff29ed73e3

Co-authored-by: layershifter <14183168+layershifter@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 12, 2026

@copilot add change files with patch. yarn dedupe

Added patch change files for @griffel/transform and @griffel/transform-shaker, and ran yarn dedupe (no yarn.lock changes were needed) in 5fee507.

Copilot AI requested a review from layershifter May 12, 2026 20:16
@layershifter layershifter enabled auto-merge (squash) May 12, 2026 20:17
@layershifter layershifter merged commit fc06eaf into main May 12, 2026
4 checks passed
@layershifter layershifter deleted the dependabot/npm_and_yarn/oxc-1a0063f7b5 branch May 12, 2026 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants