Skip to content

Releases: eslint-community/eslint-plugin-n

v17.21.3

28 Jul 11:57
f468a1a
Compare
Choose a tag to compare

17.21.3 (2025-07-28)

🩹 Fixes

  • no-missing-import: Support data imports (#465) (69ea12b)

v17.21.2

27 Jul 10:55
047d914
Compare
Choose a tag to compare

17.21.2 (2025-07-27)

🧹 Chores

v17.21.1

27 Jul 00:58
f770164
Compare
Choose a tag to compare

17.21.1 (2025-07-27)

🩹 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
8185617
Compare
Choose a tag to compare

17.21.0 (2025-07-03)

🌟 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
42464ab
Compare
Choose a tag to compare

17.20.0 (2025-06-12)

🌟 Features

  • no-top-level-await: add support for await using (#447) (88dea92)

v17.19.0

02 Jun 11:04
96998b9
Compare
Choose a tag to compare

17.19.0 (2025-06-02)

🌟 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
1f4e676
Compare
Choose a tag to compare

17.18.0 (2025-05-09)

🌟 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)

v17.17.0

26 Mar 04:11
63cbdb9
Compare
Choose a tag to compare

17.17.0 (2025-03-26)

🌟 Features

  • allow-modules: include virtual: in the modules pattern (#425) (a109793)
  • node-builtin: Add support for import.meta properties (#420) (76fc219)

🩹 Fixes

  • no-unpublished: allowModules option was disabled when using TS alias (#423) (9ae39fb)
  • type errors (#427) (8e3c290)

v17.16.2

04 Mar 21:23
067b9bf
Compare
Choose a tag to compare

17.16.2 (2025-03-04)

🩹 Fixes

  • Revert "feat: add support for ignoring sync methods from certain locations" (#416) (0779e2f)

v17.16.1

02 Mar 08:48
90de242
Compare
Choose a tag to compare

17.16.1 (2025-03-02)

🩹 Fixes

🧹 Chores

  • package: explicitly declare js module type (#410) (9f09931)