Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
Monitor Oxc
|
There was a problem hiding this comment.
Pull Request Overview
This PR releases version 0.92.0 of the Oxc project, updating all package versions from 0.91.0 to 0.92.0 across the monorepo.
- Updates all package versions to 0.92.0 consistently across Rust crates and Node.js packages
- Updates version checks in native binding files to match the new version
- Adds changelog entries documenting the new features, bug fixes, and breaking changes
Reviewed Changes
Copilot reviewed 65 out of 66 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| npm/runtime/package.json | Updates package version to 0.92.0 |
| npm/oxc-types/package.json | Updates package version to 0.92.0 |
| napi/transform/package.json | Updates package version to 0.92.0 |
| napi/transform/index.js | Updates version checks for native bindings to 0.92.0 |
| napi/parser/src-js/bindings.js | Updates version checks for native bindings to 0.92.0 |
| napi/minify/index.js | Updates version checks for native bindings to 0.92.0 |
| Multiple Cargo.toml files | Updates crate versions to 0.92.0 |
| Multiple CHANGELOG.md files | Adds 0.92.0 release notes |
| Cargo.toml | Updates workspace dependency versions to 0.92.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| ## [0.92.0] - 2025-09-24 | ||
|
|
||
| ### 🐛 Bug Fixes | ||
|
|
||
| - 2f9e16d napi/minifier, napi/transformer: Rename CommonJS file to `.cjs` (#14047) (overlookmotel) | ||
|
|
||
| ### 🚜 Refactor | ||
|
|
||
| - cc0019f napi: Move scripts into `scripts` directory (#14048) (overlookmotel) | ||
|
|
||
|
|
There was a problem hiding this comment.
The changelog entry for version 0.92.0 is duplicated. Lines 7-28 contain the same content twice, which creates confusion and makes the changelog harder to read.
| ## [0.92.0] - 2025-09-24 | |
| ### 🐛 Bug Fixes | |
| - 2f9e16d napi/minifier, napi/transformer: Rename CommonJS file to `.cjs` (#14047) (overlookmotel) | |
| ### 🚜 Refactor | |
| - cc0019f napi: Move scripts into `scripts` directory (#14048) (overlookmotel) |
CodSpeed Instrumentation Performance ReportMerging #14067 will not alter performanceComparing Summary
|
[0.92.0] - 2025-09-24
💥 BREAKING CHANGES
oxc-parserto ESM (feat(napi/parser)!: changeoxc-parserto ESM #14042) (overlookmotel)🚀 Features
🐛 Bug Fixes
.cjs(fix(napi/minifier, napi/transformer): rename CommonJS file to.cjs#14047) (overlookmotel).d.mtsextension for types (fix(napi/parser): generate.d.mtsextension for types #14038) (Daniel Roe)constructor(fix(parser): forbid accessors namedconstructor#14017) (Don Isaac)🚜 Refactor
scriptsdirectory (refactor(napi): move scripts intoscriptsdirectory #14048) (overlookmotel).mjsfiles with.js(refactor(parser, linter): replace.mjsfiles with.js#14045) (overlookmotel)visitorKeysexport (refactor(napi/parser): freezevisitorKeysexport #14012) (overlookmotel)📚 Documentation
⚡ Performance
🧪 Testing