Skip to content

Conversation

@Boshen
Copy link
Member

@Boshen Boshen commented Nov 24, 2025

Oxlint

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

⚡ Performance

📚 Documentation

🛡️ Security

Oxfmt

💥 BREAKING CHANGES

🚀 Features

🐛 Bug Fixes

⚡ Performance

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

graphite-app bot commented Nov 24, 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 A-linter Area - Linter A-cli Area - CLI A-editor Area - Editor and Language Server A-formatter Area - Formatter labels Nov 24, 2025
@github-actions
Copy link
Contributor

Copilot finished reviewing on behalf of Boshen November 24, 2025 09:11
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 releases version 1.30.0 for oxlint and version 0.15.0 for oxfmt, updating version numbers and changelogs across npm packages, Rust crates, VS Code extension, and the Cargo.lock file. The release includes breaking changes, new features, bug fixes, performance improvements, and documentation updates.

Key changes:

  • Version bump from 1.29.0 to 1.30.0 for oxlint-related packages
  • Version bump from 0.14.0 to 0.15.0 for oxfmt-related packages
  • Changelog updates documenting features, bug fixes, breaking changes, and other improvements

Reviewed changes

Copilot reviewed 18 out of 19 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
npm/oxlint/package.json Bump version to 1.30.0
npm/oxlint/CHANGELOG.md Add changelog entry for v1.30.0 release
npm/oxfmt/package.json Bump version to 0.15.0
npm/oxfmt/CHANGELOG.md Add changelog entry for v0.15.0 release
editors/vscode/package.json Bump VS Code extension version to 1.30.0
editors/vscode/CHANGELOG.md Add changelog entry for v1.30.0 release
crates/oxc_linter/Cargo.toml Bump crate version to 1.30.0
crates/oxc_linter/CHANGELOG.md Add changelog entry for v1.30.0 release
crates/oxc_language_server/Cargo.toml Bump crate version to 1.30.0
crates/oxc_language_server/CHANGELOG.md Add changelog entry for v1.30.0 release
crates/oxc_formatter/Cargo.toml Bump crate version to 0.15.0
crates/oxc_formatter/CHANGELOG.md Add changelog entry for v0.15.0 release
apps/oxlint/package.json Bump app version to 1.30.0
apps/oxlint/Cargo.toml Bump app version to 1.30.0
apps/oxlint/CHANGELOG.md Add changelog entry for v1.30.0 release
apps/oxfmt/package.json Bump app version to 0.15.0
apps/oxfmt/Cargo.toml Bump app version to 0.15.0
apps/oxfmt/CHANGELOG.md Add changelog entry for v0.15.0 release
Cargo.lock Update version references to match new versions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


- 2bd3cb6 apps, editors, napi: Fix `oxlint-disable` comments (#16014) (overlookmotel)
- a8a2032 linter: Support missing `range` for internal diagnostics (#15964) (camc314)
- 9fa9ef2 linter: Gracefully fail when using import plugin, large file counf and JS plugins (#15864) (camc314)
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

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

Corrected spelling of 'counf' to 'count'.

Suggested change
- 9fa9ef2 linter: Gracefully fail when using import plugin, large file counf and JS plugins (#15864) (camc314)
- 9fa9ef2 linter: Gracefully fail when using import plugin, large file count and JS plugins (#15864) (camc314)

Copilot uses AI. Check for mistakes.
- 6d14c8b formatter: Comments in export class decorators are printing incorrectly (#15897) (Dunqing)
- 683c764 formatter: Correct a few minor mismatched typescript tests (#15894) (Dunqing)
- c11cc07 formatter: Improve formatting for default type on type parameters (#15893) (Dunqing)
- 0bff596 formatter: Handle JSX expresssion dangling comment (#15890) (leaysgur)
Copy link

Copilot AI Nov 24, 2025

Choose a reason for hiding this comment

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

Corrected spelling of 'expresssion' to 'expression'.

Suggested change
- 0bff596 formatter: Handle JSX expresssion dangling comment (#15890) (leaysgur)
- 0bff596 formatter: Handle JSX expression dangling comment (#15890) (leaysgur)

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

codspeed-hq bot commented Nov 24, 2025

CodSpeed Performance Report

Merging #16039 will not alter performance

Comparing release/apps-1763975353 (ce22673) with main (4817486)1

Summary

✅ 42 untouched
⏩ 3 skipped2

Footnotes

  1. No successful run was found on main (66bab34) during the generation of this report, so 4817486 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.

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.

3 participants