Skip to content

Commit 674f2a3

Browse files
build(deps): update typescript-eslint to v8.38.0
1 parent 0ad6208 commit 674f2a3

File tree

2 files changed

+115
-74
lines changed

2 files changed

+115
-74
lines changed

package.json

Lines changed: 2 additions & 2 deletions
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.38.0",
44+
"@typescript-eslint/parser": "8.38.0",
4545
"ava": "6.2.0",
4646
"commitizen": "4.3.1",
4747
"conventional-changelog-conventionalcommits": "7.0.2",

yarn.lock

Lines changed: 113 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,14 +1643,14 @@ __metadata:
16431643
languageName: node
16441644
linkType: hard
16451645

1646-
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0":
1647-
version: 4.4.1
1648-
resolution: "@eslint-community/eslint-utils@npm:4.4.1"
1646+
"@eslint-community/eslint-utils@npm:^4.2.0, @eslint-community/eslint-utils@npm:^4.4.0, @eslint-community/eslint-utils@npm:^4.7.0":
1647+
version: 4.7.0
1648+
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
16491649
dependencies:
16501650
eslint-visitor-keys: "npm:^3.4.3"
16511651
peerDependencies:
16521652
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
1653-
checksum: 10c0/2aa0ac2fc50ff3f234408b10900ed4f1a0b19352f21346ad4cc3d83a1271481bdda11097baa45d484dd564c895e0762a27a8240be7a256b3ad47129e96528252
1653+
checksum: 10c0/c0f4f2bd73b7b7a9de74b716a664873d08ab71ab439e51befe77d61915af41a81ecec93b408778b3a7856185244c34c2c8ee28912072ec14def84ba2dec70adf
16541654
languageName: node
16551655
linkType: hard
16561656

@@ -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.38.0"
2488+
"@typescript-eslint/parser": "npm:8.38.0"
24892489
ava: "npm:6.2.0"
24902490
commitizen: "npm:4.3.1"
24912491
conventional-changelog-conventionalcommits: "npm:7.0.2"
@@ -2652,40 +2652,53 @@ __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.38.0":
2656+
version: 8.38.0
2657+
resolution: "@typescript-eslint/eslint-plugin@npm:8.38.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.38.0"
2661+
"@typescript-eslint/type-utils": "npm:8.38.0"
2662+
"@typescript-eslint/utils": "npm:8.38.0"
2663+
"@typescript-eslint/visitor-keys": "npm:8.38.0"
26642664
graphemer: "npm:^1.4.0"
2665-
ignore: "npm:^5.3.1"
2665+
ignore: "npm:^7.0.0"
26662666
natural-compare: "npm:^1.4.0"
2667-
ts-api-utils: "npm:^1.3.0"
2667+
ts-api-utils: "npm:^2.1.0"
26682668
peerDependencies:
2669-
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
2669+
"@typescript-eslint/parser": ^8.38.0
26702670
eslint: ^8.57.0 || ^9.0.0
2671-
typescript: ">=4.8.4 <5.8.0"
2672-
checksum: 10c0/c338da1b96c41d7b94401a6711659d0fef3acb691eff7a958f9d3aa0442a858830daad67e3575288a4f4669572e2b690517a513519b404a465ad68fe0a82d3ec
2671+
typescript: ">=4.8.4 <5.9.0"
2672+
checksum: 10c0/199b82e9f0136baecf515df7c31bfed926a7c6d4e6298f64ee1a77c8bdd7a8cb92a2ea55a5a345c9f2948a02f7be6d72530efbe803afa1892b593fbd529d0c27
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.38.0":
2677+
version: 8.38.0
2678+
resolution: "@typescript-eslint/parser@npm:8.38.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.38.0"
2681+
"@typescript-eslint/types": "npm:8.38.0"
2682+
"@typescript-eslint/typescript-estree": "npm:8.38.0"
2683+
"@typescript-eslint/visitor-keys": "npm:8.38.0"
26842684
debug: "npm:^4.3.4"
26852685
peerDependencies:
26862686
eslint: ^8.57.0 || ^9.0.0
2687-
typescript: ">=4.8.4 <5.8.0"
2688-
checksum: 10c0/d3a062511c24dfcf522a645db1153022d49aa3bb05e288c22474cf04dc1d836f877eb9d2733947e448981ffb16e4de50d4ebe7570a268733a641f228ca6c4849
2687+
typescript: ">=4.8.4 <5.9.0"
2688+
checksum: 10c0/5580c2a328f0c15f85e4a0961a07584013cc0aca85fe868486187f7c92e9e3f6602c6e3dab917b092b94cd492ed40827c6f5fea42730bef88eb17592c947adf4
2689+
languageName: node
2690+
linkType: hard
2691+
2692+
"@typescript-eslint/project-service@npm:8.38.0":
2693+
version: 8.38.0
2694+
resolution: "@typescript-eslint/project-service@npm:8.38.0"
2695+
dependencies:
2696+
"@typescript-eslint/tsconfig-utils": "npm:^8.38.0"
2697+
"@typescript-eslint/types": "npm:^8.38.0"
2698+
debug: "npm:^4.3.4"
2699+
peerDependencies:
2700+
typescript: ">=4.8.4 <5.9.0"
2701+
checksum: 10c0/87d2f55521e289bbcdc666b1f4587ee2d43039cee927310b05abaa534b528dfb1b5565c1545bb4996d7fbdf9d5a3b0aa0e6c93a8f1289e3fcfd60d246364a884
26892702
languageName: node
26902703
linkType: hard
26912704

@@ -2699,13 +2712,22 @@ __metadata:
26992712
languageName: node
27002713
linkType: hard
27012714

2702-
"@typescript-eslint/scope-manager@npm:8.18.0":
2703-
version: 8.18.0
2704-
resolution: "@typescript-eslint/scope-manager@npm:8.18.0"
2715+
"@typescript-eslint/scope-manager@npm:8.38.0":
2716+
version: 8.38.0
2717+
resolution: "@typescript-eslint/scope-manager@npm:8.38.0"
27052718
dependencies:
2706-
"@typescript-eslint/types": "npm:8.18.0"
2707-
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2708-
checksum: 10c0/6bf6532fd43f2b55b9b47fa8b0217c5b5a03f022e869a6a21228fc3ae04c0ac6c5ae5d6026866d189ba424d2f98cc6fbd2a34f909d241c9b86c031afd808f90c
2719+
"@typescript-eslint/types": "npm:8.38.0"
2720+
"@typescript-eslint/visitor-keys": "npm:8.38.0"
2721+
checksum: 10c0/ceaf489ea1f005afb187932a7ee363dfe1e0f7cc3db921283991e20e4c756411a5e25afbec72edd2095d6a4384f73591f4c750cf65b5eaa650c90f64ef9fe809
2722+
languageName: node
2723+
linkType: hard
2724+
2725+
"@typescript-eslint/tsconfig-utils@npm:8.38.0, @typescript-eslint/tsconfig-utils@npm:^8.38.0":
2726+
version: 8.38.0
2727+
resolution: "@typescript-eslint/tsconfig-utils@npm:8.38.0"
2728+
peerDependencies:
2729+
typescript: ">=4.8.4 <5.9.0"
2730+
checksum: 10c0/1a90da16bf1f7cfbd0303640a8ead64a0080f2b1d5969994bdac3b80abfa1177f0c6fbf61250bae082e72cf5014308f2f5cc98edd6510202f13420a7ffd07a84
27092731
languageName: node
27102732
linkType: hard
27112733

@@ -2726,18 +2748,19 @@ __metadata:
27262748
languageName: node
27272749
linkType: hard
27282750

2729-
"@typescript-eslint/type-utils@npm:8.18.0":
2730-
version: 8.18.0
2731-
resolution: "@typescript-eslint/type-utils@npm:8.18.0"
2751+
"@typescript-eslint/type-utils@npm:8.38.0":
2752+
version: 8.38.0
2753+
resolution: "@typescript-eslint/type-utils@npm:8.38.0"
27322754
dependencies:
2733-
"@typescript-eslint/typescript-estree": "npm:8.18.0"
2734-
"@typescript-eslint/utils": "npm:8.18.0"
2755+
"@typescript-eslint/types": "npm:8.38.0"
2756+
"@typescript-eslint/typescript-estree": "npm:8.38.0"
2757+
"@typescript-eslint/utils": "npm:8.38.0"
27352758
debug: "npm:^4.3.4"
2736-
ts-api-utils: "npm:^1.3.0"
2759+
ts-api-utils: "npm:^2.1.0"
27372760
peerDependencies:
27382761
eslint: ^8.57.0 || ^9.0.0
2739-
typescript: ">=4.8.4 <5.8.0"
2740-
checksum: 10c0/c0fcf201c3b53f9374c0571198a639c81536170141caa08fd0f47094a596b1f82f839a849eac5832f954345c567dccb45b2ee1c0872c513331165f7bcb812396
2762+
typescript: ">=4.8.4 <5.9.0"
2763+
checksum: 10c0/27795c4bd0be395dda3424e57d746639c579b7522af1c17731b915298a6378fd78869e8e141526064b6047db2c86ba06444469ace19c98cda5779d06f4abd37c
27412764
languageName: node
27422765
linkType: hard
27432766

@@ -2748,10 +2771,10 @@ __metadata:
27482771
languageName: node
27492772
linkType: hard
27502773

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
2774+
"@typescript-eslint/types@npm:8.38.0, @typescript-eslint/types@npm:^8.38.0":
2775+
version: 8.38.0
2776+
resolution: "@typescript-eslint/types@npm:8.38.0"
2777+
checksum: 10c0/f0ac0060c98c0f3d1871f107177b6ae25a0f1846ca8bd8cfc7e1f1dd0ddce293cd8ac4a5764d6a767de3503d5d01defcd68c758cb7ba6de52f82b209a918d0d2
27552778
languageName: node
27562779
linkType: hard
27572780

@@ -2774,21 +2797,23 @@ __metadata:
27742797
languageName: node
27752798
linkType: hard
27762799

2777-
"@typescript-eslint/typescript-estree@npm:8.18.0":
2778-
version: 8.18.0
2779-
resolution: "@typescript-eslint/typescript-estree@npm:8.18.0"
2800+
"@typescript-eslint/typescript-estree@npm:8.38.0":
2801+
version: 8.38.0
2802+
resolution: "@typescript-eslint/typescript-estree@npm:8.38.0"
27802803
dependencies:
2781-
"@typescript-eslint/types": "npm:8.18.0"
2782-
"@typescript-eslint/visitor-keys": "npm:8.18.0"
2804+
"@typescript-eslint/project-service": "npm:8.38.0"
2805+
"@typescript-eslint/tsconfig-utils": "npm:8.38.0"
2806+
"@typescript-eslint/types": "npm:8.38.0"
2807+
"@typescript-eslint/visitor-keys": "npm:8.38.0"
27832808
debug: "npm:^4.3.4"
27842809
fast-glob: "npm:^3.3.2"
27852810
is-glob: "npm:^4.0.3"
27862811
minimatch: "npm:^9.0.4"
27872812
semver: "npm:^7.6.0"
2788-
ts-api-utils: "npm:^1.3.0"
2813+
ts-api-utils: "npm:^2.1.0"
27892814
peerDependencies:
2790-
typescript: ">=4.8.4 <5.8.0"
2791-
checksum: 10c0/87b432b190b627314f007b17b2371898db78baaa3df67a0d9a94d080d88a7a307906b54a735084cacef37f6421e2b9c3320040617e73fe54eac2bf22c610f1ec
2815+
typescript: ">=4.8.4 <5.9.0"
2816+
checksum: 10c0/00a00f6549877f4ae5c2847fa5ac52bf42cbd59a87533856c359e2746e448ed150b27a6137c92fd50c06e6a4b39e386d6b738fac97d80d05596e81ce55933230
27922817
languageName: node
27932818
linkType: hard
27942819

@@ -2806,18 +2831,18 @@ __metadata:
28062831
languageName: node
28072832
linkType: hard
28082833

2809-
"@typescript-eslint/utils@npm:8.18.0":
2810-
version: 8.18.0
2811-
resolution: "@typescript-eslint/utils@npm:8.18.0"
2834+
"@typescript-eslint/utils@npm:8.38.0":
2835+
version: 8.38.0
2836+
resolution: "@typescript-eslint/utils@npm:8.38.0"
28122837
dependencies:
2813-
"@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"
2838+
"@eslint-community/eslint-utils": "npm:^4.7.0"
2839+
"@typescript-eslint/scope-manager": "npm:8.38.0"
2840+
"@typescript-eslint/types": "npm:8.38.0"
2841+
"@typescript-eslint/typescript-estree": "npm:8.38.0"
28172842
peerDependencies:
28182843
eslint: ^8.57.0 || ^9.0.0
2819-
typescript: ">=4.8.4 <5.8.0"
2820-
checksum: 10c0/58a2fc1e404d1f905c2a958d995824eb4abc6e73836b186717550677f8b1d17954acc369feddb83277350915388bc3d8b721423c37777b8b8017fc29c89ec6ee
2844+
typescript: ">=4.8.4 <5.9.0"
2845+
checksum: 10c0/e97a45bf44f315f9ed8c2988429e18c88e3369c9ee3227ee86446d2d49f7325abebbbc9ce801e178f676baa986d3e1fd4b5391f1640c6eb8944c123423ae43bb
28212846
languageName: node
28222847
linkType: hard
28232848

@@ -2831,13 +2856,13 @@ __metadata:
28312856
languageName: node
28322857
linkType: hard
28332858

2834-
"@typescript-eslint/visitor-keys@npm:8.18.0":
2835-
version: 8.18.0
2836-
resolution: "@typescript-eslint/visitor-keys@npm:8.18.0"
2859+
"@typescript-eslint/visitor-keys@npm:8.38.0":
2860+
version: 8.38.0
2861+
resolution: "@typescript-eslint/visitor-keys@npm:8.38.0"
28372862
dependencies:
2838-
"@typescript-eslint/types": "npm:8.18.0"
2839-
eslint-visitor-keys: "npm:^4.2.0"
2840-
checksum: 10c0/d4cdc2adab553098b5be7117fb7df76fb66cfd380528881a0a8c2a9eee03bf8baddda07d15ca0bd3ed8b35c379b3f449292183df18e3e81898dbcadafcb708b8
2863+
"@typescript-eslint/types": "npm:8.38.0"
2864+
eslint-visitor-keys: "npm:^4.2.1"
2865+
checksum: 10c0/071a756e383f41a6c9e51d78c8c64bd41cd5af68b0faef5fbaec4fa5dbd65ec9e4cd610c2e2cdbe9e2facc362995f202850622b78e821609a277b5b601a1d4ec
28412866
languageName: node
28422867
linkType: hard
28432868

@@ -4965,10 +4990,10 @@ __metadata:
49654990
languageName: node
49664991
linkType: hard
49674992

4968-
"eslint-visitor-keys@npm:^4.2.0":
4969-
version: 4.2.0
4970-
resolution: "eslint-visitor-keys@npm:4.2.0"
4971-
checksum: 10c0/2ed81c663b147ca6f578312919483eb040295bbab759e5a371953456c636c5b49a559883e2677112453728d66293c0a4c90ab11cab3428cf02a0236d2e738269
4993+
"eslint-visitor-keys@npm:^4.2.0, eslint-visitor-keys@npm:^4.2.1":
4994+
version: 4.2.1
4995+
resolution: "eslint-visitor-keys@npm:4.2.1"
4996+
checksum: 10c0/fcd43999199d6740db26c58dbe0c2594623e31ca307e616ac05153c9272f12f1364f5a0b1917a8e962268fdecc6f3622c1c2908b4fcc2e047a106fe6de69dc43
49724997
languageName: node
49734998
linkType: hard
49744999

@@ -6075,6 +6100,13 @@ __metadata:
60756100
languageName: node
60766101
linkType: hard
60776102

6103+
"ignore@npm:^7.0.0":
6104+
version: 7.0.5
6105+
resolution: "ignore@npm:7.0.5"
6106+
checksum: 10c0/ae00db89fe873064a093b8999fe4cc284b13ef2a178636211842cceb650b9c3e390d3339191acb145d81ed5379d2074840cf0c33a20bdbd6f32821f79eb4ad5d
6107+
languageName: node
6108+
linkType: hard
6109+
60786110
"import-fresh@npm:^3.2.1, import-fresh@npm:^3.3.0":
60796111
version: 3.3.0
60806112
resolution: "import-fresh@npm:3.3.0"
@@ -10072,6 +10104,15 @@ __metadata:
1007210104
languageName: node
1007310105
linkType: hard
1007410106

10107+
"ts-api-utils@npm:^2.1.0":
10108+
version: 2.1.0
10109+
resolution: "ts-api-utils@npm:2.1.0"
10110+
peerDependencies:
10111+
typescript: ">=4.8.4"
10112+
checksum: 10c0/9806a38adea2db0f6aa217ccc6bc9c391ddba338a9fe3080676d0d50ed806d305bb90e8cef0276e793d28c8a929f400abb184ddd7ff83a416959c0f4d2ce754f
10113+
languageName: node
10114+
linkType: hard
10115+
1007510116
"tsconfig-paths@npm:^3.15.0":
1007610117
version: 3.15.0
1007710118
resolution: "tsconfig-paths@npm:3.15.0"

0 commit comments

Comments
 (0)