-
-
Notifications
You must be signed in to change notification settings - Fork 716
release(crates): v0.93.0 #14194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release(crates): v0.93.0 #14194
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.
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 release PR that bumps the version from 0.92.0 to 0.93.0 across all crates and packages in the monorepo. The PR includes version updates in package.json, Cargo.toml, and changelog files, along with updating native binding version checks.
- Updates version numbers from 0.92.0 to 0.93.0 across all packages and crates
- Updates changelog files with new version sections and release notes
- Updates native binding package version checks in JavaScript files
Reviewed Changes
Copilot reviewed 65 out of 66 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/runtime/package.json | Updates package version to 0.93.0 |
| npm/runtime/CHANGELOG.md | Adds blank line for upcoming changelog entries |
| npm/oxc-types/package.json | Updates package version to 0.93.0 |
| npm/oxc-types/CHANGELOG.md | Adds blank line for upcoming changelog entries |
| napi/transform/package.json | Updates package version to 0.93.0 |
| napi/transform/index.js | Updates all native binding version checks to expect 0.93.0 |
| napi/transform/Cargo.toml | Updates crate version to 0.93.0 |
| napi/transform/CHANGELOG.md | Adds blank lines for upcoming changelog entries |
| napi/parser/src-js/bindings.js | Updates all native binding version checks to expect 0.93.0 |
| napi/parser/package.json | Updates package version to 0.93.0 |
| napi/parser/Cargo.toml | Updates crate version to 0.93.0 |
| napi/parser/CHANGELOG.md | Adds new 0.93.0 changelog section with refactor and testing entries |
| napi/minify/package.json | Updates package version to 0.93.0 |
| napi/minify/index.js | Updates all native binding version checks to expect 0.93.0 |
| napi/minify/Cargo.toml | Updates crate version to 0.93.0 |
| napi/minify/CHANGELOG.md | Adds blank lines for upcoming changelog entries |
| crates/*/Cargo.toml | Updates all crate versions to 0.93.0 |
| crates/*/CHANGELOG.md | Updates changelog files with new version sections and entries |
| Cargo.toml | Updates workspace dependency versions to 0.93.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #14194 will not alter performanceComparing Summary
|
[0.93.0] - 2025-09-28
🚀 Features
.concatcalls that has subsequent method calls (feat(minifier): evaluate.concatcalls that has subsequent method calls #14074) (sapphi-red)Stack::clear(feat(data_structures): addStack::clear#14028) (sapphi-red)🐛 Bug Fixes
exportsvariable (fix(mangler): mangle non top-levelexportsvariable #14169) (sapphi-red)🚜 Refactor
Astnodes::get_nodeforcheck_unresolved_exports(refactor(semantic): do not useAstnodes::get_nodeforcheck_unresolved_exports#14176) (Boshen)#[estree(field_order)]attr (refactor(napi/parser): remove unnecessary#[estree(field_order)]attr #14144) (overlookmotel)#[estree(field_order)]attrs (refactor(ast): remove unneccesary#[estree(field_order)]attrs #14143) (overlookmotel)#[estree(field_order)]attr (refactor(syntax): remove unnecessary#[estree(field_order)]attr #14142) (overlookmotel)⚡ Performance
🧪 Testing