Skip to content

Commit ee6e0f8

Browse files
Bump @typescript-eslint/eslint-plugin from 8.12.2 to 8.15.0 (#1167)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.12.2 to 8.15.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.15.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 875b8b5 commit ee6e0f8

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@
13081308
"@types/node": "^22.9.0",
13091309
"@types/vscode": "^1.88.0",
13101310
"@types/which": "^3.0.4",
1311-
"@typescript-eslint/eslint-plugin": "^8.11.0",
1311+
"@typescript-eslint/eslint-plugin": "^8.15.0",
13121312
"@typescript-eslint/parser": "^8.14.0",
13131313
"@vscode/test-cli": "^0.0.10",
13141314
"@vscode/test-electron": "^2.4.1",

yarn.lock

Lines changed: 71 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
dependencies:
326326
"@types/yargs-parser" "*"
327327

328-
"@typescript-eslint/[email protected]", "@typescript-eslint/eslint-plugin@^8.11.0":
328+
"@typescript-eslint/[email protected]":
329329
version "8.12.2"
330330
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.12.2.tgz#c2ef660bb83fd1432368319312a2581fc92ccac1"
331331
integrity sha512-gQxbxM8mcxBwaEmWdtLCIGLfixBMHhQjBqR8sVWNTPpcj45WlYL2IObS/DNMLH1DBP0n8qz+aiiLTGfopPEebw==
@@ -340,6 +340,21 @@
340340
natural-compare "^1.4.0"
341341
ts-api-utils "^1.3.0"
342342

343+
"@typescript-eslint/eslint-plugin@^8.15.0":
344+
version "8.15.0"
345+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
346+
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
347+
dependencies:
348+
"@eslint-community/regexpp" "^4.10.0"
349+
"@typescript-eslint/scope-manager" "8.15.0"
350+
"@typescript-eslint/type-utils" "8.15.0"
351+
"@typescript-eslint/utils" "8.15.0"
352+
"@typescript-eslint/visitor-keys" "8.15.0"
353+
graphemer "^1.4.0"
354+
ignore "^5.3.1"
355+
natural-compare "^1.4.0"
356+
ts-api-utils "^1.3.0"
357+
343358
"@typescript-eslint/[email protected]":
344359
version "8.12.2"
345360
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.12.2.tgz#2e8173b34e1685e918b2d571c16c906d3747bad2"
@@ -378,6 +393,14 @@
378393
"@typescript-eslint/types" "8.14.0"
379394
"@typescript-eslint/visitor-keys" "8.14.0"
380395

396+
"@typescript-eslint/[email protected]":
397+
version "8.15.0"
398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
399+
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
400+
dependencies:
401+
"@typescript-eslint/types" "8.15.0"
402+
"@typescript-eslint/visitor-keys" "8.15.0"
403+
381404
"@typescript-eslint/[email protected]":
382405
version "8.12.2"
383406
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.12.2.tgz#132b0c52d45f6814e6f2e32416c7951ed480b016"
@@ -388,6 +411,16 @@
388411
debug "^4.3.4"
389412
ts-api-utils "^1.3.0"
390413

414+
"@typescript-eslint/[email protected]":
415+
version "8.15.0"
416+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
417+
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
418+
dependencies:
419+
"@typescript-eslint/typescript-estree" "8.15.0"
420+
"@typescript-eslint/utils" "8.15.0"
421+
debug "^4.3.4"
422+
ts-api-utils "^1.3.0"
423+
391424
"@typescript-eslint/[email protected]":
392425
version "8.12.2"
393426
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.12.2.tgz#8d70098c0e90442495b53d0296acdca6d0f3f73c"
@@ -398,6 +431,11 @@
398431
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.14.0.tgz#0d33d8d0b08479c424e7d654855fddf2c71e4021"
399432
integrity sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==
400433

434+
"@typescript-eslint/[email protected]":
435+
version "8.15.0"
436+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
437+
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
438+
401439
"@typescript-eslint/[email protected]":
402440
version "8.12.2"
403441
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.12.2.tgz#206df9b1cbff212aaa9401985ef99f04daa84da5"
@@ -426,6 +464,20 @@
426464
semver "^7.6.0"
427465
ts-api-utils "^1.3.0"
428466

467+
"@typescript-eslint/[email protected]":
468+
version "8.15.0"
469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
470+
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
471+
dependencies:
472+
"@typescript-eslint/types" "8.15.0"
473+
"@typescript-eslint/visitor-keys" "8.15.0"
474+
debug "^4.3.4"
475+
fast-glob "^3.3.2"
476+
is-glob "^4.0.3"
477+
minimatch "^9.0.4"
478+
semver "^7.6.0"
479+
ts-api-utils "^1.3.0"
480+
429481
"@typescript-eslint/[email protected]":
430482
version "8.12.2"
431483
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.12.2.tgz#726cc9f49f5866605bd15bbc1768ffc15637930e"
@@ -436,6 +488,16 @@
436488
"@typescript-eslint/types" "8.12.2"
437489
"@typescript-eslint/typescript-estree" "8.12.2"
438490

491+
"@typescript-eslint/[email protected]":
492+
version "8.15.0"
493+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
494+
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
495+
dependencies:
496+
"@eslint-community/eslint-utils" "^4.4.0"
497+
"@typescript-eslint/scope-manager" "8.15.0"
498+
"@typescript-eslint/types" "8.15.0"
499+
"@typescript-eslint/typescript-estree" "8.15.0"
500+
439501
"@typescript-eslint/[email protected]":
440502
version "8.12.2"
441503
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.12.2.tgz#94d7410f78eb6d134b9fcabaf1eeedb910ba8c38"
@@ -452,6 +514,14 @@
452514
"@typescript-eslint/types" "8.14.0"
453515
eslint-visitor-keys "^3.4.3"
454516

517+
"@typescript-eslint/[email protected]":
518+
version "8.15.0"
519+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
520+
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
521+
dependencies:
522+
"@typescript-eslint/types" "8.15.0"
523+
eslint-visitor-keys "^4.2.0"
524+
455525
"@vscode/test-cli@^0.0.10":
456526
version "0.0.10"
457527
resolved "https://registry.yarnpkg.com/@vscode/test-cli/-/test-cli-0.0.10.tgz#35f0e81c2e0ff8daceb223e99d1b65306c15822c"

0 commit comments

Comments
 (0)