Skip to content

Commit f1a4998

Browse files
build(deps): update typescript-eslint to v8.20.0
1 parent 0ad6208 commit f1a4998

File tree

2 files changed

+66
-57
lines changed

2 files changed

+66
-57
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@softwareventures/prettier-config": "4.0.0",
4141
"@softwareventures/semantic-release-config": "5.0.0",
4242
"@softwareventures/tsconfig": "8.1.0",
43-
"@typescript-eslint/eslint-plugin": "8.18.0",
44-
"@typescript-eslint/parser": "8.18.0",
43+
"@typescript-eslint/eslint-plugin": "8.20.0",
44+
"@typescript-eslint/parser": "8.20.0",
4545
"ava": "6.2.0",
4646
"commitizen": "4.3.1",
4747
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

+64-55
Original file line numberDiff line numberDiff line change
@@ -2484,8 +2484,8 @@ __metadata:
24842484
"@softwareventures/semantic-release-config": "npm:5.0.0"
24852485
"@softwareventures/tsconfig": "npm:8.1.0"
24862486
"@types/node": "npm:^18.0.0 || ^20.0.0 || >=21.0.0"
2487-
"@typescript-eslint/eslint-plugin": "npm:8.18.0"
2488-
"@typescript-eslint/parser": "npm:8.18.0"
2487+
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
2488+
"@typescript-eslint/parser": "npm:8.20.0"
24892489
ava: "npm:6.2.0"
24902490
commitizen: "npm:4.3.1"
24912491
conventional-changelog-conventionalcommits: "npm:7.0.2"
@@ -2652,40 +2652,40 @@ __metadata:
26522652
languageName: node
26532653
linkType: hard
26542654

2655-
"@typescript-eslint/eslint-plugin@npm:8.18.0":
2656-
version: 8.18.0
2657-
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.0"
2655+
"@typescript-eslint/eslint-plugin@npm:8.20.0":
2656+
version: 8.20.0
2657+
resolution: "@typescript-eslint/eslint-plugin@npm:8.20.0"
26582658
dependencies:
26592659
"@eslint-community/regexpp": "npm:^4.10.0"
2660-
"@typescript-eslint/scope-manager": "npm:8.18.0"
2661-
"@typescript-eslint/type-utils": "npm:8.18.0"
2662-
"@typescript-eslint/utils": "npm:8.18.0"
2663-
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2660+
"@typescript-eslint/scope-manager": "npm:8.20.0"
2661+
"@typescript-eslint/type-utils": "npm:8.20.0"
2662+
"@typescript-eslint/utils": "npm:8.20.0"
2663+
"@typescript-eslint/visitor-keys": "npm:8.20.0"
26642664
graphemer: "npm:^1.4.0"
26652665
ignore: "npm:^5.3.1"
26662666
natural-compare: "npm:^1.4.0"
2667-
ts-api-utils: "npm:^1.3.0"
2667+
ts-api-utils: "npm:^2.0.0"
26682668
peerDependencies:
26692669
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
26702670
eslint: ^8.57.0 || ^9.0.0
26712671
typescript: ">=4.8.4 <5.8.0"
2672-
checksum: 10c0/c338da1b96c41d7b94401a6711659d0fef3acb691eff7a958f9d3aa0442a858830daad67e3575288a4f4669572e2b690517a513519b404a465ad68fe0a82d3ec
2672+
checksum: 10c0/c68d0dc5419db93c38eea8adecac19e27f8b023d015a944ffded112d584e87fa7fe512070a6a1085899cab2e12e1c8db276e10412b74bf639ca6b04052bbfedc
26732673
languageName: node
26742674
linkType: hard
26752675

2676-
"@typescript-eslint/parser@npm:8.18.0":
2677-
version: 8.18.0
2678-
resolution: "@typescript-eslint/parser@npm:8.18.0"
2676+
"@typescript-eslint/parser@npm:8.20.0":
2677+
version: 8.20.0
2678+
resolution: "@typescript-eslint/parser@npm:8.20.0"
26792679
dependencies:
2680-
"@typescript-eslint/scope-manager": "npm:8.18.0"
2681-
"@typescript-eslint/types": "npm:8.18.0"
2682-
"@typescript-eslint/typescript-estree": "npm:8.18.0"
2683-
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2680+
"@typescript-eslint/scope-manager": "npm:8.20.0"
2681+
"@typescript-eslint/types": "npm:8.20.0"
2682+
"@typescript-eslint/typescript-estree": "npm:8.20.0"
2683+
"@typescript-eslint/visitor-keys": "npm:8.20.0"
26842684
debug: "npm:^4.3.4"
26852685
peerDependencies:
26862686
eslint: ^8.57.0 || ^9.0.0
26872687
typescript: ">=4.8.4 <5.8.0"
2688-
checksum: 10c0/d3a062511c24dfcf522a645db1153022d49aa3bb05e288c22474cf04dc1d836f877eb9d2733947e448981ffb16e4de50d4ebe7570a268733a641f228ca6c4849
2688+
checksum: 10c0/fff4a86be27f603ad8d6f7dd9758c46b04a254828f0c6d8a34869c1cf30b5828b60a1dc088f72680a7b65cc5fc696848df4605de19e59a18467306d7ca56c11d
26892689
languageName: node
26902690
linkType: hard
26912691

@@ -2699,13 +2699,13 @@ __metadata:
26992699
languageName: node
27002700
linkType: hard
27012701

2702-
"@typescript-eslint/scope-manager@npm:8.18.0":
2703-
version: 8.18.0
2704-
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
2702+
"@typescript-eslint/scope-manager@npm:8.20.0":
2703+
version: 8.20.0
2704+
resolution: "@typescript-eslint/scope-manager@npm:8.20.0"
27052705
dependencies:
2706-
"@typescript-eslint/types": "npm:8.18.0"
2707-
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2708-
checksum: 10c0/6bf6532fd43f2b55b9b47fa8b0217c5b5a03f022e869a6a21228fc3ae04c0ac6c5ae5d6026866d189ba424d2f98cc6fbd2a34f909d241c9b86c031afd808f90c
2706+
"@typescript-eslint/types": "npm:8.20.0"
2707+
"@typescript-eslint/visitor-keys": "npm:8.20.0"
2708+
checksum: 10c0/a8074768d06c863169294116624a45c19377ff0b8635ad5fa4ae673b43cf704d1b9b79384ceef0ff0abb78b107d345cd90fe5572354daf6ad773fe462ee71e6a
27092709
languageName: node
27102710
linkType: hard
27112711

@@ -2726,18 +2726,18 @@ __metadata:
27262726
languageName: node
27272727
linkType: hard
27282728

2729-
"@typescript-eslint/type-utils@npm:8.18.0":
2730-
version: 8.18.0
2731-
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
2729+
"@typescript-eslint/type-utils@npm:8.20.0":
2730+
version: 8.20.0
2731+
resolution: "@typescript-eslint/type-utils@npm:8.20.0"
27322732
dependencies:
2733-
"@typescript-eslint/typescript-estree": "npm:8.18.0"
2734-
"@typescript-eslint/utils": "npm:8.18.0"
2733+
"@typescript-eslint/typescript-estree": "npm:8.20.0"
2734+
"@typescript-eslint/utils": "npm:8.20.0"
27352735
debug: "npm:^4.3.4"
2736-
ts-api-utils: "npm:^1.3.0"
2736+
ts-api-utils: "npm:^2.0.0"
27372737
peerDependencies:
27382738
eslint: ^8.57.0 || ^9.0.0
27392739
typescript: ">=4.8.4 <5.8.0"
2740-
checksum: 10c0/c0fcf201c3b53f9374c0571198a639c81536170141caa08fd0f47094a596b1f82f839a849eac5832f954345c567dccb45b2ee1c0872c513331165f7bcb812396
2740+
checksum: 10c0/7d46143f26ec606b71d20f0f5535b16abba2ba7a5a2daecd2584ddb61d1284dd8404f34265cc1fdfd541068b24b0211f7ad94801c94e4c60869d9f26bf3c0b9b
27412741
languageName: node
27422742
linkType: hard
27432743

@@ -2748,10 +2748,10 @@ __metadata:
27482748
languageName: node
27492749
linkType: hard
27502750

2751-
"@typescript-eslint/types@npm:8.18.0":
2752-
version: 8.18.0
2753-
resolution: "@typescript-eslint/types@npm:8.18.0"
2754-
checksum: 10c0/2dd7468c3f1c305545268b72c3a333488e6ab1b628c5f65081d895866422b9376c21634a7aac437805f84b22e352b6a8fc4dcf925ef4a8fd7d1898b8359f71be
2751+
"@typescript-eslint/types@npm:8.20.0":
2752+
version: 8.20.0
2753+
resolution: "@typescript-eslint/types@npm:8.20.0"
2754+
checksum: 10c0/21292d4ca089897015d2bf5ab99909a7b362902f63f4ba10696676823b50d00c7b4cd093b4b43fba01d12bc3feca3852d2c28528c06d8e45446b7477887dbee7
27552755
languageName: node
27562756
linkType: hard
27572757

@@ -2774,21 +2774,21 @@ __metadata:
27742774
languageName: node
27752775
linkType: hard
27762776

2777-
"@typescript-eslint/typescript-estree@npm:8.18.0":
2778-
version: 8.18.0
2779-
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
2777+
"@typescript-eslint/typescript-estree@npm:8.20.0":
2778+
version: 8.20.0
2779+
resolution: "@typescript-eslint/typescript-estree@npm:8.20.0"
27802780
dependencies:
2781-
"@typescript-eslint/types": "npm:8.18.0"
2782-
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2781+
"@typescript-eslint/types": "npm:8.20.0"
2782+
"@typescript-eslint/visitor-keys": "npm:8.20.0"
27832783
debug: "npm:^4.3.4"
27842784
fast-glob: "npm:^3.3.2"
27852785
is-glob: "npm:^4.0.3"
27862786
minimatch: "npm:^9.0.4"
27872787
semver: "npm:^7.6.0"
2788-
ts-api-utils: "npm:^1.3.0"
2788+
ts-api-utils: "npm:^2.0.0"
27892789
peerDependencies:
27902790
typescript: ">=4.8.4 <5.8.0"
2791-
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
2791+
checksum: 10c0/54a2c1da7d1c5f7e865b941e8a3c98eb4b5f56ed8741664a84065173bde9602cdb8866b0984b26816d6af885c1528311c11e7286e869ed424483b74366514cbd
27922792
languageName: node
27932793
linkType: hard
27942794

@@ -2806,18 +2806,18 @@ __metadata:
28062806
languageName: node
28072807
linkType: hard
28082808

2809-
"@typescript-eslint/utils@npm:8.18.0":
2810-
version: 8.18.0
2811-
resolution: "@typescript-eslint/utils@npm:8.18.0"
2809+
"@typescript-eslint/utils@npm:8.20.0":
2810+
version: 8.20.0
2811+
resolution: "@typescript-eslint/utils@npm:8.20.0"
28122812
dependencies:
28132813
"@eslint-community/eslint-utils": "npm:^4.4.0"
2814-
"@typescript-eslint/scope-manager": "npm:8.18.0"
2815-
"@typescript-eslint/types": "npm:8.18.0"
2816-
"@typescript-eslint/typescript-estree": "npm:8.18.0"
2814+
"@typescript-eslint/scope-manager": "npm:8.20.0"
2815+
"@typescript-eslint/types": "npm:8.20.0"
2816+
"@typescript-eslint/typescript-estree": "npm:8.20.0"
28172817
peerDependencies:
28182818
eslint: ^8.57.0 || ^9.0.0
28192819
typescript: ">=4.8.4 <5.8.0"
2820-
checksum: 10c0/58a2fc1e404d1f905c2a958d995824eb4abc6e73836b186717550677f8b1d17954acc369feddb83277350915388bc3d8b721423c37777b8b8017fc29c89ec6ee
2820+
checksum: 10c0/dd36c3b22a2adde1e1462aed0c8b4720f61859b4ebb0c3ef935a786a6b1cb0ec21eb0689f5a8debe8db26d97ebb979bab68d6f8fe7b0098e6200a485cfe2991b
28212821
languageName: node
28222822
linkType: hard
28232823

@@ -2831,13 +2831,13 @@ __metadata:
28312831
languageName: node
28322832
linkType: hard
28332833

2834-
"@typescript-eslint/visitor-keys@npm:8.18.0":
2835-
version: 8.18.0
2836-
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
2834+
"@typescript-eslint/visitor-keys@npm:8.20.0":
2835+
version: 8.20.0
2836+
resolution: "@typescript-eslint/visitor-keys@npm:8.20.0"
28372837
dependencies:
2838-
"@typescript-eslint/types": "npm:8.18.0"
2838+
"@typescript-eslint/types": "npm:8.20.0"
28392839
eslint-visitor-keys: "npm:^4.2.0"
2840-
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
2840+
checksum: 10c0/e95d8b2685e8beb6637bf2e9d06e4177a400d3a2b142ba749944690f969ee3186b750082fd9bf34ada82acf1c5dd5970201dfd97619029c8ecca85fb4b50dbd8
28412841
languageName: node
28422842
linkType: hard
28432843

@@ -10072,6 +10072,15 @@ __metadata:
1007210072
languageName: node
1007310073
linkType: hard
1007410074

10075+
"ts-api-utils@npm:^2.0.0":
10076+
version: 2.0.0
10077+
resolution: "ts-api-utils@npm:2.0.0"
10078+
peerDependencies:
10079+
typescript: ">=4.8.4"
10080+
checksum: 10c0/6165e29a5b75bd0218e3cb0f9ee31aa893dbd819c2e46dbb086c841121eb0436ed47c2c18a20cb3463d74fd1fb5af62e2604ba5971cc48e5b38ebbdc56746dfc
10081+
languageName: node
10082+
linkType: hard
10083+
1007510084
"tsconfig-paths@npm:^3.15.0":
1007610085
version: 3.15.0
1007710086
resolution: "tsconfig-paths@npm:3.15.0"

0 commit comments

Comments
 (0)