Skip to content

Conversation

Boshen
Copy link
Member

@Boshen Boshen commented Sep 22, 2025

[0.91.0] - 2025-09-22

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

🎨 Styling

💼 Other

@Copilot Copilot AI review requested due to automatic review settings September 22, 2025 07:30
@Boshen Boshen self-assigned this Sep 22, 2025
Copy link
Contributor

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

Copy link
Contributor

github-actions bot commented Sep 22, 2025

Monitor Oxc

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

@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 22, 2025
Copy link
Contributor

@Copilot 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

Release notes update for v0.91.0 across crates and npm packages, adding features, bug fixes, refactors, and documentation entries to each package CHANGELOG.

  • Add 0.91.0 entries with noted breaking changes, features (e.g., ES modules conversion, compat crate), bug fixes, and performance improvements.
  • Align package CHANGELOGs to the 2025-09-22 release date.

Reviewed Changes

Copilot reviewed 29 out of 29 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
npm/runtime/CHANGELOG.md Add 0.91.0 entry noting ES module conversion and release meta.
npm/oxc-types/CHANGELOG.md Add 0.91.0 entry with release meta.
napi/transform/CHANGELOG.md Add 0.91.0 entries; contains duplicated 0.91.0 block.
napi/parser/CHANGELOG.md Add 0.91.0 entries; contains duplicated 0.91.0 block.
napi/minify/CHANGELOG.md Add 0.91.0 entries; contains duplicated 0.91.0 block.
crates/oxc_traverse/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_transformer_plugins/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_transformer/CHANGELOG.md Add 0.91.0 features and release meta.
crates/oxc_syntax/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_span/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_semantic/CHANGELOG.md Add 0.91.0 features, fixes, and release meta.
crates/oxc_regular_expression/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_parser/CHANGELOG.md Add 0.91.0 features, fixes, perf, and release meta.
crates/oxc_napi/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_minifier/CHANGELOG.md Add 0.91.0 breaking changes, features, fixes, docs, and release meta.
crates/oxc_mangler/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_isolated_declarations/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_estree/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_ecmascript/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_diagnostics/CHANGELOG.md Add 0.91.0 features, fixes, and release meta.
crates/oxc_data_structures/CHANGELOG.md Add 0.91.0 features and release meta.
crates/oxc_compat/CHANGELOG.md Add 0.91.0 features and release meta.
crates/oxc_codegen/CHANGELOG.md Add 0.91.0 fixes, perf, and release meta.
crates/oxc_cfg/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_ast_visit/CHANGELOG.md Add 0.91.0 features and release meta.
crates/oxc_ast_macros/CHANGELOG.md Add 0.91.0 entry with release meta.
crates/oxc_ast/CHANGELOG.md Add 0.91.0 features, fixes, docs, styling, and release meta.
crates/oxc_allocator/CHANGELOG.md Add 0.91.0 features, fixes, and release meta.
crates/oxc/CHANGELOG.md Add 0.91.0 entry with release meta.

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +22 to +36
## [0.91.0] - 2025-09-22

### 💥 BREAKING CHANGES

- 6fcb0d0 minifier: [**BREAKING**] Receive supported engines instead of ecmascript versions (#13933) (sapphi-red)

### 🐛 Bug Fixes

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

### 💼 Other

- fb347da crates: V0.91.0 (#13961) (Boshen)


Copy link
Preview

Copilot AI Sep 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are two identical 0.91.0 sections dated 2025-09-22. Remove one to avoid duplication and keep a single authoritative entry for that date.

Suggested change
## [0.91.0] - 2025-09-22
### 💥 BREAKING CHANGES
- 6fcb0d0 minifier: [**BREAKING**] Receive supported engines instead of ecmascript versions (#13933) (sapphi-red)
### 🐛 Bug Fixes
- 21bbf95 napi: Rebuild bindings file for NAPI packages (#13889) (overlookmotel)
### 💼 Other
- fb347da crates: V0.91.0 (#13961) (Boshen)

Copilot uses AI. Check for mistakes.

@Boshen Boshen closed this Sep 22, 2025
@Boshen Boshen deleted the release/crates-1758526207 branch September 22, 2025 10:01
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.

1 participant