Skip to content

release(crates): oxc v0.121.0#20515

Merged
Boshen merged 1 commit intomainfrom
release/crates-1773901657
Mar 19, 2026
Merged

release(crates): oxc v0.121.0#20515
Boshen merged 1 commit intomainfrom
release/crates-1773901657

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Mar 19, 2026

🚀 Features

🐛 Bug Fixes

@Boshen Boshen self-assigned this Mar 19, 2026
@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 Mar 19, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 19, 2026

Monitor Oxc

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

@Boshen Boshen merged commit 6cd513f into main Mar 19, 2026
30 checks passed
@Boshen Boshen deleted the release/crates-1773901657 branch March 19, 2026 06:31
@codspeed-hq
Copy link

codspeed-hq bot commented Mar 19, 2026

Merging this PR will not alter performance

✅ 53 untouched benchmarks
⏩ 3 skipped benchmarks1


Comparing release/crates-1773901657 (35b1176) with main (65a7c3c)2

Open in CodSpeed

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

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

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 35b11768be

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

{
"name": "oxc-parser",
"version": "0.120.0",
"version": "0.121.0",

Choose a reason for hiding this comment

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

P2 Badge Publish @oxc-project/types before releasing oxc-parser

When this push hits main, release_napi_parser.yml and release_types.yml run independently. napi/parser/package.json still depends on @oxc-project/types via workspace:^, and pnpm rewrites that to ^0.121.0 at publish time, so oxc-parser@0.121.0 can be published before @oxc-project/types@0.121.0 exists on npm. In that window, npm/pnpm install oxc-parser@0.121.0 fails because the required types package version is not yet resolvable. This release needs explicit workflow ordering or the parser bump deferred until the types package is live.

Useful? React with 👍 / 👎.

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