Skip to content

Commit b32e40f

Browse files
chore(deps): bump the npm-dependencies group with 2 updates (#193)
Bumps the npm-dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 8.59.2 to 8.59.3 - [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.59.3/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.59.2 to 8.59.3 - [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.59.3/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e4b254 commit b32e40f

2 files changed

Lines changed: 69 additions & 69 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"devDependencies": {
4040
"@babel/core": "^7.29.0",
4141
"@babel/eslint-parser": "^7.28.6",
42-
"@typescript-eslint/eslint-plugin": "^8.59.2",
43-
"@typescript-eslint/parser": "^8.59.2",
42+
"@typescript-eslint/eslint-plugin": "^8.59.3",
43+
"@typescript-eslint/parser": "^8.59.3",
4444
"eslint": "^9.39.2",
4545
"eslint-config-google": "^0.14.0",
4646
"eslint-config-prettier": "^10.1.8",

yarn.lock

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -828,110 +828,110 @@
828828
dependencies:
829829
"@types/yargs-parser" "*"
830830

831-
"@typescript-eslint/eslint-plugin@^8.59.2":
832-
version "8.59.2"
833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.2.tgz#f37b2c189a0177141fe3de3b08f2a83991bfdbfa"
834-
integrity sha512-j/bwmkBvHUtPNxzuWe5z6BEk3q54YRyGlBXkSsmfoih7zNrBvl5A9A98anlp/7JbyZcWIJ8KXo/3Tq/DjFLtuQ==
831+
"@typescript-eslint/eslint-plugin@^8.59.3":
832+
version "8.59.3"
833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.59.3.tgz#5d6da7e7b236b46452fa00d3904bb6f59615bfde"
834+
integrity sha512-PwFvSKsXGShKGW6n5bZOhGHEcCZXM8HofLK9fNsEwZXzFRjoY+XT1Vsf1zgyXdwTr0ZYz1/2tkZ0DBTT9jZjhw==
835835
dependencies:
836836
"@eslint-community/regexpp" "^4.12.2"
837-
"@typescript-eslint/scope-manager" "8.59.2"
838-
"@typescript-eslint/type-utils" "8.59.2"
839-
"@typescript-eslint/utils" "8.59.2"
840-
"@typescript-eslint/visitor-keys" "8.59.2"
837+
"@typescript-eslint/scope-manager" "8.59.3"
838+
"@typescript-eslint/type-utils" "8.59.3"
839+
"@typescript-eslint/utils" "8.59.3"
840+
"@typescript-eslint/visitor-keys" "8.59.3"
841841
ignore "^7.0.5"
842842
natural-compare "^1.4.0"
843843
ts-api-utils "^2.5.0"
844844

845-
"@typescript-eslint/parser@^8.59.2":
846-
version "8.59.2"
847-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.2.tgz#e2fd0084baa5dd0c24cd789af1c72cbc3a7a1c62"
848-
integrity sha512-plR3pp6D+SSUn1HM7xvSkx12/DhoHInI2YF35KAcVFNZvlC0gtrWqx7Qq1oH2Ssgi0vlFRCTbP+DZc7B9+TtsQ==
845+
"@typescript-eslint/parser@^8.59.3":
846+
version "8.59.3"
847+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.59.3.tgz#f46cbc70ae0a25119ef94eac9ecd46714788e1a1"
848+
integrity sha512-HPwA+hVkfcriajbNvTmZv4VRauibay+cWArYUYq7u7W7PmGShMxbPxLvrwDme55a6d5alG3nrYfhyJ/G28XlLg==
849849
dependencies:
850-
"@typescript-eslint/scope-manager" "8.59.2"
851-
"@typescript-eslint/types" "8.59.2"
852-
"@typescript-eslint/typescript-estree" "8.59.2"
853-
"@typescript-eslint/visitor-keys" "8.59.2"
850+
"@typescript-eslint/scope-manager" "8.59.3"
851+
"@typescript-eslint/types" "8.59.3"
852+
"@typescript-eslint/typescript-estree" "8.59.3"
853+
"@typescript-eslint/visitor-keys" "8.59.3"
854854
debug "^4.4.3"
855855

856-
"@typescript-eslint/project-service@8.59.2":
857-
version "8.59.2"
858-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.2.tgz#f8b8cbf8692e3a51c2c394acf8cf6900f7e755af"
859-
integrity sha512-+2hqvEkeyf/0FBor67duF0Ll7Ot8jyKzDQOSrxazF/danillRq2DwR9dLptsXpoZQqxE1UisSmoZewrlPas9Vw==
856+
"@typescript-eslint/project-service@8.59.3":
857+
version "8.59.3"
858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.59.3.tgz#1be5ae152aad987a156c9a1a9b4256e75cfbbe0c"
859+
integrity sha512-ECiUWa/KYRGDFUqTNehaRgzDshnJfkTABJxVemHk4ko22gcr0ukloKjWvyQ64g8YCV/UI47kN1dbmjf/GaQYng==
860860
dependencies:
861-
"@typescript-eslint/tsconfig-utils" "^8.59.2"
862-
"@typescript-eslint/types" "^8.59.2"
861+
"@typescript-eslint/tsconfig-utils" "^8.59.3"
862+
"@typescript-eslint/types" "^8.59.3"
863863
debug "^4.4.3"
864864

865-
"@typescript-eslint/scope-manager@8.59.2":
866-
version "8.59.2"
867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.2.tgz#63cbd0af2e3180949d6be81122cc555bc71e736d"
868-
integrity sha512-JzfyEpEtOU89CcFSwyNS3mu4MLvLSXqnmX05+aKBDM+TdR5jzcGOEBwxwGNxrEQ7p/z6kK2WyioCGBf2zZBnvg==
865+
"@typescript-eslint/scope-manager@8.59.3":
866+
version "8.59.3"
867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.59.3.tgz#91a60f66803fe9dae0696fbab2451f5723f119d2"
868+
integrity sha512-t2LvZnoEfzKtnPjgeEu41xw5gxq9mQVfYy4OoZ4Vlt0sk3JwxmhCca/AR7DwOiHrjWgjAj6as4AhRLKSDfvZIA==
869869
dependencies:
870-
"@typescript-eslint/types" "8.59.2"
871-
"@typescript-eslint/visitor-keys" "8.59.2"
872-
873-
"@typescript-eslint/tsconfig-utils@8.59.2":
874-
version "8.59.2"
875-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.2.tgz#6e92bc412083753185a79c9f1431e78169d9232f"
876-
integrity sha512-BKK4alN7oi4C/zv4VqHQ+uRU+lTa6JGIZ7s1juw7b3RHo9OfKB+bKX3u0iVZetdsUCBBkSbdWbarJbmN0fTeSw==
870+
"@typescript-eslint/types" "8.59.3"
871+
"@typescript-eslint/visitor-keys" "8.59.3"
877872

878-
"@typescript-eslint/tsconfig-utils@^8.59.2":
873+
"@typescript-eslint/tsconfig-utils@8.59.3":
879874
version "8.59.3"
880875
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.3.tgz#88ca9036b42ccdd1e630cfdafd2e042c2ca6a835"
881876
integrity sha512-PcIJHjmaREXLgIAIzLnSY9VucEzz8FKXsRgFa1DmdGCK/5tJpW03TKJF01Q6VZd1lLdz2sIKPWaDUZN9dp//dw==
882877

883-
"@typescript-eslint/type-utils@8.59.2":
884-
version "8.59.2"
885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.2.tgz#a60a1192a804fa472a92c41656853ac6a9ba7176"
886-
integrity sha512-nhqaj1nmTdVVl/BP5omXNRGO38jn5iosis2vbdmupF2txCf8ylWT8lx+JlvMYYVqzGVKtjojUFoQ3JRWK+mfzQ==
878+
"@typescript-eslint/tsconfig-utils@^8.59.3":
879+
version "8.59.4"
880+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.59.4.tgz#218ba229d96dde35212e3a76a7d0a6bc831398be"
881+
integrity sha512-DLCpnKgD4alVxTBSKulK+gU1KCqOgUXfDRDXh2mZgzokQKa/70ax93I2uVO3m/LLvIAtWZIFoiifudmIqAxpMA==
882+
883+
"@typescript-eslint/type-utils@8.59.3":
884+
version "8.59.3"
885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.59.3.tgz#421fb2448bdfeb301d134a01cd02503f67fd8192"
886+
integrity sha512-g71d8QD8UaiHGvrJwyIS1hCX5r63w6Jll+4VEYhEAHXTDIqX1JgxhTAbEHtKntL9kuc4jRo7/GWw5xfCepSccQ==
887887
dependencies:
888-
"@typescript-eslint/types" "8.59.2"
889-
"@typescript-eslint/typescript-estree" "8.59.2"
890-
"@typescript-eslint/utils" "8.59.2"
888+
"@typescript-eslint/types" "8.59.3"
889+
"@typescript-eslint/typescript-estree" "8.59.3"
890+
"@typescript-eslint/utils" "8.59.3"
891891
debug "^4.4.3"
892892
ts-api-utils "^2.5.0"
893893

894-
"@typescript-eslint/types@8.59.2":
895-
version "8.59.2"
896-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.2.tgz#01caabcd7e4715c33ad5e11cab260829714d6b9c"
897-
integrity sha512-e82GVOE8Ps3E++Egvb6Y3Dw0S10u8NkQ9KXmtRhCWJJ8kDhOJTvtMAWnFL16kB1583goCWXsr0NieKCZMs2/0Q==
898-
899-
"@typescript-eslint/types@^8.59.2":
894+
"@typescript-eslint/types@8.59.3":
900895
version "8.59.3"
901896
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.3.tgz#b7ca539c5e302fdde9a7cadb73caed107ef8f2cd"
902897
integrity sha512-ePFoH0g4ludssdRFqqDxQePCxU4WQyRa9+XVwjm7yLn0FKhMeoetC+qBEEI1Eyb1pGSDveTIT09Bvw2WhlGayg==
903898

904-
"@typescript-eslint/typescript-estree@8.59.2":
905-
version "8.59.2"
906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.2.tgz#6a217ef65b18dbd12c718fc86a675d1d7a1414cc"
907-
integrity sha512-o0XPGNwcWw+FIwStOWn+BwBuEmL6QXP0rsvAFg7ET1dey1Nr6Wb1ac8p5HEsK0ygO/6mUxlk+YWQD9xcb/nnXg==
899+
"@typescript-eslint/types@^8.59.3":
900+
version "8.59.4"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.59.4.tgz#c29d5c21bfbaa8347ddc677d3ac1fcd2db0f848e"
902+
integrity sha512-F1o7WJcCq+bc8dwcO/YsSEOudAH8RDtaOhM6wcAQhcUsFhnWQl81JKy48q1hoxAU0qrzM89+31GYh1515Zde3Q==
903+
904+
"@typescript-eslint/typescript-estree@8.59.3":
905+
version "8.59.3"
906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.59.3.tgz#e6bb1408e00b47e431427a40268db4e86cb121ab"
907+
integrity sha512-CbRjVRAf7Lr9Kr8RopKcbY45p2VfmmHrm0ygOCYFi7oU8q19m0Fs/6iHS7kNOmwpp+ob07ZVcAqlxUod9lYdmg==
908908
dependencies:
909-
"@typescript-eslint/project-service" "8.59.2"
910-
"@typescript-eslint/tsconfig-utils" "8.59.2"
911-
"@typescript-eslint/types" "8.59.2"
912-
"@typescript-eslint/visitor-keys" "8.59.2"
909+
"@typescript-eslint/project-service" "8.59.3"
910+
"@typescript-eslint/tsconfig-utils" "8.59.3"
911+
"@typescript-eslint/types" "8.59.3"
912+
"@typescript-eslint/visitor-keys" "8.59.3"
913913
debug "^4.4.3"
914914
minimatch "^10.2.2"
915915
semver "^7.7.3"
916916
tinyglobby "^0.2.15"
917917
ts-api-utils "^2.5.0"
918918

919-
"@typescript-eslint/utils@8.59.2":
920-
version "8.59.2"
921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.2.tgz#ff619a6a3075f4017fa91b8610b752a8ca3366aa"
922-
integrity sha512-Juw3EinkXqjaffxz6roowvV7GZT/kET5vSKKZT6upl5TXdWkLkYmNPXwDDL2Vkt2DPn0nODIS4egC/0AGxKo/Q==
919+
"@typescript-eslint/utils@8.59.3":
920+
version "8.59.3"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.59.3.tgz#f693f979deb4dc3994de03ff8b23976d625c36c5"
922+
integrity sha512-JAvT14goBzRzzzZyqq3P9BLArIxTtQURUtFgQ/V7FO+eU+Gg6ES+5ymOPP1wRxXcxAYeivCk4uS3jCKWI1K8Zg==
923923
dependencies:
924924
"@eslint-community/eslint-utils" "^4.9.1"
925-
"@typescript-eslint/scope-manager" "8.59.2"
926-
"@typescript-eslint/types" "8.59.2"
927-
"@typescript-eslint/typescript-estree" "8.59.2"
925+
"@typescript-eslint/scope-manager" "8.59.3"
926+
"@typescript-eslint/types" "8.59.3"
927+
"@typescript-eslint/typescript-estree" "8.59.3"
928928

929-
"@typescript-eslint/visitor-keys@8.59.2":
930-
version "8.59.2"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.2.tgz#5ccc486913cd347883d69158836b1189a660bfe6"
932-
integrity sha512-NwjLUnGy8/Zfx23fl50tRC8rYaYnM52xNRYFAXvmiil9yh1+K6aRVQMnzW6gQB/1DLgWt977lYQn7C+wtgXZiA==
929+
"@typescript-eslint/visitor-keys@8.59.3":
930+
version "8.59.3"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.59.3.tgz#820843b1b5ca4290009cf189382abcf6fe00dfa6"
932+
integrity sha512-f1UQF7ggd42YiwI5wGrRaPsa+P0CINBlrkLPmGfpq/u/I/oVtecoEIfFR9ag/oa1sLOsRNZ6xehf6qMZhQGBDg==
933933
dependencies:
934-
"@typescript-eslint/types" "8.59.2"
934+
"@typescript-eslint/types" "8.59.3"
935935
eslint-visitor-keys "^5.0.0"
936936

937937
"@ungap/structured-clone@^1.3.0":

0 commit comments

Comments
 (0)