-
-
Notifications
You must be signed in to change notification settings - Fork 721
release(crates): v0.82.1 #13049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release(crates): v0.82.1 #13049
Conversation
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. |
Monitor Oxc
|
| ## [0.82.1] - 2025-08-13 | ||
|
|
||
| ### 🚀 Features | ||
|
|
||
| - 993db89 minifier: `.minify` and `.dce` methods; run dce in loop (#13026) (Boshen) | ||
|
|
||
|
|
||
| ## [0.82.1] - 2025-08-13 | ||
|
|
||
| ### 🚀 Features | ||
|
|
||
| - 993db89 minifier: `.minify` and `.dce` methods; run dce in loop (#13026) (Boshen) | ||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be a duplicate changelog entry in napi/minify/CHANGELOG.md. The same version 0.82.1 with identical content appears twice consecutively:
## [0.82.1] - 2025-08-13
### 🚀 Features
- 993db89 minifier: `.minify` and `.dce` methods; run dce in loop (#13026) (Boshen)
## [0.82.1] - 2025-08-13
### 🚀 Features
- 993db89 minifier: `.minify` and `.dce` methods; run dce in loop (#13026) (Boshen)
One of these duplicate entries should be removed to maintain a clean changelog history.
| ## [0.82.1] - 2025-08-13 | |
| ### 🚀 Features | |
| - 993db89 minifier: `.minify` and `.dce` methods; run dce in loop (#13026) (Boshen) | |
| ## [0.82.1] - 2025-08-13 | |
| ### 🚀 Features | |
| - 993db89 minifier: `.minify` and `.dce` methods; run dce in loop (#13026) (Boshen) | |
| ## [0.82.1] - 2025-08-13 | |
| ### 🚀 Features | |
| - 993db89 minifier: `.minify` and `.dce` methods; run dce in loop (#13026) (Boshen) | |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
CodSpeed Instrumentation Performance ReportMerging #13049 will not alter performanceComparing Summary
|
Changelog: oxc-project/oxc#13049 DCE phase now runs in a loop, resulting output that aligns to Rollup's behavior, with a small sacrifice in performance.
[0.82.1] - 2025-08-13
🚀 Features
.minifyand.dcemethods; run dce in loop (feat(minifier):.minifyand.dcemethods; run dce in loop #13026) (Boshen)🐛 Bug Fixes
🚜 Refactor
minimize_statements(refactor(minifier): use the original vec in-place inminimize_statements#13028) (Boshen)📚 Documentation
GlobalContext::is_global_reference(docs(ecmascript): correct docs forGlobalContext::is_global_reference#13022) (overlookmotel)