Releases: eslint-community/eslint-plugin-n
Releases · eslint-community/eslint-plugin-n
v17.23.1
18 Sep 12:49
Compare
Sorry, something went wrong.
No results found
🩹 Fixes
node-builtins-modules/tls.js: Update minimal version (#484 ) (fe94432 )
📚 Documentation
improve clarity of no-missing-import and no-missing-require (#455 ) (92ea876 )
v17.23.0
15 Sep 19:06
Compare
Sorry, something went wrong.
No results found
v17.22.0
13 Sep 16:01
Compare
Sorry, something went wrong.
No results found
🌟 Features
🩹 Fixes
ci: bump markdowncli-lint version (#468 ) (91a56d0 )
no-unsupported: URL.createObjectURL
, URL.revokeObjectURL
are supported (#471 ) (844155c )
v17.21.3
28 Jul 11:57
Compare
Sorry, something went wrong.
No results found
🩹 Fixes
no-missing-import: Support data imports (#465 ) (69ea12b )
v17.21.2
27 Jul 10:55
Compare
Sorry, something went wrong.
No results found
v17.21.1
27 Jul 00:58
Compare
Sorry, something went wrong.
No results found
🩹 Fixes
ci: Ignore type test failures for types present in ESLint 8 that we removed in ESLint 9.31.0 (#460 ) (76f8150 )
no-restricted-require: Handle .. paths (#458 ) (34719e8 )
v17.21.0
03 Jul 22:51
Compare
Sorry, something went wrong.
No results found
🌟 Features
🩹 Fixes
correctly handle version ranges in prefer-node-protocol (#454 ) (d60439d )
🧹 Chores
no-sync: remove @typescript-eslint/utils
(#449 ) (45e2803 )
v17.20.0
12 Jun 17:38
Compare
Sorry, something went wrong.
No results found
🌟 Features
no-top-level-await: add support for await using
(#447 ) (88dea92 )
v17.19.0
02 Jun 11:04
Compare
Sorry, something went wrong.
No results found
🌟 Features
add no-top-level-await
rule (#440 ) (a500a48 )
add support for ignoring sync methods from certain locations (#424 ) (ef94e49 )
v17.18.0
09 May 05:22
Compare
Sorry, something went wrong.
No results found
🌟 Features
Allow to use tryExtensions
in the rule no-unpublished-import
(#429 ) (002ac9c )
no-deprecated-api: Add support for process.getBuiltinModule()
(#435 ) (fca7cf4 )
node-builtins: Add support for process.getBuiltinModule()
(#433 ) (d4c7831 )
prefer-global: Add support for process.getBuiltinModule()
(#436 ) (83aa3a7 )
prefer-node-protocol: Add support for process.getBuiltinModule()
(#430 ) (9e97d8e )
prefer-promises: Add support for process.getBuiltinModule()
(#437 ) (6f5e81d )
🩹 Fixes
false negatives for https
in prefer-node-protocol
, and false negatives for node:sqlite
in node-builtins
(#432 ) (bb21bd0 )