-
-
Notifications
You must be signed in to change notification settings - Fork 726
release(oxlint): v1.17.0 #13921
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 #13921
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,68 @@ All notable changes to this package will be documented in this file. | |
|
|
||
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0). | ||
|
|
||
| ## [1.17.0] - 2025-09-19 | ||
|
|
||
| ### π Features | ||
|
|
||
| - b52389a node: Bump `engines` field to require Node.js 20.19.0+ for ESM support (#13879) (Copilot) | ||
| - c75ae8c linter/plugins: Add options to `Context` (#13810) (overlookmotel) | ||
| - 53d04dd linter: Convert `oxlint` to NAPI app (#13723) (overlookmotel) | ||
|
|
||
| ### π Bug Fixes | ||
|
|
||
| - dd3843f linter: Set package version in `package.json` (#13890) (overlookmotel) | ||
| - fac7624 linter/plugins: Improve error for no JS plugins (#13858) (overlookmotel) | ||
|
|
||
| ### π Refactor | ||
|
|
||
| - ac3e9e9 napi/parser: Move JS code into `src-js` directory (#13899) (overlookmotel) | ||
| - 7e0d736 linter/plugins: Rename `--experimental-js-plugins` to `--js-plugins` (#13860) (overlookmotel) | ||
| - 6245c8c linter/plugins: Make `Context` properties getters (#13809) (overlookmotel) | ||
| - a2342a6 linter/plugins: Import named in tests (#13807) (overlookmotel) | ||
|
|
||
| ### β‘ Performance | ||
|
|
||
| - a79af0a linter: Replace `for (... of ...)` loops (#13913) (overlookmotel) | ||
|
|
||
| ### π§ͺ Testing | ||
|
|
||
| - f51240e linter/plugins: Tests for different import styles (#13859) (overlookmotel) | ||
| - 407c95e linter/plugins: Check `this` is undefined in visit functions (#13811) (overlookmotel) | ||
| - f023a22 linter/plugins: Include stack trace in plugin loading errors (#13808) (overlookmotel) | ||
|
|
||
|
|
||
| ## [1.17.0] - 2025-09-19 | ||
|
|
||
| ### π Features | ||
|
|
||
| - b52389a node: Bump `engines` field to require Node.js 20.19.0+ for ESM support (#13879) (Copilot) | ||
| - c75ae8c linter/plugins: Add options to `Context` (#13810) (overlookmotel) | ||
| - 53d04dd linter: Convert `oxlint` to NAPI app (#13723) (overlookmotel) | ||
|
|
||
| ### π Bug Fixes | ||
|
|
||
| - dd3843f linter: Set package version in `package.json` (#13890) (overlookmotel) | ||
| - fac7624 linter/plugins: Improve error for no JS plugins (#13858) (overlookmotel) | ||
|
|
||
| ### π Refactor | ||
|
|
||
| - ac3e9e9 napi/parser: Move JS code into `src-js` directory (#13899) (overlookmotel) | ||
| - 7e0d736 linter/plugins: Rename `--experimental-js-plugins` to `--js-plugins` (#13860) (overlookmotel) | ||
| - 6245c8c linter/plugins: Make `Context` properties getters (#13809) (overlookmotel) | ||
| - a2342a6 linter/plugins: Import named in tests (#13807) (overlookmotel) | ||
|
|
||
| ### β‘ Performance | ||
|
|
||
| - a79af0a linter: Replace `for (... of ...)` loops (#13913) (overlookmotel) | ||
|
|
||
| ### π§ͺ Testing | ||
|
|
||
| - f51240e linter/plugins: Tests for different import styles (#13859) (overlookmotel) | ||
| - 407c95e linter/plugins: Check `this` is undefined in visit functions (#13811) (overlookmotel) | ||
| - f023a22 linter/plugins: Include stack trace in plugin loading errors (#13808) (overlookmotel) | ||
|
|
||
|
|
||
|
Comment on lines
+38
to
+68
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There appears to be a duplicate changelog entry for version 1.17.0 in the Spotted by Diamond |
||
| ## [1.16.0] - 2025-09-16 | ||
|
|
||
| ### π Bug Fixes | ||
|
|
||
Large diffs are not rendered by default.
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.
The changelog contains a duplicate entry for version 1.17.0. Remove the second occurrence starting at line 38.