Skip to content

Releases: eslint-community/eslint-plugin-n

Release 17.0.0-1

07 Feb 03:19
b83f9b3

Choose a tag to compare

Release 17.0.0-1 Pre-release
Pre-release

Features

  • feat(shebang): Add options to ignore unpublished files (#172) (5609abb)

Bugfixes

  • fix: Remove require("util") import in import-target (#181) (d32eff3)

Chores

  • chore: update dependency markdownlint-cli to ^0.39.0 (#179) (cd5cbbb)
  • chore: Merge supported and backport properties (#177) (5d1cb98)
  • chore: npm run format (#175) (17e658e)
  • feat: Update es-builtins (#174) (fbc9e7b)
  • chore!: remove "n/no-unsupported-features" #140 (#173) (372b283)
  • chore: update dependency minimatch to v9 (#167) (5ad657c)
  • chore: add release-please (#170) (fc77da2)
  • chore: update dependency @typescript-eslint/parser to v6 (#166) (4265094)
  • chore: update dependency markdownlint-cli to ^0.38.0 (#149) (3fd61be)
  • chore: update dependency release-it to v17 (#168) (1c91e05)
  • chore: upgrade prettier v3 (#165) (bbfde8d)

Release 17.0.0-0

09 Jan 09:20
9613f9b

Choose a tag to compare

Release 17.0.0-0 Pre-release
Pre-release

This version is not ready for production use and is provided to gather feedback from the community before releasing the final version. Please let us know if you having any problems or feedback by creating issues on our GitHub repo.

🔗 Installing

Since this is a pre-release version, you will not automatically be upgraded by npm. You must specify the next tag when installing:

npm i eslint-plugin-n@next -D

💥 Breaking changes:

  • feat!: drop eslint v7 & node.js < 18 (#161) (41ceed7)
  • feat!: Start using enhanced-resolve to improve ts support (#139) (dc9f473)

Release 16.6.2

09 Jan 03:29
ec5badb

Choose a tag to compare

  • fix: no-callback-literal ignore unknown nodes (#163) (5fc2198)

Release 16.6.1

02 Jan 02:45
bc6c538

Choose a tag to compare

Release 16.6.0

29 Dec 10:25
0ab0f41

Choose a tag to compare

  • feat: supported new globals added in the new node.js versions (#154) (7628925)

Release 16.5.0

20 Dec 09:08
0c9c2f3

Choose a tag to compare

Features

  • feat: Add builtins check for ES2021 to no-unsupported-features/es-builtins rule (#153) (15a5850)
  • feat: Add syntax check for ES2021 to no-unsupported-features/es-syntax rule (#152) (6835a10)

Docs & Chores

  • docs: Auto-generate configs list with eslint-doc-generator (#146) (6409e34)
  • chore: Configure Renovate (0d6a0fe)

Release 16.4.0

11 Dec 05:17
964cf65

Choose a tag to compare

Release 16.3.1

10 Nov 10:10
deeb998

Choose a tag to compare

  • fix: Change to using is-builtin-module (#138) (2846f4f)

Release 16.3.0

07 Nov 06:27
5343efd

Choose a tag to compare

Features:

  • feat: Export the moduleType from ImportTarget (#132) (ff01930)

Chores:

  • chore: Remove unused "meta.docs.category" property (#133) (22ba54c)
  • docs: Fix spelling in no-callback-literal.md (#135) (79c8afd)
  • docs: change rule desc input to textarea in new-rule template (446e744)
  • docs: add issue templates (#130) (2200c43)
  • docs: Fix grammatically incorrect Additional ESLint's rules (#129) (fba650a)

Release 16.2.0

11 Oct 08:52
f9dbe21

Choose a tag to compare

Features

  • feat: detect non-member expressions in n/no-sync (#127) (6d02512)

Bugfixes

  • fix: Normalise package.json#files before checking ignores and whitelist (#123) (fixes #122) (2d43f48)

Docs & Chores

  • docs: fix repository URL:s, tweak badges + remove old non-working codecov (#125) (5507f43)
  • chore: Add a .editorconfig file (#126) (574df88)
  • chore: use maintained npm-run-all fork (#124) (98ea90e)
  • ci: fix actions/setup-node setup for linting (7f54d0c)
  • chore: remove unused funding.yml (4f3891c)
  • docs: Create a shared settings document (#115) (7d855e6)
  • chore: remove usage of @eslint/eslintrc (#116) (150b34f)
  • build: add node v20 (#117) (b7d0536)