Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade eslint-plugin-n from 16.0.2 to 17.2.1 #151

Closed

Conversation

lholmquist
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade eslint-plugin-n from 16.0.2 to 17.2.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 22 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2024-04-15.
Release notes
Package name: eslint-plugin-n
  • 17.2.1 - 2024-04-15

    17.2.1 (2024-04-15)

    🩹 Fixes

    🧹 Chores

    • update dependency @ typescript-eslint/typescript-estree to v7 (#236) (a0b45ee)
    • update dependency eslint-plugin-eslint-plugin to v6 (#237) (7addf99)
  • 17.2.0 - 2024-04-10

    17.2.0 (2024-04-10)

    🌟 Features

    • no-missing-imports: add tryExtensions option (#228) (ae5329c)
    • no-unsupported-features: ✨ Update to node v20.12.0/v21.7.0 (#229) (a8d0539)

    🩹 Fixes

    • stream/promises is stable (02a264e)
    • no-unsupported-features: stream/promises is stable (#235) (02a264e), closes #234
  • 17.1.0 - 2024-04-09

    17.1.0 (2024-04-09)

    🌟 Features

    📚 Documentation

  • 17.0.0 - 2024-04-08

    💥 Breaking changes:

    • feat!: drop eslint v7 & node.js < 18 (#161) (41ceed7)
    • feat!: Start using enhanced-resolve to improve ts support (#139) (dc9f473)
    • rename rule shebang => hashbang, deprecate rule shebang (#198)

    Features

    • typescript (jsdoc) checking and definition generation (#169) (6d8ed14)
    • rename rule shebang => hashbang, deprecate rule shebang (#198) (cefdb1c), closes #196
    • shebang: add support for env's split-string option (#195) (b383b49)
    • Update ES Syntax (#189) (4778ae8)
    • feat: Update es-builtins (#174) (fbc9e7b)
    • feat(no-unsupported-features): Update to v21.6.1 of node (#180) (d24f645)
    • feat: Add n/prefer-node-protocol rule (#183) (88d1c37)
    • feat(shebang): Add options to ignore unpublished files (#172) (5609abb)

    Bugfixes

    • prefer-node-protocol: not first target (#204) (caab777)
    • prefer-node-protocol: continue on version range check (#206) (14d2ea9)
    • prefer-node-prefix: pass moduleName (#203)
    • no-unsupported-features: Remove use of static as a variable (#190) (e31d868)
    • fix: Remove require("util") import in import-target (#181) (d32eff3)

    Chores

    • use ts-ignore-import to lighten the dependencies (#219) (fb0aaae)
    • update dependency @ typescript-eslint/parser to v7 (#207) (0b8aeb3)
    • update dependency husky to v9 (#208) (e84d47b)
    • Enable global strict eslint rule (#191) (99fe387)
    • Migrate to manifest config (#192) (c8a87f3)
    • docs: improve wording of file-extension-in-import docs (#110) (3f178ab)
    • build: run test on eslint pre-releases (#171) (77de809)
    • ci: Make release-please publish pre-releases (#186) (4b12cdc)
    • chore: update dependency globals to v14 (#185) (9930101)
    • 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)
    • 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)
  • 17.0.0-8 - 2024-04-08

    17.0.0-8 (2024-04-08)

    Chores

    • use ts-ignore-import to lighten the dependencies (#219) (fb0aaae)
  • 17.0.0-7 - 2024-04-07
    Read more
  • 17.0.0-6 - 2024-03-25
    Read more
  • 17.0.0-5 - 2024-03-19
    Read more
  • 17.0.0-4 - 2024-03-06
    Read more
  • 17.0.0-3 - 2024-02-23
    Read more
  • 17.0.0-2 - 2024-02-22
  • 17.0.0-1 - 2024-02-07
  • 17.0.0-0 - 2024-01-09
  • 16.6.2 - 2024-01-09
  • 16.6.1 - 2024-01-02
  • 16.6.0 - 2023-12-29
  • 16.5.0 - 2023-12-20
  • 16.4.0 - 2023-12-11
  • 16.3.1 - 2023-11-10
  • 16.3.0 - 2023-11-07
  • 16.2.0 - 2023-10-11
  • 16.1.0 - 2023-09-11
  • 16.0.2 - 2023-08-22
from eslint-plugin-n GitHub release notes
Commit messages
Package name: eslint-plugin-n
  • bad971c chore(master): release 17.2.1 (#239)
  • 6581979 fix(unsupported-features): Improve URL module (#244)
  • a0b45ee chore: update dependency @ typescript-eslint/typescript-estree to v7 (#236)
  • 7addf99 chore: update dependency eslint-plugin-eslint-plugin to v6 (#237)
  • 539da1e chore(master): release 17.2.0 (#233)
  • 02a264e fix(no-unsupported-features): `stream/promises` is stable (#235)
  • ae5329c feat(no-missing-imports): add `tryExtensions` option (#228)
  • a8d0539 feat(no-unsupported-features): ✨ Update to node v20.12.0/v21.7.0 (#229)
  • 3504227 chore(master): release 17.1.0 (#225)
  • 03619ee feat: remove "is-builtin-module" dependency (fixes #232) (#227)
  • 6bae8e5 Revert "feat(import-target): Add resolution error reason"
  • ed7b25c feat(import-target): Add resolution error reason
  • 3791d11 ci: Add a little bit of colour to release notes (#226)
  • 4fb36eb docs: add v17 changelog (#223)
  • 24512a0 feat: add `name` to flat configs (#224)
  • 0022565 release-please v17 manifest
  • 1419c46 Release 17.0.0
  • 9814627 chore: release latest version (#218)
  • aa580f4 chore(master): release 17.0.0-8 (#221)
  • fb0aaae chore: use `ts-ignore-import` to lighten the dependencies (#219)
  • 438d6fa chore(master): release 17.0.0-7 (#217)
  • 6d8ed14 feat: typescript (jsdoc) checking and definition generation ([Snyk] Upgrade eslint from 8.57.0 to 9.3.0 #169)
  • 5e82d7f fix: change peer dependencies to allow eslint v9 (#216)
  • d96976d chore(master): release 17.0.0-6 (#205)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@pacostas pacostas closed this May 10, 2024
@pacostas pacostas deleted the snyk-upgrade-2be71c8148ccfeed395ef88b518a7841 branch May 10, 2024 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants