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. |
There was a problem hiding this comment.
Pull Request Overview
This PR releases version 0.7.0 of oxfmt, updating version numbers across package manifests and adding changelog entries for the new release.
Key Changes
- Version number bumped from 0.6.0 to 0.7.0 across all oxfmt packages
- Changelog entries added documenting new features, bug fixes, and refactors for the 0.7.0 release
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxfmt/package.json | Updated package version to 0.7.0 |
| npm/oxfmt/CHANGELOG.md | Added blank line spacing in changelog |
| crates/oxc_formatter/Cargo.toml | Updated crate version to 0.7.0 |
| crates/oxc_formatter/CHANGELOG.md | Added 0.7.0 release notes with features, bug fixes, and refactors |
| apps/oxfmt/Cargo.toml | Updated application version to 0.7.0 |
| apps/oxfmt/CHANGELOG.md | Added 0.7.0 release notes with features, bug fixes, and refactors |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Performance ReportMerging #14851 will not alter performanceComparing Summary
Footnotes |
Merge activity
|
## [0.7.0] - 2025-10-21 ### 🚀 Features - 6dfcd80 oxfmt: Search both .json and .jsonc config file (#14848) (leaysgur) - aa024d9 formatter: Wrap parenthesis for `AssignmentExpression` that are inside `ComputedMemberExpression` (#14834) (Dunqing) ### 🐛 Bug Fixes - 88fb768 formatter: Correct handling of ignore comment for `TSUnionType` and `TSMappedType` (#14824) (Dunqing) - f7727c7 formatter: Ignore comment doesn't work for the expression statement (#14817) (Dunqing) - 7a420a1 oxfmt: Handle `.d.ts` file correctly (#14835) (leaysgur) ### 🚜 Refactor - 6fa7420 oxfmt: Use custom ignore builder (#14850) (leaysgur) - 9d914a3 formatter: Improve comments handling (#14816) (Dunqing) - f52863d formatter: Improve handling of type cast node (#14815) (Dunqing)
9153d8b to
f3b75c3
Compare
[0.7.0] - 2025-10-21
🚀 Features
AssignmentExpressionthat are insideComputedMemberExpression(feat(formatter): wrap parenthesis forAssignmentExpressionthat are insideComputedMemberExpression#14834) (Dunqing)🐛 Bug Fixes
TSUnionTypeandTSMappedType(fix(formatter): correct handling of ignore comment forTSUnionTypeandTSMappedType#14824) (Dunqing).d.tsfile correctly (fix(oxfmt): Handle.d.tsfile correctly #14835) (leaysgur)🚜 Refactor