-
-
Notifications
You must be signed in to change notification settings - Fork 717
release(oxlint): v1.16.0 #13833
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 #13833
Conversation
Oxlint Ecosystem CI |
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 releases version 1.16.0 of oxlint, updating package versions across multiple components and adding corresponding changelog entries. The release includes new linting rules, bug fixes, performance improvements, and refactoring changes.
- Version bump from 1.15.0 to 1.16.0 across all packages
- Addition of comprehensive changelog entries for all updated components
- Documentation of new features, bug fixes, and improvements
Reviewed Changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| npm/oxlint/package.json | Updates package version to 1.16.0 |
| npm/oxlint/CHANGELOG.md | Adds empty line for formatting consistency |
| 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 linter crate version to 1.16.0 |
| crates/oxc_linter/CHANGELOG.md | Adds comprehensive 1.16.0 changelog with features, fixes, and improvements |
| 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 refactoring changes |
| apps/oxlint/Cargo.toml | Updates oxlint app version to 1.16.0 |
| apps/oxlint/CHANGELOG.md | Adds 1.16.0 changelog entry with app-specific changes |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #13833 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
rulesto allow mutable access toctx_hostinrun_external_rules(fix(linter): droprulesto allow mutable access toctx_hostinrun_external_rules#13832) (camc314)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)