Skip to content

Commit 51a80c2

Browse files
chore(deps): update dependency eslint-plugin-n to v17.16.1 (#2462)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 009a06e commit 51a80c2

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"eslint-config-prettier": "10.0.2",
5050
"eslint-config-standard": "17.1.0",
5151
"eslint-plugin-import": "2.31.0",
52-
"eslint-plugin-n": "17.15.1",
52+
"eslint-plugin-n": "17.16.1",
5353
"eslint-plugin-promise": "7.2.1",
5454
"eslint-plugin-standard": "5.0.0",
5555
"eslint-plugin-tailwindcss": "3.18.0",

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4544,7 +4544,7 @@
45444544
semver "^7.6.0"
45454545
ts-api-utils "^2.0.1"
45464546

4547-
"@typescript-eslint/utils@8.25.0":
4547+
"@typescript-eslint/utils@8.25.0", "@typescript-eslint/utils@^8.21.0":
45484548
version "8.25.0"
45494549
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
45504550
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
@@ -6961,19 +6961,21 @@ eslint-plugin-jsx-a11y@^6.10.0:
69616961
safe-regex-test "^1.0.3"
69626962
string.prototype.includes "^2.0.1"
69636963

6964-
eslint-plugin-n@17.15.1:
6965-
version "17.15.1"
6966-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.15.1.tgz#2129bbc7b11466c3bfec57876a15aadfad3a83f2"
6967-
integrity sha512-KFw7x02hZZkBdbZEFQduRGH4VkIH4MW97ClsbAM4Y4E6KguBJWGfWG1P4HEIpZk2bkoWf0bojpnjNAhYQP8beA==
6964+
eslint-plugin-n@17.16.1:
6965+
version "17.16.1"
6966+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.16.1.tgz#57b2805983db30624e4f1196da17b7baa2cdd217"
6967+
integrity sha512-/7FVAwjUrix9P5lycnsYRIQRwFo/DZROD+ZXWLpE+/EZWLyuLvyFaRdAPYJSz+nlAdZIZp+LAzlBerQSVYUNFg==
69686968
dependencies:
69696969
"@eslint-community/eslint-utils" "^4.4.1"
6970+
"@typescript-eslint/utils" "^8.21.0"
69706971
enhanced-resolve "^5.17.1"
69716972
eslint-plugin-es-x "^7.8.0"
69726973
get-tsconfig "^4.8.1"
69736974
globals "^15.11.0"
69746975
ignore "^5.3.2"
69756976
minimatch "^9.0.5"
69766977
semver "^7.6.3"
6978+
ts-declaration-location "^1.0.5"
69776979

69786980
eslint-plugin-promise@7.2.1:
69796981
version "7.2.1"
@@ -10716,6 +10718,13 @@ minim@~0.23.8:
1071610718
dependencies:
1071710719
lodash "^4.15.0"
1071810720

10721+
minimatch@^10.0.1:
10722+
version "10.0.1"
10723+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
10724+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
10725+
dependencies:
10726+
brace-expansion "^2.0.1"
10727+
1071910728
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
1072010729
version "3.1.2"
1072110730
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -13913,6 +13922,13 @@ ts-api-utils@^2.0.1:
1391313922
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.0.1.tgz#660729385b625b939aaa58054f45c058f33f10cd"
1391413923
integrity sha512-dnlgjFSVetynI8nzgJ+qF62efpglpWRk8isUEWZGWlJYySCTD6aKvbUDu+zbPeDakk3bg5H4XpitHukgfL1m9w==
1391513924

13925+
ts-declaration-location@^1.0.5:
13926+
version "1.0.5"
13927+
resolved "https://registry.yarnpkg.com/ts-declaration-location/-/ts-declaration-location-1.0.5.tgz#96433afbf90a77ecd2391949a2cc43ffa5340de2"
13928+
integrity sha512-WqmlO9IoeYwCqJ2E9kHMcY9GZhhfLYItC3VnHDlPOrg6nNdUWS4wn4hhDZUPt60m1EvtjPIZyprTjpI992Bgzw==
13929+
dependencies:
13930+
minimatch "^10.0.1"
13931+
1391613932
ts-dedent@^2.2.0:
1391713933
version "2.2.0"
1391813934
resolved "https://registry.yarnpkg.com/ts-dedent/-/ts-dedent-2.2.0.tgz#39e4bd297cd036292ae2394eb3412be63f563bb5"

0 commit comments

Comments
 (0)