Skip to content

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Sep 18, 2025

[0.90.0] - 2025-09-18

🚀 Features

🐛 Bug Fixes

🚜 Refactor

📚 Documentation

⚡ Performance

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

graphite-app bot commented Sep 18, 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 18, 2025

Monitor Oxc

suite result
Isolated Declarations
(compressor)
(whitespace)
(transformer)
(codegen)
(dce)
(mangler)
(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 18, 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 pull request releases version 0.90.0 of the Oxc crates and packages, including version bumps and changelog updates across the entire monorepo.

  • Updates all crate and package versions from 0.89.0 to 0.90.0
  • Adds changelog entries documenting new features, bug fixes, and other changes for v0.90.0
  • Updates workspace dependencies in the root Cargo.toml to reference the new version

Reviewed Changes

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

Show a summary per file
File Description
npm/runtime/package.json Version bump to 0.90.0
npm/runtime/CHANGELOG.md Added v0.90.0 changelog entry with Node.js engines bump
npm/oxc-types/package.json Version bump to 0.90.0
npm/oxc-types/CHANGELOG.md Added v0.90.0 changelog entry with ES modules conversion
napi/transform/package.json Version bump to 0.90.0
napi/transform/Cargo.toml Version bump to 0.90.0
napi/transform/CHANGELOG.md Added v0.90.0 changelog with async transform function and bug fixes
napi/parser/package.json Version bump to 0.90.0
napi/parser/Cargo.toml Version bump to 0.90.0
napi/parser/CHANGELOG.md Added v0.90.0 changelog with preserveParens option and refactoring
napi/minify/package.json Version bump to 0.90.0
napi/minify/Cargo.toml Version bump to 0.90.0
napi/minify/CHANGELOG.md Added v0.90.0 changelog with Node.js engines bump and bug fixes
Multiple crates/*/Cargo.toml Version bumps from 0.89.0 to 0.90.0
Multiple crates/*/CHANGELOG.md Added v0.90.0 changelog entries or blank lines for version consistency
Cargo.toml Updated workspace dependencies to reference version 0.90.0

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

@Boshen Boshen merged commit d116504 into main Sep 18, 2025
26 of 28 checks passed
@Boshen Boshen deleted the release/crates-1758204172 branch September 18, 2025 14:07
@codspeed-hq
Copy link

codspeed-hq bot commented Sep 18, 2025

CodSpeed Instrumentation Performance Report

Merging #13888 will not alter performance

Comparing release/crates-1758204172 (4a00e3d) with main (b53292d)

Summary

✅ 37 untouched

graphite-app bot pushed a commit that referenced this pull request Sep 18, 2025
#13888 broke CI because it didn't run `pnpm build` to update version number in NAPI bindings files.

I don't think the published packages are broken, because it only matters if `NAPI_RS_ENFORCE_VERSION_CHECK` env is set.
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