Skip to content

Releases: eslint-community/eslint-plugin-n

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)

v17.16.0

23 Feb 03:50
17a60cd
Compare
Choose a tag to compare

17.16.0 (2025-02-23)

🌟 Features

  • add support for ignoring sync methods from certain locations (#392) (5544f20)

🩹 Fixes

  • False-positive no-extraneous-import when using the tsconfig > paths alias import (#408) (f486492)

🧹 Chores

v17.15.1

20 Dec 10:43
6aee9f2
Compare
Choose a tag to compare

17.15.1 (2024-12-20)

🩹 Fixes

  • Promise.withResolvers is supported since node 22.11 (#398) (c5bcb3a)

v17.15.0

10 Dec 03:00
308c80c
Compare
Choose a tag to compare

17.15.0 (2024-12-10)

🌟 Features

  • no-unsupported: support node 22.12.0 (#393) (af4f774)
  • resolve: allow overriding enhanced-resolve's options (#384) (1466bec)

🩹 Fixes

  • no-unsupported: Correctly handle recursive objects on a per module basis (#396) (db384d1)

v17.14.0

21 Nov 20:05
ccf5f9e
Compare
Choose a tag to compare

17.14.0 (2024-11-21)

🌟 Features

v17.13.2

15 Nov 07:35
2f60954
Compare
Choose a tag to compare

17.13.2 (2024-11-15)

🩹 Fixes

  • no-missing-require: handle multiple resolvePaths (#383) (df6ad2a)

v17.13.1

07 Nov 12:14
c4d1551
Compare
Choose a tag to compare

17.13.1 (2024-11-07)

🩹 Fixes

  • exported / referenced plugin same instance (#380) (3c45b67)

v17.13.0

06 Nov 18:28
6e08c9a
Compare
Choose a tag to compare

17.13.0 (2024-11-05)

🌟 Features

  • no-unsupported: support Node 20.18.0 (#374) (d39d99a)

🩹 Fixes

  • no-unsupported: fix node:test module (#378) (0b228dd)

🧹 Chores

v17.12.0

30 Oct 11:27
c78b370
Compare
Choose a tag to compare

17.12.0 (2024-10-30)

🌟 Features

  • no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
  • no-unsupported: Support node 23.1.0 (#370) (06d60ae)

🩹 Fixes

  • no-unsupported: getCallSite is experimental (#363) (d15c63a)
  • no-unsupported: support missing process.features (#362) (9552a4a)
  • update dependencies (#365) (bf34ca5)

🧹 Chores

  • Improve typescript types and strictness (#367) (18cdd53)