Skip to content

chore(deps): bump oxc-transform from 0.124.0 to 0.127.0 in /fe#211

Merged
dos1in merged 1 commit intomainfrom
dependabot/npm_and_yarn/fe/oxc-transform-0.126.0
Apr 21, 2026
Merged

chore(deps): bump oxc-transform from 0.124.0 to 0.127.0 in /fe#211
dos1in merged 1 commit intomainfrom
dependabot/npm_and_yarn/fe/oxc-transform-0.126.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 18, 2026

Bumps oxc-transform from 0.124.0 to 0.126.0.

Release notes

Sourced from oxc-transform's releases.

oxc crates_v0.126.0

💥 BREAKING CHANGES

  • 24fb7eb allocator: [BREAKING] Rename Box and Vec methods (#21395) (overlookmotel)

🚀 Features

  • ce5072d parser: Support turbopack magic comments (#20803) (Kane Wang)
  • f5deb55 napi/transform: Expose optimizeConstEnums and optimizeEnums options (#21388) (Dunqing)
  • 24b03de data_structures: Introduce NonNullConst and NonNullMut pointer types (#21425) (overlookmotel)

🐛 Bug Fixes

  • d7a359a ecmascript: Treat update expressions as unconditionally side-effectful (#21456) (Dunqing)
  • 56af2f4 transformer/async-to-generator: Correct scope of inferred named FE in async-to-generator (#21458) (Dunqing)
  • b3ed467 minifier: Avoid illegal var; when folding unused arguments copy loop (#21421) (fazba)
  • b0e8f13 minifier: Preserve var inside catch with same-named parameter (#21366) (Dunqing)
  • 4fb73a7 transformer/typescript: Preserve execution order for accessor with useDefineForClassFields: false (#21369) (Dunqing)

⚡ Performance

  • c22cba6 allocator: Simplify pointer calculation when creating Arena chunks (#21475) (overlookmotel)
  • da3cc16 parser: Refactor out LexerContext (#21275) (Ulrich Stark)

📚 Documentation

  • c5b19bb allocator: Reformat comments in Arena (#21448) (overlookmotel)
  • 091e88e lexer: Update doc comment about perf benefit of reading through references (#21423) (overlookmotel)
  • 922cbee allocator: Remove references to "bump" from comments (#21397) (overlookmotel)

oxc crates_v0.125.0

💥 BREAKING CHANGES

  • 36cdc31 str: [BREAKING] Remove identity FromIn impl for Ident (#21251) (overlookmotel)
  • 382958a span: [BREAKING] Remove re-exports of string types from oxc_span crate (#21246) (overlookmotel)
  • c4aedfa str: [BREAKING] Add static_ident! macro (#21245) (overlookmotel)

🚀 Features

  • e7e1aea transformer/typescript: Add optimize_enums option for regular enum inlining (#20539) (Dunqing)
  • 679f57f transformer/typescript: Implement const enum inlining and declaration removal (#20508) (Dunqing)
  • 6dd061c semantic: Extend MemberWriteTarget to cover all property modification patterns (#21205) (Dunqing)
  • f134e24 minifier: Support property_write_side_effects option to drop unused property assignments (#20773) (Dunqing)
  • 75663c0 semantic: Add enum member value evaluation for const enum support (#20602) (Dunqing)
  • 3cfe8ed semantic: Add MemberWriteTarget flag to ReferenceFlags (#20772) (Dunqing)

🐛 Bug Fixes

  • af1a586 transformer/class-properties: Use correct property name when converting parameter properties (#21268) (Amal Jossy)
  • b43250a allocator: Move allocation tracking into Bump (#21342) (overlookmotel)

... (truncated)

Changelog

Sourced from oxc-transform's changelog.

[0.126.0] - 2026-04-15

🚀 Features

  • f5deb55 napi/transform: Expose optimizeConstEnums and optimizeEnums options (#21388) (Dunqing)

[0.125.0] - 2026-04-13

🚀 Features

  • e7e1aea transformer/typescript: Add optimize_enums option for regular enum inlining (#20539) (Dunqing)

[0.117.0] - 2026-03-09

🐛 Bug Fixes

  • ee0491e apps,napi: Explicitly specify libs in tsconfigs (#20071) (camc314)

⚡ Performance

  • 2baa5fb napi: Unify build-test profile to coverage for cache sharing (#20090) (Boshen)

[0.113.0] - 2026-02-10

🐛 Bug Fixes

  • 487601b napi: Disable mimalloc on Windows to fix worker_threads crash (#18923) (Boshen)

[0.112.0] - 2026-02-02

📚 Documentation

  • 3d01fa1 transformer: Update links to use Oxc docs (#18722) (sapphi-red)

[0.111.0] - 2026-01-26

📚 Documentation

  • 8ccd853 npm: Update package homepage URLs and add keywords (#18509) (Boshen)

[0.109.0] - 2026-01-19

🚀 Features

  • 6e8fa80 napi/parser, napi/transform: Accept sourceType: "commonjs" (#18197) (overlookmotel)
  • 66b8c02 parser: Implement unambiguous module parsing for JS/TS files (#18124) (Boshen)

[0.102.0] - 2025-12-08

💥 BREAKING CHANGES

... (truncated)

Commits
  • 836fe9d release(crates): oxc v0.126.0 (#21471)
  • f5deb55 feat(napi/transform): expose optimizeConstEnums and optimizeEnums options...
  • fb6b1b0 release(crates): oxc v0.125.0 (#21374)
  • e7e1aea feat(transformer/typescript): add optimize_enums option for regular enum in...
  • 152b37a chore(deps): update napi (#20829)
  • See full diff in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot Bot added the pnpm-dependencies fe update label for robot label Apr 18, 2026
Bumps [oxc-transform](https://github.com/oxc-project/oxc/tree/HEAD/napi/transform) from 0.124.0 to 0.126.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.126.0/napi/transform)

---
updated-dependencies:
- dependency-name: oxc-transform
  dependency-version: 0.126.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/fe/oxc-transform-0.126.0 branch from 1f562db to db9c61c Compare April 21, 2026 06:12
@dos1in dos1in changed the title chore(deps): bump oxc-transform from 0.124.0 to 0.126.0 in /fe chore(deps): bump oxc-transform from 0.124.0 to 0.127.0 in /fe Apr 21, 2026
@dos1in dos1in merged commit a19a9f7 into main Apr 21, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/fe/oxc-transform-0.126.0 branch April 21, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pnpm-dependencies fe update label for robot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant