Skip to content

release(crates): oxc v0.107.0#17661

Merged
graphite-app[bot] merged 1 commit intomainfrom
release/crates-1767604288
Jan 5, 2026
Merged

release(crates): oxc v0.107.0#17661
graphite-app[bot] merged 1 commit intomainfrom
release/crates-1767604288

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Jan 5, 2026

🚀 Features

🐛 Bug Fixes

⚡ Performance

Copilot AI review requested due to automatic review settings January 5, 2026 09:11
@Boshen Boshen self-assigned this Jan 5, 2026
@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 5, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2026

Monitor Oxc

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

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 crate versions from v0.106.0 to v0.107.0, updating all package manifests, lockfiles, and changelogs to reflect the new release.

Key changes:

  • Version bump from 0.106.0 to 0.107.0 across all packages
  • Updated CHANGELOG.md files with release notes for new features, bug fixes, and performance improvements
  • Updated native binding version checks in JavaScript files

Reviewed changes

Copilot reviewed 44 out of 45 changed files in this pull request and generated no comments.

Show a summary per file
File Description
npm/runtime/package.json Updated package version to 0.107.0
npm/oxc-types/package.json Updated package version to 0.107.0
napi/transform/package.json Updated package version to 0.107.0
napi/transform/index.js Updated version checks for all platform bindings to 0.107.0
napi/transform/Cargo.toml Updated crate version to 0.107.0
napi/parser/src-js/bindings.js Updated version checks for all platform bindings to 0.107.0
napi/parser/package.json Updated package version to 0.107.0
napi/parser/Cargo.toml Updated crate version to 0.107.0
napi/minify/package.json Updated package version to 0.107.0
napi/minify/index.js Updated version checks for all platform bindings to 0.107.0
napi/minify/Cargo.toml Updated crate version to 0.107.0
crates/*/Cargo.toml Updated all crate versions to 0.107.0
crates/*/CHANGELOG.md Added release notes for version 0.107.0
Cargo.toml Updated workspace dependency versions to 0.107.0
Cargo.lock Updated lockfile with new version references

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

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 5, 2026

CodSpeed Performance Report

Merging #17661 will improve performance by 3.14%

Comparing release/crates-1767604288 (13d3fc1) with main (659c23e)

Summary

⚡ 1 improvement
✅ 41 untouched
⏩ 3 skipped1

Benchmarks breakdown

Mode Benchmark BASE HEAD Efficiency
Simulation codegen[cal.com.tsx] 34.9 ms 33.8 ms +3.14%

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 Jan 5, 2026
@camc314 camc314 added the 0-merge Merge with Graphite Merge Queue label Jan 5, 2026
Copy link
Contributor

camc314 commented Jan 5, 2026

Merge activity

### 🚀 Features

- 659c23e linter: Init note field boilerplate  (#17589) (Shrey Sudhir)
- 6870b64 parser: Add TS1363 error code (#17609) (Sysix)
- 23680a3 mangler: Skip mangling only in scopes affected by direct eval (#17612) (camc314)
- a7e1643 parser: Add TS2528 error code to duplicate_default_export diagnostic (#17558) (camc314)

### 🐛 Bug Fixes

- 1044116 ecmascript: Mark `new Symbol` as non side-effect free (#17568) (camc314)
- ab5e4ca isolated-declarations: Strip default values from rest parameter binding patterns (#17602) (camc314)
- 68b2e54 minifier: Prevent incorrect ??= transformation when member base is mutated (#17472) (copilot-swe-agent)

### ⚡ Performance

- 6067143 semantic: Remove hash when checking identifier (#17564) (camchenry)
- a28ab3d semantic: Avoid bounds check when checking string literal (#17545) (camc314)
- 04809d1 semantic: Use SIMD for finding backslashes in `check_string_literal` (#17534) (camchenry)
- 49ad2f0 semantic: Mark all diagnostic functions as `#[cold]` (#17487) (camc314)
- ea82b50 transformer: Mark all diagnostic functions as `#[cold]` (#17486) (camc314)
- d968e51 semantic: Mark `checker::check` as `inline(always)` (#17459) (camc314)
@graphite-app graphite-app bot force-pushed the release/crates-1767604288 branch from 13d3fc1 to 811b2a7 Compare January 5, 2026 13:45
@graphite-app graphite-app bot merged commit 811b2a7 into main Jan 5, 2026
22 checks passed
@graphite-app graphite-app bot deleted the release/crates-1767604288 branch January 5, 2026 13:52
@graphite-app graphite-app bot removed the 0-merge Merge with Graphite Merge Queue label Jan 5, 2026
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