Skip to content

release(crates): oxc v0.117.0#20142

Merged
camc314 merged 1 commit intomainfrom
release/crates-1773047995
Mar 9, 2026
Merged

release(crates): oxc v0.117.0#20142
camc314 merged 1 commit intomainfrom
release/crates-1773047995

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Mar 9, 2026

🚀 Features

🐛 Bug Fixes

⚡ Performance

Copilot AI review requested due to automatic review settings March 9, 2026 09:19
@Boshen Boshen self-assigned this Mar 9, 2026
@Boshen Boshen requested a review from leaysgur as a code owner March 9, 2026 09:19
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

Monitor Oxc

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

@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 9, 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 is a routine release PR that bumps the version of the oxc crate ecosystem from 0.116.0 to 0.117.0. It updates version fields across all publishable Rust crates, NAPI Node.js packages, npm packages, and the root Cargo.lock. CHANGELOG entries are added for crates that had meaningful changes in this release cycle.

Changes:

  • Version bump from 0.116.00.117.0 across all publishable Rust crates, NAPI packages, and npm packages
  • NAPI binding version check strings updated in index.js/bindings.js for transform, minify, and parser
  • CHANGELOG entries added for oxc_allocator, oxc_parser, oxc_codegen, oxc_napi, oxc_transformer_plugins, napi/parser, napi/transform, and napi/minify

Reviewed changes

Copilot reviewed 47 out of 48 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Cargo.toml Workspace dependency versions updated from 0.116.0 to 0.117.0
Cargo.lock All internal crate versions updated to 0.117.0
crates/oxc*/Cargo.toml Per-crate version bumps to 0.117.0
crates/oxc_*/CHANGELOG.md New 0.117.0 sections with bug fix, feature, and perf entries
napi/*/package.json, napi/*/Cargo.toml NAPI package version bumps to 0.117.0
napi/*/index.js, napi/parser/src-js/bindings.js Native binding version checks updated to 0.117.0
napi/*/CHANGELOG.md New 0.117.0 sections for parser, transform, and minify
npm/*/package.json npm package version bumps to 0.117.0

@codspeed-hq
Copy link

codspeed-hq bot commented Mar 9, 2026

Merging this PR will not alter performance

✅ 53 untouched benchmarks
⏩ 3 skipped benchmarks1


Comparing release/crates-1773047995 (4793f88) with main (36b2e56)2

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.

  2. No successful run was found on main (291d867) during the generation of this report, so 36b2e56 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@camc314 camc314 merged commit dafe4ad into main Mar 9, 2026
35 checks passed
@camc314 camc314 deleted the release/crates-1773047995 branch March 9, 2026 10:49
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