-
-
Notifications
You must be signed in to change notification settings - Fork 668
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-error
rule (feat(linter): addpreserve-caught-error
rule #13748) (孔辉)eslint/no-useless-computed-key
rule (feat(linter): addeslint/no-useless-computed-key
rule #13428) (yefan)TemplateLiterals
(feat(regex-parser): parse simpleTemplateLiterals
#13265) (Sysix)🐛 Bug Fixes
rules
to allow mutable access toctx_host
inrun_external_rules
(fix(linter): droprules
to allow mutable access toctx_host
inrun_external_rules
#13832) (camc314)arguments
in functions (fix(linter/no-undef): false positive witharguments
in functions #13763) (camc314)oxc.path.server
(fix(editor): restrict servers paths foroxc.path.server
#13740) (Sysix)oxc.path.server
for untrusted workspaces (fix(editor): don't allowoxc.path.server
for untrusted workspaces #13734) (Sysix)--experimental-js-plugins
CLI option (fix(linter/plugins): more graceful exit for--experimental-js-plugins
CLI option #13688) (overlookmotel)🚜 Refactor
PartialEq
,Eq
over manual ones (refactor(linter): derive inmpls forPartialEq
,Eq
over manual ones #13828) (camc314)run_once
over looping over all nodes (refactor(linter/func-names): userun_once
over looping over all nodes #13798) (camc314)oxlint
application code into separate module (refactor(linter): moveoxlint
application code into separate module #13745) (overlookmotel)#[cfg(test)]
attributes fromtester
module (refactor(linter): remove#[cfg(test)]
attributes fromtester
module #13714) (overlookmotel)napi/oxlint2
tonapi/oxlint
(refactor(napi/oxlint): renamenapi/oxlint2
tonapi/oxlint
#13682) (overlookmotel)⚡ Performance
let..else
statements (perf(linter): detect node types fromlet..else
statements #13690) (camchenry)🎨 Styling
🧪 Testing
arguments
(test(linter/no-undef): add more test cases forarguments
#13764) (camc314)