Update dependency eslint-plugin-n to v16 #47

Merged
Brain merged 1 commits from renovate/eslint-plugin-n-16.x into main 2024-04-23 19:39:28 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
eslint-plugin-n devDependencies major 14.0.0 -> 16.6.2

Release Notes

eslint-community/eslint-plugin-n (eslint-plugin-n)

v16.6.2

Compare Source

v16.6.1

Compare Source

v16.6.0

Compare Source

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

v16.5.0

Compare Source

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)

v16.4.0

Compare Source

v16.3.1

Compare Source

v16.3.0

Compare Source

Features:

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)

v16.2.0

Compare Source

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

v16.1.0

Compare Source

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

v16.0.2

Compare Source

v16.0.1

Compare Source

  • fix: Update all dependencies. Fix a few tests where eslint now reports nodeType: null. (44cec62)

v16.0.0

Compare Source

breaking changes

features

v15.7.0

Compare Source

v15.6.1

Compare Source

v15.6.0

Compare Source

v15.5.2

Compare Source

v15.5.1

Compare Source

  • fix: consider node: prefix in prefer-global rules (#​63) (dbb7264)
  • chore: upgrade non-major deps (b0faa87)
  • chore: Update package.json links to new repository location (#​62) (63fc031)

v15.5.0

Compare Source

  • feat: no-unsupported-features support process.report (#​60) (8ce1a64)
  • docs: automate docs with eslint-doc-generator (#​61) (237b2a1)

v15.4.0

Compare Source

  • feat: Disable the no-unpublished-x rules in private packages (#​57) (5ccd0c5)

v15.3.0

Compare Source

  • feat: Added supported version for module imports(13.2.0) (#​52) (98b873a)

v15.2.5

Compare Source

  • fix: do not crash rule no-unpublished-require (#​49) (38b0298)
  • chore: tweak eslint config (d7b975a)
  • chore: refactor a few rules (d879ccb)
  • chore: update a few rules to use messageId (c9138e5)
  • fix: upgrade a few (dev)deps to latest (b4ec37b)

v15.2.4

Compare Source

v15.2.3

Compare Source

  • fix: default mapping of sourc .ts import of unspecified extension should be .js (#​29) (3736fa9)

v15.2.2

Compare Source

v15.2.1

Compare Source

  • fix: Add proper file extensions when importing a typescript file from a typescript file (#​20) (c8d0484)
  • chore: upgrade deps to latest (#​18) (88b4d95)

v15.2.0

Compare Source

v15.1.0

Compare Source

  • feat: Allow dynamic import for Node.js >=12.17 <13 || >=13.2 (#​13) (caccbef)

v15.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/weiran-zsd/eslint-plugin-node/compare/15.0.0...15.0.1

v15.0.0

Compare Source

What's Changed

Breaking
  • removed tryExtensions option in the following rules, as they do not work as Node's esm:
    • file-extension-in-import
    • no-extraneous-import
    • no-missing-import
    • no-unpublished-import
Features

New Contributors

Full Changelog: https://github.com/weiran-zsd/eslint-plugin-node/compare/14.0.0...15.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) | devDependencies | major | [`14.0.0` -> `16.6.2`](https://renovatebot.com/diffs/npm/eslint-plugin-n/14.0.0/16.6.2) | --- ### Release Notes <details> <summary>eslint-community/eslint-plugin-n (eslint-plugin-n)</summary> ### [`v16.6.2`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.6.2) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.6.1...16.6.2) - fix: no-callback-literal ignore unknown nodes ([#&#8203;163](https://github.com/eslint-community/eslint-plugin-n/issues/163)) ([`5fc2198`](https://github.com/eslint-community/eslint-plugin-n/commit/5fc2198)) ### [`v16.6.1`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.6.1) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.6.0...16.6.1) - fix: eslint 7.0 support ([#&#8203;156](https://github.com/eslint-community/eslint-plugin-n/issues/156)) ([`2419888`](https://github.com/eslint-community/eslint-plugin-n/commit/2419888)) ### [`v16.6.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.6.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.5.0...16.6.0) - feat: supported new globals added in the new node.js versions ([#&#8203;154](https://github.com/eslint-community/eslint-plugin-n/issues/154)) ([`7628925`](https://github.com/eslint-community/eslint-plugin-n/commit/7628925)) ### [`v16.5.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.5.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.4.0...16.5.0) #### Features - feat: Add builtins check for ES2021 to no-unsupported-features/es-builtins rule ([#&#8203;153](https://github.com/eslint-community/eslint-plugin-n/issues/153)) ([`15a5850`](https://github.com/eslint-community/eslint-plugin-n/commit/15a5850)) - feat: Add syntax check for ES2021 to no-unsupported-features/es-syntax rule ([#&#8203;152](https://github.com/eslint-community/eslint-plugin-n/issues/152)) ([`6835a10`](https://github.com/eslint-community/eslint-plugin-n/commit/6835a10)) #### Docs & Chores - docs: Auto-generate configs list with eslint-doc-generator ([#&#8203;146](https://github.com/eslint-community/eslint-plugin-n/issues/146)) ([`6409e34`](https://github.com/eslint-community/eslint-plugin-n/commit/6409e34)) - chore: Configure Renovate ([`0d6a0fe`](https://github.com/eslint-community/eslint-plugin-n/commit/0d6a0fe)) ### [`v16.4.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.4.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.3.1...16.4.0) - feat: eslint v9.0.0 compatibility (fixes [#&#8203;143](https://github.com/eslint-community/eslint-plugin-n/issues/143)) ([#&#8203;144](https://github.com/eslint-community/eslint-plugin-n/issues/144)) ([`b075568`](https://github.com/eslint-community/eslint-plugin-n/commit/b075568)) - docs: add playground (fixes [#&#8203;25](https://github.com/eslint-community/eslint-plugin-n/issues/25)) ([#&#8203;145](https://github.com/eslint-community/eslint-plugin-n/issues/145)) ([`8bd6c7e`](https://github.com/eslint-community/eslint-plugin-n/commit/8bd6c7e)) ### [`v16.3.1`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.3.1) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.3.0...16.3.1) - fix: Change to using is-builtin-module ([#&#8203;138](https://github.com/eslint-community/eslint-plugin-n/issues/138)) ([`2846f4f`](https://github.com/eslint-community/eslint-plugin-n/commit/2846f4f)) ### [`v16.3.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.3.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.2.0...16.3.0) Features: - feat: Export the moduleType from ImportTarget ([#&#8203;132](https://github.com/eslint-community/eslint-plugin-n/issues/132)) ([`ff01930`](https://github.com/eslint-community/eslint-plugin-n/commit/ff01930)) Chores: - chore: Remove unused "meta.docs.category" property ([#&#8203;133](https://github.com/eslint-community/eslint-plugin-n/issues/133)) ([`22ba54c`](https://github.com/eslint-community/eslint-plugin-n/commit/22ba54c)) - docs: Fix spelling in no-callback-literal.md ([#&#8203;135](https://github.com/eslint-community/eslint-plugin-n/issues/135)) ([`79c8afd`](https://github.com/eslint-community/eslint-plugin-n/commit/79c8afd)) - docs: change rule desc input to textarea in new-rule template ([`446e744`](https://github.com/eslint-community/eslint-plugin-n/commit/446e744)) - docs: add issue templates ([#&#8203;130](https://github.com/eslint-community/eslint-plugin-n/issues/130)) ([`2200c43`](https://github.com/eslint-community/eslint-plugin-n/commit/2200c43)) - docs: Fix grammatically incorrect `Additional ESLint's rules` ([#&#8203;129](https://github.com/eslint-community/eslint-plugin-n/issues/129)) ([`fba650a`](https://github.com/eslint-community/eslint-plugin-n/commit/fba650a)) ### [`v16.2.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.2.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.1.0...16.2.0) #### Features - feat: detect non-member expressions in n/no-sync ([#&#8203;127](https://github.com/eslint-community/eslint-plugin-n/issues/127)) ([`6d02512`](https://github.com/eslint-community/eslint-plugin-n/commit/6d02512)) #### Bugfixes - fix: Normalise `package.json#files` before checking ignores and whitelist ([#&#8203;123](https://github.com/eslint-community/eslint-plugin-n/issues/123)) (fixes [#&#8203;122](https://github.com/eslint-community/eslint-plugin-n/issues/122)) ([`2d43f48`](https://github.com/eslint-community/eslint-plugin-n/commit/2d43f48)) #### Docs & Chores - docs: fix repository URL:s, tweak badges + remove old non-working `codecov` ([#&#8203;125](https://github.com/eslint-community/eslint-plugin-n/issues/125)) ([`5507f43`](https://github.com/eslint-community/eslint-plugin-n/commit/5507f43)) - chore: Add a .editorconfig file ([#&#8203;126](https://github.com/eslint-community/eslint-plugin-n/issues/126)) ([`574df88`](https://github.com/eslint-community/eslint-plugin-n/commit/574df88)) - chore: use maintained `npm-run-all` fork ([#&#8203;124](https://github.com/eslint-community/eslint-plugin-n/issues/124)) ([`98ea90e`](https://github.com/eslint-community/eslint-plugin-n/commit/98ea90e)) - ci: fix `actions/setup-node` setup for linting ([`7f54d0c`](https://github.com/eslint-community/eslint-plugin-n/commit/7f54d0c)) - chore: remove unused funding.yml ([`4f3891c`](https://github.com/eslint-community/eslint-plugin-n/commit/4f3891c)) - docs: Create a shared settings document ([#&#8203;115](https://github.com/eslint-community/eslint-plugin-n/issues/115)) ([`7d855e6`](https://github.com/eslint-community/eslint-plugin-n/commit/7d855e6)) - chore: remove usage of [@&#8203;eslint/eslintrc](https://github.com/eslint/eslintrc) ([#&#8203;116](https://github.com/eslint-community/eslint-plugin-n/issues/116)) ([`150b34f`](https://github.com/eslint-community/eslint-plugin-n/commit/150b34f)) - build: add node v20 ([#&#8203;117](https://github.com/eslint-community/eslint-plugin-n/issues/117)) ([`b7d0536`](https://github.com/eslint-community/eslint-plugin-n/commit/b7d0536)) ### [`v16.1.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.1.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.0.2...16.1.0) - feat: Allow for automatic ts mapping detection ([#&#8203;114](https://github.com/eslint-community/eslint-plugin-n/issues/114)) ([`2ab30ce`](https://github.com/eslint-community/eslint-plugin-n/commit/2ab30ce)) - feat: add config `flat/recommended` and `flat/mixed-esm-and-cjs` ([#&#8203;111](https://github.com/eslint-community/eslint-plugin-n/issues/111)) ([`78595c4`](https://github.com/eslint-community/eslint-plugin-n/commit/78595c4)) - feat: export flat/recommended-script and flat/recommended-module ([#&#8203;113](https://github.com/eslint-community/eslint-plugin-n/issues/113)) ([`1f8fdc8`](https://github.com/eslint-community/eslint-plugin-n/commit/1f8fdc8)) - feat: add the ability to configure typescript to javascript file extension conversion ([#&#8203;112](https://github.com/eslint-community/eslint-plugin-n/issues/112)) ([`20d2713`](https://github.com/eslint-community/eslint-plugin-n/commit/20d2713)) ### [`v16.0.2`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.0.2) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.0.1...16.0.2) - fix: support `node:` prefix ([#&#8203;109](https://github.com/eslint-community/eslint-plugin-n/issues/109)) ([`fde2ba6`](https://github.com/eslint-community/eslint-plugin-n/commit/fde2ba6)) ### [`v16.0.1`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.0.1) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/16.0.0...16.0.1) - fix: Update all dependencies. Fix a few tests where eslint now reports nodeType: null. ([`44cec62`](https://github.com/eslint-community/eslint-plugin-n/commit/44cec62)) ### [`v16.0.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/16.0.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.7.0...16.0.0) #### breaking changes - feat!: update default `ecmaVersion` to 2021 ([#&#8203;96](https://github.com/eslint-community/eslint-plugin-n/issues/96)) ([`49d3ee7`](https://github.com/eslint-community/eslint-plugin-n/commit/49d3ee7)) - feat!: engines.node defaults to 16.0.0 ([#&#8203;91](https://github.com/eslint-community/eslint-plugin-n/issues/91)) ([`075f0c5`](https://github.com/eslint-community/eslint-plugin-n/commit/075f0c5)) - feat!: drop node.js < 16 ([#&#8203;90](https://github.com/eslint-community/eslint-plugin-n/issues/90)) ([`38a67ef`](https://github.com/eslint-community/eslint-plugin-n/commit/38a67ef)) #### features - feat: support eslint.config.js ([#&#8203;95](https://github.com/eslint-community/eslint-plugin-n/issues/95)) ([`ebc97bf`](https://github.com/eslint-community/eslint-plugin-n/commit/ebc97bf)) - feat: upgrade deps to latest ([#&#8203;93](https://github.com/eslint-community/eslint-plugin-n/issues/93)) ([`aa75610`](https://github.com/eslint-community/eslint-plugin-n/commit/aa75610)) ### [`v15.7.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.7.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.6.1...15.7.0) - feat: no-unpublished-import supports ignoreTypeImport (fixes [#&#8203;78](https://github.com/eslint-community/eslint-plugin-n/issues/78)) ([#&#8203;79](https://github.com/eslint-community/eslint-plugin-n/issues/79)) ([`1fc0bf6`](https://github.com/eslint-community/eslint-plugin-n/commit/1fc0bf6)) ### [`v15.6.1`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.6.1) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.6.0...15.6.1) - fix: Allow imports of self-referenced package ([#&#8203;74](https://github.com/eslint-community/eslint-plugin-n/issues/74)) ([`17270f8`](https://github.com/eslint-community/eslint-plugin-n/commit/17270f8)) - chore: upgrade eslint-doc-generator v1.4 ([#&#8203;76](https://github.com/eslint-community/eslint-plugin-n/issues/76)) ([`83446a1`](https://github.com/eslint-community/eslint-plugin-n/commit/83446a1)) ### [`v15.6.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.6.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.5.2...15.6.0) - feat: add version as a setting ([#&#8203;70](https://github.com/eslint-community/eslint-plugin-n/issues/70)) ([`273b937`](https://github.com/eslint-community/eslint-plugin-n/commit/273b937)) ### [`v15.5.2`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.5.2) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.5.1...15.5.2) - fix: modules support range ([#&#8203;71](https://github.com/eslint-community/eslint-plugin-n/issues/71)) ([`79b7984`](https://github.com/eslint-community/eslint-plugin-n/commit/79b7984)) - chore: update eslint-doc-generator to v1.0.0 ([#&#8203;72](https://github.com/eslint-community/eslint-plugin-n/issues/72)) ([`27a73d5`](https://github.com/eslint-community/eslint-plugin-n/commit/27a73d5)) - build: add node v19(ubuntu) ([#&#8203;68](https://github.com/eslint-community/eslint-plugin-n/issues/68)) ([`1665777`](https://github.com/eslint-community/eslint-plugin-n/commit/1665777)) - docs: cleanup docs, add markdownlint, tweak eslint-doc-generator options ([#&#8203;64](https://github.com/eslint-community/eslint-plugin-n/issues/64)) ([`bdfd61a`](https://github.com/eslint-community/eslint-plugin-n/commit/bdfd61a)) ### [`v15.5.1`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.5.1) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.5.0...15.5.1) - fix: consider node: prefix in prefer-global rules ([#&#8203;63](https://github.com/eslint-community/eslint-plugin-n/issues/63)) ([`dbb7264`](https://github.com/eslint-community/eslint-plugin-n/commit/dbb7264)) - chore: upgrade non-major deps ([`b0faa87`](https://github.com/eslint-community/eslint-plugin-n/commit/b0faa87)) - chore: Update package.json links to new repository location ([#&#8203;62](https://github.com/eslint-community/eslint-plugin-n/issues/62)) ([`63fc031`](https://github.com/eslint-community/eslint-plugin-n/commit/63fc031)) ### [`v15.5.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.5.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.4.0...15.5.0) - feat: no-unsupported-features support process.report ([#&#8203;60](https://github.com/eslint-community/eslint-plugin-n/issues/60)) ([`8ce1a64`](https://github.com/eslint-community/eslint-plugin-n/commit/8ce1a64)) - docs: automate docs with eslint-doc-generator ([#&#8203;61](https://github.com/eslint-community/eslint-plugin-n/issues/61)) ([`237b2a1`](https://github.com/eslint-community/eslint-plugin-n/commit/237b2a1)) ### [`v15.4.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.4.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.3.0...15.4.0) - feat: Disable the `no-unpublished-x` rules in private packages ([#&#8203;57](https://github.com/eslint-community/eslint-plugin-n/issues/57)) ([`5ccd0c5`](https://github.com/eslint-community/eslint-plugin-n/commit/5ccd0c5)) ### [`v15.3.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.3.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.2.5...15.3.0) - feat: Added supported version for module imports(13.2.0) ([#&#8203;52](https://github.com/eslint-community/eslint-plugin-n/issues/52)) ([`98b873a`](https://github.com/eslint-community/eslint-plugin-n/commit/98b873a)) ### [`v15.2.5`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.2.5) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.2.4...15.2.5) - fix: do not crash rule `no-unpublished-require` ([#&#8203;49](https://github.com/eslint-community/eslint-plugin-n/issues/49)) ([`38b0298`](https://github.com/eslint-community/eslint-plugin-n/commit/38b0298)) - chore: tweak eslint config ([`d7b975a`](https://github.com/eslint-community/eslint-plugin-n/commit/d7b975a)) - chore: refactor a few rules ([`d879ccb`](https://github.com/eslint-community/eslint-plugin-n/commit/d879ccb)) - chore: update a few rules to use messageId ([`c9138e5`](https://github.com/eslint-community/eslint-plugin-n/commit/c9138e5)) - fix: upgrade a few (dev)deps to latest ([`b4ec37b`](https://github.com/eslint-community/eslint-plugin-n/commit/b4ec37b)) ### [`v15.2.4`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.2.4) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.2.3...15.2.4) - fix: range matching fails ([#&#8203;31](https://github.com/eslint-community/eslint-plugin-n/issues/31)) ([`5a22112`](https://github.com/eslint-community/eslint-plugin-n/commit/5a22112)) ### [`v15.2.3`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.2.3) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.2.2...15.2.3) - fix: default mapping of sourc .ts import of unspecified extension should be .js ([#&#8203;29](https://github.com/eslint-community/eslint-plugin-n/issues/29)) ([`3736fa9`](https://github.com/eslint-community/eslint-plugin-n/commit/3736fa9)) ### [`v15.2.2`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.2.2) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.2.1...15.2.2) - fix: no-missing-import for typescript ([#&#8203;24](https://github.com/eslint-community/eslint-plugin-n/issues/24)) ([`f65ca8b`](https://github.com/eslint-community/eslint-plugin-n/commit/f65ca8b)) ### [`v15.2.1`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.2.1) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.2.0...15.2.1) - fix: Add proper file extensions when importing a typescript file from a typescript file ([#&#8203;20](https://github.com/eslint-community/eslint-plugin-n/issues/20)) ([`c8d0484`](https://github.com/eslint-community/eslint-plugin-n/commit/c8d0484)) - chore: upgrade deps to latest ([#&#8203;18](https://github.com/eslint-community/eslint-plugin-n/issues/18)) ([`88b4d95`](https://github.com/eslint-community/eslint-plugin-n/commit/88b4d95)) ### [`v15.2.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.2.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.1.0...15.2.0) - feat: exports-style fixable ([#&#8203;17](https://github.com/eslint-community/eslint-plugin-n/issues/17)) ([`7e2bf41`](https://github.com/eslint-community/eslint-plugin-n/commit/7e2bf41)) ### [`v15.1.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.1.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.0.1...15.1.0) - feat: Allow dynamic import for Node.js >=12.17 <13 || >=13.2 ([#&#8203;13](https://github.com/eslint-community/eslint-plugin-n/issues/13)) ([`caccbef`](https://github.com/eslint-community/eslint-plugin-n/commit/caccbef)) ### [`v15.0.1`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.0.1) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/15.0.0...15.0.1) #### What's Changed - ESBuild externals (ESM to CJS bundle) by [@&#8203;danielweck](https://github.com/danielweck) in https://github.com/weiran-zsd/eslint-plugin-node/pull/10 #### New Contributors - [@&#8203;danielweck](https://github.com/danielweck) made their first contribution in https://github.com/weiran-zsd/eslint-plugin-node/pull/10 **Full Changelog**: https://github.com/weiran-zsd/eslint-plugin-node/compare/15.0.0...15.0.1 ### [`v15.0.0`](https://github.com/eslint-community/eslint-plugin-n/releases/tag/15.0.0) [Compare Source](https://github.com/eslint-community/eslint-plugin-n/compare/14.0.0...15.0.0) #### What's Changed ##### Breaking - removed `tryExtensions` option in the following rules, as they do not work as Node's esm: - file-extension-in-import - no-extraneous-import - no-missing-import - no-unpublished-import ##### Features - add support for Node.js ESM resolution by [@&#8203;giltayar](https://github.com/giltayar) in https://github.com/weiran-zsd/eslint-plugin-node/pull/4 #### New Contributors - [@&#8203;giltayar](https://github.com/giltayar) made their first contribution in https://github.com/weiran-zsd/eslint-plugin-node/pull/4 **Full Changelog**: https://github.com/weiran-zsd/eslint-plugin-node/compare/14.0.0...15.0.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-04-23 19:35:45 +02:00
renovate/stability-days Updates have met minimum release age requirement Details
continuous-integration/drone/pr Build is passing Details
c7b03cf294
Update dependency eslint-plugin-n to v16
Brain merged commit aa8ebc27f0 into main 2024-04-23 19:39:28 +02:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 16.x releases. But if you manually upgrade to 16.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `16.x` releases. But if you manually upgrade to `16.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wtf-eg/digitale-online-offline-registration#47
No description provided.