-
-
Notifications
You must be signed in to change notification settings - Fork 717
release(oxlint): v1.17.0 #14054
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.17.0 #14054
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. |
Oxlint Ecosystem CI |
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 pull request bumps the version of oxlint from 1.16.0 to 1.17.0 across all relevant packages and files.
- Version number updates across package.json and Cargo.toml files
- CHANGELOG.md updates documenting new features, bug fixes, and refactors for v1.17.0
- Version string updates in native binding version checks
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 | Updates version from 1.16.0 to 1.17.0 |
| npm/oxlint/CHANGELOG.md | Adds v1.17.0 changelog entry with features and refactors |
| editors/vscode/package.json | Updates VS Code extension version to 1.17.0 |
| editors/vscode/CHANGELOG.md | Adds v1.17.0 changelog entry for editor features |
| crates/oxc_linter/Cargo.toml | Updates Rust crate version to 1.17.0 |
| crates/oxc_linter/CHANGELOG.md | Adds comprehensive v1.17.0 changelog with features, fixes, and performance improvements |
| crates/oxc_language_server/Cargo.toml | Updates language server crate version to 1.17.0 |
| crates/oxc_language_server/CHANGELOG.md | Adds v1.17.0 changelog entry for language server improvements |
| apps/oxlint/src-js/bindings.js | Updates all native binding version checks from 1.16.0 to 1.17.0 |
| apps/oxlint/package.json | Updates oxlint app version to 1.17.0 |
| apps/oxlint/Cargo.toml | Updates oxlint app Rust crate version to 1.17.0 |
| apps/oxlint/CHANGELOG.md | Adds v1.17.0 changelog entry |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodSpeed Instrumentation Performance ReportMerging #14054 will not alter performanceComparing Summary
Footnotes |
[1.17.0] - 2025-09-23
🚀 Features
definePluginAPI (feat(linter/plugins): adddefinePluginAPI #14008) (overlookmotel)defineRuleAPI (feat(linter/plugins): adddefineRuleAPI #13945) (overlookmotel)createOnceAPI (feat(linter/plugins): addcreateOnceAPI #13944) (overlookmotel)oxc.fmt.experimentalflag (feat(editor): addoxc.fmt.experimentalflag #13923) (Sysix)ServerFormatter(feat(language_server): introduceServerFormatter#13700) (Sysix)vue/no-required-prop-with-defaultrule (feat(linter): addvue/no-required-prop-with-defaultrule #13613) (yefan)vue/require-typed-refrule (feat(linter): addvue/require-typed-refrule #13857) (yefan)enginesfield to require Node.js 20.19.0+ for ESM support (feat(node): Bumpenginesfield to require Node.js 20.19.0+ for ESM support #13879) (Copilot)eslint/no-misleading-character-class(feat(linter): addeslint/no-misleading-character-class#13365) (Sysix)Context(feat(linter/plugins): add options toContext#13810) (overlookmotel)oxlintto NAPI app (feat(linter): convertoxlintto NAPI app #13723) (overlookmotel)🐛 Bug Fixes
.d.mtsextension for types (fix(napi/parser): generate.d.mtsextension for types #14038) (Daniel Roe)tsdowndependency to 0.15.1 (fix(linter/plugins): pintsdowndependency to 0.15.1 #14005) (overlookmotel)package.json(fix(linter): set package version inpackage.json#13890) (overlookmotel)🚜 Refactor
.mjsfiles with.js(refactor(parser, linter): replace.mjsfiles with.js#14045) (overlookmotel)Serializederives (refactor(linter/plugins): remove unnecessarySerializederives #14031) (overlookmotel)Contextmethod calls increateOnce(refactor(linter/plugins): improve handlingContextmethod calls increateOnce#14032) (overlookmotel)mpscchannel (refactor(language_server): don't creatempscchannel #14011) (Sysix)ServerFormatter(refactor(language_server): use minimal text edit forServerFormatter#13960) (Sysix)Backendinto own file (refactor(langauge_server): moveBackendinto own file #13955) (Sysix)LSPFileSystem(refactor(language_server): introduceLSPFileSystem#13731) (Sysix)RcfromDisableDirectives(refactor(linter): removeRcfromDisableDirectives#13924) (camc314)src-jsdirectory (refactor(napi/parser): move JS code intosrc-jsdirectory #13899) (overlookmotel)needs_linter_restarttoServerLinter(refactor(language_server): moveneeds_linter_restarttoServerLinter#13834) (Sysix)--experimental-js-pluginsto--js-plugins(refactor(linter/plugins): rename--experimental-js-pluginsto--js-plugins#13860) (overlookmotel)Contextproperties getters (refactor(linter/plugins): makeContextproperties getters #13809) (overlookmotel)📚 Documentation
⚡ Performance
LintFileResultfields (perf(linter/plugins): flattenLintFileResultfields #14033) (overlookmotel)match node.kind()(perf(linter): add node type codegen support formatch node.kind()#13736) (camchenry)for (... of ...)loops (perf(linter): replacefor (... of ...)loops #13913) (overlookmotel)🎨 Styling
Serializeat top level (style(linter): importSerializeat top level #14030) (overlookmotel)🧪 Testing
test_and_snapshot_multiple_file(test(language_server): addtest_and_snapshot_multiple_file#13966) (Sysix)thisis undefined in visit functions (test(linter/plugins): checkthisis undefined in visit functions #13811) (overlookmotel)💼 Other
oxlintlocally with Mimalloc in release mode (build(linter): buildoxlintlocally with Mimalloc in release mode #14034) (overlookmotel)