Skip to content

Commit 2547657

Browse files
Bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.17.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.0 to 7.17.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.17.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fab0cc commit 2547657

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
@@ -79,7 +79,7 @@
7979
"@types/react-router-dom": "5.3.3",
8080
"@types/react-transition-group": "4.4.10",
8181
"@types/smoothscroll-polyfill": "0.3.4",
82-
"@typescript-eslint/eslint-plugin": "7.16.0",
82+
"@typescript-eslint/eslint-plugin": "7.17.0",
8383
"@typescript-eslint/parser": "7.16.0",
8484
"dotenv": "16.4.5",
8585
"eslint": "9.6.0",

yarn.lock

Lines changed: 56 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2473,16 +2473,16 @@
24732473
dependencies:
24742474
"@types/yargs-parser" "*"
24752475

2476-
"@typescript-eslint/eslint-plugin@7.16.0":
2477-
version "7.16.0"
2478-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.16.0.tgz#b3563927341eca15124a18c6f94215f779f5c02a"
2479-
integrity sha512-py1miT6iQpJcs1BiJjm54AMzeuMPBSPuKPlnT8HlfudbcS5rYeX5jajpLf3mrdRh9dA/Ec2FVUY0ifeVNDIhZw==
2476+
"@typescript-eslint/eslint-plugin@7.17.0":
2477+
version "7.17.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.17.0.tgz#c8ed1af1ad2928ede5cdd207f7e3090499e1f77b"
2479+
integrity sha512-pyiDhEuLM3PuANxH7uNYan1AaFs5XE0zw1hq69JBvGvE7gSuEoQl1ydtEe/XQeoC3GQxLXyOVa5kNOATgM638A==
24802480
dependencies:
24812481
"@eslint-community/regexpp" "^4.10.0"
2482-
"@typescript-eslint/scope-manager" "7.16.0"
2483-
"@typescript-eslint/type-utils" "7.16.0"
2484-
"@typescript-eslint/utils" "7.16.0"
2485-
"@typescript-eslint/visitor-keys" "7.16.0"
2482+
"@typescript-eslint/scope-manager" "7.17.0"
2483+
"@typescript-eslint/type-utils" "7.17.0"
2484+
"@typescript-eslint/utils" "7.17.0"
2485+
"@typescript-eslint/visitor-keys" "7.17.0"
24862486
graphemer "^1.4.0"
24872487
ignore "^5.3.1"
24882488
natural-compare "^1.4.0"
@@ -2507,13 +2507,21 @@
25072507
"@typescript-eslint/types" "7.16.0"
25082508
"@typescript-eslint/visitor-keys" "7.16.0"
25092509

2510-
"@typescript-eslint/type-utils@7.16.0":
2511-
version "7.16.0"
2512-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.16.0.tgz#ec52b1932b8fb44a15a3e20208e0bd49d0b6bd00"
2513-
integrity sha512-j0fuUswUjDHfqV/UdW6mLtOQQseORqfdmoBNDFOqs9rvNVR2e+cmu6zJu/Ku4SDuqiJko6YnhwcL8x45r8Oqxg==
2510+
"@typescript-eslint/scope-manager@7.17.0":
2511+
version "7.17.0"
2512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.17.0.tgz#e072d0f914662a7bfd6c058165e3c2b35ea26b9d"
2513+
integrity sha512-0P2jTTqyxWp9HiKLu/Vemr2Rg1Xb5B7uHItdVZ6iAenXmPo4SZ86yOPCJwMqpCyaMiEHTNqizHfsbmCFT1x9SA==
25142514
dependencies:
2515-
"@typescript-eslint/typescript-estree" "7.16.0"
2516-
"@typescript-eslint/utils" "7.16.0"
2515+
"@typescript-eslint/types" "7.17.0"
2516+
"@typescript-eslint/visitor-keys" "7.17.0"
2517+
2518+
"@typescript-eslint/[email protected]":
2519+
version "7.17.0"
2520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.17.0.tgz#c5da78feb134c9c9978cbe89e2b1a589ed22091a"
2521+
integrity sha512-XD3aaBt+orgkM/7Cei0XNEm1vwUxQ958AOLALzPlbPqb8C1G8PZK85tND7Jpe69Wualri81PLU+Zc48GVKIMMA==
2522+
dependencies:
2523+
"@typescript-eslint/typescript-estree" "7.17.0"
2524+
"@typescript-eslint/utils" "7.17.0"
25172525
debug "^4.3.4"
25182526
ts-api-utils "^1.3.0"
25192527

@@ -2522,6 +2530,11 @@
25222530
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.16.0.tgz#60a19d7e7a6b1caa2c06fac860829d162a036ed2"
25232531
integrity sha512-fecuH15Y+TzlUutvUl9Cc2XJxqdLr7+93SQIbcZfd4XRGGKoxyljK27b+kxKamjRkU7FYC6RrbSCg0ALcZn/xw==
25242532

2533+
"@typescript-eslint/[email protected]":
2534+
version "7.17.0"
2535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.17.0.tgz#7ce8185bdf06bc3494e73d143dbf3293111b9cff"
2536+
integrity sha512-a29Ir0EbyKTKHnZWbNsrc/gqfIBqYPwj3F2M+jWE/9bqfEHg0AMtXzkbUkOG6QgEScxh2+Pz9OXe11jHDnHR7A==
2537+
25252538
"@typescript-eslint/[email protected]":
25262539
version "7.16.0"
25272540
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.16.0.tgz#98ac779d526fab2a781e5619c9250f3e33867c09"
@@ -2536,15 +2549,29 @@
25362549
semver "^7.6.0"
25372550
ts-api-utils "^1.3.0"
25382551

2539-
"@typescript-eslint/[email protected]":
2540-
version "7.16.0"
2541-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.16.0.tgz#b38dc0ce1778e8182e227c98d91d3418449aa17f"
2542-
integrity sha512-PqP4kP3hb4r7Jav+NiRCntlVzhxBNWq6ZQ+zQwII1y/G/1gdIPeYDCKr2+dH6049yJQsWZiHU6RlwvIFBXXGNA==
2552+
"@typescript-eslint/[email protected]":
2553+
version "7.17.0"
2554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.17.0.tgz#dcab3fea4c07482329dd6107d3c6480e228e4130"
2555+
integrity sha512-72I3TGq93t2GoSBWI093wmKo0n6/b7O4j9o8U+f65TVD0FS6bI2180X5eGEr8MA8PhKMvYe9myZJquUT2JkCZw==
2556+
dependencies:
2557+
"@typescript-eslint/types" "7.17.0"
2558+
"@typescript-eslint/visitor-keys" "7.17.0"
2559+
debug "^4.3.4"
2560+
globby "^11.1.0"
2561+
is-glob "^4.0.3"
2562+
minimatch "^9.0.4"
2563+
semver "^7.6.0"
2564+
ts-api-utils "^1.3.0"
2565+
2566+
"@typescript-eslint/[email protected]":
2567+
version "7.17.0"
2568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.17.0.tgz#815cd85b9001845d41b699b0ce4f92d6dfb84902"
2569+
integrity sha512-r+JFlm5NdB+JXc7aWWZ3fKSm1gn0pkswEwIYsrGPdsT2GjsRATAKXiNtp3vgAAO1xZhX8alIOEQnNMl3kbTgJw==
25432570
dependencies:
25442571
"@eslint-community/eslint-utils" "^4.4.0"
2545-
"@typescript-eslint/scope-manager" "7.16.0"
2546-
"@typescript-eslint/types" "7.16.0"
2547-
"@typescript-eslint/typescript-estree" "7.16.0"
2572+
"@typescript-eslint/scope-manager" "7.17.0"
2573+
"@typescript-eslint/types" "7.17.0"
2574+
"@typescript-eslint/typescript-estree" "7.17.0"
25482575

25492576
"@typescript-eslint/[email protected]":
25502577
version "7.16.0"
@@ -2554,6 +2581,14 @@
25542581
"@typescript-eslint/types" "7.16.0"
25552582
eslint-visitor-keys "^3.4.3"
25562583

2584+
"@typescript-eslint/[email protected]":
2585+
version "7.17.0"
2586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.17.0.tgz#680465c734be30969e564b4647f38d6cdf49bfb0"
2587+
integrity sha512-RVGC9UhPOCsfCdI9pU++K4nD7to+jTcMIbXTSOcrLqUEW6gF2pU1UUbYJKc9cvcRSK1UDeMJ7pdMxf4bhMpV/A==
2588+
dependencies:
2589+
"@typescript-eslint/types" "7.17.0"
2590+
eslint-visitor-keys "^3.4.3"
2591+
25572592
25582593
version "4.23.0"
25592594
resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.23.0.tgz#c3c181153335c208a25d59b8ecbc7fc87fe85356"

0 commit comments

Comments
 (0)