Conversation
Monitor Oxc
|
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. |
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Oxc project to version 0.89.0, marking a new release that includes a bug fix for an invalid main entrypoint in package.json files.
- Updates all package versions from 0.88.0 to 0.89.0 across the codebase
- Adds changelog entries for the new release
- Updates workspace dependencies to reflect the new version
Reviewed Changes
Copilot reviewed 60 out of 61 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/runtime/package.json | Version bump to 0.89.0 |
| npm/oxc-types/package.json | Version bump to 0.89.0 |
| napi/*/package.json | Version bumps for all NAPI packages |
| napi/*/Cargo.toml | Version bumps for all NAPI Cargo packages |
| crates/*/Cargo.toml | Version bumps for all Rust crates |
| napi/parser/CHANGELOG.md | Adds release notes for v0.89.0 |
| */CHANGELOG.md | Adds empty line spacing for new release sections |
| Cargo.toml | Updates workspace dependency versions to 0.89.0 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13771 will not alter performanceComparing Summary
Footnotes |
[0.89.0] - 2025-09-15
🐛 Bug Fixes
mainentrypoint inpackage.json(fix(parser): invalidmainentrypoint inpackage.json#13767) (Ari Perkkiö)