-
-
Notifications
You must be signed in to change notification settings - Fork 707
release(crates): v0.96.0 #15115
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.96.0 #15115
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 PR bumps all Oxc packages from version 0.95.0 to 0.96.0, including comprehensive updates across NPM packages, Rust crates, and their associated native bindings.
- Version bump from 0.95.0 to 0.96.0 across all package.json files and Cargo.toml files
- Updated version checks in native binding loaders for NAPI packages (transform, parser, minify)
- Updated CHANGELOG.md files with release notes for version 0.96.0
- Updated workspace dependency references in root Cargo.toml
Reviewed Changes
Copilot reviewed 65 out of 66 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/runtime/package.json | Bumped version to 0.96.0 |
| npm/oxc-types/package.json | Bumped version to 0.96.0 |
| napi/transform/package.json | Bumped version to 0.96.0 |
| napi/transform/index.js | Updated version checks for all platform-specific bindings to 0.96.0 |
| napi/parser/src-js/bindings.js | Updated version checks for all platform-specific bindings to 0.96.0 |
| napi/parser/package.json | Bumped version to 0.96.0 |
| napi/minify/package.json | Bumped version to 0.96.0 |
| napi/minify/index.js | Updated version checks for all platform-specific bindings to 0.96.0 |
| npm/oxc-types/CHANGELOG.md | Added release notes for 0.96.0 |
| napi/parser/CHANGELOG.md | Added release notes for 0.96.0 |
| napi/minify/CHANGELOG.md | Added release notes for 0.96.0 |
| Cargo.toml | Updated all workspace dependency versions to 0.96.0 |
| Cargo.lock | Updated all crate versions and dependencies to 0.96.0 |
| All crates/*/Cargo.toml | Bumped crate versions to 0.96.0 |
| All crates/*/CHANGELOG.md | Added release notes for 0.96.0 where applicable |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging #15115 will not alter performanceComparing Summary
Footnotes |
[0.96.0] - 2025-10-30
🚀 Features
is_inside_commentmethod (feat(semantic): addis_inside_commentmethod #14908) (camc314)is_inside_commentmethod (feat(ast): addis_inside_commentmethod #14907) (camc314)symbol_idto ts function type binding idents (feat(semantic): addsymbol_idto ts function type binding idents #14673) (camc314)TSConstructorType(feat(semantic): add scope toTSConstructorType#14676) (camc314)TSCallSignatureDeclaration(feat(semantic): add scope toTSCallSignatureDeclaration#14672) (camc314)drop_labelsoption (feat(napi/minify): exposedrop_labelsoption #14635) (sapphi-red)drop_labelsfeature (feat(minifier): adddrop_labelsfeature #14634) (sapphi-red)🐛 Bug Fixes
commentsbeing accessed after file is linted (fix(linter/plugins): preventcommentsbeing accessed after file is linted #14727) (overlookmotel)withstatements (fix(semantic): add scope tracking forwithstatements #14652) (Boshen)parentproperty from comments (fix(linter/plugins): removeparentproperty from comments #14624) (overlookmotel)🚜 Refactor
commentsgetter (refactor(linter/plugins): simplifycommentsgetter #14728) (overlookmotel)Comment(refactor(napi/parser): shorten raw transfer deserializer forComment#14623) (overlookmotel)📚 Documentation
EdgeType(docs(semantic/cfg): add documentation forEdgeType#14859) (camc314)⚡ Performance
🎨 Styling