Skip to content

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Sep 19, 2025

DO NOT MERGE. I (@overlookmotel) triggered the pre-release workflow, just to test #13895.

[0.91.0] - 2025-09-19

🐛 Bug Fixes

🚜 Refactor

Copilot AI review requested due to automatic review settings September 19, 2025 09:29
@Boshen Boshen self-assigned this Sep 19, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Sep 19, 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.

@overlookmotel overlookmotel marked this pull request as draft September 19, 2025 09:29
@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 Sep 19, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 19, 2025

Monitor Oxc

suite result
Isolated Declarations
(transformer)
(dce)
(whitespace)
(formatter)
(compressor)
(codegen)
(mangler)

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 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.

Comment on lines +14 to +20
## [0.91.0] - 2025-09-19

### 🐛 Bug Fixes

- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel)


Copy link

Copilot AI Sep 19, 2025

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.

Suggested change
## [0.91.0] - 2025-09-19
### 🐛 Bug Fixes
- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel)

Copilot uses AI. Check for mistakes.
Comment on lines +22 to +36
## [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)


Copy link

Copilot AI Sep 19, 2025

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.

Suggested change
## [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 uses AI. Check for mistakes.
Comment on lines +14 to +20
## [0.91.0] - 2025-09-19

### 🐛 Bug Fixes

- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel)


Copy link

Copilot AI Sep 19, 2025

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.

Suggested change
## [0.91.0] - 2025-09-19
### 🐛 Bug Fixes
- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel)

Copilot uses AI. Check for mistakes.
@codspeed-hq
Copy link

codspeed-hq bot commented Sep 19, 2025

CodSpeed Instrumentation Performance Report

Merging #13922 will not alter performance

Comparing release/crates-1758274156 (03d971b) with main (15eb326)1

Summary

✅ 37 untouched

Footnotes

  1. No successful run was found on main (bd2fa90) during the generation of this report, so 15eb326 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

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