Skip to content

release(crates): oxc v0.116.0#19911

Merged
camc314 merged 1 commit intomainfrom
release/crates-1772443207
Mar 2, 2026
Merged

release(crates): oxc v0.116.0#19911
camc314 merged 1 commit intomainfrom
release/crates-1772443207

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Mar 2, 2026

🚀 Features

🐛 Bug Fixes

⚡ Performance

📚 Documentation

Copilot AI review requested due to automatic review settings March 2, 2026 09:20
@Boshen Boshen self-assigned this Mar 2, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2026

Monitor Oxc

suite result
(codegen)
(dce)
Isolated Declarations
(whitespace)
(mangler)
(formatter)
(formatter_dcr)
(transformer)
(compressor)

@github-actions github-actions bot added A-parser Area - Parser A-semantic Area - Semantic A-minifier Area - Minifier A-ast Area - AST A-transformer Area - Transformer / Transpiler A-codegen Area - Code Generation A-cfg Area - Control Flow Graph A-isolated-declarations Isolated Declarations labels Mar 2, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR performs the coordinated 0.116.0 release bump across the Rust workspace crates and the published Node/NAPI packages, updating version metadata and changelogs to reflect the new release.

Changes:

  • Bump crate/package versions from 0.115.0 to 0.116.0 across Rust Cargo.toml files and npm package.json files.
  • Update NAPI JS loaders’ native-binding version checks to expect 0.116.0.
  • Add/update 0.116.0 changelog entries (including introducing a new changelog for oxc_estree_tokens).

Reviewed changes

Copilot reviewed 52 out of 53 changed files in this pull request and generated no comments.

Show a summary per file
File Description
npm/runtime/package.json Bump @oxc-project/runtime to 0.116.0.
npm/oxc-types/package.json Bump @oxc-project/types to 0.116.0.
napi/transform/package.json Bump oxc-transform npm package to 0.116.0.
napi/transform/index.js Update native binding version mismatch checks to expect 0.116.0.
napi/transform/Cargo.toml Bump oxc_transform_napi crate to 0.116.0.
napi/parser/src-js/bindings.js Update native binding version mismatch checks to expect 0.116.0.
napi/parser/package.json Bump oxc-parser npm package to 0.116.0.
napi/parser/Cargo.toml Bump oxc_parser_napi crate to 0.116.0.
napi/parser/CHANGELOG.md Add 0.116.0 release notes entry.
napi/minify/package.json Bump oxc-minify npm package to 0.116.0.
napi/minify/index.js Update native binding version mismatch checks to expect 0.116.0.
napi/minify/Cargo.toml Bump oxc_minify_napi crate to 0.116.0.
crates/oxc_traverse/Cargo.toml Bump oxc_traverse crate to 0.116.0.
crates/oxc_transformer_plugins/Cargo.toml Bump oxc_transformer_plugins crate to 0.116.0.
crates/oxc_transformer/Cargo.toml Bump oxc_transformer crate to 0.116.0.
crates/oxc_syntax/Cargo.toml Bump oxc_syntax crate to 0.116.0.
crates/oxc_str/Cargo.toml Bump oxc_str crate to 0.116.0.
crates/oxc_span/Cargo.toml Bump oxc_span crate to 0.116.0.
crates/oxc_span/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_semantic/Cargo.toml Bump oxc_semantic crate to 0.116.0.
crates/oxc_semantic/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_regular_expression/Cargo.toml Bump oxc_regular_expression crate to 0.116.0.
crates/oxc_parser/Cargo.toml Bump oxc_parser crate to 0.116.0.
crates/oxc_parser/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_napi/Cargo.toml Bump oxc_napi crate to 0.116.0.
crates/oxc_minifier/Cargo.toml Bump oxc_minifier crate to 0.116.0.
crates/oxc_minifier/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_mangler/Cargo.toml Bump oxc_mangler crate to 0.116.0.
crates/oxc_jsdoc/Cargo.toml Bump oxc_jsdoc crate to 0.116.0.
crates/oxc_isolated_declarations/Cargo.toml Bump oxc_isolated_declarations crate to 0.116.0.
crates/oxc_isolated_declarations/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_estree_tokens/Cargo.toml Bump oxc_estree_tokens crate to 0.116.0.
crates/oxc_estree_tokens/CHANGELOG.md Add new changelog file with 0.116.0 entry.
crates/oxc_estree/Cargo.toml Bump oxc_estree crate to 0.116.0.
crates/oxc_estree/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_ecmascript/Cargo.toml Bump oxc_ecmascript crate to 0.116.0.
crates/oxc_ecmascript/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_diagnostics/Cargo.toml Bump oxc_diagnostics crate to 0.116.0.
crates/oxc_data_structures/Cargo.toml Bump oxc_data_structures crate to 0.116.0.
crates/oxc_data_structures/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_compat/Cargo.toml Bump oxc_compat crate to 0.116.0.
crates/oxc_codegen/Cargo.toml Bump oxc_codegen crate to 0.116.0.
crates/oxc_codegen/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_cfg/Cargo.toml Bump oxc_cfg crate to 0.116.0.
crates/oxc_ast_visit/Cargo.toml Bump oxc_ast_visit crate to 0.116.0.
crates/oxc_ast_macros/Cargo.toml Bump oxc_ast_macros crate to 0.116.0.
crates/oxc_ast_macros/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc_ast/Cargo.toml Bump oxc_ast crate to 0.116.0.
crates/oxc_allocator/Cargo.toml Bump oxc_allocator crate to 0.116.0.
crates/oxc_allocator/CHANGELOG.md Add 0.116.0 release notes entry.
crates/oxc/Cargo.toml Bump oxc crate to 0.116.0.
Cargo.toml Bump workspace dependency versions to 0.116.0.
Cargo.lock Update lockfile entries for 0.116.0 workspace crates.

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 2, 2026

Merging this PR will not alter performance

✅ 53 untouched benchmarks
⏩ 3 skipped benchmarks1


Comparing release/crates-1772443207 (fbc07c4) with main (8ec232e)

Open in CodSpeed

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@camc314 camc314 merged commit 3a8c4a4 into main Mar 2, 2026
35 checks passed
@camc314 camc314 deleted the release/crates-1772443207 branch March 2, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ast Area - AST A-cfg Area - Control Flow Graph A-codegen Area - Code Generation A-isolated-declarations Isolated Declarations A-minifier Area - Minifier A-parser Area - Parser A-semantic Area - Semantic A-transformer Area - Transformer / Transpiler

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants