Skip to content

Commit 02b66bc

Browse files
chore(deps-dev): bump eslint-plugin-n from 17.13.2 to 17.14.0 (#49)
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 17.13.2 to 17.14.0. <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.14.0</h2> <h2><a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.2...v17.14.0">17.14.0</a> (2024-11-21)</h2> <h3>🌟 Features</h3> <ul> <li><strong>no-sync:</strong> Add ignores option (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/386">#386</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/c8fbf000e337d3b099e89465adda3be8e0541554">c8fbf00</a>)</li> <li><strong>no-unsupported:</strong> support Node 23.2.0 &amp; 23.3.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/390">#390</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/a52c96813496c346cd9cacc23df8ade2567012af">a52c968</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.2...v17.14.0">17.14.0</a> (2024-11-21)</h2> <h3>🌟 Features</h3> <ul> <li><strong>no-sync:</strong> Add ignores option (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/386">#386</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/c8fbf000e337d3b099e89465adda3be8e0541554">c8fbf00</a>)</li> <li><strong>no-unsupported:</strong> support Node 23.2.0 &amp; 23.3.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/390">#390</a>) (<a href="https://github.com/eslint-community/eslint-plugin-n/commit/a52c96813496c346cd9cacc23df8ade2567012af">a52c968</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/ccf5f9e482c32f2fd2d5f78649d7f837a5db8870"><code>ccf5f9e</code></a> chore(master): release 17.14.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/387">#387</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/a52c96813496c346cd9cacc23df8ade2567012af"><code>a52c968</code></a> feat(no-unsupported): support Node 23.2.0 &amp; 23.3.0 (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/390">#390</a>)</li> <li><a href="https://github.com/eslint-community/eslint-plugin-n/commit/c8fbf000e337d3b099e89465adda3be8e0541554"><code>c8fbf00</code></a> feat(no-sync): Add ignores option (<a href="https://redirect.github.com/eslint-community/eslint-plugin-n/issues/386">#386</a>)</li> <li>See full diff in <a href="https://github.com/eslint-community/eslint-plugin-n/compare/v17.13.2...v17.14.0">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.2&new-version=17.14.0)](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 b4b1c07 commit 02b66bc

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.2",
8888
"eslint-plugin-import-x": "^4.4.2",
89-
"eslint-plugin-n": "^17.13.2",
89+
"eslint-plugin-n": "^17.14.0",
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
@@ -2150,9 +2150,9 @@ __metadata:
21502150
languageName: node
21512151
linkType: hard
21522152

2153-
"eslint-plugin-n@npm:^17.13.2":
2154-
version: 17.13.2
2155-
resolution: "eslint-plugin-n@npm:17.13.2"
2153+
"eslint-plugin-n@npm:^17.14.0":
2154+
version: 17.14.0
2155+
resolution: "eslint-plugin-n@npm:17.14.0"
21562156
dependencies:
21572157
"@eslint-community/eslint-utils": "npm:^4.4.1"
21582158
enhanced-resolve: "npm:^5.17.1"
@@ -2164,7 +2164,7 @@ __metadata:
21642164
semver: "npm:^7.6.3"
21652165
peerDependencies:
21662166
eslint: ">=8.23.0"
2167-
checksum: 10c0/3ecb7b4e1537b23af4eb270748a961f43010cda5a1dbd0e9e52f5c4e857f0ecc82d44c3d32ef76905e60f1bd46e6206d3df6ce430deae39cb075dcc2681cd1a3
2167+
checksum: 10c0/ad46415e0a31431dd9c6996b6497d48dd891bf034b1880d55e292c60434022fa0ac4d74734bb08dc204200fe3947b47fac2d8300d319bd650175c0fffc62c609
21682168
languageName: node
21692169
linkType: hard
21702170

@@ -2191,7 +2191,7 @@ __metadata:
21912191
eslint-import-resolver-typescript: "npm:^3.6.3"
21922192
eslint-plugin-eslint-plugin: "npm:^6.3.2"
21932193
eslint-plugin-import-x: "npm:^4.4.2"
2194-
eslint-plugin-n: "npm:^17.13.2"
2194+
eslint-plugin-n: "npm:^17.14.0"
21952195
markdownlint-cli2: "npm:^0.15.0"
21962196
rxjs: "npm:^7.8.1"
21972197
ts-api-utils: "npm:^1.3.0"

0 commit comments

Comments
 (0)