Skip to content

Commit 7c1db9a

Browse files
Bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.18.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.16.0 to 7.18.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.18.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 7c1db9a

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.18.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.18.0":
2477+
version "7.18.0"
2478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
2479+
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
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.18.0"
2483+
"@typescript-eslint/type-utils" "7.18.0"
2484+
"@typescript-eslint/utils" "7.18.0"
2485+
"@typescript-eslint/visitor-keys" "7.18.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.18.0":
2511+
version "7.18.0"
2512+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
2513+
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
25142514
dependencies:
2515-
"@typescript-eslint/typescript-estree" "7.16.0"
2516-
"@typescript-eslint/utils" "7.16.0"
2515+
"@typescript-eslint/types" "7.18.0"
2516+
"@typescript-eslint/visitor-keys" "7.18.0"
2517+
2518+
"@typescript-eslint/[email protected]":
2519+
version "7.18.0"
2520+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
2521+
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
2522+
dependencies:
2523+
"@typescript-eslint/typescript-estree" "7.18.0"
2524+
"@typescript-eslint/utils" "7.18.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.18.0"
2535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
2536+
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
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.18.0"
2554+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
2555+
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
2556+
dependencies:
2557+
"@typescript-eslint/types" "7.18.0"
2558+
"@typescript-eslint/visitor-keys" "7.18.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.18.0"
2568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
2569+
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
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.18.0"
2573+
"@typescript-eslint/types" "7.18.0"
2574+
"@typescript-eslint/typescript-estree" "7.18.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.18.0"
2586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
2587+
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
2588+
dependencies:
2589+
"@typescript-eslint/types" "7.18.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)