-
-
Notifications
You must be signed in to change notification settings - Fork 723
release(crates): v0.88.0 #13765
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.88.0 #13765
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
|
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.
Pull Request Overview
This PR releases version 0.88.0 of the Oxc project, updating version numbers across all crates and packages to maintain consistency in the monorepo.
- Version bump from 0.87.0 to 0.88.0 across all components
- Updates changelog files with the latest release notes for the new version
- Maintains synchronized versioning across Rust crates and NPM packages
Reviewed Changes
Copilot reviewed 60 out of 61 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/runtime/package.json | Version bump to 0.88.0 for runtime package |
| npm/oxc-types/package.json | Version bump to 0.88.0 for types package |
| napi/transform/package.json | Version bump to 0.88.0 for transform NAPI package |
| napi/parser/package.json | Version bump to 0.88.0 for parser NAPI package |
| napi/minify/package.json | Version bump to 0.88.0 for minify NAPI package |
| Cargo.toml | Updates workspace dependencies to version 0.88.0 |
| Various crate Cargo.toml files | Version bump to 0.88.0 for all Rust crates |
| Various CHANGELOG.md files | Addition of v0.88.0 changelog entries |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13765 will not alter performanceComparing Summary
Footnotes |
[0.88.0] - 2025-09-15
💥 BREAKING CHANGES
NonEmptyStack::is_emptya compile-time error (refactor(data_structures)!: makeNonEmptyStack::is_emptya compile-time error #13673) (overlookmotel)disable_fixed_sizeCargo feature (refactor(allocator/pool)!: removedisable_fixed_sizeCargo feature #13625) (overlookmotel)oxc-parserto ESM (feat(napi/parser)!: changeoxc-parserto ESM #13432) (Boshen)🚀 Features
typeofguarded global access expressions (feat(minifier): removetypeofguarded global access expressions #13751) (sapphi-red)TemplateLiterals(feat(regex-parser): parse simpleTemplateLiterals#13265) (Sysix)is_exhaustedmethod toNonEmptyStackandSparseStack(feat(data_structures): addis_exhaustedmethod toNonEmptyStackandSparseStack#13672) (overlookmotel)boxed_slice!andboxed_array!macros (feat(data_structures): addboxed_slice!andboxed_array!macros #13596) (overlookmotel)🐛 Bug Fixes
super(fix(semantic): handle edge cases checkingsuper#13499) (overlookmotel)@as jsdoc tags inside quotes (fix(semantic): dont parse@as jsdoc tags inside quotes #13571) (Gwenn Le Bihan)🚜 Refactor
is_exhaustedstack methods (refactor(transformer, estree): clarify code usingis_exhaustedstack methods #13674) (overlookmotel)AllocatorPool::newalways create standard pool (refactor(allocator/pool):AllocatorPool::newalways create standard pool #13624) (overlookmotel)AllocatorPoolimplementation (refactor(allocator/pool): singleAllocatorPoolimplementation #13622) (overlookmotel)AllocatorGuardbetween pool impls (refactor(allocator/pool): shareAllocatorGuardbetween pool impls #13621) (overlookmotel)AllocatorPool::add(refactor(allocator/pool): move resetting intoAllocatorPool::add#13620) (overlookmotel)AllocatorPoolinto own directory (refactor(allocator/pool): moveAllocatorPoolinto own directory #13619) (overlookmotel)pubfrom modules with no exports (refactor(all): removepubfrom modules with no exports #13618) (overlookmotel)📚 Documentation
AstNode::contains_anyetc runnable (docs(semantic): make doc tests forAstNode::contains_anyetc runnable #13595) (overlookmotel)⚡ Performance
SourcemapBuilder(perf(codegen): reduce memory usage inSourcemapBuilder#13679) (overlookmotel)SourcemapBuilder(perf(codegen): reduce allocations inSourcemapBuilder#13677) (overlookmotel)ObjectPropertyandBindingProperty(perf(codegen): reduce branches when printingObjectPropertyandBindingProperty#13659) (overlookmotel)