Skip to content

Bump oxc_ast from 0.128.0 to 0.131.0#114

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_ast-0.131.0
Closed

Bump oxc_ast from 0.128.0 to 0.131.0#114
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/oxc_ast-0.131.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps oxc_ast from 0.128.0 to 0.131.0.

Release notes

Sourced from oxc_ast's releases.

oxc crates_v0.131.0

🚀 Features

  • bc91a17 codegen: Expose Codegen::with_source_type method (#22432) (camc314)

🐛 Bug Fixes

  • 703557c codegen: Keep exports[STR] = … key as plain string in minify (#22402) (Dunqing)
  • 5ac7e79 minifier: Drop unused-var-init pure IIFEs and preserve annotation for downstream (#22349) (Dunqing)
  • 4ab57eb allocator: Fixed-size allocators use VirtualAlloc on Windows (#22124) (overlookmotel)
  • 66d77eb allocator: Fix segfault on Linux MUSL with fixed-size allocators (#22388) (overlookmotel)
  • b8fbc1f transformer/object-rest-spread: Correct scope id when moving bindings (#22419) (camc314)
  • 18edc2c codegen: Keep Object.defineProperty property name as plain string in minify (#22400) (Dunqing)
  • dda33de transformer/explicit-resource-management: Align lexical binding scopes (#22320) (camc314)
  • 8e79de8 transformer: Preserve for-await statement bodies (#22361) (camc314)
  • 0cba210 transformer/class: Replace new.target in static blocks (#22360) (camc314)
  • 67ab1c9 transformer/es2018/for-await: Hoist for-await generated bindings (#22355) (camc314)
  • c3ceb4a transformer/object-rest-spread: Use hoisted scope for for-of temp refs (#22347) (camc314)

⚡ Performance

  • 73a9043 allocator/bitset: Avoid temp heap String allocation (#22403) (camc314)
  • 8b2f4f9 transformer/object-rest-spread: Collect Vec<SymbolId over Vec<BindingIdentifier> (#22418) (camc314)
  • 83679ea parser: Split TriviaBuilder::handle_token hot/cold paths (#22415) (Boshen)
  • 2c7d781 codegen: Inline identifier-name accessors (#22411) (Boshen)
  • 618bc76 diagnostics: Inline OxcDiagnosticInner to avoid heap allocation (#22406) (Boshen)
  • 0b4e158 parser: Reserve cap 2 for sequence expressions vec (#22374) (camc314)
  • 5f3bdd0 codegen: Add #[inline] to code, code_len (#22373) (camc314)

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)

... (truncated)

Commits
  • 564ebbf release(crates): oxc v0.131.0 (#22459)
  • 703557c fix(codegen): keep exports[STR] = … key as plain string in minify (#22402)
  • 5ac7e79 fix(minifier): drop unused-var-init pure IIFEs and preserve annotation for do...
  • 70a1e2a ci(oxlint): Run oxlint-napi-test on oxc_config change (#22449)
  • ddb6eed refactor(oxlint): Use oxc_config::find_unique_config_by_readdir (#22447)
  • 04c4609 fix(linter/no-nullable-type-assertion-style): mark as suggestion (#22450)
  • 8959cd9 refactor(oxfmt): Use oxc_config::find_unique_config_by_readdir (#22446)
  • d3ced13 refactor(config): Add find_unique_config_by_readdir from Oxfmt (#22445)
  • 7cb5ac9 refactor(oxfmt/lsp): Use shared config resolution api (#22443)
  • 70ceea5 refactor(oxfmt): Move resolve_file_scope_config into core::config (#22442)
  • Additional commits viewable 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)

Bumps [oxc_ast](https://github.com/oxc-project/oxc) from 0.128.0 to 0.131.0.
- [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.128.0...crates_v0.131.0)

---
updated-dependencies:
- dependency-name: oxc_ast
  dependency-version: 0.131.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 rust Pull requests that update rust code labels May 17, 2026
@dependabot
dependabot Bot requested a review from bjcorder as a code owner May 17, 2026 06:07
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 17, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 24, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #119.

@dependabot dependabot Bot closed this May 24, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/oxc_ast-0.131.0 branch May 24, 2026 06:07
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.

0 participants