Skip to content

Commit 4cb5f4c

Browse files
build(deps-dev): Bump the typescript-eslint group with 3 updates
Bumps the typescript-eslint group with 3 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `@typescript-eslint/eslint-plugin` from 8.6.0 to 8.7.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.6.0 to 8.7.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/parser) Updates `typescript-eslint` from 8.6.0 to 8.7.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript-eslint ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc60146 commit 4cb5f4c

File tree

2 files changed

+96
-36
lines changed

2 files changed

+96
-36
lines changed

package.json

Lines changed: 3 additions & 3 deletions
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.6.0",
102-
"@typescript-eslint/parser": "8.6.0",
101+
"@typescript-eslint/eslint-plugin": "8.7.0",
102+
"@typescript-eslint/parser": "8.7.0",
103103
"@vates/toggle-scripts": "1.0.0",
104104
"@vitest/coverage-v8": "2.1.1",
105105
"@vitest/ui": "2.1.1",
@@ -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.6.0",
142+
"typescript-eslint": "8.7.0",
143143
"vite-tsconfig-paths": "5.0.1",
144144
"vitest": "2.1.1",
145145
"yaml-eslint-parser": "1.2.3"

yarn.lock

Lines changed: 93 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1910,8 +1910,8 @@ __metadata:
19101910
"@types/node": "npm:20.14.9"
19111911
"@types/node-notifier": "npm:8.0.5"
19121912
"@types/unist": "npm:3.0.2"
1913-
"@typescript-eslint/eslint-plugin": "npm:8.6.0"
1914-
"@typescript-eslint/parser": "npm:8.6.0"
1913+
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
1914+
"@typescript-eslint/parser": "npm:8.7.0"
19151915
"@vates/toggle-scripts": "npm:1.0.0"
19161916
"@vitest/coverage-v8": "npm:2.1.1"
19171917
"@vitest/ui": "npm:2.1.1"
@@ -1951,7 +1951,7 @@ __metadata:
19511951
trash-cli: "npm:6.0.0"
19521952
ts-dedent: "npm:2.2.0"
19531953
typescript: "npm:5.5.3"
1954-
typescript-eslint: "npm:8.6.0"
1954+
typescript-eslint: "npm:8.7.0"
19551955
vite-tsconfig-paths: "npm:5.0.1"
19561956
vitest: "npm:2.1.1"
19571957
yaml-eslint-parser: "npm:1.2.3"
@@ -2648,15 +2648,15 @@ __metadata:
26482648
languageName: node
26492649
linkType: hard
26502650

2651-
"@typescript-eslint/eslint-plugin@npm:8.6.0":
2652-
version: 8.6.0
2653-
resolution: "@typescript-eslint/eslint-plugin@npm:8.6.0"
2651+
"@typescript-eslint/eslint-plugin@npm:8.7.0":
2652+
version: 8.7.0
2653+
resolution: "@typescript-eslint/eslint-plugin@npm:8.7.0"
26542654
dependencies:
26552655
"@eslint-community/regexpp": "npm:^4.10.0"
2656-
"@typescript-eslint/scope-manager": "npm:8.6.0"
2657-
"@typescript-eslint/type-utils": "npm:8.6.0"
2658-
"@typescript-eslint/utils": "npm:8.6.0"
2659-
"@typescript-eslint/visitor-keys": "npm:8.6.0"
2656+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2657+
"@typescript-eslint/type-utils": "npm:8.7.0"
2658+
"@typescript-eslint/utils": "npm:8.7.0"
2659+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
26602660
graphemer: "npm:^1.4.0"
26612661
ignore: "npm:^5.3.1"
26622662
natural-compare: "npm:^1.4.0"
@@ -2667,25 +2667,25 @@ __metadata:
26672667
peerDependenciesMeta:
26682668
typescript:
26692669
optional: true
2670-
checksum: 10/8f8c72b47e59973c6aaa955a01d2bce834dbd317b37f66355aba564aa30bed4ed7be26080d20ed2ae834bc628706da534da6a87a9720608835b27f165d59bd2b
2670+
checksum: 10/5bc774b1da4e1cd19c5ffd731c655c53035fd81ff06a95c2f2c54ab62c401879f886da3e1a1235505341e8172b2841c6edc78b4565a261105ab32d83bf5b8ab1
26712671
languageName: node
26722672
linkType: hard
26732673

2674-
"@typescript-eslint/parser@npm:8.6.0":
2675-
version: 8.6.0
2676-
resolution: "@typescript-eslint/parser@npm:8.6.0"
2674+
"@typescript-eslint/parser@npm:8.7.0":
2675+
version: 8.7.0
2676+
resolution: "@typescript-eslint/parser@npm:8.7.0"
26772677
dependencies:
2678-
"@typescript-eslint/scope-manager": "npm:8.6.0"
2679-
"@typescript-eslint/types": "npm:8.6.0"
2680-
"@typescript-eslint/typescript-estree": "npm:8.6.0"
2681-
"@typescript-eslint/visitor-keys": "npm:8.6.0"
2678+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2679+
"@typescript-eslint/types": "npm:8.7.0"
2680+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
2681+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
26822682
debug: "npm:^4.3.4"
26832683
peerDependencies:
26842684
eslint: ^8.57.0 || ^9.0.0
26852685
peerDependenciesMeta:
26862686
typescript:
26872687
optional: true
2688-
checksum: 10/6e6bb37841665e5fac8c5505a5b755ef499d5caf8cb975043e8b0e459520d315a1c7e7ae60a1d6bc20e7f4193b6d7cb74bc95dede203851087a1713c8d0b8abc
2688+
checksum: 10/896ac60f8426f9e5c23198c89555f6f88f7957c5b16bb7b966dac45c5f5e7076c1a050bcee2e0eddff88055b9c0d7bdfaef9c64889e3bdf3356d20356b0daa04
26892689
languageName: node
26902690
linkType: hard
26912691

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

2702-
"@typescript-eslint/type-utils@npm:8.6.0":
2703-
version: 8.6.0
2704-
resolution: "@typescript-eslint/type-utils@npm:8.6.0"
2702+
"@typescript-eslint/scope-manager@npm:8.7.0":
2703+
version: 8.7.0
2704+
resolution: "@typescript-eslint/scope-manager@npm:8.7.0"
27052705
dependencies:
2706-
"@typescript-eslint/typescript-estree": "npm:8.6.0"
2707-
"@typescript-eslint/utils": "npm:8.6.0"
2706+
"@typescript-eslint/types": "npm:8.7.0"
2707+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
2708+
checksum: 10/6a6aae28437f6cd78f82dd1359658593fcc8f6d0da966b4d128b14db3a307b6094d22515a79c222055a31bf9b73b73799acf18fbf48c0da16e8f408fcc10464c
2709+
languageName: node
2710+
linkType: hard
2711+
2712+
"@typescript-eslint/type-utils@npm:8.7.0":
2713+
version: 8.7.0
2714+
resolution: "@typescript-eslint/type-utils@npm:8.7.0"
2715+
dependencies:
2716+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
2717+
"@typescript-eslint/utils": "npm:8.7.0"
27082718
debug: "npm:^4.3.4"
27092719
ts-api-utils: "npm:^1.3.0"
27102720
peerDependenciesMeta:
27112721
typescript:
27122722
optional: true
2713-
checksum: 10/9b537821e180818915e75422a4e4810f7cc87f2223ad7fb145fca76b808f97425f81e4db7909542f76e6b53519f9b3a47d86fc8d1881a156158432c0ba748f89
2723+
checksum: 10/dba4520dd3dce35b765640f9633100bd29d2092478cb467e89bde51dc23fb19f7395e87f4486b898315aab081263003cbc78f03f0f40079602713aafc2f2a6a5
27142724
languageName: node
27152725
linkType: hard
27162726

@@ -2721,6 +2731,13 @@ __metadata:
27212731
languageName: node
27222732
linkType: hard
27232733

2734+
"@typescript-eslint/types@npm:8.7.0":
2735+
version: 8.7.0
2736+
resolution: "@typescript-eslint/types@npm:8.7.0"
2737+
checksum: 10/9adbe4efdcb00735af5144a161d6bb2f79a952a9701820920ad33adba02032d65d5b601087e953c2918f7efa548abbcd9289f83ec6299f66941d7c585886792e
2738+
languageName: node
2739+
linkType: hard
2740+
27242741
"@typescript-eslint/typescript-estree@npm:8.6.0":
27252742
version: 8.6.0
27262743
resolution: "@typescript-eslint/typescript-estree@npm:8.6.0"
@@ -2740,7 +2757,40 @@ __metadata:
27402757
languageName: node
27412758
linkType: hard
27422759

2743-
"@typescript-eslint/utils@npm:8.6.0, @typescript-eslint/utils@npm:^8.4.0":
2760+
"@typescript-eslint/typescript-estree@npm:8.7.0":
2761+
version: 8.7.0
2762+
resolution: "@typescript-eslint/typescript-estree@npm:8.7.0"
2763+
dependencies:
2764+
"@typescript-eslint/types": "npm:8.7.0"
2765+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
2766+
debug: "npm:^4.3.4"
2767+
fast-glob: "npm:^3.3.2"
2768+
is-glob: "npm:^4.0.3"
2769+
minimatch: "npm:^9.0.4"
2770+
semver: "npm:^7.6.0"
2771+
ts-api-utils: "npm:^1.3.0"
2772+
peerDependenciesMeta:
2773+
typescript:
2774+
optional: true
2775+
checksum: 10/c4f7e3c18c8382b72800681c37c87726b02a96cf6831be37d2d2f9c26267016a9dd7af4e08184b96376a9aebdc5c344c6c378c86821c374fe10a9e45aca1b33d
2776+
languageName: node
2777+
linkType: hard
2778+
2779+
"@typescript-eslint/utils@npm:8.7.0":
2780+
version: 8.7.0
2781+
resolution: "@typescript-eslint/utils@npm:8.7.0"
2782+
dependencies:
2783+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2784+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2785+
"@typescript-eslint/types": "npm:8.7.0"
2786+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
2787+
peerDependencies:
2788+
eslint: ^8.57.0 || ^9.0.0
2789+
checksum: 10/81674503fb5ea32ff5de8f1a29fecbcfa947025e7609e861ac8e32cd13326fc050c4fa5044e1a877f05e7e1264c42b9c72a7fd09c4a41d0ac2cf1c49259abf03
2790+
languageName: node
2791+
linkType: hard
2792+
2793+
"@typescript-eslint/utils@npm:^8.4.0":
27442794
version: 8.6.0
27452795
resolution: "@typescript-eslint/utils@npm:8.6.0"
27462796
dependencies:
@@ -2764,6 +2814,16 @@ __metadata:
27642814
languageName: node
27652815
linkType: hard
27662816

2817+
"@typescript-eslint/visitor-keys@npm:8.7.0":
2818+
version: 8.7.0
2819+
resolution: "@typescript-eslint/visitor-keys@npm:8.7.0"
2820+
dependencies:
2821+
"@typescript-eslint/types": "npm:8.7.0"
2822+
eslint-visitor-keys: "npm:^3.4.3"
2823+
checksum: 10/189ea297ff4da53aea92f31de57aed164550c51ac7cf663007c997c4f0f75a82097e35568e3a0fbcced290cb4c12ab7d3afd99e93eb37c930d7f6d6bbfd6ed98
2824+
languageName: node
2825+
linkType: hard
2826+
27672827
"@ungap/structured-clone@npm:^1.0.0":
27682828
version: 1.2.0
27692829
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -10035,17 +10095,17 @@ __metadata:
1003510095
languageName: node
1003610096
linkType: hard
1003710097

10038-
"typescript-eslint@npm:8.6.0":
10039-
version: 8.6.0
10040-
resolution: "typescript-eslint@npm:8.6.0"
10098+
"typescript-eslint@npm:8.7.0":
10099+
version: 8.7.0
10100+
resolution: "typescript-eslint@npm:8.7.0"
1004110101
dependencies:
10042-
"@typescript-eslint/eslint-plugin": "npm:8.6.0"
10043-
"@typescript-eslint/parser": "npm:8.6.0"
10044-
"@typescript-eslint/utils": "npm:8.6.0"
10102+
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
10103+
"@typescript-eslint/parser": "npm:8.7.0"
10104+
"@typescript-eslint/utils": "npm:8.7.0"
1004510105
peerDependenciesMeta:
1004610106
typescript:
1004710107
optional: true
10048-
checksum: 10/e3b221f29a524315cbbfb8aef4d5ec30bf290cf74d3c786192c8945889f22e058deefb02edf0f76be492245b69e8f5384bf99b0f6ebb6ca8e592966366cccce4
10108+
checksum: 10/03db77621e24727cbc3c89a6ee5c87e6e407eb314da56561845248f07886f291c3533caa99fe22cfa262c02f588cd109c0f13a397769eead4e3c92ca62c39aec
1004910109
languageName: node
1005010110
linkType: hard
1005110111

0 commit comments

Comments
 (0)