Skip to content

Commit 067f512

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] <[email protected]>
1 parent b103853 commit 067f512

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
@@ -115,8 +115,8 @@
115115
"@types/is-ci": "3.0.4",
116116
"@types/node": "22.5.0",
117117
"@types/node-notifier": "8.0.5",
118-
"@typescript-eslint/eslint-plugin": "8.6.0",
119-
"@typescript-eslint/parser": "8.6.0",
118+
"@typescript-eslint/eslint-plugin": "8.7.0",
119+
"@typescript-eslint/parser": "8.7.0",
120120
"@vates/toggle-scripts": "1.0.0",
121121
"@vitest/coverage-v8": "2.1.1",
122122
"@vitest/ui": "2.1.1",
@@ -220,7 +220,7 @@
220220
"trash-cli": "6.0.0",
221221
"ts-dedent": "2.2.0",
222222
"typescript": "5.5.4",
223-
"typescript-eslint": "8.6.0",
223+
"typescript-eslint": "8.7.0",
224224
"unified": "11.0.5",
225225
"vfile": "6.0.3",
226226
"vite-tsconfig-paths": "5.0.1",

yarn.lock

Lines changed: 93 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,8 +1552,8 @@ __metadata:
15521552
"@types/is-ci": "npm:3.0.4"
15531553
"@types/node": "npm:22.5.0"
15541554
"@types/node-notifier": "npm:8.0.5"
1555-
"@typescript-eslint/eslint-plugin": "npm:8.6.0"
1556-
"@typescript-eslint/parser": "npm:8.6.0"
1555+
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
1556+
"@typescript-eslint/parser": "npm:8.7.0"
15571557
"@vates/toggle-scripts": "npm:1.0.0"
15581558
"@vitest/coverage-v8": "npm:2.1.1"
15591559
"@vitest/ui": "npm:2.1.1"
@@ -1659,7 +1659,7 @@ __metadata:
16591659
trash-cli: "npm:6.0.0"
16601660
ts-dedent: "npm:2.2.0"
16611661
typescript: "npm:5.5.4"
1662-
typescript-eslint: "npm:8.6.0"
1662+
typescript-eslint: "npm:8.7.0"
16631663
unified: "npm:11.0.5"
16641664
vfile: "npm:6.0.3"
16651665
vite-tsconfig-paths: "npm:5.0.1"
@@ -2714,15 +2714,15 @@ __metadata:
27142714
languageName: node
27152715
linkType: hard
27162716

2717-
"@typescript-eslint/eslint-plugin@npm:8.6.0":
2718-
version: 8.6.0
2719-
resolution: "@typescript-eslint/eslint-plugin@npm:8.6.0"
2717+
"@typescript-eslint/eslint-plugin@npm:8.7.0":
2718+
version: 8.7.0
2719+
resolution: "@typescript-eslint/eslint-plugin@npm:8.7.0"
27202720
dependencies:
27212721
"@eslint-community/regexpp": "npm:^4.10.0"
2722-
"@typescript-eslint/scope-manager": "npm:8.6.0"
2723-
"@typescript-eslint/type-utils": "npm:8.6.0"
2724-
"@typescript-eslint/utils": "npm:8.6.0"
2725-
"@typescript-eslint/visitor-keys": "npm:8.6.0"
2722+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2723+
"@typescript-eslint/type-utils": "npm:8.7.0"
2724+
"@typescript-eslint/utils": "npm:8.7.0"
2725+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
27262726
graphemer: "npm:^1.4.0"
27272727
ignore: "npm:^5.3.1"
27282728
natural-compare: "npm:^1.4.0"
@@ -2733,25 +2733,25 @@ __metadata:
27332733
peerDependenciesMeta:
27342734
typescript:
27352735
optional: true
2736-
checksum: 10/8f8c72b47e59973c6aaa955a01d2bce834dbd317b37f66355aba564aa30bed4ed7be26080d20ed2ae834bc628706da534da6a87a9720608835b27f165d59bd2b
2736+
checksum: 10/5bc774b1da4e1cd19c5ffd731c655c53035fd81ff06a95c2f2c54ab62c401879f886da3e1a1235505341e8172b2841c6edc78b4565a261105ab32d83bf5b8ab1
27372737
languageName: node
27382738
linkType: hard
27392739

2740-
"@typescript-eslint/parser@npm:8.6.0":
2741-
version: 8.6.0
2742-
resolution: "@typescript-eslint/parser@npm:8.6.0"
2740+
"@typescript-eslint/parser@npm:8.7.0":
2741+
version: 8.7.0
2742+
resolution: "@typescript-eslint/parser@npm:8.7.0"
27432743
dependencies:
2744-
"@typescript-eslint/scope-manager": "npm:8.6.0"
2745-
"@typescript-eslint/types": "npm:8.6.0"
2746-
"@typescript-eslint/typescript-estree": "npm:8.6.0"
2747-
"@typescript-eslint/visitor-keys": "npm:8.6.0"
2744+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2745+
"@typescript-eslint/types": "npm:8.7.0"
2746+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
2747+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
27482748
debug: "npm:^4.3.4"
27492749
peerDependencies:
27502750
eslint: ^8.57.0 || ^9.0.0
27512751
peerDependenciesMeta:
27522752
typescript:
27532753
optional: true
2754-
checksum: 10/6e6bb37841665e5fac8c5505a5b755ef499d5caf8cb975043e8b0e459520d315a1c7e7ae60a1d6bc20e7f4193b6d7cb74bc95dede203851087a1713c8d0b8abc
2754+
checksum: 10/896ac60f8426f9e5c23198c89555f6f88f7957c5b16bb7b966dac45c5f5e7076c1a050bcee2e0eddff88055b9c0d7bdfaef9c64889e3bdf3356d20356b0daa04
27552755
languageName: node
27562756
linkType: hard
27572757

@@ -2765,18 +2765,28 @@ __metadata:
27652765
languageName: node
27662766
linkType: hard
27672767

2768-
"@typescript-eslint/type-utils@npm:8.6.0":
2769-
version: 8.6.0
2770-
resolution: "@typescript-eslint/type-utils@npm:8.6.0"
2768+
"@typescript-eslint/scope-manager@npm:8.7.0":
2769+
version: 8.7.0
2770+
resolution: "@typescript-eslint/scope-manager@npm:8.7.0"
27712771
dependencies:
2772-
"@typescript-eslint/typescript-estree": "npm:8.6.0"
2773-
"@typescript-eslint/utils": "npm:8.6.0"
2772+
"@typescript-eslint/types": "npm:8.7.0"
2773+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
2774+
checksum: 10/6a6aae28437f6cd78f82dd1359658593fcc8f6d0da966b4d128b14db3a307b6094d22515a79c222055a31bf9b73b73799acf18fbf48c0da16e8f408fcc10464c
2775+
languageName: node
2776+
linkType: hard
2777+
2778+
"@typescript-eslint/type-utils@npm:8.7.0":
2779+
version: 8.7.0
2780+
resolution: "@typescript-eslint/type-utils@npm:8.7.0"
2781+
dependencies:
2782+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
2783+
"@typescript-eslint/utils": "npm:8.7.0"
27742784
debug: "npm:^4.3.4"
27752785
ts-api-utils: "npm:^1.3.0"
27762786
peerDependenciesMeta:
27772787
typescript:
27782788
optional: true
2779-
checksum: 10/9b537821e180818915e75422a4e4810f7cc87f2223ad7fb145fca76b808f97425f81e4db7909542f76e6b53519f9b3a47d86fc8d1881a156158432c0ba748f89
2789+
checksum: 10/dba4520dd3dce35b765640f9633100bd29d2092478cb467e89bde51dc23fb19f7395e87f4486b898315aab081263003cbc78f03f0f40079602713aafc2f2a6a5
27802790
languageName: node
27812791
linkType: hard
27822792

@@ -2787,6 +2797,13 @@ __metadata:
27872797
languageName: node
27882798
linkType: hard
27892799

2800+
"@typescript-eslint/types@npm:8.7.0":
2801+
version: 8.7.0
2802+
resolution: "@typescript-eslint/types@npm:8.7.0"
2803+
checksum: 10/9adbe4efdcb00735af5144a161d6bb2f79a952a9701820920ad33adba02032d65d5b601087e953c2918f7efa548abbcd9289f83ec6299f66941d7c585886792e
2804+
languageName: node
2805+
linkType: hard
2806+
27902807
"@typescript-eslint/typescript-estree@npm:8.6.0":
27912808
version: 8.6.0
27922809
resolution: "@typescript-eslint/typescript-estree@npm:8.6.0"
@@ -2806,7 +2823,40 @@ __metadata:
28062823
languageName: node
28072824
linkType: hard
28082825

2809-
"@typescript-eslint/utils@npm:8.6.0, @typescript-eslint/utils@npm:^8.4.0":
2826+
"@typescript-eslint/typescript-estree@npm:8.7.0":
2827+
version: 8.7.0
2828+
resolution: "@typescript-eslint/typescript-estree@npm:8.7.0"
2829+
dependencies:
2830+
"@typescript-eslint/types": "npm:8.7.0"
2831+
"@typescript-eslint/visitor-keys": "npm:8.7.0"
2832+
debug: "npm:^4.3.4"
2833+
fast-glob: "npm:^3.3.2"
2834+
is-glob: "npm:^4.0.3"
2835+
minimatch: "npm:^9.0.4"
2836+
semver: "npm:^7.6.0"
2837+
ts-api-utils: "npm:^1.3.0"
2838+
peerDependenciesMeta:
2839+
typescript:
2840+
optional: true
2841+
checksum: 10/c4f7e3c18c8382b72800681c37c87726b02a96cf6831be37d2d2f9c26267016a9dd7af4e08184b96376a9aebdc5c344c6c378c86821c374fe10a9e45aca1b33d
2842+
languageName: node
2843+
linkType: hard
2844+
2845+
"@typescript-eslint/utils@npm:8.7.0":
2846+
version: 8.7.0
2847+
resolution: "@typescript-eslint/utils@npm:8.7.0"
2848+
dependencies:
2849+
"@eslint-community/eslint-utils": "npm:^4.4.0"
2850+
"@typescript-eslint/scope-manager": "npm:8.7.0"
2851+
"@typescript-eslint/types": "npm:8.7.0"
2852+
"@typescript-eslint/typescript-estree": "npm:8.7.0"
2853+
peerDependencies:
2854+
eslint: ^8.57.0 || ^9.0.0
2855+
checksum: 10/81674503fb5ea32ff5de8f1a29fecbcfa947025e7609e861ac8e32cd13326fc050c4fa5044e1a877f05e7e1264c42b9c72a7fd09c4a41d0ac2cf1c49259abf03
2856+
languageName: node
2857+
linkType: hard
2858+
2859+
"@typescript-eslint/utils@npm:^8.4.0":
28102860
version: 8.6.0
28112861
resolution: "@typescript-eslint/utils@npm:8.6.0"
28122862
dependencies:
@@ -2830,6 +2880,16 @@ __metadata:
28302880
languageName: node
28312881
linkType: hard
28322882

2883+
"@typescript-eslint/visitor-keys@npm:8.7.0":
2884+
version: 8.7.0
2885+
resolution: "@typescript-eslint/visitor-keys@npm:8.7.0"
2886+
dependencies:
2887+
"@typescript-eslint/types": "npm:8.7.0"
2888+
eslint-visitor-keys: "npm:^3.4.3"
2889+
checksum: 10/189ea297ff4da53aea92f31de57aed164550c51ac7cf663007c997c4f0f75a82097e35568e3a0fbcced290cb4c12ab7d3afd99e93eb37c930d7f6d6bbfd6ed98
2890+
languageName: node
2891+
linkType: hard
2892+
28332893
"@ungap/structured-clone@npm:^1.0.0":
28342894
version: 1.2.0
28352895
resolution: "@ungap/structured-clone@npm:1.2.0"
@@ -11189,17 +11249,17 @@ __metadata:
1118911249
languageName: node
1119011250
linkType: hard
1119111251

11192-
"typescript-eslint@npm:8.6.0":
11193-
version: 8.6.0
11194-
resolution: "typescript-eslint@npm:8.6.0"
11252+
"typescript-eslint@npm:8.7.0":
11253+
version: 8.7.0
11254+
resolution: "typescript-eslint@npm:8.7.0"
1119511255
dependencies:
11196-
"@typescript-eslint/eslint-plugin": "npm:8.6.0"
11197-
"@typescript-eslint/parser": "npm:8.6.0"
11198-
"@typescript-eslint/utils": "npm:8.6.0"
11256+
"@typescript-eslint/eslint-plugin": "npm:8.7.0"
11257+
"@typescript-eslint/parser": "npm:8.7.0"
11258+
"@typescript-eslint/utils": "npm:8.7.0"
1119911259
peerDependenciesMeta:
1120011260
typescript:
1120111261
optional: true
11202-
checksum: 10/e3b221f29a524315cbbfb8aef4d5ec30bf290cf74d3c786192c8945889f22e058deefb02edf0f76be492245b69e8f5384bf99b0f6ebb6ca8e592966366cccce4
11262+
checksum: 10/03db77621e24727cbc3c89a6ee5c87e6e407eb314da56561845248f07886f291c3533caa99fe22cfa262c02f588cd109c0f13a397769eead4e3c92ca62c39aec
1120311263
languageName: node
1120411264
linkType: hard
1120511265

0 commit comments

Comments
 (0)