Skip to content

Commit 22b13aa

Browse files
build(deps-dev): bump the typescript-eslint group with 3 updates (#147)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2b823d commit 22b13aa

File tree

2 files changed

+36
-96
lines changed

2 files changed

+36
-96
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"@types/is-ci": "3.0.4",
9999
"@types/node": "20.14.9",
100100
"@types/node-notifier": "8.0.5",
101-
"@typescript-eslint/eslint-plugin": "8.8.0",
102-
"@typescript-eslint/parser": "8.8.0",
101+
"@typescript-eslint/eslint-plugin": "8.8.1",
102+
"@typescript-eslint/parser": "8.8.1",
103103
"@vates/toggle-scripts": "1.0.0",
104104
"@vitest/coverage-v8": "2.1.2",
105105
"@vitest/ui": "2.1.2",
@@ -139,7 +139,7 @@
139139
"trash-cli": "6.0.0",
140140
"ts-dedent": "2.2.0",
141141
"typescript": "5.5.3",
142-
"typescript-eslint": "8.8.0",
142+
"typescript-eslint": "8.8.1",
143143
"vite-tsconfig-paths": "5.0.1",
144144
"vitest": "2.1.2",
145145
"yaml-eslint-parser": "1.2.3"

yarn.lock

+33-93
Original file line numberDiff line numberDiff line change
@@ -1933,8 +1933,8 @@ __metadata:
19331933
"@types/node": "npm:20.14.9"
19341934
"@types/node-notifier": "npm:8.0.5"
19351935
"@types/unist": "npm:3.0.2"
1936-
"@typescript-eslint/eslint-plugin": "npm:8.8.0"
1937-
"@typescript-eslint/parser": "npm:8.8.0"
1936+
"@typescript-eslint/eslint-plugin": "npm:8.8.1"
1937+
"@typescript-eslint/parser": "npm:8.8.1"
19381938
"@vates/toggle-scripts": "npm:1.0.0"
19391939
"@vitest/coverage-v8": "npm:2.1.2"
19401940
"@vitest/ui": "npm:2.1.2"
@@ -1974,7 +1974,7 @@ __metadata:
19741974
trash-cli: "npm:6.0.0"
19751975
ts-dedent: "npm:2.2.0"
19761976
typescript: "npm:5.5.3"
1977-
typescript-eslint: "npm:8.8.0"
1977+
typescript-eslint: "npm:8.8.1"
19781978
vite-tsconfig-paths: "npm:5.0.1"
19791979
vitest: "npm:2.1.2"
19801980
yaml-eslint-parser: "npm:1.2.3"
@@ -2704,15 +2704,15 @@ __metadata:
27042704
languageName: node
27052705
linkType: hard
27062706

2707-
"@typescript-eslint/eslint-plugin@npm:8.8.0":
2708-
version: 8.8.0
2709-
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.0"
2707+
"@typescript-eslint/eslint-plugin@npm:8.8.1":
2708+
version: 8.8.1
2709+
resolution: "@typescript-eslint/eslint-plugin@npm:8.8.1"
27102710
dependencies:
27112711
"@eslint-community/regexpp": "npm:^4.10.0"
2712-
"@typescript-eslint/scope-manager": "npm:8.8.0"
2713-
"@typescript-eslint/type-utils": "npm:8.8.0"
2714-
"@typescript-eslint/utils": "npm:8.8.0"
2715-
"@typescript-eslint/visitor-keys": "npm:8.8.0"
2712+
"@typescript-eslint/scope-manager": "npm:8.8.1"
2713+
"@typescript-eslint/type-utils": "npm:8.8.1"
2714+
"@typescript-eslint/utils": "npm:8.8.1"
2715+
"@typescript-eslint/visitor-keys": "npm:8.8.1"
27162716
graphemer: "npm:^1.4.0"
27172717
ignore: "npm:^5.3.1"
27182718
natural-compare: "npm:^1.4.0"
@@ -2723,35 +2723,25 @@ __metadata:
27232723
peerDependenciesMeta:
27242724
typescript:
27252725
optional: true
2726-
checksum: 10/e8a47053731dcd42c1d8489ec22e176097a202a500fb0913653b501aa4dd3d1c559b9e90ad12194a3f2f3335566a9036d37276a93ca7ff8d76bfd65ff6c7c0ed
2726+
checksum: 10/6d45d7c3b2993f9d4130794596b029e72646f69581741ff2032b33f5c5d6b46c241b854556d04f769c2ef491e117c7d73013a07d74de3a0e0b557e648bc82a9c
27272727
languageName: node
27282728
linkType: hard
27292729

2730-
"@typescript-eslint/parser@npm:8.8.0":
2731-
version: 8.8.0
2732-
resolution: "@typescript-eslint/parser@npm:8.8.0"
2730+
"@typescript-eslint/parser@npm:8.8.1":
2731+
version: 8.8.1
2732+
resolution: "@typescript-eslint/parser@npm:8.8.1"
27332733
dependencies:
2734-
"@typescript-eslint/scope-manager": "npm:8.8.0"
2735-
"@typescript-eslint/types": "npm:8.8.0"
2736-
"@typescript-eslint/typescript-estree": "npm:8.8.0"
2737-
"@typescript-eslint/visitor-keys": "npm:8.8.0"
2734+
"@typescript-eslint/scope-manager": "npm:8.8.1"
2735+
"@typescript-eslint/types": "npm:8.8.1"
2736+
"@typescript-eslint/typescript-estree": "npm:8.8.1"
2737+
"@typescript-eslint/visitor-keys": "npm:8.8.1"
27382738
debug: "npm:^4.3.4"
27392739
peerDependencies:
27402740
eslint: ^8.57.0 || ^9.0.0
27412741
peerDependenciesMeta:
27422742
typescript:
27432743
optional: true
2744-
checksum: 10/8d3c3afb508aa7d6c16dd8a786762f05e174ace50213768232405b1c31534ca568d38e1793feb41d53fe1327c901e5f93e70f61222b31848b2a9ae955b14fff2
2745-
languageName: node
2746-
linkType: hard
2747-
2748-
"@typescript-eslint/scope-manager@npm:8.8.0":
2749-
version: 8.8.0
2750-
resolution: "@typescript-eslint/scope-manager@npm:8.8.0"
2751-
dependencies:
2752-
"@typescript-eslint/types": "npm:8.8.0"
2753-
"@typescript-eslint/visitor-keys": "npm:8.8.0"
2754-
checksum: 10/d1cd97f35bbba85eb25879e9a0acfc4fcd6908bee1f60467d9eb6b6da4732a07f0947b6a97d3f2bc8f03205e530ce49f00d4540b515082e37d1abcd781f7cad0
2744+
checksum: 10/f19e9be6e8d3e4b574d5f2b1d7e23e3594ea8d5f0b2bd2e59d2fd237bd0a379597f4b7ba466b7e290c5f3c7bce044107a73b20159c17dc54a4cc6b2ca9470b4b
27552745
languageName: node
27562746
linkType: hard
27572747

@@ -2765,25 +2755,18 @@ __metadata:
27652755
languageName: node
27662756
linkType: hard
27672757

2768-
"@typescript-eslint/type-utils@npm:8.8.0":
2769-
version: 8.8.0
2770-
resolution: "@typescript-eslint/type-utils@npm:8.8.0"
2758+
"@typescript-eslint/type-utils@npm:8.8.1":
2759+
version: 8.8.1
2760+
resolution: "@typescript-eslint/type-utils@npm:8.8.1"
27712761
dependencies:
2772-
"@typescript-eslint/typescript-estree": "npm:8.8.0"
2773-
"@typescript-eslint/utils": "npm:8.8.0"
2762+
"@typescript-eslint/typescript-estree": "npm:8.8.1"
2763+
"@typescript-eslint/utils": "npm:8.8.1"
27742764
debug: "npm:^4.3.4"
27752765
ts-api-utils: "npm:^1.3.0"
27762766
peerDependenciesMeta:
27772767
typescript:
27782768
optional: true
2779-
checksum: 10/7e46352090d97935692fa070c62edc7cd824540e3b432dab655e2a46e430ae5c3473f8582d9d41e851d1d74a11e356b61396deda944d186e4d868b16d402bce1
2780-
languageName: node
2781-
linkType: hard
2782-
2783-
"@typescript-eslint/types@npm:8.8.0":
2784-
version: 8.8.0
2785-
resolution: "@typescript-eslint/types@npm:8.8.0"
2786-
checksum: 10/8f82c7ffd9fb11a4b90ee06b486df71341bc7ca63a6d0e9864120fbad26afe99c69408b0c887e71078b58df47239fae7640d40fcd1373ca6b8970949fb6f688f
2769+
checksum: 10/3aed62459e68a49f468004d966c914457db2288979234a9452043bff6d5ac7f2d46490fe13f4bb06fd91af085a50e6ac63b69eb66f9a27ee477f958af4738587
27872770
languageName: node
27882771
linkType: hard
27892772

@@ -2794,25 +2777,6 @@ __metadata:
27942777
languageName: node
27952778
linkType: hard
27962779

2797-
"@typescript-eslint/typescript-estree@npm:8.8.0":
2798-
version: 8.8.0
2799-
resolution: "@typescript-eslint/typescript-estree@npm:8.8.0"
2800-
dependencies:
2801-
"@typescript-eslint/types": "npm:8.8.0"
2802-
"@typescript-eslint/visitor-keys": "npm:8.8.0"
2803-
debug: "npm:^4.3.4"
2804-
fast-glob: "npm:^3.3.2"
2805-
is-glob: "npm:^4.0.3"
2806-
minimatch: "npm:^9.0.4"
2807-
semver: "npm:^7.6.0"
2808-
ts-api-utils: "npm:^1.3.0"
2809-
peerDependenciesMeta:
2810-
typescript:
2811-
optional: true
2812-
checksum: 10/b7cee47db25106c791c816117ea602efe6cf09707bff1fcf8c5f49d3bb1d8104e5f56a407db62a4821fafa6708bb9f4d331e75857272b77e5883c89dd520a946
2813-
languageName: node
2814-
linkType: hard
2815-
28162780
"@typescript-eslint/typescript-estree@npm:8.8.1":
28172781
version: 8.8.1
28182782
resolution: "@typescript-eslint/typescript-estree@npm:8.8.1"
@@ -2832,21 +2796,7 @@ __metadata:
28322796
languageName: node
28332797
linkType: hard
28342798

2835-
"@typescript-eslint/utils@npm:8.8.0":
2836-
version: 8.8.0
2837-
resolution: "@typescript-eslint/utils@npm:8.8.0"
2838-
dependencies:
2839-
"@eslint-community/eslint-utils": "npm:^4.4.0"
2840-
"@typescript-eslint/scope-manager": "npm:8.8.0"
2841-
"@typescript-eslint/types": "npm:8.8.0"
2842-
"@typescript-eslint/typescript-estree": "npm:8.8.0"
2843-
peerDependencies:
2844-
eslint: ^8.57.0 || ^9.0.0
2845-
checksum: 10/94eed69f1ecc4d1594d3b43d552289bdcc70e074ad03fb360888a934d9a927e8c1c88419cda3797128c9dd49780fa10af0971643f600a1f2748a2e35f95f9306
2846-
languageName: node
2847-
linkType: hard
2848-
2849-
"@typescript-eslint/utils@npm:^8.8.0":
2799+
"@typescript-eslint/utils@npm:8.8.1, @typescript-eslint/utils@npm:^8.8.0":
28502800
version: 8.8.1
28512801
resolution: "@typescript-eslint/utils@npm:8.8.1"
28522802
dependencies:
@@ -2860,16 +2810,6 @@ __metadata:
28602810
languageName: node
28612811
linkType: hard
28622812

2863-
"@typescript-eslint/visitor-keys@npm:8.8.0":
2864-
version: 8.8.0
2865-
resolution: "@typescript-eslint/visitor-keys@npm:8.8.0"
2866-
dependencies:
2867-
"@typescript-eslint/types": "npm:8.8.0"
2868-
eslint-visitor-keys: "npm:^3.4.3"
2869-
checksum: 10/325733fce58c8ac917ff8485949fff927794fd842abb4a665549e7a2e63437e6b7b464b60d3c320da1980e43a6bee69b9dd84139b8dc93685b188efbf96fa707
2870-
languageName: node
2871-
linkType: hard
2872-
28732813
"@typescript-eslint/visitor-keys@npm:8.8.1":
28742814
version: 8.8.1
28752815
resolution: "@typescript-eslint/visitor-keys@npm:8.8.1"
@@ -10150,17 +10090,17 @@ __metadata:
1015010090
languageName: node
1015110091
linkType: hard
1015210092

10153-
"typescript-eslint@npm:8.8.0":
10154-
version: 8.8.0
10155-
resolution: "typescript-eslint@npm:8.8.0"
10093+
"typescript-eslint@npm:8.8.1":
10094+
version: 8.8.1
10095+
resolution: "typescript-eslint@npm:8.8.1"
1015610096
dependencies:
10157-
"@typescript-eslint/eslint-plugin": "npm:8.8.0"
10158-
"@typescript-eslint/parser": "npm:8.8.0"
10159-
"@typescript-eslint/utils": "npm:8.8.0"
10097+
"@typescript-eslint/eslint-plugin": "npm:8.8.1"
10098+
"@typescript-eslint/parser": "npm:8.8.1"
10099+
"@typescript-eslint/utils": "npm:8.8.1"
1016010100
peerDependenciesMeta:
1016110101
typescript:
1016210102
optional: true
10163-
checksum: 10/7e7dd2b7f1dd6e7f3a993847164b0c3e492d3d23f3cf814e897b82e3f1ca74bc7fe6f81981e7c53caa3dab00b5c96e0ec3e1968a272f6ed0dbed2e5429302efa
10103+
checksum: 10/f44f60069a88b98b7be269546990a9e75c8af8bde06ef9e095d6c8d8d416746a821047a580201b24a41eec6ea9457fdb9fcae6a9c32096aca2569133c981407f
1016410104
languageName: node
1016510105
linkType: hard
1016610106

0 commit comments

Comments
 (0)