Skip to content

Commit 4ddd13f

Browse files
chore(deps-dev): bump eslint-plugin-n from 17.13.1 to 17.13.2 (#29)
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.13.1 to 17.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-n/releases">eslint-plugin-n's releases</a>.</em></p> <blockquote> <h2>v17.13.2</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.1...v17.13.2">17.13.2</a> (2024-11-15)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>no-missing-require:</strong> handle multiple resolvePaths (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/383">#383</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/df6ad2a3f2cbc2218fe8bd23222e3867642d1e70">df6ad2a</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint-community/eslint-plugin-n/blob/master/CHANGELOG.md">eslint-plugin-n's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.1...v17.13.2">17.13.2</a> (2024-11-15)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>no-missing-require:</strong> handle multiple resolvePaths (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/383">#383</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/df6ad2a3f2cbc2218fe8bd23222e3867642d1e70">df6ad2a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/2f60954b74f0b148ba5d452c4281b4ea534e2043"><code>2f60954</code></a> chore(master): release 17.13.2 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/385">#385</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/df6ad2a3f2cbc2218fe8bd23222e3867642d1e70"><code>df6ad2a</code></a> fix(no-missing-require): handle multiple resolvePaths (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/383">#383</a>)</li> <li>See full diff in <a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.1...v17.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-n&package-manager=npm_and_yarn&previous-version=17.13.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) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 502ad43 commit 4ddd13f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"eslint-import-resolver-typescript": "^3.6.3",
8787
"eslint-plugin-eslint-plugin": "^6.3.1",
8888
"eslint-plugin-import-x": "^4.4.2",
89-
"eslint-plugin-n": "^17.13.1",
89+
"eslint-plugin-n": "^17.13.2",
9090
"markdownlint-cli2": "^0.15.0",
9191
"rxjs": "^7.8.1",
9292
"tsup": "^8.3.5",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2145,9 +2145,9 @@ __metadata:
21452145
languageName: node
21462146
linkType: hard
21472147

2148-
"eslint-plugin-n@npm:^17.13.1":
2149-
version: 17.13.1
2150-
resolution: "eslint-plugin-n@npm:17.13.1"
2148+
"eslint-plugin-n@npm:^17.13.2":
2149+
version: 17.13.2
2150+
resolution: "eslint-plugin-n@npm:17.13.2"
21512151
dependencies:
21522152
"@eslint-community/eslint-utils": "npm:^4.4.1"
21532153
enhanced-resolve: "npm:^5.17.1"
@@ -2159,7 +2159,7 @@ __metadata:
21592159
semver: "npm:^7.6.3"
21602160
peerDependencies:
21612161
eslint: ">=8.23.0"
2162-
checksum: 10c0/025c41aec2c71f3e8597ab28d3bc16b0669fff08ad6a52fc44ecb676bdff11eac50f17f89f18f86c1bbe4456316e0942353a10605e3ab4fa34ae1fba0584cf78
2162+
checksum: 10c0/3ecb7b4e1537b23af4eb270748a961f43010cda5a1dbd0e9e52f5c4e857f0ecc82d44c3d32ef76905e60f1bd46e6206d3df6ce430deae39cb075dcc2681cd1a3
21632163
languageName: node
21642164
linkType: hard
21652165

@@ -2186,7 +2186,7 @@ __metadata:
21862186
eslint-import-resolver-typescript: "npm:^3.6.3"
21872187
eslint-plugin-eslint-plugin: "npm:^6.3.1"
21882188
eslint-plugin-import-x: "npm:^4.4.2"
2189-
eslint-plugin-n: "npm:^17.13.1"
2189+
eslint-plugin-n: "npm:^17.13.2"
21902190
markdownlint-cli2: "npm:^0.15.0"
21912191
rxjs: "npm:^7.8.1"
21922192
ts-api-utils: "npm:^1.3.0"

0 commit comments

Comments
 (0)