-
-
Notifications
You must be signed in to change notification settings - Fork 719
release(oxlint): v1.25.0 #15087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release(oxlint): v1.25.0 #15087
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. |
There was a problem hiding this 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 the version from 1.24.0 to 1.25.0 across the oxlint project, adding release notes for the new version including breaking changes related to tsgolint, new features (vitest/valid-title rule, strict-boolean-expression rule), bug fixes, and documentation improvements.
- Version numbers updated in package.json and Cargo.toml files
- CHANGELOG.md files updated with 1.25.0 release notes dated 2025-10-30
- Native binding version checks updated in bindings.js to expect version 1.25.0
Reviewed Changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Updated package version from 1.24.0 to 1.25.0 |
| npm/oxlint/CHANGELOG.md | Added 1.25.0 release notes with vitest/valid-title feature |
| editors/vscode/package.json | Updated VS Code extension version to 1.25.0 |
| editors/vscode/CHANGELOG.md | Added 1.25.0 release notes with breaking changes, bug fixes, and refactors |
| crates/oxc_linter/Cargo.toml | Updated Rust crate version to 1.25.0 |
| crates/oxc_linter/CHANGELOG.md | Added comprehensive 1.25.0 release notes with features, fixes, and documentation updates |
| crates/oxc_language_server/Cargo.toml | Updated language server crate version to 1.25.0 |
| crates/oxc_language_server/CHANGELOG.md | Added 1.25.0 release notes with breaking changes and refactors |
| apps/oxlint/src-js/bindings.js | Updated native binding version checks from 1.24.0 to 1.25.0 for all platforms |
| apps/oxlint/package.json | Updated oxlint package version to 1.25.0 |
| apps/oxlint/Cargo.toml | Updated oxlint crate version to 1.25.0 |
| apps/oxlint/CHANGELOG.md | Added 1.25.0 release notes with breaking changes, features, bug fixes, and tests |
| Cargo.lock | Updated dependency versions to reflect 1.25.0 for oxc_linter, oxc_language_server, and oxlint crates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CodSpeed Performance ReportMerging #15087 will not alter performanceComparing Summary
|
|
Triggering Ecosystem CI https://github.com/oxc-project/oxlint-ecosystem-ci/actions/workflows/ci.yml |
[1.25.0] - 2025-10-30
💥 BREAKING CHANGES
tsgolint: request fixes when necessary (feat(linter)!:tsgolint: request fixes when necessary #15048) (camchenry)🚀 Features
tsgolint: handle omitted fixes and suggestions (feat(linter):tsgolint: handle omitted fixes and suggestions #15047) (camchenry)🐛 Bug Fixes
"allowWithName"as regular expressions (fix(linter/no-empty-object-type): parse"allowWithName"as regular expressions #14943) (Arsh)oxc.requireConfig(fix(editor): stop client when delete .oxlintrc.json if requireConfig #14897) (Liang Mi)🚜 Refactor
flagsoptions (refactor(editor): flattenflagsoptions #15006) (Sysix)flagsto the root + deprecate flags (refactor(language_server): move sub option forflagsto the root + deprecate flags #14933) (Sysix)📚 Documentation
⚡ Performance
🧪 Testing