Skip to content

Commit 2f1e639

Browse files
build(deps-dev): Bump the typescript-eslint group across 1 directory with 3 updates
Bumps the typescript-eslint group with 3 updates in the / directory: [@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.18.3-alpha.5 to 8.20.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.20.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.18.3-alpha.5 to 8.20.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.20.0/packages/parser) Updates `typescript-eslint` from 8.18.3-alpha.5 to 8.20.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.20.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 f855c8e commit 2f1e639

File tree

2 files changed

+75
-66
lines changed

2 files changed

+75
-66
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,8 @@
164164
"@types/node": "22.8.6",
165165
"@types/node-notifier": "8.0.5",
166166
"@types/rollup": "0.54.0",
167-
"@typescript-eslint/eslint-plugin": "8.18.3-alpha.5",
168-
"@typescript-eslint/parser": "8.18.3-alpha.5",
167+
"@typescript-eslint/eslint-plugin": "8.20.0",
168+
"@typescript-eslint/parser": "8.20.0",
169169
"@vates/toggle-scripts": "1.0.0",
170170
"@vitest/coverage-v8": "3.0.0-beta.3",
171171
"@vitest/ui": "3.0.0-beta.3",
@@ -274,7 +274,7 @@
274274
"trash-cli": "6.0.0",
275275
"ts-dedent": "2.2.0",
276276
"typescript": "5.7.2",
277-
"typescript-eslint": "8.18.3-alpha.5",
277+
"typescript-eslint": "8.20.0",
278278
"unified": "11.0.5",
279279
"vfile": "6.0.3",
280280
"vite": "5.4.11",

yarn.lock

Lines changed: 72 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,8 +1823,8 @@ __metadata:
18231823
"@types/node": "npm:22.8.6"
18241824
"@types/node-notifier": "npm:8.0.5"
18251825
"@types/rollup": "npm:0.54.0"
1826-
"@typescript-eslint/eslint-plugin": "npm:8.18.3-alpha.5"
1827-
"@typescript-eslint/parser": "npm:8.18.3-alpha.5"
1826+
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
1827+
"@typescript-eslint/parser": "npm:8.20.0"
18281828
"@vates/toggle-scripts": "npm:1.0.0"
18291829
"@vitest/coverage-v8": "npm:3.0.0-beta.3"
18301830
"@vitest/ui": "npm:3.0.0-beta.3"
@@ -1934,7 +1934,7 @@ __metadata:
19341934
trash-cli: "npm:6.0.0"
19351935
ts-dedent: "npm:2.2.0"
19361936
typescript: "npm:5.7.2"
1937-
typescript-eslint: "npm:8.18.3-alpha.5"
1937+
typescript-eslint: "npm:8.20.0"
19381938
unified: "npm:11.0.5"
19391939
vfile: "npm:6.0.3"
19401940
vite: "npm:5.4.11"
@@ -2901,40 +2901,40 @@ __metadata:
29012901
languageName: node
29022902
linkType: hard
29032903

2904-
"@typescript-eslint/eslint-plugin@npm:8.18.3-alpha.5":
2905-
version: 8.18.3-alpha.5
2906-
resolution: "@typescript-eslint/eslint-plugin@npm:8.18.3-alpha.5"
2904+
"@typescript-eslint/eslint-plugin@npm:8.20.0":
2905+
version: 8.20.0
2906+
resolution: "@typescript-eslint/eslint-plugin@npm:8.20.0"
29072907
dependencies:
29082908
"@eslint-community/regexpp": "npm:^4.10.0"
2909-
"@typescript-eslint/scope-manager": "npm:8.18.3-alpha.5"
2910-
"@typescript-eslint/type-utils": "npm:8.18.3-alpha.5"
2911-
"@typescript-eslint/utils": "npm:8.18.3-alpha.5"
2912-
"@typescript-eslint/visitor-keys": "npm:8.18.3-alpha.5"
2909+
"@typescript-eslint/scope-manager": "npm:8.20.0"
2910+
"@typescript-eslint/type-utils": "npm:8.20.0"
2911+
"@typescript-eslint/utils": "npm:8.20.0"
2912+
"@typescript-eslint/visitor-keys": "npm:8.20.0"
29132913
graphemer: "npm:^1.4.0"
29142914
ignore: "npm:^5.3.1"
29152915
natural-compare: "npm:^1.4.0"
2916-
ts-api-utils: "npm:^1.3.0"
2916+
ts-api-utils: "npm:^2.0.0"
29172917
peerDependencies:
29182918
"@typescript-eslint/parser": ^8.0.0 || ^8.0.0-alpha.0
29192919
eslint: ^8.57.0 || ^9.0.0
29202920
typescript: ">=4.8.4 <5.8.0"
2921-
checksum: 10/b6c3b9178575f43665fafac6d64ef609c8b0ea9b73cc96d563c6ae244051666b28b2362ada69dbe3a6483121726bcf5663f6e7c2ac3aaa3c43731eded0483554
2921+
checksum: 10/9f027dc0eb7b4b0afed41a6f16a731321fb45b621722ddc68d6c87c708021f10cb84efbb6bacc75c91e60a7619c9957bc9ed557bfb5925900b866ef7d6d6b8a2
29222922
languageName: node
29232923
linkType: hard
29242924

2925-
"@typescript-eslint/parser@npm:8.18.3-alpha.5":
2926-
version: 8.18.3-alpha.5
2927-
resolution: "@typescript-eslint/parser@npm:8.18.3-alpha.5"
2925+
"@typescript-eslint/parser@npm:8.20.0":
2926+
version: 8.20.0
2927+
resolution: "@typescript-eslint/parser@npm:8.20.0"
29282928
dependencies:
2929-
"@typescript-eslint/scope-manager": "npm:8.18.3-alpha.5"
2930-
"@typescript-eslint/types": "npm:8.18.3-alpha.5"
2931-
"@typescript-eslint/typescript-estree": "npm:8.18.3-alpha.5"
2932-
"@typescript-eslint/visitor-keys": "npm:8.18.3-alpha.5"
2929+
"@typescript-eslint/scope-manager": "npm:8.20.0"
2930+
"@typescript-eslint/types": "npm:8.20.0"
2931+
"@typescript-eslint/typescript-estree": "npm:8.20.0"
2932+
"@typescript-eslint/visitor-keys": "npm:8.20.0"
29332933
debug: "npm:^4.3.4"
29342934
peerDependencies:
29352935
eslint: ^8.57.0 || ^9.0.0
29362936
typescript: ">=4.8.4 <5.8.0"
2937-
checksum: 10/d063336060dde98526304ac6173d16bba359ac95a21208662de5f2b4d7fbc3390f3a50e3fe2dc47e3428778024878a3626b5bc32ec83c07ac92cc082e2a0a96c
2937+
checksum: 10/52960498961d0927e9dc60f724e9df6445357db06133a7c00cc840823d92c8dd9f0b47cebc026aef12c316748732e5c04ca61861db05d2264cf53ab88fdb34e9
29382938
languageName: node
29392939
linkType: hard
29402940

@@ -2948,28 +2948,28 @@ __metadata:
29482948
languageName: node
29492949
linkType: hard
29502950

2951-
"@typescript-eslint/scope-manager@npm:8.18.3-alpha.5":
2952-
version: 8.18.3-alpha.5
2953-
resolution: "@typescript-eslint/scope-manager@npm:8.18.3-alpha.5"
2951+
"@typescript-eslint/scope-manager@npm:8.20.0":
2952+
version: 8.20.0
2953+
resolution: "@typescript-eslint/scope-manager@npm:8.20.0"
29542954
dependencies:
2955-
"@typescript-eslint/types": "npm:8.18.3-alpha.5"
2956-
"@typescript-eslint/visitor-keys": "npm:8.18.3-alpha.5"
2957-
checksum: 10/bc1f922d3e563cc4e58c44f565c2620d88a8809353b1ac01e33fa8cc638f2d8c84a4b557de028bd7a7b59292a0efc909a5117f0a4acdcd702f425802103caab7
2955+
"@typescript-eslint/types": "npm:8.20.0"
2956+
"@typescript-eslint/visitor-keys": "npm:8.20.0"
2957+
checksum: 10/0ea30ba12007d77659b43bbbec463c142d3d4d36f7de381d1f59a97f95240203e79dd9a24040be7113eb4c8bd231339f9322d9a40e1a1fb178e9ac52d9c559ab
29582958
languageName: node
29592959
linkType: hard
29602960

2961-
"@typescript-eslint/type-utils@npm:8.18.3-alpha.5":
2962-
version: 8.18.3-alpha.5
2963-
resolution: "@typescript-eslint/type-utils@npm:8.18.3-alpha.5"
2961+
"@typescript-eslint/type-utils@npm:8.20.0":
2962+
version: 8.20.0
2963+
resolution: "@typescript-eslint/type-utils@npm:8.20.0"
29642964
dependencies:
2965-
"@typescript-eslint/typescript-estree": "npm:8.18.3-alpha.5"
2966-
"@typescript-eslint/utils": "npm:8.18.3-alpha.5"
2965+
"@typescript-eslint/typescript-estree": "npm:8.20.0"
2966+
"@typescript-eslint/utils": "npm:8.20.0"
29672967
debug: "npm:^4.3.4"
2968-
ts-api-utils: "npm:^1.3.0"
2968+
ts-api-utils: "npm:^2.0.0"
29692969
peerDependencies:
29702970
eslint: ^8.57.0 || ^9.0.0
29712971
typescript: ">=4.8.4 <5.8.0"
2972-
checksum: 10/3f940ba2c34839b9b39d817be788ba6591edc87464ea6a89286857574a169deae8f4b8be099372c80c8fa67736051babf06aaa4250a5e95d8b7c472b2cd2b437
2972+
checksum: 10/cdde9d30e684c0c44434ed97e11c962d8f80f53b8a0050e8fe10b7f20c26f7684a340acd21c83bdcbc1feb3eef334eb5b0fef31d2d330648e52d4afe57942a95
29732973
languageName: node
29742974
linkType: hard
29752975

@@ -2980,10 +2980,10 @@ __metadata:
29802980
languageName: node
29812981
linkType: hard
29822982

2983-
"@typescript-eslint/types@npm:8.18.3-alpha.5":
2984-
version: 8.18.3-alpha.5
2985-
resolution: "@typescript-eslint/types@npm:8.18.3-alpha.5"
2986-
checksum: 10/45d6bbebb83e7325f386e59ae455b738b9fa40c62bc933788ad27256ffdee332895cffd95b56d8505c7b8bf818a6d0a0b2e9eeb2fcbe112e34837efbf5d1c4d1
2983+
"@typescript-eslint/types@npm:8.20.0":
2984+
version: 8.20.0
2985+
resolution: "@typescript-eslint/types@npm:8.20.0"
2986+
checksum: 10/434859226136ea9e439e8abf5dcf813ea3b55b7e4af6ecc8d290a2f925e3baad0579765ac32d21005b0caedaac38b8624131f87b572c84ca92ac3e742a52e149
29872987
languageName: node
29882988
linkType: hard
29892989

@@ -3005,36 +3005,36 @@ __metadata:
30053005
languageName: node
30063006
linkType: hard
30073007

3008-
"@typescript-eslint/typescript-estree@npm:8.18.3-alpha.5":
3009-
version: 8.18.3-alpha.5
3010-
resolution: "@typescript-eslint/typescript-estree@npm:8.18.3-alpha.5"
3008+
"@typescript-eslint/typescript-estree@npm:8.20.0":
3009+
version: 8.20.0
3010+
resolution: "@typescript-eslint/typescript-estree@npm:8.20.0"
30113011
dependencies:
3012-
"@typescript-eslint/types": "npm:8.18.3-alpha.5"
3013-
"@typescript-eslint/visitor-keys": "npm:8.18.3-alpha.5"
3012+
"@typescript-eslint/types": "npm:8.20.0"
3013+
"@typescript-eslint/visitor-keys": "npm:8.20.0"
30143014
debug: "npm:^4.3.4"
30153015
fast-glob: "npm:^3.3.2"
30163016
is-glob: "npm:^4.0.3"
30173017
minimatch: "npm:^9.0.4"
30183018
semver: "npm:^7.6.0"
3019-
ts-api-utils: "npm:^1.3.0"
3019+
ts-api-utils: "npm:^2.0.0"
30203020
peerDependencies:
30213021
typescript: ">=4.8.4 <5.8.0"
3022-
checksum: 10/c40840e68cba1a9d1e24c4f0bd1d201e907de10828872c1abb4a65536e686a6340d9bc6ae5b79b33d88cf00cba4fd87b385484ffbd413ad487a689d88e571730
3022+
checksum: 10/8dbb1b835492574b4c8765c64964179e258f811d3f4cd7f6a90e1cb297520090728f77366cfb05233c26f4c07b1f2be990fa3f54eae9e7abc218005d51ee6804
30233023
languageName: node
30243024
linkType: hard
30253025

3026-
"@typescript-eslint/utils@npm:8.18.3-alpha.5":
3027-
version: 8.18.3-alpha.5
3028-
resolution: "@typescript-eslint/utils@npm:8.18.3-alpha.5"
3026+
"@typescript-eslint/utils@npm:8.20.0":
3027+
version: 8.20.0
3028+
resolution: "@typescript-eslint/utils@npm:8.20.0"
30293029
dependencies:
30303030
"@eslint-community/eslint-utils": "npm:^4.4.0"
3031-
"@typescript-eslint/scope-manager": "npm:8.18.3-alpha.5"
3032-
"@typescript-eslint/types": "npm:8.18.3-alpha.5"
3033-
"@typescript-eslint/typescript-estree": "npm:8.18.3-alpha.5"
3031+
"@typescript-eslint/scope-manager": "npm:8.20.0"
3032+
"@typescript-eslint/types": "npm:8.20.0"
3033+
"@typescript-eslint/typescript-estree": "npm:8.20.0"
30343034
peerDependencies:
30353035
eslint: ^8.57.0 || ^9.0.0
30363036
typescript: ">=4.8.4 <5.8.0"
3037-
checksum: 10/45d1cf96b8ac21ce3a3c0b4ef2c627f95e7c711f1e982de6be72f67cab7ade95e155f6d8950cbd9ef765f1372f9f1e7fa2157057d36e1332fb412d9d3ad70015
3037+
checksum: 10/d4369f3e535d5c75eedce2b8f4ea1e857b75ac2ea73f2c707ba3fa3533053f63d8c22f085e58573a2d035d61ed69f6fef4ba0bc7c7df173d26b3adce73bf6aed
30383038
languageName: node
30393039
linkType: hard
30403040

@@ -3063,13 +3063,13 @@ __metadata:
30633063
languageName: node
30643064
linkType: hard
30653065

3066-
"@typescript-eslint/visitor-keys@npm:8.18.3-alpha.5":
3067-
version: 8.18.3-alpha.5
3068-
resolution: "@typescript-eslint/visitor-keys@npm:8.18.3-alpha.5"
3066+
"@typescript-eslint/visitor-keys@npm:8.20.0":
3067+
version: 8.20.0
3068+
resolution: "@typescript-eslint/visitor-keys@npm:8.20.0"
30693069
dependencies:
3070-
"@typescript-eslint/types": "npm:8.18.3-alpha.5"
3070+
"@typescript-eslint/types": "npm:8.20.0"
30713071
eslint-visitor-keys: "npm:^4.2.0"
3072-
checksum: 10/6fa0e7bc00b0d0c627bd8adc98e6c48cea3a7650759add0b44d557c6a1fb32f49ed0636d0154173c6510237194c0627d364dda3760d1b89c79095ef64706db4e
3072+
checksum: 10/31f32efb975a10cb1b0028a6d0f47b65acb322ed446f93862e39a3a0d5b55a2354ab0f062794fb148f45c8ce09fb93878d8a101a72d09d4a06ffa2f0d163d65f
30733073
languageName: node
30743074
linkType: hard
30753075

@@ -11053,6 +11053,15 @@ __metadata:
1105311053
languageName: node
1105411054
linkType: hard
1105511055

11056+
"ts-api-utils@npm:^2.0.0":
11057+
version: 2.0.0
11058+
resolution: "ts-api-utils@npm:2.0.0"
11059+
peerDependencies:
11060+
typescript: ">=4.8.4"
11061+
checksum: 10/485bdf8bbba98d58712243d958f4fd44742bbe49e559cd77882fb426d866eec6dd05c67ef91935dc4f8a3c776f235859735e1f05be399e4dc9e7ffd580120974
11062+
languageName: node
11063+
linkType: hard
11064+
1105611065
"ts-dedent@npm:2.2.0":
1105711066
version: 2.2.0
1105811067
resolution: "ts-dedent@npm:2.2.0"
@@ -11175,17 +11184,17 @@ __metadata:
1117511184
languageName: node
1117611185
linkType: hard
1117711186

11178-
"typescript-eslint@npm:8.18.3-alpha.5":
11179-
version: 8.18.3-alpha.5
11180-
resolution: "typescript-eslint@npm:8.18.3-alpha.5"
11187+
"typescript-eslint@npm:8.20.0":
11188+
version: 8.20.0
11189+
resolution: "typescript-eslint@npm:8.20.0"
1118111190
dependencies:
11182-
"@typescript-eslint/eslint-plugin": "npm:8.18.3-alpha.5"
11183-
"@typescript-eslint/parser": "npm:8.18.3-alpha.5"
11184-
"@typescript-eslint/utils": "npm:8.18.3-alpha.5"
11191+
"@typescript-eslint/eslint-plugin": "npm:8.20.0"
11192+
"@typescript-eslint/parser": "npm:8.20.0"
11193+
"@typescript-eslint/utils": "npm:8.20.0"
1118511194
peerDependencies:
1118611195
eslint: ^8.57.0 || ^9.0.0
1118711196
typescript: ">=4.8.4 <5.8.0"
11188-
checksum: 10/d6c7378a09987593f333d04bb2842e9a34be6d8e40351203ecbc41362fd9353a856ad0ac01d1ccd0620943de78c8933956a6b6e41a8cb81173ddf4add953745d
11197+
checksum: 10/5d72ec36d9a6a519cedb003af28bdad37560999a6f8a126193098ff403d6cc6947f3f27d09171d446bc62e43a1aeb00563ce1adfc85014a011993bfa2c95a20f
1118911198
languageName: node
1119011199
linkType: hard
1119111200

0 commit comments

Comments
 (0)