From 60730607e5608c54ff6aecc018723aa28b12594e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 18 Nov 2024 06:47:12 +0000
Subject: [PATCH] fix(deps): Bump eslint-plugin-n from 17.11.1 to 17.13.2
(#332)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.11.1 to 17.13.2.
Release notes
Sourced from eslint-plugin-n's releases.
v17.13.2
๐ฉน Fixes
- no-missing-require: handle multiple resolvePaths (#383) (df6ad2a)
v17.13.1
๐ฉน Fixes
- exported / referenced plugin same instance (#380) (3c45b67)
v17.13.0
๐ Features
๐ฉน Fixes
๐งน Chores
v17.12.0
๐ Features
- no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
- no-unsupported: Support node 23.1.0 (#370) (06d60ae)
๐ฉน Fixes
... (truncated)
Changelog
Sourced from eslint-plugin-n's changelog.
๐ฉน Fixes
- no-missing-require: handle multiple resolvePaths (#383) (df6ad2a)
๐ฉน Fixes
- exported / referenced plugin same instance (#380) (3c45b67)
๐ Features
๐ฉน Fixes
๐งน Chores
๐ Features
- no-unsupported: Support node 23.0.0 and 22.10.0 (#358) (0fd0350)
- no-unsupported: Support node 23.1.0 (#370) (06d60ae)
๐ฉน Fixes
๐งน Chores
- Improve typescript types and strictness (#367) (18cdd53)
Commits
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-n&package-manager=npm_and_yarn&previous-version=17.11.1&new-version=17.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
---
package-lock.json | 42 ++++++++++++++++++++++--------------------
package.json | 4 ++--
2 files changed, 24 insertions(+), 22 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 42fd360..ab46360 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -18,7 +18,7 @@
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-json": "^4.0.1",
- "eslint-plugin-n": "^17.11.1",
+ "eslint-plugin-n": "^17.13.2",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-promise": "^7.1.0",
@@ -45,7 +45,6 @@
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-json": "^4.0.1",
- "eslint-plugin-n": "^17.11.1",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-promise": "^7.1.0",
@@ -1895,15 +1894,18 @@
}
},
"node_modules/@eslint-community/eslint-utils": {
- "version": "4.4.0",
- "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
- "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz",
+ "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==",
"dependencies": {
- "eslint-visitor-keys": "^3.3.0"
+ "eslint-visitor-keys": "^3.4.3"
},
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
},
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ },
"peerDependencies": {
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
}
@@ -6271,18 +6273,18 @@
}
},
"node_modules/eslint-plugin-n": {
- "version": "17.11.1",
- "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.11.1.tgz",
- "integrity": "sha512-93IUD82N6tIEgjztVI/l3ElHtC2wTa9boJHrD8iN+NyDxjxz/daZUZKfkedjBZNdg6EqDk4irybUsiPwDqXAEA==",
- "dependencies": {
- "@eslint-community/eslint-utils": "^4.4.0",
- "enhanced-resolve": "^5.17.0",
- "eslint-plugin-es-x": "^7.5.0",
- "get-tsconfig": "^4.7.0",
- "globals": "^15.8.0",
- "ignore": "^5.2.4",
+ "version": "17.13.2",
+ "resolved": "https://registry.npmjs.org/eslint-plugin-n/-/eslint-plugin-n-17.13.2.tgz",
+ "integrity": "sha512-MhBAKkT01h8cOXcTBTlpuR7bxH5OBUNpUXefsvwSVEy46cY4m/Kzr2osUCQvA3zJFD6KuCeNNDv0+HDuWk/OcA==",
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.4.1",
+ "enhanced-resolve": "^5.17.1",
+ "eslint-plugin-es-x": "^7.8.0",
+ "get-tsconfig": "^4.8.1",
+ "globals": "^15.11.0",
+ "ignore": "^5.3.2",
"minimatch": "^9.0.5",
- "semver": "^7.5.3"
+ "semver": "^7.6.3"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@@ -6295,9 +6297,9 @@
}
},
"node_modules/eslint-plugin-n/node_modules/globals": {
- "version": "15.9.0",
- "resolved": "https://registry.npmjs.org/globals/-/globals-15.9.0.tgz",
- "integrity": "sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==",
+ "version": "15.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-15.12.0.tgz",
+ "integrity": "sha512-1+gLErljJFhbOVyaetcwJiJ4+eLe45S2E7P5UiZ9xGfeq3ATQf5DOv9G7MH3gGbKQLkzmNh2DxfZwLdw+j6oTQ==",
"engines": {
"node": ">=18"
},
diff --git a/package.json b/package.json
index 3722121..a685a25 100644
--- a/package.json
+++ b/package.json
@@ -39,7 +39,7 @@
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-json": "^4.0.1",
- "eslint-plugin-n": "^17.11.1",
+ "eslint-plugin-n": "^17.13.2",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-promise": "^7.1.0",
@@ -62,7 +62,7 @@
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^50.4.3",
"eslint-plugin-json": "^4.0.1",
- "eslint-plugin-n": "^17.11.1",
+ "eslint-plugin-n": "^17.13.2",
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-promise": "^7.1.0",