Skip to content

Commit 7159d31

Browse files
build(deps): update typescript-eslint to v8.24.1
1 parent 0ad6208 commit 7159d31

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.24.1",
44+
"@typescript-eslint/parser": "8.24.1",
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.24.1"
2488+
"@typescript-eslint/parser": "npm:8.24.1"
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.24.1":
2656+
version: 8.24.1
2657+
resolution: "@typescript-eslint/eslint-plugin@npm:8.24.1"
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.24.1"
2661+
"@typescript-eslint/type-utils": "npm:8.24.1"
2662+
"@typescript-eslint/utils": "npm:8.24.1"
2663+
"@typescript-eslint/visitor-keys": "npm:8.24.1"
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.1"
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/fe5f56f248370f40322a7cb2d96fbab724a7a8892895e3d41027c9a1df309916433633e04df84a1d3f9535d282953738b1ad627d8af37ab288a39a6e411afd76
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.24.1":
2677+
version: 8.24.1
2678+
resolution: "@typescript-eslint/parser@npm:8.24.1"
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.24.1"
2681+
"@typescript-eslint/types": "npm:8.24.1"
2682+
"@typescript-eslint/typescript-estree": "npm:8.24.1"
2683+
"@typescript-eslint/visitor-keys": "npm:8.24.1"
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/9de557698c8debf3de06b6adf6aa06a8345e0e38600e5ccbeda62270d1a4a757dfa191db89d4e86cf373103a11bef1965c9d9889f622c51f4f26d1bf12394ae3
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.24.1":
2703+
version: 8.24.1
2704+
resolution: "@typescript-eslint/scope-manager@npm:8.24.1"
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.24.1"
2707+
"@typescript-eslint/visitor-keys": "npm:8.24.1"
2708+
checksum: 10c0/779880743ed7ab67fe477f1ad5648bbd77ad69b4663b5a42024112004c8f231049b1e4eeb67e260005769c3bb005049e00a80b885e19d593ffb080bd39f4fa94
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.24.1":
2730+
version: 8.24.1
2731+
resolution: "@typescript-eslint/type-utils@npm:8.24.1"
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.24.1"
2734+
"@typescript-eslint/utils": "npm:8.24.1"
27352735
debug: "npm:^4.3.4"
2736-
ts-api-utils: "npm:^1.3.0"
2736+
ts-api-utils: "npm:^2.0.1"
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/ba248bc12068383374d9d077f9cca1815f347ea008d04d08ad7a54dbef70189a0da7872246f8369e6d30938fa7e408dadcda0ae71041be68fc836c886dd9c3ab
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.24.1":
2752+
version: 8.24.1
2753+
resolution: "@typescript-eslint/types@npm:8.24.1"
2754+
checksum: 10c0/ebb40ce16c746ef236dbcc25cb2e6950753ca6fb34d04ed7d477016370de1fdaf7402ed4569673c6ff14bf60af7124ff45c6ddd9328d2f8c94dc04178368e2a3
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.24.1":
2778+
version: 8.24.1
2779+
resolution: "@typescript-eslint/typescript-estree@npm:8.24.1"
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.24.1"
2782+
"@typescript-eslint/visitor-keys": "npm:8.24.1"
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.1"
27892789
peerDependencies:
27902790
typescript: ">=4.8.4 <5.8.0"
2791-
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
2791+
checksum: 10c0/8eeeae6e8de1cd83f2eddd52293e9c31a655e0974cc2d410f00ba2b6fd6bb9aec1c346192d5784d64d0d1b15a55e56e35550788c04dda87e0f1a99b21a3eb709
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.24.1":
2810+
version: 8.24.1
2811+
resolution: "@typescript-eslint/utils@npm:8.24.1"
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.24.1"
2815+
"@typescript-eslint/types": "npm:8.24.1"
2816+
"@typescript-eslint/typescript-estree": "npm:8.24.1"
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/b3300d5c7e18ec524a46bf683052539f24df0d8c709e39e3bde9dfc6c65180610c46b875f1f4eaad5e311193a56acdfd7111a73f1e8aec4108e9cd19561bf8b8
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.24.1":
2835+
version: 8.24.1
2836+
resolution: "@typescript-eslint/visitor-keys@npm:8.24.1"
28372837
dependencies:
2838-
"@typescript-eslint/types": "npm:8.18.0"
2838+
"@typescript-eslint/types": "npm:8.24.1"
28392839
eslint-visitor-keys: "npm:^4.2.0"
2840-
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
2840+
checksum: 10c0/ba09412fb4b1605aa73c890909c9a8dba2aa72e00ccd7d69baad17c564eedd77f489a06b1686985c7f0c49724787b82d76dcf4c146c4de44ef2c8776a9b6ad2b
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.1":
10076+
version: 2.0.1
10077+
resolution: "ts-api-utils@npm:2.0.1"
10078+
peerDependencies:
10079+
typescript: ">=4.8.4"
10080+
checksum: 10c0/23fd56a958b332cac00150a652e4c84730df30571bd2faa1ba6d7b511356d1a61656621492bb6c7f15dd6e18847a1408357a0e406671d358115369a17f5bfedd
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)