Skip to content

release(crates): oxc v0.114.0#19429

Merged
camc314 merged 1 commit intomainfrom
release/crates-1771233713
Feb 16, 2026
Merged

release(crates): oxc v0.114.0#19429
camc314 merged 1 commit intomainfrom
release/crates-1771233713

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Feb 16, 2026

🚀 Features

🐛 Bug Fixes

⚡ Performance

📚 Documentation

Copilot AI review requested due to automatic review settings February 16, 2026 09:21
@Boshen Boshen self-assigned this Feb 16, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

Monitor Oxc

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

@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 Feb 16, 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 releases version 0.114.0 of the Oxc project, bumping from version 0.113.0. The release includes several features, bug fixes, performance improvements, and documentation updates across the codebase, with a major focus on adding node_id fields to AST nodes and various semantic and transformer improvements.

Changes:

  • Version bump from 0.113.0 to 0.114.0 across all Rust crates and npm packages
  • CHANGELOG.md updates documenting new features, bug fixes, performance improvements, and documentation changes
  • Updated version checks in native binding JavaScript files for cross-platform compatibility

Reviewed changes

Copilot reviewed 54 out of 55 changed files in this pull request and generated no comments.

Show a summary per file
File Description
npm/runtime/package.json Version bump to 0.114.0
npm/oxc-types/package.json Version bump to 0.114.0
napi/transform/package.json Version bump to 0.114.0
napi/transform/index.js Updated version checks for all platform bindings to 0.114.0
napi/transform/Cargo.toml Version bump to 0.114.0
napi/parser/src-js/bindings.js Updated version checks for all platform bindings to 0.114.0
napi/parser/package.json Version bump to 0.114.0
napi/parser/Cargo.toml Version bump to 0.114.0
napi/parser/CHANGELOG.md Added 0.114.0 release notes
napi/minify/package.json Version bump to 0.114.0
napi/minify/index.js Updated version checks for all platform bindings to 0.114.0
napi/minify/Cargo.toml Version bump to 0.114.0
crates/oxc_traverse/Cargo.toml Version bump to 0.114.0
crates/oxc_traverse/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_transformer_plugins/Cargo.toml Version bump to 0.114.0
crates/oxc_transformer_plugins/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_transformer/Cargo.toml Version bump to 0.114.0
crates/oxc_transformer/CHANGELOG.md Added 0.114.0 release notes with bug fixes and performance improvements
crates/oxc_syntax/Cargo.toml Version bump to 0.114.0
crates/oxc_syntax/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_str/Cargo.toml Version bump to 0.114.0
crates/oxc_str/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_span/Cargo.toml Version bump to 0.114.0
crates/oxc_span/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_semantic/Cargo.toml Version bump to 0.114.0
crates/oxc_semantic/CHANGELOG.md Added 0.114.0 release notes with features and bug fixes
crates/oxc_regular_expression/Cargo.toml Version bump to 0.114.0
crates/oxc_regular_expression/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_parser/Cargo.toml Version bump to 0.114.0
crates/oxc_parser/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_napi/Cargo.toml Version bump to 0.114.0
crates/oxc_minifier/Cargo.toml Version bump to 0.114.0
crates/oxc_minifier/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_mangler/Cargo.toml Version bump to 0.114.0
crates/oxc_isolated_declarations/Cargo.toml Version bump to 0.114.0
crates/oxc_isolated_declarations/CHANGELOG.md Added 0.114.0 release notes with bug fixes and performance improvements
crates/oxc_estree/Cargo.toml Version bump to 0.114.0
crates/oxc_ecmascript/Cargo.toml Version bump to 0.114.0
crates/oxc_diagnostics/Cargo.toml Version bump to 0.114.0
crates/oxc_data_structures/Cargo.toml Version bump to 0.114.0
crates/oxc_data_structures/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_compat/Cargo.toml Version bump to 0.114.0
crates/oxc_codegen/Cargo.toml Version bump to 0.114.0
crates/oxc_codegen/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_cfg/Cargo.toml Version bump to 0.114.0
crates/oxc_ast_visit/Cargo.toml Version bump to 0.114.0
crates/oxc_ast_macros/Cargo.toml Version bump to 0.114.0
crates/oxc_ast_macros/CHANGELOG.md Added 0.114.0 release notes
crates/oxc_ast/Cargo.toml Version bump to 0.114.0
crates/oxc_ast/CHANGELOG.md Added 0.114.0 release notes with features
crates/oxc_allocator/Cargo.toml Version bump to 0.114.0
crates/oxc_allocator/CHANGELOG.md Added 0.114.0 release notes
crates/oxc/Cargo.toml Version bump to 0.114.0
Cargo.toml Updated workspace dependencies to 0.114.0
Cargo.lock Updated locked versions to 0.114.0

@codspeed-hq
Copy link

codspeed-hq bot commented Feb 16, 2026

Merging this PR will not alter performance

✅ 47 untouched benchmarks
⏩ 3 skipped benchmarks1


Comparing release/crates-1771233713 (ea5cba2) with main (19318b6)

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 assigned camc314 and unassigned Boshen Feb 16, 2026
@camc314 camc314 merged commit 704c109 into main Feb 16, 2026
37 checks passed
@camc314 camc314 deleted the release/crates-1771233713 branch February 16, 2026 13:03
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