Skip to content

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Sep 24, 2025

[0.92.0] - 2025-09-24

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

🧪 Testing

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 24, 2025

Monitor Oxc

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

@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 24, 2025
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 releases version 0.92.0 of the Oxc project, updating all package versions from 0.91.0 to 0.92.0 across the monorepo.

  • Updates all package versions to 0.92.0 consistently across Rust crates and Node.js packages
  • Updates version checks in native binding files to match the new version
  • Adds changelog entries documenting the new features, bug fixes, and breaking changes

Reviewed Changes

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

Show a summary per file
File Description
npm/runtime/package.json Updates package version to 0.92.0
npm/oxc-types/package.json Updates package version to 0.92.0
napi/transform/package.json Updates package version to 0.92.0
napi/transform/index.js Updates version checks for native bindings to 0.92.0
napi/parser/src-js/bindings.js Updates version checks for native bindings to 0.92.0
napi/minify/index.js Updates version checks for native bindings to 0.92.0
Multiple Cargo.toml files Updates crate versions to 0.92.0
Multiple CHANGELOG.md files Adds 0.92.0 release notes
Cargo.toml Updates workspace dependency versions to 0.92.0

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

Comment on lines +18 to +28
## [0.92.0] - 2025-09-24

### 🐛 Bug Fixes

- 2f9e16d napi/minifier, napi/transformer: Rename CommonJS file to `.cjs` (#14047) (overlookmotel)

### 🚜 Refactor

- cc0019f napi: Move scripts into `scripts` directory (#14048) (overlookmotel)


Copy link

Copilot AI Sep 24, 2025

Choose a reason for hiding this comment

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

The changelog entry for version 0.92.0 is duplicated. Lines 7-28 contain the same content twice, which creates confusion and makes the changelog harder to read.

Suggested change
## [0.92.0] - 2025-09-24
### 🐛 Bug Fixes
- 2f9e16d napi/minifier, napi/transformer: Rename CommonJS file to `.cjs` (#14047) (overlookmotel)
### 🚜 Refactor
- cc0019f napi: Move scripts into `scripts` directory (#14048) (overlookmotel)

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

codspeed-hq bot commented Sep 24, 2025

CodSpeed Instrumentation Performance Report

Merging #14067 will not alter performance

Comparing release/crates-1758686997 (08ebfc0) with main (c0ef5f3)

Summary

✅ 37 untouched

@Boshen Boshen merged commit 1b3f437 into main Sep 24, 2025
31 checks passed
@Boshen Boshen deleted the release/crates-1758686997 branch September 24, 2025 04:18
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.

2 participants