Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit a5ab9d8

Browse files
chore(deps): update typescript-eslint monorepo to v8.15.0 (#1215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8361d9d commit a5ab9d8

File tree

2 files changed

+58
-53
lines changed

2 files changed

+58
-53
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@types/react-dom": "18.3.1",
1818
"@types/webpack": "5.28.5",
1919
"@types/webpack-dev-server": "4.7.2",
20-
"@typescript-eslint/eslint-plugin": "8.14.0",
21-
"@typescript-eslint/parser": "8.14.0",
20+
"@typescript-eslint/eslint-plugin": "8.15.0",
21+
"@typescript-eslint/parser": "8.15.0",
2222
"eslint": "8.57.1",
2323
"eslint-config-prettier": "9.1.0",
2424
"eslint-plugin-import": "2.31.0",

yarn.lock

Lines changed: 56 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -518,86 +518,86 @@
518518
dependencies:
519519
"@types/yargs-parser" "*"
520520

521-
"@typescript-eslint/eslint-plugin@8.14.0":
522-
version "8.14.0"
523-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.14.0.tgz#7dc0e419c87beadc8f554bf5a42e5009ed3748dc"
524-
integrity sha512-tqp8H7UWFaZj0yNO6bycd5YjMwxa6wIHOLZvWPkidwbgLCsBMetQoGj7DPuAlWa2yGO3H48xmPwjhsSPPCGU5w==
521+
"@typescript-eslint/eslint-plugin@8.15.0":
522+
version "8.15.0"
523+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
524+
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
525525
dependencies:
526526
"@eslint-community/regexpp" "^4.10.0"
527-
"@typescript-eslint/scope-manager" "8.14.0"
528-
"@typescript-eslint/type-utils" "8.14.0"
529-
"@typescript-eslint/utils" "8.14.0"
530-
"@typescript-eslint/visitor-keys" "8.14.0"
527+
"@typescript-eslint/scope-manager" "8.15.0"
528+
"@typescript-eslint/type-utils" "8.15.0"
529+
"@typescript-eslint/utils" "8.15.0"
530+
"@typescript-eslint/visitor-keys" "8.15.0"
531531
graphemer "^1.4.0"
532532
ignore "^5.3.1"
533533
natural-compare "^1.4.0"
534534
ts-api-utils "^1.3.0"
535535

536-
"@typescript-eslint/parser@8.14.0":
537-
version "8.14.0"
538-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.14.0.tgz#0a7e9dbc11bc07716ab2d7b1226217e9f6b51fc8"
539-
integrity sha512-2p82Yn9juUJq0XynBXtFCyrBDb6/dJombnz6vbo6mgQEtWHfvHbQuEa9kAOVIt1c9YFwi7H6WxtPj1kg+80+RA==
536+
"@typescript-eslint/parser@8.15.0":
537+
version "8.15.0"
538+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
539+
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
540540
dependencies:
541-
"@typescript-eslint/scope-manager" "8.14.0"
542-
"@typescript-eslint/types" "8.14.0"
543-
"@typescript-eslint/typescript-estree" "8.14.0"
544-
"@typescript-eslint/visitor-keys" "8.14.0"
541+
"@typescript-eslint/scope-manager" "8.15.0"
542+
"@typescript-eslint/types" "8.15.0"
543+
"@typescript-eslint/typescript-estree" "8.15.0"
544+
"@typescript-eslint/visitor-keys" "8.15.0"
545545
debug "^4.3.4"
546546

547-
"@typescript-eslint/scope-manager@8.14.0":
548-
version "8.14.0"
549-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.14.0.tgz#01f37c147a735cd78f0ff355e033b9457da1f373"
550-
integrity sha512-aBbBrnW9ARIDn92Zbo7rguLnqQ/pOrUguVpbUwzOhkFg2npFDwTgPGqFqE0H5feXcOoJOfX3SxlJaKEVtq54dw==
547+
"@typescript-eslint/scope-manager@8.15.0":
548+
version "8.15.0"
549+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
550+
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
551551
dependencies:
552-
"@typescript-eslint/types" "8.14.0"
553-
"@typescript-eslint/visitor-keys" "8.14.0"
552+
"@typescript-eslint/types" "8.15.0"
553+
"@typescript-eslint/visitor-keys" "8.15.0"
554554

555-
"@typescript-eslint/type-utils@8.14.0":
556-
version "8.14.0"
557-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.14.0.tgz#455c6af30c336b24a1af28bc4f81b8dd5d74d94d"
558-
integrity sha512-Xcz9qOtZuGusVOH5Uk07NGs39wrKkf3AxlkK79RBK6aJC1l03CobXjJbwBPSidetAOV+5rEVuiT1VSBUOAsanQ==
555+
"@typescript-eslint/type-utils@8.15.0":
556+
version "8.15.0"
557+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
558+
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
559559
dependencies:
560-
"@typescript-eslint/typescript-estree" "8.14.0"
561-
"@typescript-eslint/utils" "8.14.0"
560+
"@typescript-eslint/typescript-estree" "8.15.0"
561+
"@typescript-eslint/utils" "8.15.0"
562562
debug "^4.3.4"
563563
ts-api-utils "^1.3.0"
564564

565-
"@typescript-eslint/types@8.14.0":
566-
version "8.14.0"
567-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.14.0.tgz#0d33d8d0b08479c424e7d654855fddf2c71e4021"
568-
integrity sha512-yjeB9fnO/opvLJFAsPNYlKPnEM8+z4og09Pk504dkqonT02AyL5Z9SSqlE0XqezS93v6CXn49VHvB2G7XSsl0g==
565+
"@typescript-eslint/types@8.15.0":
566+
version "8.15.0"
567+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
568+
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
569569

570-
"@typescript-eslint/typescript-estree@8.14.0":
571-
version "8.14.0"
572-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.14.0.tgz#a7a3a5a53a6c09313e12fb4531d4ff582ee3c312"
573-
integrity sha512-OPXPLYKGZi9XS/49rdaCbR5j/S14HazviBlUQFvSKz3npr3NikF+mrgK7CFVur6XEt95DZp/cmke9d5i3vtVnQ==
570+
"@typescript-eslint/typescript-estree@8.15.0":
571+
version "8.15.0"
572+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
573+
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
574574
dependencies:
575-
"@typescript-eslint/types" "8.14.0"
576-
"@typescript-eslint/visitor-keys" "8.14.0"
575+
"@typescript-eslint/types" "8.15.0"
576+
"@typescript-eslint/visitor-keys" "8.15.0"
577577
debug "^4.3.4"
578578
fast-glob "^3.3.2"
579579
is-glob "^4.0.3"
580580
minimatch "^9.0.4"
581581
semver "^7.6.0"
582582
ts-api-utils "^1.3.0"
583583

584-
"@typescript-eslint/utils@8.14.0":
585-
version "8.14.0"
586-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.14.0.tgz#ac2506875e03aba24e602364e43b2dfa45529dbd"
587-
integrity sha512-OGqj6uB8THhrHj0Fk27DcHPojW7zKwKkPmHXHvQ58pLYp4hy8CSUdTKykKeh+5vFqTTVmjz0zCOOPKRovdsgHA==
584+
"@typescript-eslint/utils@8.15.0":
585+
version "8.15.0"
586+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
587+
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
588588
dependencies:
589589
"@eslint-community/eslint-utils" "^4.4.0"
590-
"@typescript-eslint/scope-manager" "8.14.0"
591-
"@typescript-eslint/types" "8.14.0"
592-
"@typescript-eslint/typescript-estree" "8.14.0"
590+
"@typescript-eslint/scope-manager" "8.15.0"
591+
"@typescript-eslint/types" "8.15.0"
592+
"@typescript-eslint/typescript-estree" "8.15.0"
593593

594-
"@typescript-eslint/visitor-keys@8.14.0":
595-
version "8.14.0"
596-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.14.0.tgz#2418d5a54669af9658986ade4e6cfb7767d815ad"
597-
integrity sha512-vG0XZo8AdTH9OE6VFRwAZldNc7qtJ/6NLGWak+BtENuEUXGZgFpihILPiBvKXvJ2nFu27XNGC6rKiwuaoMbYzQ==
594+
"@typescript-eslint/visitor-keys@8.15.0":
595+
version "8.15.0"
596+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
597+
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
598598
dependencies:
599-
"@typescript-eslint/types" "8.14.0"
600-
eslint-visitor-keys "^3.4.3"
599+
"@typescript-eslint/types" "8.15.0"
600+
eslint-visitor-keys "^4.2.0"
601601

602602
"@ungap/structured-clone@^1.2.0":
603603
version "1.2.0"
@@ -1827,6 +1827,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
18271827
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
18281828
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
18291829

1830+
eslint-visitor-keys@^4.2.0:
1831+
version "4.2.0"
1832+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
1833+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
1834+
18301835
eslint-webpack-plugin@4.2.0:
18311836
version "4.2.0"
18321837
resolved "https://registry.yarnpkg.com/eslint-webpack-plugin/-/eslint-webpack-plugin-4.2.0.tgz#41f54b25379908eb9eca8645bc997c90cfdbd34e"

0 commit comments

Comments
 (0)