Skip to content

Commit abf5463

Browse files
authored
Merge pull request #258 from alankrantas/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-7.17.0
Bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.17.0
2 parents 8ed343d + b32795d commit abf5463

File tree

2 files changed

+57
-22
lines changed

2 files changed

+57
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@sveltejs/adapter-static": "^3.0.2",
3232
"@sveltejs/kit": "^2.5.18",
3333
"@sveltejs/vite-plugin-svelte": "^3.1.1",
34-
"@typescript-eslint/eslint-plugin": "^7.16.1",
34+
"@typescript-eslint/eslint-plugin": "^7.17.0",
3535
"@typescript-eslint/parser": "^7.16.1",
3636
"eslint": "8.57.0",
3737
"eslint-config-prettier": "^9.1.0",

yarn.lock

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -382,16 +382,16 @@
382382
resolved "https://registry.yarnpkg.com/@types/pug/-/pug-2.0.10.tgz#52f8dbd6113517aef901db20b4f3fca543b88c1f"
383383
integrity sha512-Sk/uYFOBAB7mb74XcpizmH0KOR2Pv3D2Hmrh1Dmy5BmK3MpdSa5kqZcg6EKBdklU0bFXX9gCfzvpnyUehrPIuA==
384384

385-
"@typescript-eslint/eslint-plugin@^7.16.1":
386-
version "7.16.1"
387-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.1.tgz#f5f5da52db674b1f2cdb9d5f3644e5b2ec750465"
388-
integrity sha512-SxdPak/5bO0EnGktV05+Hq8oatjAYVY3Zh2bye9pGZy6+jwyR3LG3YKkV4YatlsgqXP28BTeVm9pqwJM96vf2A==
385+
"@typescript-eslint/eslint-plugin@^7.17.0":
386+
version "7.17.0"
387+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.17.0.tgz#c8ed1af1ad2928ede5cdd207f7e3090499e1f77b"
388+
integrity sha512-pyiDhEuLM3PuANxH7uNYan1AaFs5XE0zw1hq69JBvGvE7gSuEoQl1ydtEe/XQeoC3GQxLXyOVa5kNOATgM638A==
389389
dependencies:
390390
"@eslint-community/regexpp" "^4.10.0"
391-
"@typescript-eslint/scope-manager" "7.16.1"
392-
"@typescript-eslint/type-utils" "7.16.1"
393-
"@typescript-eslint/utils" "7.16.1"
394-
"@typescript-eslint/visitor-keys" "7.16.1"
391+
"@typescript-eslint/scope-manager" "7.17.0"
392+
"@typescript-eslint/type-utils" "7.17.0"
393+
"@typescript-eslint/utils" "7.17.0"
394+
"@typescript-eslint/visitor-keys" "7.17.0"
395395
graphemer "^1.4.0"
396396
ignore "^5.3.1"
397397
natural-compare "^1.4.0"
@@ -416,13 +416,21 @@
416416
"@typescript-eslint/types" "7.16.1"
417417
"@typescript-eslint/visitor-keys" "7.16.1"
418418

419-
"@typescript-eslint/type-utils@7.16.1":
420-
version "7.16.1"
421-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.1.tgz#4d7ae4f3d9e3c8cbdabae91609b1a431de6aa6ca"
422-
integrity sha512-rbu/H2MWXN4SkjIIyWcmYBjlp55VT+1G3duFOIukTNFxr9PI35pLc2ydwAfejCEitCv4uztA07q0QWanOHC7dA==
419+
"@typescript-eslint/scope-manager@7.17.0":
420+
version "7.17.0"
421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz#e072d0f914662a7bfd6c058165e3c2b35ea26b9d"
422+
integrity sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==
423423
dependencies:
424-
"@typescript-eslint/typescript-estree" "7.16.1"
425-
"@typescript-eslint/utils" "7.16.1"
424+
"@typescript-eslint/types" "7.17.0"
425+
"@typescript-eslint/visitor-keys" "7.17.0"
426+
427+
"@typescript-eslint/[email protected]":
428+
version "7.17.0"
429+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.17.0.tgz#c5da78feb134c9c9978cbe89e2b1a589ed22091a"
430+
integrity sha512-XD3aaBt+orgkM/7Cei0XNEm1vwUxQ958AOLALzPlbPqb8C1G8PZK85tND7Jpe69Wualri81PLU+Zc48GVKIMMA==
431+
dependencies:
432+
"@typescript-eslint/typescript-estree" "7.17.0"
433+
"@typescript-eslint/utils" "7.17.0"
426434
debug "^4.3.4"
427435
ts-api-utils "^1.3.0"
428436

@@ -431,6 +439,11 @@
431439
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.1.tgz#bbab066276d18e398bc64067b23f1ce84dfc6d8c"
432440
integrity sha512-AQn9XqCzUXd4bAVEsAXM/Izk11Wx2u4H3BAfQVhSfzfDOm/wAON9nP7J5rpkCxts7E5TELmN845xTUCQrD1xIQ==
433441

442+
"@typescript-eslint/[email protected]":
443+
version "7.17.0"
444+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.17.0.tgz#7ce8185bdf06bc3494e73d143dbf3293111b9cff"
445+
integrity sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==
446+
434447
"@typescript-eslint/[email protected]":
435448
version "7.16.1"
436449
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.1.tgz#9b145ba4fd1dde1986697e1ce57dc501a1736dd3"
@@ -445,15 +458,29 @@
445458
semver "^7.6.0"
446459
ts-api-utils "^1.3.0"
447460

448-
"@typescript-eslint/[email protected]":
449-
version "7.16.1"
450-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.1.tgz#df42dc8ca5a4603016fd102db0346cdab415cdb7"
451-
integrity sha512-WrFM8nzCowV0he0RlkotGDujx78xudsxnGMBHI88l5J8wEhED6yBwaSLP99ygfrzAjsQvcYQ94quDwI0d7E1fA==
461+
"@typescript-eslint/[email protected]":
462+
version "7.17.0"
463+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz#dcab3fea4c07482329dd6107d3c6480e228e4130"
464+
integrity sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==
465+
dependencies:
466+
"@typescript-eslint/types" "7.17.0"
467+
"@typescript-eslint/visitor-keys" "7.17.0"
468+
debug "^4.3.4"
469+
globby "^11.1.0"
470+
is-glob "^4.0.3"
471+
minimatch "^9.0.4"
472+
semver "^7.6.0"
473+
ts-api-utils "^1.3.0"
474+
475+
"@typescript-eslint/[email protected]":
476+
version "7.17.0"
477+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.17.0.tgz#815cd85b9001845d41b699b0ce4f92d6dfb84902"
478+
integrity sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==
452479
dependencies:
453480
"@eslint-community/eslint-utils" "^4.4.0"
454-
"@typescript-eslint/scope-manager" "7.16.1"
455-
"@typescript-eslint/types" "7.16.1"
456-
"@typescript-eslint/typescript-estree" "7.16.1"
481+
"@typescript-eslint/scope-manager" "7.17.0"
482+
"@typescript-eslint/types" "7.17.0"
483+
"@typescript-eslint/typescript-estree" "7.17.0"
457484

458485
"@typescript-eslint/[email protected]":
459486
version "7.16.1"
@@ -463,6 +490,14 @@
463490
"@typescript-eslint/types" "7.16.1"
464491
eslint-visitor-keys "^3.4.3"
465492

493+
"@typescript-eslint/[email protected]":
494+
version "7.17.0"
495+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz#680465c734be30969e564b4647f38d6cdf49bfb0"
496+
integrity sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==
497+
dependencies:
498+
"@typescript-eslint/types" "7.17.0"
499+
eslint-visitor-keys "^3.4.3"
500+
466501
"@ungap/structured-clone@^1.2.0":
467502
version "1.2.0"
468503
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"

0 commit comments

Comments
 (0)