Skip to content

[Snyk] Upgrade eslint-plugin-n from 16.0.2 to 17.20.0 #292

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

Closed

Conversation

lholmquist
Copy link
Member

snyk-top-banner

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

ℹ️ 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 PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 51 versions ahead of your current version.

  • The recommended version was released a month ago.

Release notes
Package name: eslint-plugin-n
  • 17.20.0 - 2025-06-12

    17.20.0 (2025-06-12)

    🌟 Features

    • no-top-level-await: add support for await using (#447) (88dea92)
  • 17.19.0 - 2025-06-02

    17.19.0 (2025-06-02)

    🌟 Features

    • add no-top-level-await rule (#440) (a500a48)
    • add support for ignoring sync methods from certain locations (#424) (ef94e49)
  • 17.18.0 - 2025-05-09

    17.18.0 (2025-05-09)

    🌟 Features

    • Allow to use tryExtensions in the rule no-unpublished-import (#429) (002ac9c)
    • no-deprecated-api: Add support for process.getBuiltinModule() (#435) (fca7cf4)
    • node-builtins: Add support for process.getBuiltinModule() (#433) (d4c7831)
    • prefer-global: Add support for process.getBuiltinModule() (#436) (83aa3a7)
    • prefer-node-protocol: Add support for process.getBuiltinModule() (#430) (9e97d8e)
    • prefer-promises: Add support for process.getBuiltinModule() (#437) (6f5e81d)

    🩹 Fixes

    • false negatives for https in prefer-node-protocol, and false negatives for node:sqlite in node-builtins (#432) (bb21bd0)
  • 17.17.0 - 2025-03-26

    17.17.0 (2025-03-26)

    🌟 Features

    • allow-modules: include virtual: in the modules pattern (#425) (a109793)
    • node-builtin: Add support for import.meta properties (#420) (76fc219)

    🩹 Fixes

    • no-unpublished: allowModules option was disabled when using TS alias (#423) (9ae39fb)
    • type errors (#427) (8e3c290)
  • 17.16.2 - 2025-03-04

    17.16.2 (2025-03-04)

    🩹 Fixes

    • Revert "feat: add support for ignoring sync methods from certain locations" (#416) (0779e2f)
  • 17.16.1 - 2025-03-02

    17.16.1 (2025-03-02)

    🩹 Fixes

    🧹 Chores

    • package: explicitly declare js module type (#410) (9f09931)
  • 17.15.1 - 2024-12-20

    17.15.1 (2024-12-20)

    🩹 Fixes

    • Promise.withResolvers is supported since node 22.11 (#398) (c5bcb3a)
  • 17.15.0 - 2024-12-10

    17.15.0 (2024-12-10)

    🌟 Features

    • no-unsupported: support node 22.12.0 (#393) (af4f774)
    • resolve: allow overriding enhanced-resolve's options (#384) (1466bec)

    🩹 Fixes

    • no-unsupported: Correctly handle recursive objects on a per module basis (#396) (db384d1)
  • 17.14.0 - 2024-11-21

    17.14.0 (2024-11-21)

    🌟 Features

  • 17.13.2 - 2024-11-15
  • 17.13.1 - 2024-11-07
  • 17.13.0 - 2024-11-06
  • 17.12.0 - 2024-10-30
  • 17.11.1 - 2024-10-09
  • 17.11.0 - 2024-10-09
  • 17.10.3 - 2024-09-18
  • 17.10.2 - 2024-08-05
  • 17.10.1 - 2024-07-26
  • 17.10.0 - 2024-07-26
  • 17.9.0 - 2024-06-14
  • 17.8.1 - 2024-06-06
  • 17.8.0 - 2024-06-05
  • 17.7.0 - 2024-05-14
  • 17.6.0 - 2024-05-10
  • 17.5.1 - 2024-05-07
  • 17.5.0 - 2024-05-07
  • 17.4.0 - 2024-04-30
  • 17.3.1 - 2024-04-24
  • 17.3.0 - 2024-04-24
  • 17.2.1 - 2024-04-15
  • 17.2.0 - 2024-04-10
  • 17.1.0 - 2024-04-09
  • 17.0.0 - 2024-04-08
  • 17.0.0-8 - 2024-04-08
  • 17.0.0-7 - 2024-04-07
  • 17.0.0-6 - 2024-03-25
  • 17.0.0-5 - 2024-03-19
  • 17.0.0-4 - 2024-03-06
  • 17.0.0-3 - 2024-02-23
  • 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

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

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

See this package in npm:
eslint-plugin-n

See this project in Snyk:
https://app.snyk.io/org/nodeshift-agg/project/f6999c7c-f419-43d7-9c50-ea0d721da9f4?utm_source=github&utm_medium=referral&page=upgrade-pr
@lholmquist
Copy link
Member Author

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

@pacostas pacostas closed this Jul 15, 2025
@pacostas pacostas deleted the snyk-upgrade-cbb64cc2e5c781e9eca2e467654b0be0 branch July 15, 2025 10:49
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.

3 participants