Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Updates the requirements on oxc to permit the latest version.

Release notes

Sourced from oxc's releases.

oxc crates_v0.105.0

🚀 Features

  • d99134d parser: Improve diagnostic message for phase imports (#17092) (camc314)
  • 36e08ef data_structures: Implement conversion traits for stack types (#17141) (overlookmotel)
  • 0e177f4 data_structures: Implement Send and Sync for stack types (#17135) (overlookmotel)
  • cdb6345 minifier: Remove unused import source/defer statements (#17085) (camc314)
  • 3e2ae7b regular_expression: Improve error messages (#16953) (sapphi-red)

🐛 Bug Fixes

  • ab43454 minifier: Preserve sideeffects of destructuring arguments in non-strict mode (#17249) (sapphi-red)
  • 5595642 minifier: Avoid arguments copy loop transformation in arrow functions (#17248) (sapphi-red)
  • f0ad6b7 minifier: Preserve sideeffectful destructing delcaration for array and object destruction (#17074) (Armano)
  • e08fdf1 linter/plugins: Include hashbang in comments (#17231) (overlookmotel)
  • 76b1dc7 minifier: Avoid incorrect logical assignment transformation when base object may be mutated (#16802) (camc314)
  • adb41ba allocator: AllocatorPool do not consume all memory on Windows (#17094) (overlookmotel)
  • b87600a allocator: Fix potential deadlock in FixedSizeAllocatorPool (#17112) (overlookmotel)

⚡ Performance

  • 14e5016 transformer/enum: Avoid cloning HashMap in IdentifierReferenceRename (#17210) (camc314)
  • 5aefb84 linter/plugins: Reduce size of walker code (#17176) (overlookmotel)
  • cee4a6c allocator: Use Stack in AllocatorPools (#17136) (overlookmotel)
  • eeeb53a semantic: Remove leave_kind (#17145) (camc314)
  • 009256e semantic: Inline leave_kind for TSPropertySignature (#17144) (camc314)
  • 2943e4d semantic: Inline leave_kind for TSTypeQuery (#17143) (camc314)
  • 2e65ac0 semantic: Inline leave_kind for CatchParameter (#17142) (camc314)
Commits
  • 0637049 release(crates): oxc v0.105.0 (#17259)
  • c83f90c fix(formatter): should expand call arguments group when the argument will bre...
  • def4ec1 fix(formatter): wrongly added an indentation for an union type when there is ...
  • 9e4ab39 test(formatter): move react hooks related tests to a same folder (#17247)
  • 15e2d37 fix(formatter): diff with Prettier on hook with spread arguments function (#1...
  • 1921b85 fix(formatter): shorthand property broken with consistent quote props (#17245)
  • 6d03edd fix(formatter): method signature missed a semicolon when it is on the same li...
  • 97a02d1 feat(oxfmt): Add insertFinalNewline option (#17251)
  • 7b810f4 fix(oxfmt): Use correct root dir with ignore and overrides for nested cwd (#1...
  • 14e5016 perf(transformer/enum): avoid cloning HashMap in IdentifierReferenceRename (#...
  • Additional commits viewable in compare view

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 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)

Updates the requirements on [oxc](https://github.com/oxc-project/oxc) to permit the latest version.
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/CHANGELOG.md)
- [Commits](oxc-project/oxc@crates_v0.103.0...crates_v0.105.0)

---
updated-dependencies:
- dependency-name: oxc
  dependency-version: 0.105.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jan 12, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant