-
-
Notifications
You must be signed in to change notification settings - Fork 723
release(crates): v0.91.0 #13922
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.91.0 #13922
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 updates all Oxc project packages from version 0.90.0 to 0.91.0, representing a minor release containing primarily bug fixes and refactoring work.
- Updates package versions across all npm packages, Rust crates, and workspace dependencies
- Updates version strings in JavaScript bindings and error messages
- Adds changelog entries documenting recent bug fixes and refactoring work
Reviewed Changes
Copilot reviewed 63 out of 64 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| npm/*/package.json | Updates npm package versions to 0.91.0 |
| napi/*/index.js, bindings.mjs | Updates hardcoded version strings in JavaScript native binding files |
| crates/*/Cargo.toml | Updates Rust crate versions to 0.91.0 |
| */CHANGELOG.md | Adds new 0.91.0 changelog entries and formatting updates |
| Cargo.toml | Updates workspace dependency versions to 0.91.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| ## [0.91.0] - 2025-09-19 | ||
|
|
||
| ### 🐛 Bug Fixes | ||
|
|
||
| - 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) | ||
|
|
||
|
|
Copilot
AI
Sep 19, 2025
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.
Duplicate changelog entries for version 0.91.0. The same version and content appear twice, which should be consolidated into a single entry.
| ## [0.91.0] - 2025-09-19 | |
| ### 🐛 Bug Fixes | |
| - 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) |
| ## [0.91.0] - 2025-09-19 | ||
|
|
||
| ### 🐛 Bug Fixes | ||
|
|
||
| - bd2fa90 napi/parser: Move `browser.js` file (#13918) (overlookmotel) | ||
| - 5ff91bc napi/parser: Fix example (#13887) (overlookmotel) | ||
| - 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) | ||
|
|
||
| ### 🚜 Refactor | ||
|
|
||
| - 329b7e7 napi/parser: Move scripts to `scripts` directory (#13900) (overlookmotel) | ||
| - ac3e9e9 napi/parser: Move JS code into `src-js` directory (#13899) (overlookmotel) | ||
| - 2cef8ec napi/parser: Remove outdated comment (#13886) (overlookmotel) | ||
|
|
||
|
|
Copilot
AI
Sep 19, 2025
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.
Duplicate changelog entries for version 0.91.0. The same version with identical content appears twice, which should be consolidated into a single entry.
| ## [0.91.0] - 2025-09-19 | |
| ### 🐛 Bug Fixes | |
| - bd2fa90 napi/parser: Move `browser.js` file (#13918) (overlookmotel) | |
| - 5ff91bc napi/parser: Fix example (#13887) (overlookmotel) | |
| - 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) | |
| ### 🚜 Refactor | |
| - 329b7e7 napi/parser: Move scripts to `scripts` directory (#13900) (overlookmotel) | |
| - ac3e9e9 napi/parser: Move JS code into `src-js` directory (#13899) (overlookmotel) | |
| - 2cef8ec napi/parser: Remove outdated comment (#13886) (overlookmotel) |
| ## [0.91.0] - 2025-09-19 | ||
|
|
||
| ### 🐛 Bug Fixes | ||
|
|
||
| - 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) | ||
|
|
||
|
|
Copilot
AI
Sep 19, 2025
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.
Duplicate changelog entries for version 0.91.0. The same version and content appear twice, which should be consolidated into a single entry.
| ## [0.91.0] - 2025-09-19 | |
| ### 🐛 Bug Fixes | |
| - 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel) |
CodSpeed Instrumentation Performance ReportMerging #13922 will not alter performanceComparing Summary
Footnotes
|
DO NOT MERGE. I (@overlookmotel) triggered the pre-release workflow, just to test #13895.
[0.91.0] - 2025-09-19
🐛 Bug Fixes
browser.jsfile (fix(napi/parser): movebrowser.jsfile #13918) (overlookmotel)🚜 Refactor
scriptsdirectory (refactor(napi/parser): move scripts toscriptsdirectory #13900) (overlookmotel)src-jsdirectory (refactor(napi/parser): move JS code intosrc-jsdirectory #13899) (overlookmotel)