-
-
Notifications
You must be signed in to change notification settings - Fork 721
release(oxlint): v1.16.0 #13831
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.16.0 #13831
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 is a release PR bumping oxlint from version 1.15.0 to 1.16.0, including comprehensive changelog updates across all relevant packages and applications.
- Version number updates from 1.15.0 to 1.16.0 across all package.json and Cargo.toml files
- Addition of complete 1.16.0 changelog entries detailing features, bug fixes, refactors, performance improvements, and testing changes
- Release date set to 2025-09-16 for the new version
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Updates npm package version to 1.16.0 |
| npm/oxlint/CHANGELOG.md | Adds blank line spacing in changelog |
| editors/vscode/package.json | Updates VS Code extension version to 1.16.0 |
| editors/vscode/CHANGELOG.md | Adds 1.16.0 changelog entry with editor-specific bug fixes |
| crates/oxc_linter/Cargo.toml | Updates Rust linter crate version to 1.16.0 |
| crates/oxc_linter/CHANGELOG.md | Adds comprehensive 1.16.0 changelog with features, fixes, refactors, performance, and testing |
| crates/oxc_language_server/Cargo.toml | Updates language server crate version to 1.16.0 |
| crates/oxc_language_server/CHANGELOG.md | Adds 1.16.0 changelog entry with refactor changes |
| apps/oxlint/Cargo.toml | Updates oxlint application version to 1.16.0 |
| apps/oxlint/CHANGELOG.md | Adds 1.16.0 changelog with fixes, refactors, styling, and testing changes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Oxlint Ecosystem CI |
CodSpeed Instrumentation Performance ReportMerging #13831 will not alter performanceComparing Summary
|
[1.16.0] - 2025-09-16
🚀 Features
preserve-caught-errorrule (feat(linter): addpreserve-caught-errorrule #13748) (孔辉)eslint/no-useless-computed-keyrule (feat(linter): addeslint/no-useless-computed-keyrule #13428) (yefan)TemplateLiterals(feat(regex-parser): parse simpleTemplateLiterals#13265) (Sysix)🐛 Bug Fixes
argumentsin functions (fix(linter/no-undef): false positive withargumentsin functions #13763) (camc314)oxc.path.server(fix(editor): restrict servers paths foroxc.path.server#13740) (Sysix)oxc.path.serverfor untrusted workspaces (fix(editor): don't allowoxc.path.serverfor untrusted workspaces #13734) (Sysix)--experimental-js-pluginsCLI option (fix(linter/plugins): more graceful exit for--experimental-js-pluginsCLI option #13688) (overlookmotel)🚜 Refactor
PartialEq,Eqover manual ones (refactor(linter): derive inmpls forPartialEq,Eqover manual ones #13828) (camc314)run_onceover looping over all nodes (refactor(linter/func-names): userun_onceover looping over all nodes #13798) (camc314)oxlintapplication code into separate module (refactor(linter): moveoxlintapplication code into separate module #13745) (overlookmotel)#[cfg(test)]attributes fromtestermodule (refactor(linter): remove#[cfg(test)]attributes fromtestermodule #13714) (overlookmotel)napi/oxlint2tonapi/oxlint(refactor(napi/oxlint): renamenapi/oxlint2tonapi/oxlint#13682) (overlookmotel)⚡ Performance
let..elsestatements (perf(linter): detect node types fromlet..elsestatements #13690) (camchenry)🎨 Styling
🧪 Testing
arguments(test(linter/no-undef): add more test cases forarguments#13764) (camc314)