Skip to content

Releases: eslint-community/eslint-plugin-n

Release 17.0.0-0

09 Jan 09:20
9613f9b
Compare
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
Compare
Choose a tag to compare
  • fix: no-callback-literal ignore unknown nodes (#163) (5fc2198)

Release 16.6.1

02 Jan 02:45
bc6c538
Compare
Choose a tag to compare

Release 16.6.0

29 Dec 10:25
0ab0f41
Compare
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
Compare
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
Compare
Choose a tag to compare

Release 16.3.1

10 Nov 10:10
deeb998
Compare
Choose a tag to compare
  • fix: Change to using is-builtin-module (#138) (2846f4f)

Release 16.3.0

07 Nov 06:27
5343efd
Compare
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
Compare
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)

Release 16.1.0

11 Sep 03:09
47cd9a6
Compare
Choose a tag to compare
  • feat: Allow for automatic ts mapping detection (#114) (2ab30ce)
  • feat: add config flat/recommended and flat/mixed-esm-and-cjs (#111) (78595c4)
  • feat: export flat/recommended-script and flat/recommended-module (#113) (1f8fdc8)
  • feat: add the ability to configure typescript to javascript file extension conversion (#112) (20d2713)