Skip to content

Conversation

Boshen
Copy link
Member

@Boshen Boshen commented Oct 8, 2025

[1.21.0] - 2025-10-08

🚀 Features

🐛 Bug Fixes

🚜 Refactor

⚡ Performance

🧪 Testing

@Copilot Copilot AI review requested due to automatic review settings October 8, 2025 10:50
@Boshen Boshen requested a review from camc314 as a code owner October 8, 2025 10:50
@Boshen Boshen self-assigned this Oct 8, 2025
@Boshen Boshen requested a review from Sysix as a code owner October 8, 2025 10:50
Copy link
Contributor

graphite-app bot commented Oct 8, 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.

Copy link
Contributor

github-actions bot commented Oct 8, 2025

@github-actions github-actions bot added A-linter Area - Linter A-cli Area - CLI A-editor Area - Editor and Language Server labels Oct 8, 2025
Copy link
Contributor

@Copilot 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.21.0 of oxlint, updating version numbers across all packages and bindings, and adding changelog entries for the new release.

  • Version bumps from 1.20.0 to 1.21.0 across all package.json and Cargo.toml files
  • Updated native binding version checks in the JavaScript bindings file
  • Added changelog entries documenting the new features, bug fixes, and improvements in v1.21.0

Reviewed Changes

Copilot reviewed 12 out of 13 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
npm/oxlint/package.json Updated package version to 1.21.0
npm/oxlint/CHANGELOG.md Added changelog entry for v1.21.0 release
editors/vscode/package.json Updated VS Code extension version to 1.21.0
editors/vscode/CHANGELOG.md Added empty line spacing for changelog formatting
crates/oxc_linter/Cargo.toml Updated Rust crate version to 1.21.0
crates/oxc_linter/CHANGELOG.md Added comprehensive changelog for linter v1.21.0
crates/oxc_language_server/Cargo.toml Updated language server crate version to 1.21.0
crates/oxc_language_server/CHANGELOG.md Added changelog entry for language server v1.21.0
apps/oxlint/src-js/bindings.js Updated all native binding version checks to 1.21.0
apps/oxlint/package.json Updated main oxlint package version to 1.21.0
apps/oxlint/Cargo.toml Updated oxlint Rust binary version to 1.21.0
apps/oxlint/CHANGELOG.md Added changelog entries for oxlint v1.21.0

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment on lines +47 to +59
## [1.21.0] - 2025-10-08

### 🚀 Features

- 576be20 linter/plugins: Support selectors DSL (#14435) (overlookmotel)
- b2de44f linter/plugins: Support interpolation in normal diagnostic `message` (#14419) (overlookmotel)
- 382c5be linter/plugins: Support placeholders in messageIds (#14416) (camc314)
- 529e88e linter/plugins: Support `messageId`s (#14415) (camc314)
- 0ec0847 ci: Run napi tests on windows (#14383) (camc314)

### 🐛 Bug Fixes

- 88ec1bd linter/plugins: Fix error messages (#14423) (overlookmotel)
Copy link

Copilot AI Oct 8, 2025

Choose a reason for hiding this comment

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

The changelog contains a duplicate entry for version 1.21.0. The second entry starting at line 47 should be removed to avoid confusion.

Suggested change
## [1.21.0] - 2025-10-08
### 🚀 Features
- 576be20 linter/plugins: Support selectors DSL (#14435) (overlookmotel)
- b2de44f linter/plugins: Support interpolation in normal diagnostic `message` (#14419) (overlookmotel)
- 382c5be linter/plugins: Support placeholders in messageIds (#14416) (camc314)
- 529e88e linter/plugins: Support `messageId`s (#14415) (camc314)
- 0ec0847 ci: Run napi tests on windows (#14383) (camc314)
### 🐛 Bug Fixes
- 88ec1bd linter/plugins: Fix error messages (#14423) (overlookmotel)

Copilot uses AI. Check for mistakes.

Copy link

codspeed-hq bot commented Oct 8, 2025

CodSpeed Performance Report

Merging #14439 will not alter performance

Comparing release/oxlint-1759920630 (780473a) with main (493082c)

Summary

✅ 37 untouched

@camc314 camc314 assigned camc314 and unassigned Boshen Oct 8, 2025
@camc314 camc314 closed this Oct 8, 2025
@camc314 camc314 deleted the release/oxlint-1759920630 branch October 8, 2025 11:57
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-linter Area - Linter

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants