Skip to content

chore(deps): bump oxc-transform from 0.93.0 to 0.98.0#18

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/oxc-transform-0.98.0
Open

chore(deps): bump oxc-transform from 0.93.0 to 0.98.0#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/oxc-transform-0.98.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps oxc-transform from 0.93.0 to 0.98.0.

Release notes

Sourced from oxc-transform's releases.

oxc crates_v0.98.0

💥 BREAKING CHANGES

  • ea51b0b napi: [BREAKING] Standardize function naming with sync suffixes (#15661) (Boshen)
  • b2af6b5 ast: [BREAKING] Remove AstKind for Argument (#13902) (taearls)

🚀 Features

  • 1b18457 transformer: Support tagged template expression with </script transformation (#15664) (Dunqing)
  • 77efb76 parser: Improve error message for invalid switch clauses (#15728) (sapphi-red)
  • 5691727 parser: Improve import source from error message (#15727) (sapphi-red)
  • b7404bc parser: Improve error message for missing function body (#15726) (sapphi-red)
  • 71c2fb0 parser: Improve error message when JSX is found while not enabled (#15725) (sapphi-red)
  • 56e7e44 minifier: Disable removal of unnecessary use strict directives for DCE (#15691) (sapphi-red)
  • 8a61cfd allocator, ast: Introduce UnstableAddress trait (#15700) (overlookmotel)
  • f5ce55a napi: Export all options using wildcard exports (Boshen)
  • 68703b9 minifier: Rotate binary expressions to remove parentheses (#15473) (sapphi-red)

🐛 Bug Fixes

  • c023ba6 semantic: Do not duplicate statements in temp Vec when binding TSModuleDeclarations (#15724) (overlookmotel)
  • d60ca81 parser: Reject import something 'source' (#15746) (sapphi-red)
  • e0728fa ast: Exclude comment end position from is_inside_comment check (#15753) (camc314)
  • 9f54a36 semantic: Error on \00 in strict mode (#15743) (sapphi-red)
  • 440a977 ast: Include rest properties when using get_binding_identifiers (#15710) (camc314)

⚡ Performance

  • 1f09d3c parser: Faster checking for invalid modifiers (#15717) (overlookmotel)
  • d8d4e31 ast: Use loop instead of recursion in TSModuleDeclarationBody::as_module_block_mut (#15713) (overlookmotel)

📚 Documentation

  • e033d50 ast: Clarify behavior of TSModuleDeclaration::has_use_strict_directive (#15730) (overlookmotel)
  • 9eda70f allocator: Improve docs for Address methods (#15697) (overlookmotel)
Changelog

Sourced from oxc-transform's changelog.

[0.98.0] - 2025-11-17

💥 BREAKING CHANGES

  • ea51b0b napi: [BREAKING] Standardize function naming with sync suffixes (#15661) (Boshen)

[0.97.0] - 2025-11-11

📚 Documentation

  • 4b904b1 transformer: Clarify jsx.pure option would affect JSX elements (#15376) (sapphi-red)

[0.94.0] - 2025-10-06

🚀 Features

  • 588acd5 transformer: Add ES2026 target for explicit resource management (#14330) (Boshen)

🐛 Bug Fixes

  • 013e053 napi/transform: Fix define plugin not applying DCE correctly (#14264) (Boshen)

[0.94.0] - 2025-10-06

🚀 Features

  • 588acd5 transformer: Add ES2026 target for explicit resource management (#14330) (Boshen)

🐛 Bug Fixes

  • 013e053 napi/transform: Fix define plugin not applying DCE correctly (#14264) (Boshen)

[0.92.0] - 2025-09-24

🐛 Bug Fixes

  • 2f9e16d napi/minifier, napi/transformer: Rename CommonJS file to .cjs (#14047) (overlookmotel)

🚜 Refactor

  • cc0019f napi: Move scripts into scripts directory (#14048) (overlookmotel)

[0.92.0] - 2025-09-24

... (truncated)

Commits
  • c588bc5 release(crates): oxc v0.98.0 (#15771)
  • 1b18457 feat(transformer): support tagged template expression with </script transfo...
  • ea51b0b feat(napi)!: standardize function naming with sync suffixes (#15661)
  • 98585f0 release(crates): oxc v0.97.0 (#15582)
  • 4b904b1 docs(transformer): clarify jsx.pure option would affect JSX elements (#15376)
  • d7daf07 test(transformer): add escaping tests for inject import sources with special ...
  • 14fe64a release(crates): v0.96.0 (#15115)
  • a8e5181 chore(infra): dogfooding oxfmt (#14979)
  • ada9989 chore(deps): update vitest to v4 (#14919)
  • f472631 chore(napi): update cli and js bindings (#14917)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [oxc-transform](https://github.com/oxc-project/oxc/tree/HEAD/napi/transform) from 0.93.0 to 0.98.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.98.0/napi/transform)

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

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 Nov 24, 2025
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.

0 participants