- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 709
 
release(crates): v0.95.0 #14619
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.95.0 #14619
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 is a release PR for version 0.95.0 of the Oxc project, updating version numbers across all crates and NPM packages, and adding comprehensive changelog entries documenting the new features, bug fixes, refactors, and performance improvements in this release.
- Updates all package versions from 0.94.0 to 0.95.0 across crates and NPM packages
 - Updates version binding checks in JavaScript files to match the new version
 - Adds changelog entries detailing features, fixes, and improvements across multiple packages
 
Reviewed Changes
Copilot reviewed 65 out of 66 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description | 
|---|---|
| Multiple package.json files | Updates version numbers for NPM packages | 
| Multiple Cargo.toml files | Updates version numbers for Rust crates | 
| Multiple CHANGELOG.md files | Adds entries for v0.95.0 with detailed change logs | 
| Multiple JavaScript binding files | Updates version checks for native bindings | 
| Root Cargo.toml | Updates workspace dependency versions | 
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
          
CodSpeed Performance ReportMerging #14619 will not alter performanceComparing  Summary
 Footnotes | 
    
[0.95.0] - 2025-10-15
🚀 Features
SourceCode#getAllComments(feat(linter/plugins): implementSourceCode#getAllComments#14589) (Arsh)JSXText({value})indebug_name()(feat(ast): ShowJSXText({value})indebug_name()#14461) (leaysgur)with_private_member_mappings()for private class member mangling (feat(napi/playground): callwith_private_member_mappings()for private class member mangling #14380) (copilot-swe-agent)🐛 Bug Fixes
jsdoc/require-returnsfalse positive if anything before @returns uses one single quote #13776) (fix(semantic): fix quote handling in jsdoc parser(#13776) #14561) (Li Wei)argumentscopy loop substitution if the temporary variables are referenced outside the for loop (fix(minifier): bail outargumentscopy loop substitution if the temporary variables are referenced outside the for loop #14613) (sapphi-red)compress.unusedoption (fix(napi/minify): handle boolean values forcompress.unusedoption #14513) (Kentaro Suzuki)source_textandcommentsfields inContentEqforProgram(fix(ast): skipsource_textandcommentsfields inContentEqforProgram#14370) (overlookmotel)🚜 Refactor
context_addandcontext_removefunctions (refactor(parser): introducecontext_addandcontext_removefunctions #14567) (Ulrich Stark)ast_toolscodegen (refactor(napi/parser): re-runast_toolscodegen #14547) (overlookmotel)types.jstotype_ids.js(refactor(napi/parser, linter/plugins): renametypes.jstotype_ids.js#14384) (overlookmotel)⚡ Performance
has_separator()result in literal parsing (perf(parser): cachehas_separator()result in literal parsing #14403) (Boshen)🧪 Testing
antd.jsfixture (test(napi/parser): disable raw transfer tests onantd.jsfixture #14446) (overlookmotel)