release(apps): oxlint v1.28.0 && oxfmt v0.13.0#15556
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. |
Oxlint Ecosystem CI |
There was a problem hiding this comment.
Pull Request Overview
This PR bumps package versions for the 1.28.0 release of oxlint and the 0.13.0 release of oxfmt. The version updates are applied consistently across all package manifests and native binding version checks.
- Version bumps from 1.27.0 to 1.28.0 for oxlint-related packages (oxlint, oxc_linter, oxc_language_server, and VSCode extension)
- Version bumps from 0.12.0 to 0.13.0 for oxfmt-related packages (oxfmt and oxc_formatter)
- Updates to all native binding package version checks in the bindings.js file
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Bumps oxlint npm package version to 1.28.0 |
| npm/oxfmt/package.json | Bumps oxfmt npm package version to 0.13.0 |
| editors/vscode/package.json | Bumps VSCode extension version to 1.28.0 |
| crates/oxc_linter/Cargo.toml | Bumps oxc_linter crate version to 1.28.0 |
| crates/oxc_linter/CHANGELOG.md | Adds changelog entry for version 1.28.0 with new features and bug fixes |
| crates/oxc_language_server/Cargo.toml | Bumps oxc_language_server crate version to 1.28.0 |
| crates/oxc_formatter/Cargo.toml | Bumps oxc_formatter crate version to 0.13.0 |
| apps/oxlint/src-js/bindings.js | Updates native binding version checks from 1.27.0 to 1.28.0 across all platforms |
| apps/oxlint/package.json | Bumps oxlint app package version to 1.28.0 |
| apps/oxlint/Cargo.toml | Bumps oxlint app crate version to 1.28.0 |
| apps/oxfmt/Cargo.toml | Bumps oxfmt app crate version to 0.13.0 |
| Cargo.lock | Updates lockfile with new crate versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). | ||
|
|
||
| ## [1.28.0] - 2025-11-10 |
There was a problem hiding this comment.
Both version 1.28.0 (new) and version 1.27.0 (existing) show the same release date of "2025-11-10". If these are separate releases, they should have different dates. Please verify the correct release date for version 1.28.0.
| ## [1.28.0] - 2025-11-10 | |
| ## [1.28.0] - 2025-11-11 |
| [package] | ||
| name = "oxc_formatter" | ||
| version = "0.12.0" | ||
| version = "0.13.0" |
There was a problem hiding this comment.
The version is being bumped to 0.13.0, but there's no corresponding changelog entry for this version. The CHANGELOG.md currently shows version 0.12.0 as the latest entry. A changelog entry for version 0.13.0 should be added to document the changes in this release, following the same pattern as the oxc_linter CHANGELOG.md.
| [package] | ||
| name = "oxc_language_server" | ||
| version = "1.27.0" | ||
| version = "1.28.0" |
There was a problem hiding this comment.
The version is being bumped to 1.28.0, but there's no corresponding changelog entry for this version. The CHANGELOG.md currently shows version 1.27.0 as the latest entry. A changelog entry for version 1.28.0 should be added to document the changes in this release.
| [package] | ||
| name = "oxlint" | ||
| version = "1.27.0" | ||
| version = "1.28.0" |
There was a problem hiding this comment.
The version is being bumped to 1.28.0, but there's no corresponding changelog entry for this version. The CHANGELOG.md currently shows version 1.27.0 as the latest entry. A changelog entry for version 1.28.0 should be added to document the changes in this release.
| [package] | ||
| name = "oxfmt" | ||
| version = "0.12.0" | ||
| version = "0.13.0" |
There was a problem hiding this comment.
The version is being bumped to 0.13.0, but there's no corresponding changelog entry for this version. The CHANGELOG.md currently shows version 0.12.0 as the latest entry. A changelog entry for version 0.13.0 should be added to document the changes in this release.
CodSpeed Performance ReportMerging #15556 will not alter performanceComparing Summary
Footnotes |
Oxlint
🚀 Features
🐛 Bug Fixes
Oxfmt