-
-
Notifications
You must be signed in to change notification settings - Fork 721
release(crates): v0.82.3 #13230
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.3 #13230
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.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) | ||
|
|
||
|
|
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 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:
napi/minify/CHANGELOG.md- duplicate entries for 0.82.3napi/parser/CHANGELOG.md- duplicate entries for 0.82.3napi/transform/CHANGELOG.md- duplicate entries for 0.82.3
This duplication likely occurred during the changelog generation process.
| ## [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
Is this helpful? React 👍 or 👎 to let us know.
CodSpeed Instrumentation Performance ReportMerging #13230 will not alter performanceComparing Summary
Footnotes |
[0.82.3] - 2025-08-20
🐛 Bug Fixes
Sendimpl and tightenSyncrequirement forHashMap(fix(allocator): remove unsoundSendimpl and tightenSyncrequirement forHashMap#13203) (overlookmotel)Sendimpl and tightenSyncrequirements forVec(fix(allocator): remove unsoundSendimpl and tightenSyncrequirements forVec#13041) (overlookmotel)Vec::bumpmethod (fix(allocator): removeVec::bumpmethod #13039) (overlookmotel)Cloneimpl fromVec(fix(allocator): removeCloneimpl fromVec#13040) (overlookmotel)impl Sync for Allocator(fix(allocator): remove unsoundimpl Sync for Allocator#13033) (overlookmotel)Allocator::alloc_bytes_start(fix(allocator): fix soundness hole inAllocator::alloc_bytes_start#13141) (overlookmotel)export enumand similar ts syntaxes (fix(parser): produce syntax error forexport enumand similar ts syntaxes #13208) (Boshen)CRLFhandling in comment processing (fix(codegen): correctCRLFhandling in comment processing #13169) (copilot-swe-agent)},],)(fix(codegen): remove end sourcemaps for},],)#13180) (Boshen)🚜 Refactor
AtomicUsizewithCell<usize>inAllocationStats(refactor(allocator): replaceAtomicUsizewithCell<usize>inAllocationStats#13043) (overlookmotel)SendandSyncforScopingCell(refactor(semantic): implementSendandSyncforScopingCell#13042) (overlookmotel)#[repr(transparent)]to config structs (refactor(estree): add#[repr(transparent)]to config structs #13212) (overlookmotel)⚡ Performance
Vec(perf(transformer/decorator): remove temporaryVec#13218) (overlookmotel)🧪 Testing
defaultto createESTreeSerializers (test(estree, allocator): usedefaultto createESTreeSerializers #13211) (overlookmotel)