Skip to content

Releases: eslint-community/eslint-plugin-n

v17.12.0

30 Oct 11:27
c78b370

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)

v17.11.1

09 Oct 11:49
23d0e84

Choose a tag to compare

17.11.1 (2024-10-09)

๐Ÿฉน Fixes

  • no-deprecated-api: dedeprecate process.nextTick (#350) (dd889ab)

v17.11.0

09 Oct 09:17
4d5078f

Choose a tag to compare

17.11.0 (2024-10-09)

๐ŸŒŸ Features

  • no-missing-import: Add ignoreTypeImport options (#344) (e022aba)
  • no-process-env: Allow users to exclude specific variables (#345) (b16a475)
  • Update no-unsupported to node v22.9.0 (#342) (87fb484)

๐Ÿฉน Fixes

  • no-missing-import: Ignore node builtins in package.json imports (#346) (148e47e)
  • no-missing-import: Resolve tsconfig paths relative to the tsconfig (#343) (6cd7954)

๐Ÿ“š Documentation

  • Explain the transitive dependency case for no-extraneous-* (#347) (8c0a2cc)

v17.10.3

18 Sep 03:06
85b7945

Choose a tag to compare

17.10.3 (2024-09-18)

๐Ÿฉน Fixes

  • Use our data set to work out if a module is a node module (#338) (6a1b2c5)

๐Ÿ“š Documentation

  • process-exit-as-throw: update wording (#323) (e5e758e)

v17.10.2

05 Aug 04:07
388cef9

Choose a tag to compare

17.10.2 (2024-08-05)

๐Ÿฉน Fixes

v17.10.1

26 Jul 10:47
6744257

Choose a tag to compare

17.10.1 (2024-07-26)

๐Ÿฉน Fixes

v17.10.0

26 Jul 02:04
5aad5f1

Choose a tag to compare

17.10.0 (2024-07-26)

๐ŸŒŸ Features

๐Ÿ“š Documentation

๐Ÿงน Chores

  • upgrade compatible deps (8f6f11d)

v17.9.0

14 Jun 01:43
67bbfdf

Choose a tag to compare

17.9.0 (2024-06-14)

๐ŸŒŸ Features

  • Add flag ignorePrivate to no-unpublished-x rules (#298) (0609431)

v17.8.1

06 Jun 08:34
988bdd4

Choose a tag to compare

17.8.1 (2024-06-06)

๐Ÿฉน Fixes

v17.8.0

05 Jun 09:27
6dca24c

Choose a tag to compare

17.8.0 (2024-06-05)

๐ŸŒŸ Features

  • node-builtin: Add node 22.2.0 support (#282) (5221c40)

๐Ÿฉน Fixes

  • Allow for misconfigured default exports (#288) (92e18b5)

๐Ÿงน Chores