Skip to content

release(crates): oxc v0.110.0#18240

Merged
overlookmotel merged 1 commit intomainfrom
release/crates-1768829705
Jan 19, 2026
Merged

release(crates): oxc v0.110.0#18240
overlookmotel merged 1 commit intomainfrom
release/crates-1768829705

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Jan 19, 2026

🐛 Bug Fixes

⚡ Performance

@Boshen Boshen requested a review from overlookmotel as a code owner January 19, 2026 13:35
Copilot AI review requested due to automatic review settings January 19, 2026 13:35
@Boshen Boshen self-assigned this Jan 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

Monitor Oxc

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

@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 Jan 19, 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 bumps the oxc project version from 0.109.0 to 0.110.0, incorporating bug fixes in the semantic analyzer, transformer, and mangler, along with a performance improvement in the semantic analyzer.

Changes:

  • Version bumped from 0.109.0 to 0.110.0 across all Rust crates and npm packages
  • Updated native binding version checks for all platform-specific bindings
  • Added changelog entries documenting bug fixes and performance improvements

Reviewed changes

Copilot reviewed 40 out of 41 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Cargo.toml Updated workspace dependencies to version 0.110.0
Cargo.lock Updated lock file with new version numbers
crates/*/Cargo.toml Bumped all crate versions to 0.110.0
crates/oxc_semantic/CHANGELOG.md Added 0.110.0 release notes for bug fix and performance improvement
crates/oxc_transformer/CHANGELOG.md Added 0.110.0 release notes for CommonJS require fix
crates/oxc_mangler/CHANGELOG.md Added 0.110.0 release notes for frequency slots fix
crates/oxc_minifier/CHANGELOG.md Added 0.110.0 release notes for mangler fix
napi/*/Cargo.toml Updated NAPI crate versions to 0.110.0
napi/*/package.json Updated npm package versions to 0.110.0
napi/transform/index.js Updated version checks for all platform bindings to 0.110.0
napi/parser/src-js/bindings.js Updated version checks for all platform bindings to 0.110.0
napi/minify/index.js Updated version checks for all platform bindings to 0.110.0
npm/*/package.json Updated npm package versions to 0.110.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 19, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing release/crates-1768829705 (671c63a) with main (3577bfa)

Summary

✅ 42 untouched benchmarks
⏩ 3 skipped benchmarks1

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.

@overlookmotel overlookmotel merged commit 89de3a1 into main Jan 19, 2026
36 checks passed
@overlookmotel overlookmotel deleted the release/crates-1768829705 branch January 19, 2026 13:42
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