Update dependency eslint-plugin-n to v15 - autoclosed #46

Closed
renovate-bot wants to merge 1 commits from renovate/eslint-plugin-n-15.x into main
Collaborator

This PR contains the following updates:

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

Release Notes

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

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` -> `15.7.0`](https://renovatebot.com/diffs/npm/eslint-plugin-n/14.0.0/15.7.0) | --- ### Release Notes <details> <summary>eslint-community/eslint-plugin-n (eslint-plugin-n)</summary> ### [`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:38 +02:00
renovate/stability-days Updates have met minimum release age requirement Details
continuous-integration/drone/pr Build is passing Details
6c97d0acce
Update dependency eslint-plugin-n to v15
renovate-bot changed title from Update dependency eslint-plugin-n to v15 to Update dependency eslint-plugin-n to v15 - autoclosed 2024-04-23 20:35:29 +02:00
renovate-bot closed this pull request 2024-04-23 20:35:29 +02:00
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
continuous-integration/drone/pr Build is passing
Required
Details

Pull request closed

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#46
No description provided.