Skip to content

Conversation

@oxc-bot
Copy link
Contributor

@oxc-bot oxc-bot commented Aug 20, 2025

[0.82.3] - 2025-08-20

🐛 Bug Fixes

🚜 Refactor

⚡ Performance

🧪 Testing

@graphite-app
Copy link
Contributor

graphite-app bot commented Aug 20, 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 Aug 20, 2025

Monitor Oxc

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

@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 Aug 20, 2025
Comment on lines +7 to +20
## [0.82.3] - 2025-08-20

### 🐛 Bug Fixes

- f10ac33 codegen: Remove end sourcemaps for `}`, `]`, `)` (#13180) (Boshen)


## [0.82.3] - 2025-08-20

### 🐛 Bug Fixes

- f10ac33 codegen: Remove end sourcemaps for `}`, `]`, `)` (#13180) (Boshen)


Copy link
Contributor

Choose a reason for hiding this comment

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

There appears to be duplicate changelog entries for version 0.82.3 in the minify and parser NAPI packages. Each package has identical entries repeated twice, which creates unnecessary redundancy in the changelog.

For better documentation clarity, please remove the duplicate entries to maintain a clean changelog history. This affects:

  1. napi/minify/CHANGELOG.md - duplicate entries for 0.82.3
  2. napi/parser/CHANGELOG.md - duplicate entries for 0.82.3
  3. napi/transform/CHANGELOG.md - duplicate entries for 0.82.3

This duplication likely occurred during the changelog generation process.

Suggested change
## [0.82.3] - 2025-08-20
### 🐛 Bug Fixes
- f10ac33 codegen: Remove end sourcemaps for `}`, `]`, `)` (#13180) (Boshen)
## [0.82.3] - 2025-08-20
### 🐛 Bug Fixes
- f10ac33 codegen: Remove end sourcemaps for `}`, `]`, `)` (#13180) (Boshen)
## [0.82.3] - 2025-08-20
### 🐛 Bug Fixes
- f10ac33 codegen: Remove end sourcemaps for `}`, `]`, `)` (#13180) (Boshen)

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

@codspeed-hq
Copy link

codspeed-hq bot commented Aug 20, 2025

CodSpeed Instrumentation Performance Report

Merging #13230 will not alter performance

Comparing release/crates-1755688520 (8b16bce) with main (d27a04b)1

Summary

✅ 34 untouched benchmarks

Footnotes

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

@Boshen Boshen merged commit 8b1e022 into main Aug 20, 2025
27 checks passed
@Boshen Boshen deleted the release/crates-1755688520 branch August 20, 2025 15:19
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.

3 participants