Skip to content

Update oxc requirement from 0.105.0 to 0.106.0#10

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/oxc-0.106.0
Closed

Update oxc requirement from 0.105.0 to 0.106.0#10
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/oxc-0.106.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 29, 2025

Updates the requirements on oxc to permit the latest version.

Release notes

Sourced from oxc's releases.

oxc crates_v0.106.0

🚀 Features

  • 5f963dd allocator/bitset: Add clear method to reset all bits (#17380) (camc314)
  • 289bff7 transformer: Export ESFeature from options (#17347) (shulaoda)
  • e031056 codegen: Add sourcemap feature flag (#17305) (Boshen)
  • 8e4409a minifier: Add invalid_import_side_effects option (#17300) (sapphi-red)
  • 4ac23e1 parser: Produce syntax error for ({ foo(bar) }) (#17267) (Boshen)
  • a15e183 parser: Change span for missing initializer in decleration (#17134) (camc314)
  • 3ee71b0 parser: Add diagnostic for parameters with question mark and initializer (#17132) (camc314)

⚡ Performance

  • 5fa85be semantic: Remove enter_kind (#17439) (camc314)
  • 19b437b semantic: Inline enter_kind for ContinueStatement (#17436) (camc314)
  • d66a691 semantic: Inline enter_kind for BreakStatement (#17435) (camc314)
  • 4a9b302 semantic: Inline enter_kind CFG statement handling (#17433) (camc314)
  • d08356e semantic: Inline enter_kind for TSTypeReference (#17432) (camc314)
  • ea2d639 semantic: Inline enter_kind for TSClassImplements (#17431) (camc314)
  • e862cac semantic: Inline enter_kind for TSInterfaceHeritage (#17430) (camc314)
  • 50bd7de semantic: Inline enter_kind for CallExpression (#17429) (camc314)
  • 7dff312 semantic: Inline enter_kind for YieldExpression (#17428) (camc314)
  • dff229c semantic: Inline enter_kind for IdentifierReference (#17422) (camc314)
  • 3352e6c semantic: Inline enter_kind for TSTypeQuery (#17421) (camc314)
  • 8e803ca semantic: Inline enter_kind for TSPropertySignature (#17420) (camc314)
  • 739ed7c semantic: Inline enter_kind for TSTypeParameter (#17419) (camc314)
  • c4ae687 semantic: Inline enter_kind for TSEnumMember (#17418) (camc314)
  • 4c845a3 semantic: Inline enter_kind for TSEnumDeclaration (#17417) (camc314)
  • 83cc44d semantic: Inline enter_kind for TSInterfaceDeclaration (#17414) (camc314)
  • dc35189 semantic: Inline enter_kind for TSTypeAliasDeclaration (#17413) (camc314)
  • 722fffa codegen: Restructure print_comments to avoid index comparisons in loop (#17402) (camc314)
  • 7ec39d0 codegen: Use print_ascii_byte in more places (#17401) (camc314)
  • 510ec00 codegen: Avoid allocation in PrivateIdentifier gen when not mangling (#17395) (camc314)
  • d2afdcf semantic: Inline enter_kind for TSModuleDeclaration (#17405) (camc314)
  • 1bda570 semantic: Inline enter_kind for CatchParameter (#17404) (camc314)
  • 7284b76 semantic: Inline enter_kind for FormalParameterRest (#17403) (camc314)
  • 585ddf8 semantic: Inline enter_kind for FormalParameter (#17400) (camc314)
  • eacd876 semantic: Inline enter_kind for BindingRestElement (#17399) (camc314)
  • adc657a semantic: Inline enter_kind for PrivateIdentifier (#17398) (camc314)
  • 6e9d26b semantic: Inline enter_kind for ClassBody (#17397) (camc314)
  • d930962 semantic: Inline enter_kind for VariableDeclarator (#17396) (camc314)
  • 900d42d semantic: Inline enter_kind for TSImportEqualsDeclaration (#17394) (camc314)
  • f3afe57 semantic: Inline enter_kind for ImportNamespaceSpecifier (#17393) (camc314)
  • 19392df semantic: Inline enter_kind for ImportDefaultSpecifier (#17392) (camc314)
  • 22d46d0 semantic: Inline enter_kind for ImportSpecifier (#17391) (camc314)
  • e073925 mangler: Early exit in liveness walk when scope already marked live (#17382) (camc314)
  • 50f0ddd mangler: Optimize slot assignment with pre-computed ancestor sets (#17379) (camc314)
  • c3ff642 mangler: Avoid ToString allocations (#17378) (camc314)
  • 3886ddc semantic: Use match_module_declaration! macro instead of match guard (#17184) (camc314)
  • 605a290 semantic: Use swap_remove instead of into_iter().next() in into_root (#17183) (camc314)

... (truncated)

Commits
  • 9ec9340 release(crates): oxc v0.106.0 (#17447)
  • 1bf0ffc fix(formatter): incorrect JSX text wrapping when the expression container is ...
  • 42ad9d6 fix(formatter): JSXFragment missed a leading semicolon when semicolon is disa...
  • e9d346f refactor(lsp): cache sent diagnostics uri for shutdown inside workspace worke...
  • 5fa85be perf(semantic): remove enter_kind (#17439)
  • 19b437b perf(semantic): inline enter_kind for ContinueStatement (#17436)
  • 445776a chore(deps): update taiki-e/install-action action to v2.65.6 (#17434)
  • d66a691 perf(semantic): inline enter_kind for BreakStatement (#17435)
  • e268f72 refactor(lsp): capability to send showMessage on diagnostics errors (#17437)
  • 4a9b302 perf(semantic): inline enter_kind CFG statement handling (#17433)
  • 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.105.0...crates_v0.106.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 29, 2025
@LemonHX LemonHX closed this Jan 8, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jan 8, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/oxc-0.106.0 branch January 8, 2026 14:50
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