Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Dec 1, 2025

šŸ’„ BREAKING CHANGES

šŸš€ Features

šŸ› Bug Fixes

⚔ Performance

šŸ“š Documentation

Copilot AI review requested due to automatic review settings December 1, 2025 09:09
@Boshen Boshen self-assigned this Dec 1, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Dec 1, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions
Copy link
Contributor

github-actions bot commented Dec 1, 2025

Monitor Oxc

suite result
Isolated Declarations āŒ
(codegen) āŒ
(mangler) āŒ
(dce) āŒ
(whitespace) āŒ
(compressor) āŒ
(transformer) āŒ
(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 Dec 1, 2025
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.100.0 of the oxc project, bumping all packages and crates from version 0.99.0. The release includes breaking changes to the TSImportType AST node, dropping support for the armv7-unknown-linux-musleabihf platform, along with various features, bug fixes, performance improvements, and documentation updates.

  • Version bumped from 0.99.0 to 0.100.0 across all packages and crates
  • Updated version checks in native binding loaders for all supported platforms
  • Added changelog entries documenting breaking changes, features, and fixes

Reviewed changes

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

Show a summary per file
File Description
npm/runtime/package.json Bumped package version to 0.100.0
npm/oxc-types/package.json Bumped package version to 0.100.0
npm/oxc-types/CHANGELOG.md Added 0.100.0 release notes with bug fix entry
napi/transform/package.json Bumped package version to 0.100.0
napi/transform/index.js Updated version checks from 0.99.0 to 0.100.0 for all platform bindings
napi/transform/Cargo.toml Bumped crate version to 0.100.0
napi/transform/CHANGELOG.md Added 0.100.0 release notes with breaking changes
napi/parser/src-js/bindings.js Updated version checks from 0.99.0 to 0.100.0 for all platform bindings
napi/parser/package.json Bumped package version to 0.100.0
napi/parser/Cargo.toml Bumped crate version to 0.100.0
napi/parser/CHANGELOG.md Added 0.100.0 release notes with breaking changes, features, bug fixes, and performance improvements
napi/minify/package.json Bumped package version to 0.100.0
napi/minify/index.js Updated version checks from 0.99.0 to 0.100.0 for all platform bindings
napi/minify/Cargo.toml Bumped crate version to 0.100.0
napi/minify/CHANGELOG.md Added 0.100.0 release notes with breaking changes
crates/oxc_traverse/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_traverse/CHANGELOG.md Added 0.100.0 release notes with breaking changes and bug fixes
crates/oxc_transformer_plugins/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_transformer/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_syntax/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_span/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_span/CHANGELOG.md Added 0.100.0 release notes with performance improvements
crates/oxc_semantic/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_semantic/CHANGELOG.md Added 0.100.0 release notes with breaking changes
crates/oxc_regular_expression/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_parser/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_parser/CHANGELOG.md Added 0.100.0 release notes with breaking changes, features, bug fixes, performance improvements, and documentation
crates/oxc_napi/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_minifier/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_minifier/CHANGELOG.md Added 0.100.0 release notes with bug fixes
crates/oxc_mangler/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_isolated_declarations/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_estree/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_ecmascript/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_diagnostics/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_data_structures/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_compat/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_codegen/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_codegen/CHANGELOG.md Added 0.100.0 release notes with breaking changes
crates/oxc_cfg/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_ast_visit/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_ast_visit/CHANGELOG.md Added 0.100.0 release notes with breaking changes
crates/oxc_ast_macros/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_ast/Cargo.toml Bumped crate version to 0.100.0
crates/oxc_ast/CHANGELOG.md Added 0.100.0 release notes with breaking changes, features, and bug fixes
crates/oxc_allocator/Cargo.toml Bumped crate version to 0.100.0
crates/oxc/Cargo.toml Bumped crate version to 0.100.0
Cargo.toml Updated all workspace dependency versions from 0.99.0 to 0.100.0
Cargo.lock Updated all package versions from 0.99.0 to 0.100.0 in the lock file

šŸ’” Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codspeed-hq
Copy link

codspeed-hq bot commented Dec 1, 2025

CodSpeed Performance Report

Merging #16331 will not alter performance

Comparing release/crates-1764580179 (30e3eb8) with main (75ac90c)

Summary

āœ… 42 untouched
ā© 3 skipped1

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 overlookmotel and unassigned Boshen Dec 1, 2025
@overlookmotel overlookmotel merged commit 0872758 into main Dec 1, 2025
36 checks passed
@overlookmotel overlookmotel deleted the release/crates-1764580179 branch December 1, 2025 15:01
taearls pushed a commit to taearls/oxc that referenced this pull request Dec 11, 2025
### šŸ’„ BREAKING CHANGES

- 74cf572 ast: [**BREAKING**] Make `source` field of `TSImportType` a
`StringLiteral` (oxc-project#16114) (copilot-swe-agent)
- 43156ae ast: [**BREAKING**] Rename `TSImportType` `argument` field to
`source` (oxc-project#16110) (overlookmotel)
- 934d873 napi: [**BREAKING**] Drop `armv7-unknown-linux-musleabihf`
support (oxc-project#16105) (Boshen)

### šŸš€ Features

- 669afe0 ast: Add `Expression::is_jsx` method (oxc-project#16154) (Dunqing)
- 17a8caa parser: Add diagnostic for JSX identifiers with hyphens
(oxc-project#16133) (camchenry)
- 0549ae5 parser: Add diagnostic for expected ident after optional chain
(oxc-project#16132) (camchenry)
- db839ae parser: Improve diagnostic for unexpected optional
declarations (oxc-project#16131) (camchenry)
- bab4bc8 napi/parser: Add type annotations to parse-raw-worker test
(oxc-project#15998) (camc314)

### šŸ› Bug Fixes

- 35ed36c traverse: Fix panic when truncating non-ASCII variable names
(oxc-project#16265) (peter)
- 9149a26 linter/plugins, napi/parser: Deep freeze visitor keys (oxc-project#16293)
(overlookmotel)
- 6b54dab minifier: Incorrect non-null object condition simplification
with `&&` and `||` (oxc-project#16161) (sapphi-red)
- 9cc20a1 minifier: Avoid merging side effectful expressions to next
assignment statement if the side effect may change the left hand side
reference (oxc-project#16165) (sapphi-red)
- 91eb3f2 ast/estree: Convert `TSImportType` `argument` field to
`Literal` (oxc-project#16109) (overlookmotel)
- 1199cee parser: Reject invalid modifiers on parameter properties with
binding patterns (oxc-project#16083) (camc314)
- f376325 traverse: Remove `console.log` from build script (oxc-project#16049)
(overlookmotel)

### ⚔ Performance

- 82d784f lexer: Reduce bounds checks in `Lexer::get_string` (oxc-project#16317)
(overlookmotel)
- cc2f352 span: Add `#[inline]` to `Atom` methods (oxc-project#16311)
(overlookmotel)
- ffca070 span: Add `#[repr(transparent)]` to `Atom` (oxc-project#16310)
(overlookmotel)
- 02bdf90 linter/plugins, napi/parser: Reuse arrays in visitor keys
(oxc-project#16294) (overlookmotel)

### šŸ“š Documentation

- 891e0b4 parser: Add note about falling back to parse TSType in
TSImportType (oxc-project#16119) (camc314)

Co-authored-by: Boshen <[email protected]>
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