Skip to content

Comments

release(apps): oxlint v1.28.0 && oxfmt v0.13.0#15556

Merged
Boshen merged 1 commit intomainfrom
release/apps-1762790345
Nov 10, 2025
Merged

release(apps): oxlint v1.28.0 && oxfmt v0.13.0#15556
Boshen merged 1 commit intomainfrom
release/apps-1762790345

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Nov 10, 2025

Oxlint

🚀 Features

🐛 Bug Fixes

Oxfmt

Copilot AI review requested due to automatic review settings November 10, 2025 15:59
@Boshen Boshen self-assigned this Nov 10, 2025
@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 10, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • 0-merge - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

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.

@github-actions github-actions bot added the A-linter Area - Linter label Nov 10, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Nov 10, 2025

@github-actions github-actions bot added A-cli Area - CLI A-editor Area - Editor and Language Server A-formatter Area - Formatter labels Nov 10, 2025
Copy link
Contributor

Copilot AI left a 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 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
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
## [1.28.0] - 2025-11-10
## [1.28.0] - 2025-11-11

Copilot uses AI. Check for mistakes.
[package]
name = "oxc_formatter"
version = "0.12.0"
version = "0.13.0"
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
[package]
name = "oxc_language_server"
version = "1.27.0"
version = "1.28.0"
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
[package]
name = "oxlint"
version = "1.27.0"
version = "1.28.0"
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
[package]
name = "oxfmt"
version = "0.12.0"
version = "0.13.0"
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@codspeed-hq
Copy link

codspeed-hq bot commented Nov 10, 2025

CodSpeed Performance Report

Merging #15556 will not alter performance

Comparing release/apps-1762790345 (041f7a8) with main (9675b51)1

Summary

✅ 37 untouched

Footnotes

  1. No successful run was found on main (d164b33) during the generation of this report, so 9675b51 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@Boshen Boshen merged commit 39c80c7 into main Nov 10, 2025
36 checks passed
@Boshen Boshen deleted the release/apps-1762790345 branch November 10, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-editor Area - Editor and Language Server A-formatter Area - Formatter A-linter Area - Linter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants