Skip to content

Commit e8ef52f

Browse files
chore(deps): update typescript-eslint monorepo to v8
1 parent e016f35 commit e8ef52f

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
"@types/nprogress": "0.2.3",
9393
"@types/react": "18.3.9",
9494
"@types/react-dom": "18.3.0",
95-
"@typescript-eslint/eslint-plugin": "7.18.0",
96-
"@typescript-eslint/parser": "7.18.0",
95+
"@typescript-eslint/eslint-plugin": "8.8.1",
96+
"@typescript-eslint/parser": "8.8.1",
9797
"eslint": "8.57.1",
9898
"eslint-config-next": "14.2.13",
9999
"husky": "9.1.6",

yarn.lock

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -4494,16 +4494,16 @@
44944494
dependencies:
44954495
"@types/yargs-parser" "*"
44964496

4497-
"@typescript-eslint/eslint-plugin@7.18.0":
4498-
version "7.18.0"
4499-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
4500-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
4497+
"@typescript-eslint/eslint-plugin@8.8.1":
4498+
version "8.8.1"
4499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.8.1.tgz#9364b756d4d78bcbdf6fd3e9345e6924c68ad371"
4500+
integrity sha512-xfvdgA8AP/vxHgtgU310+WBnLB4uJQ9XdyP17RebG26rLtDrQJV3ZYrcopX91GrHmMoH8bdSwMRh2a//TiJ1jQ==
45014501
dependencies:
45024502
"@eslint-community/regexpp" "^4.10.0"
4503-
"@typescript-eslint/scope-manager" "7.18.0"
4504-
"@typescript-eslint/type-utils" "7.18.0"
4505-
"@typescript-eslint/utils" "7.18.0"
4506-
"@typescript-eslint/visitor-keys" "7.18.0"
4503+
"@typescript-eslint/scope-manager" "8.8.1"
4504+
"@typescript-eslint/type-utils" "8.8.1"
4505+
"@typescript-eslint/utils" "8.8.1"
4506+
"@typescript-eslint/visitor-keys" "8.8.1"
45074507
graphemer "^1.4.0"
45084508
ignore "^5.3.1"
45094509
natural-compare "^1.4.0"
@@ -4524,15 +4524,15 @@
45244524
natural-compare "^1.4.0"
45254525
ts-api-utils "^1.3.0"
45264526

4527-
"@typescript-eslint/parser@7.18.0":
4528-
version "7.18.0"
4529-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
4530-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
4527+
"@typescript-eslint/parser@8.8.1":
4528+
version "8.8.1"
4529+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.8.1.tgz#5952ba2a83bd52024b872f3fdc8ed2d3636073b8"
4530+
integrity sha512-hQUVn2Lij2NAxVFEdvIGxT9gP1tq2yM83m+by3whWFsWC+1y8pxxxHUFE1UqDu2VsGi2i6RLcv4QvouM84U+ow==
45314531
dependencies:
4532-
"@typescript-eslint/scope-manager" "7.18.0"
4533-
"@typescript-eslint/types" "7.18.0"
4534-
"@typescript-eslint/typescript-estree" "7.18.0"
4535-
"@typescript-eslint/visitor-keys" "7.18.0"
4532+
"@typescript-eslint/scope-manager" "8.8.1"
4533+
"@typescript-eslint/types" "8.8.1"
4534+
"@typescript-eslint/typescript-estree" "8.8.1"
4535+
"@typescript-eslint/visitor-keys" "8.8.1"
45364536
debug "^4.3.4"
45374537

45384538
"@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
@@ -4546,14 +4546,6 @@
45464546
"@typescript-eslint/visitor-keys" "8.6.0"
45474547
debug "^4.3.4"
45484548

4549-
"@typescript-eslint/scope-manager@7.18.0":
4550-
version "7.18.0"
4551-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
4552-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
4553-
dependencies:
4554-
"@typescript-eslint/types" "7.18.0"
4555-
"@typescript-eslint/visitor-keys" "7.18.0"
4556-
45574549
"@typescript-eslint/scope-manager@8.6.0":
45584550
version "8.6.0"
45594551
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.6.0.tgz#28cc2fc26a84b75addf45091a2c6283e29e2c982"
@@ -4562,15 +4554,13 @@
45624554
"@typescript-eslint/types" "8.6.0"
45634555
"@typescript-eslint/visitor-keys" "8.6.0"
45644556

4565-
"@typescript-eslint/type-utils@7.18.0":
4566-
version "7.18.0"
4567-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
4568-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
4557+
"@typescript-eslint/scope-manager@8.8.1":
4558+
version "8.8.1"
4559+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.8.1.tgz#b4bea1c0785aaebfe3c4ab059edaea1c4977e7ff"
4560+
integrity sha512-X4JdU+66Mazev/J0gfXlcC/dV6JI37h+93W9BRYXrSn0hrE64IoWgVkO9MSJgEzoWkxONgaQpICWg8vAN74wlA==
45694561
dependencies:
4570-
"@typescript-eslint/typescript-estree" "7.18.0"
4571-
"@typescript-eslint/utils" "7.18.0"
4572-
debug "^4.3.4"
4573-
ts-api-utils "^1.3.0"
4562+
"@typescript-eslint/types" "8.8.1"
4563+
"@typescript-eslint/visitor-keys" "8.8.1"
45744564

45754565
"@typescript-eslint/type-utils@8.6.0":
45764566
version "8.6.0"
@@ -4582,29 +4572,25 @@
45824572
debug "^4.3.4"
45834573
ts-api-utils "^1.3.0"
45844574

4585-
"@typescript-eslint/types@7.18.0":
4586-
version "7.18.0"
4587-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
4588-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
4575+
"@typescript-eslint/type-utils@8.8.1":
4576+
version "8.8.1"
4577+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.8.1.tgz#31f59ec46e93a02b409fb4d406a368a59fad306e"
4578+
integrity sha512-qSVnpcbLP8CALORf0za+vjLYj1Wp8HSoiI8zYU5tHxRVj30702Z1Yw4cLwfNKhTPWp5+P+k1pjmD5Zd1nhxiZA==
4579+
dependencies:
4580+
"@typescript-eslint/typescript-estree" "8.8.1"
4581+
"@typescript-eslint/utils" "8.8.1"
4582+
debug "^4.3.4"
4583+
ts-api-utils "^1.3.0"
45894584

45904585
"@typescript-eslint/types@8.6.0":
45914586
version "8.6.0"
45924587
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
45934588
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
45944589

4595-
"@typescript-eslint/typescript-estree@7.18.0":
4596-
version "7.18.0"
4597-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
4598-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
4599-
dependencies:
4600-
"@typescript-eslint/types" "7.18.0"
4601-
"@typescript-eslint/visitor-keys" "7.18.0"
4602-
debug "^4.3.4"
4603-
globby "^11.1.0"
4604-
is-glob "^4.0.3"
4605-
minimatch "^9.0.4"
4606-
semver "^7.6.0"
4607-
ts-api-utils "^1.3.0"
4590+
"@typescript-eslint/types@8.8.1":
4591+
version "8.8.1"
4592+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.8.1.tgz#ebe85e0fa4a8e32a24a56adadf060103bef13bd1"
4593+
integrity sha512-WCcTP4SDXzMd23N27u66zTKMuEevH4uzU8C9jf0RO4E04yVHgQgW+r+TeVTNnO1KIfrL8ebgVVYYMMO3+jC55Q==
46084594

46094595
"@typescript-eslint/typescript-estree@8.6.0":
46104596
version "8.6.0"
@@ -4620,15 +4606,19 @@
46204606
semver "^7.6.0"
46214607
ts-api-utils "^1.3.0"
46224608

4623-
"@typescript-eslint/utils@7.18.0":
4624-
version "7.18.0"
4625-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
4626-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
4609+
"@typescript-eslint/typescript-estree@8.8.1":
4610+
version "8.8.1"
4611+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.8.1.tgz#34649f4e28d32ee49152193bc7dedc0e78e5d1ec"
4612+
integrity sha512-A5d1R9p+X+1js4JogdNilDuuq+EHZdsH9MjTVxXOdVFfTJXunKJR/v+fNNyO4TnoOn5HqobzfRlc70NC6HTcdg==
46274613
dependencies:
4628-
"@eslint-community/eslint-utils" "^4.4.0"
4629-
"@typescript-eslint/scope-manager" "7.18.0"
4630-
"@typescript-eslint/types" "7.18.0"
4631-
"@typescript-eslint/typescript-estree" "7.18.0"
4614+
"@typescript-eslint/types" "8.8.1"
4615+
"@typescript-eslint/visitor-keys" "8.8.1"
4616+
debug "^4.3.4"
4617+
fast-glob "^3.3.2"
4618+
is-glob "^4.0.3"
4619+
minimatch "^9.0.4"
4620+
semver "^7.6.0"
4621+
ts-api-utils "^1.3.0"
46324622

46334623
"@typescript-eslint/utils@8.6.0":
46344624
version "8.6.0"
@@ -4640,13 +4630,15 @@
46404630
"@typescript-eslint/types" "8.6.0"
46414631
"@typescript-eslint/typescript-estree" "8.6.0"
46424632

4643-
"@typescript-eslint/visitor-keys@7.18.0":
4644-
version "7.18.0"
4645-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
4646-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
4633+
"@typescript-eslint/utils@8.8.1":
4634+
version "8.8.1"
4635+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.8.1.tgz#9e29480fbfa264c26946253daa72181f9f053c9d"
4636+
integrity sha512-/QkNJDbV0bdL7H7d0/y0qBbV2HTtf0TIyjSDTvvmQEzeVx8jEImEbLuOA4EsvE8gIgqMitns0ifb5uQhMj8d9w==
46474637
dependencies:
4648-
"@typescript-eslint/types" "7.18.0"
4649-
eslint-visitor-keys "^3.4.3"
4638+
"@eslint-community/eslint-utils" "^4.4.0"
4639+
"@typescript-eslint/scope-manager" "8.8.1"
4640+
"@typescript-eslint/types" "8.8.1"
4641+
"@typescript-eslint/typescript-estree" "8.8.1"
46504642

46514643
"@typescript-eslint/visitor-keys@8.6.0":
46524644
version "8.6.0"
@@ -4656,6 +4648,14 @@
46564648
"@typescript-eslint/types" "8.6.0"
46574649
eslint-visitor-keys "^3.4.3"
46584650

4651+
"@typescript-eslint/visitor-keys@8.8.1":
4652+
version "8.8.1"
4653+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.8.1.tgz#0fb1280f381149fc345dfde29f7542ff4e587fc5"
4654+
integrity sha512-0/TdC3aeRAsW7MDvYRwEc1Uwm0TIBfzjPFgg60UU2Haj5qsCs9cc3zNgY71edqE3LbWfF/WoZQd3lJoDXFQpag==
4655+
dependencies:
4656+
"@typescript-eslint/types" "8.8.1"
4657+
eslint-visitor-keys "^3.4.3"
4658+
46594659
"@ungap/structured-clone@^1.2.0":
46604660
version "1.2.0"
46614661
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -8075,7 +8075,7 @@ globalyzer@0.1.0:
80758075
resolved "https://registry.npmjs.org/globalyzer/-/globalyzer-0.1.0.tgz"
80768076
integrity sha512-40oNTM9UfG6aBmuKxk/giHn5nQ8RVz/SS4Ir6zgzOv9/qC3kKZ9v4etGTcJbEl/NyVQH7FGU7d+X1egr57Md2Q==
80778077

8078-
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2, globby@^11.1.0:
8078+
globby@^11.0.0, globby@^11.0.1, globby@^11.0.2:
80798079
version "11.1.0"
80808080
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
80818081
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==

0 commit comments

Comments
 (0)