Skip to content

Commit f795c7c

Browse files
Update typescript-eslint monorepo to v8
1 parent 623b9d5 commit f795c7c

File tree

2 files changed

+61
-85
lines changed

2 files changed

+61
-85
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@herp-inc/eslint-config-jest": "202409.1.0",
2424
"@herp-inc/tsconfig.json": "1.0.0",
2525
"@types/jest": "29.5.13",
26-
"@typescript-eslint/eslint-plugin": "7.18.0",
27-
"@typescript-eslint/parser": "7.18.0",
26+
"@typescript-eslint/eslint-plugin": "8.18.1",
27+
"@typescript-eslint/parser": "8.18.1",
2828
"csstype": "3.1.3",
2929
"eslint": "8.57.1",
3030
"eslint-config-prettier": "9.1.0",

yarn.lock

Lines changed: 59 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -754,39 +754,39 @@
754754
dependencies:
755755
"@types/yargs-parser" "*"
756756

757-
"@typescript-eslint/eslint-plugin@7.18.0":
758-
version "7.18.0"
759-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.18.0.tgz#b16d3cf3ee76bf572fdf511e79c248bdec619ea3"
760-
integrity sha512-94EQTWZ40mzBc42ATNIBimBEDltSJ9RQHCC8vc/PDbxi4k8dVwUAv4o98dk50M1zB+JGFxp43FP7f8+FP8R6Sw==
757+
"@typescript-eslint/eslint-plugin@8.18.1":
758+
version "8.18.1"
759+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.18.1.tgz#992e5ac1553ce20d0d46aa6eccd79dc36dedc805"
760+
integrity sha512-Ncvsq5CT3Gvh+uJG0Lwlho6suwDfUXH0HztslDf5I+F2wAFAZMRwYLEorumpKLzmO2suAXZ/td1tBg4NZIi9CQ==
761761
dependencies:
762762
"@eslint-community/regexpp" "^4.10.0"
763-
"@typescript-eslint/scope-manager" "7.18.0"
764-
"@typescript-eslint/type-utils" "7.18.0"
765-
"@typescript-eslint/utils" "7.18.0"
766-
"@typescript-eslint/visitor-keys" "7.18.0"
763+
"@typescript-eslint/scope-manager" "8.18.1"
764+
"@typescript-eslint/type-utils" "8.18.1"
765+
"@typescript-eslint/utils" "8.18.1"
766+
"@typescript-eslint/visitor-keys" "8.18.1"
767767
graphemer "^1.4.0"
768768
ignore "^5.3.1"
769769
natural-compare "^1.4.0"
770770
ts-api-utils "^1.3.0"
771771

772-
"@typescript-eslint/parser@7.18.0":
773-
version "7.18.0"
774-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.18.0.tgz#83928d0f1b7f4afa974098c64b5ce6f9051f96a0"
775-
integrity sha512-4Z+L8I2OqhZV8qA132M4wNL30ypZGYOQVBfMgxDH/K5UX0PNqTu1c6za9ST5r9+tavvHiTWmBnKzpCJ/GlVFtg==
772+
"@typescript-eslint/parser@8.18.1":
773+
version "8.18.1"
774+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.18.1.tgz#c258bae062778b7696793bc492249027a39dfb95"
775+
integrity sha512-rBnTWHCdbYM2lh7hjyXqxk70wvon3p2FyaniZuey5TrcGBpfhVp0OxOa6gxr9Q9YhZFKyfbEnxc24ZnVbbUkCA==
776776
dependencies:
777-
"@typescript-eslint/scope-manager" "7.18.0"
778-
"@typescript-eslint/types" "7.18.0"
779-
"@typescript-eslint/typescript-estree" "7.18.0"
780-
"@typescript-eslint/visitor-keys" "7.18.0"
777+
"@typescript-eslint/scope-manager" "8.18.1"
778+
"@typescript-eslint/types" "8.18.1"
779+
"@typescript-eslint/typescript-estree" "8.18.1"
780+
"@typescript-eslint/visitor-keys" "8.18.1"
781781
debug "^4.3.4"
782782

783-
"@typescript-eslint/scope-manager@7.18.0":
784-
version "7.18.0"
785-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.18.0.tgz#c928e7a9fc2c0b3ed92ab3112c614d6bd9951c83"
786-
integrity sha512-jjhdIE/FPF2B7Z1uzc6i3oWKbGcHb87Qw7AWj6jmEqNOfDFbJWtjt/XfwCpvNkpGWlcJaog5vTR+VV8+w9JflA==
783+
"@typescript-eslint/scope-manager@8.18.1":
784+
version "8.18.1"
785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.18.1.tgz#52cedc3a8178d7464a70beffed3203678648e55b"
786+
integrity sha512-HxfHo2b090M5s2+/9Z3gkBhI6xBH8OJCFjH9MhQ+nnoZqxU3wNxkLT+VWXWSFWc3UF3Z+CfPAyqdCTdoXtDPCQ==
787787
dependencies:
788-
"@typescript-eslint/types" "7.18.0"
789-
"@typescript-eslint/visitor-keys" "7.18.0"
788+
"@typescript-eslint/types" "8.18.1"
789+
"@typescript-eslint/visitor-keys" "8.18.1"
790790

791791
"@typescript-eslint/scope-manager@8.7.0":
792792
version "8.7.0"
@@ -796,35 +796,35 @@
796796
"@typescript-eslint/types" "8.7.0"
797797
"@typescript-eslint/visitor-keys" "8.7.0"
798798

799-
"@typescript-eslint/type-utils@7.18.0":
800-
version "7.18.0"
801-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.18.0.tgz#2165ffaee00b1fbbdd2d40aa85232dab6998f53b"
802-
integrity sha512-XL0FJXuCLaDuX2sYqZUUSOJ2sG5/i1AAze+axqmLnSkNEVMVYLF+cbwlB2w8D1tinFuSikHmFta+P+HOofrLeA==
799+
"@typescript-eslint/type-utils@8.18.1":
800+
version "8.18.1"
801+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.18.1.tgz#10f41285475c0bdee452b79ff7223f0e43a7781e"
802+
integrity sha512-jAhTdK/Qx2NJPNOTxXpMwlOiSymtR2j283TtPqXkKBdH8OAMmhiUfP0kJjc/qSE51Xrq02Gj9NY7MwK+UxVwHQ==
803803
dependencies:
804-
"@typescript-eslint/typescript-estree" "7.18.0"
805-
"@typescript-eslint/utils" "7.18.0"
804+
"@typescript-eslint/typescript-estree" "8.18.1"
805+
"@typescript-eslint/utils" "8.18.1"
806806
debug "^4.3.4"
807807
ts-api-utils "^1.3.0"
808808

809-
"@typescript-eslint/types@7.18.0":
810-
version "7.18.0"
811-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
812-
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
809+
"@typescript-eslint/types@8.18.1":
810+
version "8.18.1"
811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.18.1.tgz#d7f4f94d0bba9ebd088de840266fcd45408a8fff"
812+
integrity sha512-7uoAUsCj66qdNQNpH2G8MyTFlgerum8ubf21s3TSM3XmKXuIn+H2Sifh/ES2nPOPiYSRJWAk0fDkW0APBWcpfw==
813813

814814
"@typescript-eslint/types@8.7.0":
815815
version "8.7.0"
816816
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.7.0.tgz#21d987201c07b69ce7ddc03451d7196e5445ad19"
817817
integrity sha512-LLt4BLHFwSfASHSF2K29SZ+ZCsbQOM+LuarPjRUuHm+Qd09hSe3GCeaQbcCr+Mik+0QFRmep/FyZBO6fJ64U3w==
818818

819-
"@typescript-eslint/typescript-estree@7.18.0":
820-
version "7.18.0"
821-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.18.0.tgz#b5868d486c51ce8f312309ba79bdb9f331b37931"
822-
integrity sha512-aP1v/BSPnnyhMHts8cf1qQ6Q1IFwwRvAQGRvBFkWlo3/lH29OXA3Pts+c10nxRxIBrDnoMqzhgdwVe5f2D6OzA==
819+
"@typescript-eslint/typescript-estree@8.18.1":
820+
version "8.18.1"
821+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.18.1.tgz#2a86cd64b211a742f78dfa7e6f4860413475367e"
822+
integrity sha512-z8U21WI5txzl2XYOW7i9hJhxoKKNG1kcU4RzyNvKrdZDmbjkmLBo8bgeiOJmA06kizLI76/CCBAAGlTlEeUfyg==
823823
dependencies:
824-
"@typescript-eslint/types" "7.18.0"
825-
"@typescript-eslint/visitor-keys" "7.18.0"
824+
"@typescript-eslint/types" "8.18.1"
825+
"@typescript-eslint/visitor-keys" "8.18.1"
826826
debug "^4.3.4"
827-
globby "^11.1.0"
827+
fast-glob "^3.3.2"
828828
is-glob "^4.0.3"
829829
minimatch "^9.0.4"
830830
semver "^7.6.0"
@@ -844,15 +844,15 @@
844844
semver "^7.6.0"
845845
ts-api-utils "^1.3.0"
846846

847-
"@typescript-eslint/utils@7.18.0":
848-
version "7.18.0"
849-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
850-
integrity sha512-kK0/rNa2j74XuHVcoCZxdFBMF+aq/vH83CXAOHieC+2Gis4mF8jJXT5eAfyD3K0sAxtPuwxaIOIOvhwzVDt/kw==
847+
"@typescript-eslint/utils@8.18.1":
848+
version "8.18.1"
849+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.18.1.tgz#c4199ea23fc823c736e2c96fd07b1f7235fa92d5"
850+
integrity sha512-8vikiIj2ebrC4WRdcAdDcmnu9Q/MXXwg+STf40BVfT8exDqBCUPdypvzcUPxEqRGKg9ALagZ0UWcYCtn+4W2iQ==
851851
dependencies:
852852
"@eslint-community/eslint-utils" "^4.4.0"
853-
"@typescript-eslint/scope-manager" "7.18.0"
854-
"@typescript-eslint/types" "7.18.0"
855-
"@typescript-eslint/typescript-estree" "7.18.0"
853+
"@typescript-eslint/scope-manager" "8.18.1"
854+
"@typescript-eslint/types" "8.18.1"
855+
"@typescript-eslint/typescript-estree" "8.18.1"
856856

857857
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
858858
version "8.7.0"
@@ -864,13 +864,13 @@
864864
"@typescript-eslint/types" "8.7.0"
865865
"@typescript-eslint/typescript-estree" "8.7.0"
866866

867-
"@typescript-eslint/visitor-keys@7.18.0":
868-
version "7.18.0"
869-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.18.0.tgz#0564629b6124d67607378d0f0332a0495b25e7d7"
870-
integrity sha512-cDF0/Gf81QpY3xYyJKDV14Zwdmid5+uuENhjH2EqFaF0ni+yAyq/LzMaIJdhNJXZI7uLzwIlA+V7oWoyn6Curg==
867+
"@typescript-eslint/visitor-keys@8.18.1":
868+
version "8.18.1"
869+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.18.1.tgz#344b4f6bc83f104f514676facf3129260df7610a"
870+
integrity sha512-Vj0WLm5/ZsD013YeUKn+K0y8p1M0jPpxOkKdbD1wB0ns53a5piVY02zjf072TblEweAbcYiFiPoSMF3kp+VhhQ==
871871
dependencies:
872-
"@typescript-eslint/types" "7.18.0"
873-
eslint-visitor-keys "^3.4.3"
872+
"@typescript-eslint/types" "8.18.1"
873+
eslint-visitor-keys "^4.2.0"
874874

875875
"@typescript-eslint/visitor-keys@8.7.0":
876876
version "8.7.0"
@@ -984,11 +984,6 @@ array-includes@^3.1.8:
984984
get-intrinsic "^1.2.4"
985985
is-string "^1.0.7"
986986

987-
array-union@^2.1.0:
988-
version "2.1.0"
989-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
990-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
991-
992987
array.prototype.findlastindex@^1.2.5:
993988
version "1.2.5"
994989
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.5.tgz#8c35a755c72908719453f87145ca011e39334d0d"
@@ -1426,13 +1421,6 @@ diff-sequences@^29.6.3:
14261421
resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-29.6.3.tgz#4deaf894d11407c51efc8418012f9e70b84ea921"
14271422
integrity sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==
14281423

1429-
dir-glob@^3.0.1:
1430-
version "3.0.1"
1431-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
1432-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
1433-
dependencies:
1434-
path-type "^4.0.0"
1435-
14361424
doctrine@^2.1.0:
14371425
version "2.1.0"
14381426
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
@@ -1711,6 +1699,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
17111699
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
17121700
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
17131701

1702+
eslint-visitor-keys@^4.2.0:
1703+
version "4.2.0"
1704+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
1705+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
1706+
17141707
eslint@8.57.1:
17151708
version "8.57.1"
17161709
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -1829,7 +1822,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
18291822
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
18301823
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
18311824

1832-
fast-glob@^3.2.9, fast-glob@^3.3.2:
1825+
fast-glob@^3.3.2:
18331826
version "3.3.2"
18341827
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
18351828
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -2055,18 +2048,6 @@ globalthis@^1.0.3:
20552048
dependencies:
20562049
define-properties "^1.1.3"
20572050

2058-
globby@^11.1.0:
2059-
version "11.1.0"
2060-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
2061-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
2062-
dependencies:
2063-
array-union "^2.1.0"
2064-
dir-glob "^3.0.1"
2065-
fast-glob "^3.2.9"
2066-
ignore "^5.2.0"
2067-
merge2 "^1.4.1"
2068-
slash "^3.0.0"
2069-
20702051
gopd@^1.0.1:
20712052
version "1.0.1"
20722053
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
@@ -2989,7 +2970,7 @@ merge-stream@^2.0.0:
29892970
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
29902971
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
29912972

2992-
merge2@^1.3.0, merge2@^1.4.1:
2973+
merge2@^1.3.0:
29932974
version "1.4.1"
29942975
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
29952976
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -3219,11 +3200,6 @@ path-parse@^1.0.7:
32193200
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
32203201
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
32213202

3222-
path-type@^4.0.0:
3223-
version "4.0.0"
3224-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
3225-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
3226-
32273203
picocolors@^1.0.0:
32283204
version "1.0.0"
32293205
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"

0 commit comments

Comments
 (0)