Skip to content

Commit 165e291

Browse files
build(deps): update typescript-eslint to v8
1 parent 13bb2e4 commit 165e291

File tree

2 files changed

+85
-96
lines changed

2 files changed

+85
-96
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@softwareventures/prettier-config": "4.0.0",
3939
"@softwareventures/semantic-release-config": "5.1.0",
4040
"@softwareventures/tsconfig": "7.3.0",
41-
"@typescript-eslint/eslint-plugin": "7.18.0",
42-
"@typescript-eslint/parser": "7.18.0",
41+
"@typescript-eslint/eslint-plugin": "8.34.1",
42+
"@typescript-eslint/parser": "8.34.1",
4343
"ava": "6.4.0",
4444
"conventional-changelog-conventionalcommits": "7.0.2",
4545
"cz-conventional-changelog": "3.3.0",

yarn.lock

Lines changed: 83 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
esquery "^1.6.0"
8989
jsdoc-type-pratt-parser "~4.1.0"
9090

91-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
91+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.7.0":
9292
version "4.7.0"
9393
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
9494
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
@@ -790,91 +790,102 @@
790790
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
791791
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
792792

793-
"@typescript-eslint/eslint-plugin@7.18.0":
794-
version "7.18.0"
795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
796-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
793+
"@typescript-eslint/eslint-plugin@8.34.1":
794+
version "8.34.1"
795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.34.1.tgz#56cf35b89383eaf2bdcf602f5bbdac6dbb11e51b"
796+
integrity sha512-STXcN6ebF6li4PxwNeFnqF8/2BNDvBupf2OPx2yWNzr6mKNGF7q49VM00Pz5FaomJyqvbXpY6PhO+T9w139YEQ==
797797
dependencies:
798798
"@eslint-community/regexpp" "^4.10.0"
799-
"@typescript-eslint/scope-manager" "7.18.0"
800-
"@typescript-eslint/type-utils" "7.18.0"
801-
"@typescript-eslint/utils" "7.18.0"
802-
"@typescript-eslint/visitor-keys" "7.18.0"
799+
"@typescript-eslint/scope-manager" "8.34.1"
800+
"@typescript-eslint/type-utils" "8.34.1"
801+
"@typescript-eslint/utils" "8.34.1"
802+
"@typescript-eslint/visitor-keys" "8.34.1"
803803
graphemer "^1.4.0"
804-
ignore "^5.3.1"
804+
ignore "^7.0.0"
805805
natural-compare "^1.4.0"
806-
ts-api-utils "^1.3.0"
806+
ts-api-utils "^2.1.0"
807807

808-
"@typescript-eslint/parser@7.18.0":
809-
version "7.18.0"
810-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
811-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
808+
"@typescript-eslint/parser@8.34.1":
809+
version "8.34.1"
810+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.34.1.tgz#f102357ab3a02d5b8aa789655905662cc5093067"
811+
integrity sha512-4O3idHxhyzjClSMJ0a29AcoK0+YwnEqzI6oz3vlRf3xw0zbzt15MzXwItOlnr5nIth6zlY2RENLsOPvhyrKAQA==
812812
dependencies:
813-
"@typescript-eslint/scope-manager" "7.18.0"
814-
"@typescript-eslint/types" "7.18.0"
815-
"@typescript-eslint/typescript-estree" "7.18.0"
816-
"@typescript-eslint/visitor-keys" "7.18.0"
813+
"@typescript-eslint/scope-manager" "8.34.1"
814+
"@typescript-eslint/types" "8.34.1"
815+
"@typescript-eslint/typescript-estree" "8.34.1"
816+
"@typescript-eslint/visitor-keys" "8.34.1"
817817
debug "^4.3.4"
818818

819-
"@typescript-eslint/scope-manager@7.18.0":
820-
version "7.18.0"
821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
822-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
819+
"@typescript-eslint/project-service@8.34.1":
820+
version "8.34.1"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.34.1.tgz#20501f8b87202c45f5e70a5b24dcdcb8fe12d460"
822+
integrity sha512-nuHlOmFZfuRwLJKDGQOVc0xnQrAmuq1Mj/ISou5044y1ajGNp2BNliIqp7F2LPQ5sForz8lempMFCovfeS1XoA==
823823
dependencies:
824-
"@typescript-eslint/types" "7.18.0"
825-
"@typescript-eslint/visitor-keys" "7.18.0"
826-
827-
"@typescript-eslint/type-utils@7.18.0":
828-
version "7.18.0"
829-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
830-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
831-
dependencies:
832-
"@typescript-eslint/typescript-estree" "7.18.0"
833-
"@typescript-eslint/utils" "7.18.0"
824+
"@typescript-eslint/tsconfig-utils" "^8.34.1"
825+
"@typescript-eslint/types" "^8.34.1"
834826
debug "^4.3.4"
835-
ts-api-utils "^1.3.0"
836827

837-
"@typescript-eslint/types@7.18.0":
838-
version "7.18.0"
839-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
840-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
828+
"@typescript-eslint/scope-manager@8.34.1":
829+
version "8.34.1"
830+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.34.1.tgz#727ea43441f4d23d5c73d34195427d85042e5117"
831+
integrity sha512-beu6o6QY4hJAgL1E8RaXNC071G4Kso2MGmJskCFQhRhg8VOH/FDbC8soP8NHN7e/Hdphwp8G8cE6OBzC8o41ZA==
832+
dependencies:
833+
"@typescript-eslint/types" "8.34.1"
834+
"@typescript-eslint/visitor-keys" "8.34.1"
841835

842-
"@typescript-eslint/types@^8.11.0":
843-
version "8.34.0"
844-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.0.tgz#18000f205c59c9aff7f371fc5426b764cf2890fb"
845-
integrity sha512-9V24k/paICYPniajHfJ4cuAWETnt7Ssy+R0Rbcqo5sSFr3QEZ/8TSoUi9XeXVBGXCaLtwTOKSLGcInCAvyZeMA==
836+
"@typescript-eslint/tsconfig-utils@8.34.1", "@typescript-eslint/tsconfig-utils@^8.34.1":
837+
version "8.34.1"
838+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.34.1.tgz#d6abb1b1e9f1f1c83ac92051c8fbf2dbc4dc9f5e"
839+
integrity sha512-K4Sjdo4/xF9NEeA2khOb7Y5nY6NSXBnod87uniVYW9kHP+hNlDV8trUSFeynA2uxWam4gIWgWoygPrv9VMWrYg==
846840

847-
"@typescript-eslint/typescript-estree@7.18.0":
848-
version "7.18.0"
849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
850-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
841+
"@typescript-eslint/type-utils@8.34.1":
842+
version "8.34.1"
843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.34.1.tgz#df860d8edefbfe142473ea4defb7408edb0c379e"
844+
integrity sha512-Tv7tCCr6e5m8hP4+xFugcrwTOucB8lshffJ6zf1mF1TbU67R+ntCc6DzLNKM+s/uzDyv8gLq7tufaAhIBYeV8g==
851845
dependencies:
852-
"@typescript-eslint/types" "7.18.0"
853-
"@typescript-eslint/visitor-keys" "7.18.0"
846+
"@typescript-eslint/typescript-estree" "8.34.1"
847+
"@typescript-eslint/utils" "8.34.1"
848+
debug "^4.3.4"
849+
ts-api-utils "^2.1.0"
850+
851+
"@typescript-eslint/types@8.34.1", "@typescript-eslint/types@^8.11.0", "@typescript-eslint/types@^8.34.1":
852+
version "8.34.1"
853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.34.1.tgz#565a46a251580dae674dac5aafa8eb14b8322a35"
854+
integrity sha512-rjLVbmE7HR18kDsjNIZQHxmv9RZwlgzavryL5Lnj2ujIRTeXlKtILHgRNmQ3j4daw7zd+mQgy+uyt6Zo6I0IGA==
855+
856+
"@typescript-eslint/typescript-estree@8.34.1":
857+
version "8.34.1"
858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.34.1.tgz#befdb042a6bc44fdad27429b2d3b679c80daad71"
859+
integrity sha512-rjCNqqYPuMUF5ODD+hWBNmOitjBWghkGKJg6hiCHzUvXRy6rK22Jd3rwbP2Xi+R7oYVvIKhokHVhH41BxPV5mA==
860+
dependencies:
861+
"@typescript-eslint/project-service" "8.34.1"
862+
"@typescript-eslint/tsconfig-utils" "8.34.1"
863+
"@typescript-eslint/types" "8.34.1"
864+
"@typescript-eslint/visitor-keys" "8.34.1"
854865
debug "^4.3.4"
855-
globby "^11.1.0"
866+
fast-glob "^3.3.2"
856867
is-glob "^4.0.3"
857868
minimatch "^9.0.4"
858869
semver "^7.6.0"
859-
ts-api-utils "^1.3.0"
870+
ts-api-utils "^2.1.0"
860871

861-
"@typescript-eslint/utils@7.18.0":
862-
version "7.18.0"
863-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
864-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
872+
"@typescript-eslint/utils@8.34.1":
873+
version "8.34.1"
874+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.34.1.tgz#f98c9b0c5cae407e34f5131cac0f3a74347a398e"
875+
integrity sha512-mqOwUdZ3KjtGk7xJJnLbHxTuWVn3GO2WZZuM+Slhkun4+qthLdXx32C8xIXbO1kfCECb3jIs3eoxK3eryk7aoQ==
865876
dependencies:
866-
"@eslint-community/eslint-utils" "^4.4.0"
867-
"@typescript-eslint/scope-manager" "7.18.0"
868-
"@typescript-eslint/types" "7.18.0"
869-
"@typescript-eslint/typescript-estree" "7.18.0"
877+
"@eslint-community/eslint-utils" "^4.7.0"
878+
"@typescript-eslint/scope-manager" "8.34.1"
879+
"@typescript-eslint/types" "8.34.1"
880+
"@typescript-eslint/typescript-estree" "8.34.1"
870881

871-
"@typescript-eslint/visitor-keys@7.18.0":
872-
version "7.18.0"
873-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
874-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
882+
"@typescript-eslint/visitor-keys@8.34.1":
883+
version "8.34.1"
884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.34.1.tgz#28a1987ea3542ccafb92aa792726a304b39531cf"
885+
integrity sha512-xoh5rJ+tgsRKoXnkBPFRLZ7rjKM0AfVbC68UZ/ECXoDbfggb9RbEySN359acY1vS3qZ0jVTVWzbtfapwm5ztxw==
875886
dependencies:
876-
"@typescript-eslint/types" "7.18.0"
877-
eslint-visitor-keys "^3.4.3"
887+
"@typescript-eslint/types" "8.34.1"
888+
eslint-visitor-keys "^4.2.1"
878889

879890
"@ungap/structured-clone@^1.2.0":
880891
version "1.3.0"
@@ -1090,11 +1101,6 @@ array-includes@^3.1.6, array-includes@^3.1.9:
10901101
is-string "^1.1.1"
10911102
math-intrinsics "^1.1.0"
10921103

1093-
array-union@^2.1.0:
1094-
version "2.1.0"
1095-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1096-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1097-
10981104
array.prototype.findlastindex@^1.2.6:
10991105
version "1.2.6"
11001106
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
@@ -2385,7 +2391,7 @@ fast-diff@^1.2.0:
23852391
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
23862392
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
23872393

2388-
fast-glob@^3.2.9, fast-glob@^3.3.3:
2394+
fast-glob@^3.3.2, fast-glob@^3.3.3:
23892395
version "3.3.3"
23902396
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
23912397
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
@@ -2770,18 +2776,6 @@ globalthis@^1.0.4:
27702776
define-properties "^1.2.1"
27712777
gopd "^1.0.1"
27722778

2773-
globby@^11.1.0:
2774-
version "11.1.0"
2775-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2776-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2777-
dependencies:
2778-
array-union "^2.1.0"
2779-
dir-glob "^3.0.1"
2780-
fast-glob "^3.2.9"
2781-
ignore "^5.2.0"
2782-
merge2 "^1.4.1"
2783-
slash "^3.0.0"
2784-
27852779
globby@^14.0.0, globby@^14.1.0:
27862780
version "14.1.0"
27872781
resolved "https://registry.yarnpkg.com/globby/-/globby-14.1.0.tgz#138b78e77cf5a8d794e327b15dce80bf1fb0a73e"
@@ -2972,12 +2966,12 @@ ignore-walk@^7.0.0:
29722966
dependencies:
29732967
minimatch "^9.0.0"
29742968

2975-
ignore@5.3.2, ignore@^5.2.0, ignore@^5.3.1:
2969+
ignore@5.3.2, ignore@^5.2.0:
29762970
version "5.3.2"
29772971
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
29782972
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
29792973

2980-
ignore@^7.0.3:
2974+
ignore@^7.0.0, ignore@^7.0.3:
29812975
version "7.0.5"
29822976
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
29832977
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
@@ -3871,7 +3865,7 @@ merge-stream@^2.0.0:
38713865
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
38723866
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
38733867

3874-
merge2@^1.3.0, merge2@^1.4.1:
3868+
merge2@^1.3.0:
38753869
version "1.4.1"
38763870
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
38773871
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -5265,11 +5259,6 @@ skin-tone@^2.0.0:
52655259
dependencies:
52665260
unicode-emoji-modifier-base "^1.0.0"
52675261

5268-
slash@^3.0.0:
5269-
version "3.0.0"
5270-
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
5271-
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
5272-
52735262
slash@^5.1.0:
52745263
version "5.1.0"
52755264
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
@@ -5699,10 +5688,10 @@ treeverse@^3.0.0:
56995688
resolved "https://registry.yarnpkg.com/treeverse/-/treeverse-3.0.0.tgz#dd82de9eb602115c6ebd77a574aae67003cb48c8"
57005689
integrity sha512-gcANaAnd2QDZFmHFEOF4k7uc1J/6a6z3DJMd/QwEyxLoKGiptJRwid582r7QIsFlFMIZ3SnxfS52S4hm2DHkuQ==
57015690

5702-
ts-api-utils@^1.3.0:
5703-
version "1.4.3"
5704-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
5705-
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
5691+
ts-api-utils@^2.1.0:
5692+
version "2.1.0"
5693+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
5694+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
57065695

57075696
ts-node@10.9.2:
57085697
version "10.9.2"

0 commit comments

Comments
 (0)