Skip to content

release(apps): oxlint v1.44.0 && oxfmt v0.29.0#19168

Closed
Boshen wants to merge 1 commit intomainfrom
release/apps-1770629269
Closed

release(apps): oxlint v1.44.0 && oxfmt v0.29.0#19168
Boshen wants to merge 1 commit intomainfrom
release/apps-1770629269

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Feb 9, 2026

Oxlint

🚀 Features

🐛 Bug Fixes

⚡ Performance

📚 Documentation

Oxfmt

🚀 Features

🐛 Bug Fixes

⚡ Performance

@Boshen Boshen requested a review from camc314 as a code owner February 9, 2026 09:27
Copilot AI review requested due to automatic review settings February 9, 2026 09:27
@Boshen Boshen requested a review from Dunqing as a code owner February 9, 2026 09:27
@Boshen Boshen self-assigned this Feb 9, 2026
@Boshen Boshen requested a review from overlookmotel as a code owner February 9, 2026 09:27
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

@github-actions github-actions bot added A-linter Area - Linter A-cli Area - CLI A-formatter Area - Formatter A-linter-plugins Area - Linter JS plugins labels Feb 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2026

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 prepares a coordinated release bump for the oxlint and oxfmt apps/crates and their corresponding npm packages, updating version numbers and release notes to match the new published versions.

Changes:

  • Bump oxlint to v1.44.0 across Rust crates/apps, npm packages, and JS native-binding loaders.
  • Bump oxfmt / oxc_formatter to v0.29.0 across Rust crates/apps, npm packages, and JS native-binding loaders.
  • Add new 2026-02-09 changelog entries for the released versions and update Cargo.lock accordingly.

Reviewed changes

Copilot reviewed 16 out of 17 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
npm/oxlint/package.json Bumps published oxlint npm package version to 1.44.0.
npm/oxlint/CHANGELOG.md Adds 1.44.0 npm changelog entry (but currently skips 1.43.0).
npm/oxfmt/package.json Bumps published oxfmt npm package version to 0.29.0.
npm/oxfmt/CHANGELOG.md Adds 0.29.0 npm changelog entry (but currently skips 0.28.0).
crates/oxc_linter/Cargo.toml Bumps oxc_linter crate version to 1.44.0.
crates/oxc_linter/CHANGELOG.md Adds 1.44.0 crate changelog entry (contains a small rule-name typo).
crates/oxc_formatter/Cargo.toml Bumps oxc_formatter crate version to 0.29.0.
crates/oxc_formatter/CHANGELOG.md Adds 0.29.0 crate changelog entry.
apps/oxlint/src-js/bindings.js Updates enforced native binding version checks to 1.44.0 (still highly duplicated).
apps/oxlint/package.json Bumps internal oxlint-app package version to 1.44.0.
apps/oxlint/Cargo.toml Bumps oxlint app crate version to 1.44.0.
apps/oxlint/CHANGELOG.md Adds 1.44.0 app changelog entry (contains a small rule-name typo).
apps/oxfmt/src-js/bindings.js Updates enforced native binding version checks to 0.29.0 (still highly duplicated).
apps/oxfmt/package.json Bumps internal oxfmt-app package version to 0.29.0.
apps/oxfmt/Cargo.toml Bumps oxfmt app crate version to 0.29.0.
apps/oxfmt/CHANGELOG.md Adds 0.29.0 app changelog entry.
Cargo.lock Updates locked versions for the bumped crates/apps.

- 9561e7f linter/plugins: Alter JS plugins example (#18900) (overlookmotel)
- b425a0c linter: Document jsPlugins examples (#18671) (Cameron)
- df2b7fa linter: Expand settings example with reference to custom plugins (#18670) (camc314)

Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

The changelog skips directly from 1.44.0 to 1.42.0. Since the npm package version was 1.43.0 previously, this file should likely include a 1.43.0 section (even if empty) to keep the release history consistent.

Suggested change
## [1.43.0] - 2026-02-02
_No notable changes._

Copilot uses AI. Check for mistakes.

- 6ee2d59 oxfmt: Use `oxc_formatter` in js-in-xxx part (#18373) (leaysgur)
- 9788a96 oxlint,oxfmt: Add more native builds (#18853) (Boshen)

Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

The changelog jumps from 0.29.0 to 0.27.0, but the package version being bumped here is 0.28.0 -> 0.29.0. Add the missing 0.28.0 entry so the changelog reflects all published versions in order.

Suggested change
## [0.28.0] - 2026-02-02
### 📦 Maintenance
- No user-facing changes documented for this version.

Copilot uses AI. Check for mistakes.
- e3dc5f6 linter/plugins: `RuleTester` test suggestions (#19104) (overlookmotel)
- 6054249 linter/plugins: Add `recursive` option to `RuleTester` (#19093) (overlookmotel)
- 27c241b linter/plugins: `RuleTester` test fixes (#19091) (overlookmotel)
- 7be8613 linter: Move `no-misleading-chracter-class` to `correctness` (#19006) (Sysix)
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

Typo in the rule name in this changelog entry: no-misleading-chracter-class should be no-misleading-character-class. Since changelogs are user-facing, it’s worth correcting even if it came from the original commit message.

Suggested change
- 7be8613 linter: Move `no-misleading-chracter-class` to `correctness` (#19006) (Sysix)
- 7be8613 linter: Move `no-misleading-character-class` to `correctness` (#19006) (Sysix)

Copilot uses AI. Check for mistakes.
- 27c241b linter/plugins: `RuleTester` test fixes (#19091) (overlookmotel)
- 7318275 linter/new-cap: Tighten diagnostic spans and add help text (#19131) (camchenry)
- ac2b16b linter: Improve `no-misleading-character-class` diagnostic spans (#19109) (Sysix)
- 7be8613 linter: Move `no-misleading-chracter-class` to `correctness` (#19006) (Sysix)
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

Typo in the rule name in this changelog entry: no-misleading-chracter-class should be no-misleading-character-class.

Suggested change
- 7be8613 linter: Move `no-misleading-chracter-class` to `correctness` (#19006) (Sysix)
- 7be8613 linter: Move `no-misleading-character-class` to `correctness` (#19006) (Sysix)

Copilot uses AI. Check for mistakes.
Comment on lines 83 to 86
const bindingPackageVersion = require('@oxlint/binding-android-arm64/package.json').version
if (bindingPackageVersion !== '1.43.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
throw new Error(`Native binding package version mismatch, expected 1.43.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
if (bindingPackageVersion !== '1.44.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
throw new Error(`Native binding package version mismatch, expected 1.44.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
}
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

This version string (1.44.0) is duplicated in many branches in this file (both in the comparison and in the error message). Consider defining a single expectedVersion constant (or reading it from the package.json) and reusing it to reduce the chance of missing an update in a future release.

Copilot uses AI. Check for mistakes.
Comment on lines 83 to 86
const bindingPackageVersion = require('@oxfmt/binding-android-arm64/package.json').version
if (bindingPackageVersion !== '0.28.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
throw new Error(`Native binding package version mismatch, expected 0.28.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
if (bindingPackageVersion !== '0.29.0' && process.env.NAPI_RS_ENFORCE_VERSION_CHECK && process.env.NAPI_RS_ENFORCE_VERSION_CHECK !== '0') {
throw new Error(`Native binding package version mismatch, expected 0.29.0 but got ${bindingPackageVersion}. You can reinstall dependencies to fix this issue.`)
}
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

This version string (0.29.0) is duplicated in many branches in this file (both in the comparison and in the error message). Consider defining a single expectedVersion constant (or reading it from the package.json) and reusing it to reduce the chance of missing an update in a future release.

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

codspeed-hq bot commented Feb 9, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing release/apps-1770629269 (1bfe40f) with main (51c3fc8)1

Summary

✅ 47 untouched benchmarks
⏩ 3 skipped benchmarks2

Footnotes

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

  2. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@camc314
Copy link
Contributor

camc314 commented Feb 9, 2026

We've moved the release to tomorrow - lets close these and re-run the prepare release CI so that changelogs are up to date.

@camc314 camc314 closed this Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cli Area - CLI A-formatter Area - Formatter A-linter Area - Linter A-linter-plugins Area - Linter JS plugins

Projects

None yet

Development

Successfully merging this pull request may close these issues.

linter: vitest/consistent-test-filename docs improvement

3 participants