Skip to content

Commit b15363e

Browse files
chore(deps): bump the npm-dependencies group with 2 updates (#204)
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.60.1 to 8.61.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.61.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.60.1 to 8.61.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.61.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.61.0 dependency-type: direct:development update-type: version-update:semver-minor 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 76756e5 commit b15363e

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.7",
4141
"@babel/eslint-parser": "^7.29.7",
42-
"@typescript-eslint/eslint-plugin": "^8.60.1",
43-
"@typescript-eslint/parser": "^8.60.1",
42+
"@typescript-eslint/eslint-plugin": "^8.61.0",
43+
"@typescript-eslint/parser": "^8.61.0",
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.60.1":
832-
version "8.60.1"
833-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.1.tgz#c1060bb8fa4be80624d3f3dec8dd9caca373af76"
834-
integrity sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==
831+
"@typescript-eslint/eslint-plugin@^8.61.0":
832+
version "8.61.0"
833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.61.0.tgz#db20271974b94a3a54d3b9544e5f5b3481448400"
834+
integrity sha512-bFNvl9ZczlVb+wR2Akszf3gHfKVj/8WanXaGJ3UstTA7brNKg0cNdk6X1Psu5V7MZ2oQtzZKOEzIUehaoxbDGw==
835835
dependencies:
836836
"@eslint-community/regexpp" "^4.12.2"
837-
"@typescript-eslint/scope-manager" "8.60.1"
838-
"@typescript-eslint/type-utils" "8.60.1"
839-
"@typescript-eslint/utils" "8.60.1"
840-
"@typescript-eslint/visitor-keys" "8.60.1"
837+
"@typescript-eslint/scope-manager" "8.61.0"
838+
"@typescript-eslint/type-utils" "8.61.0"
839+
"@typescript-eslint/utils" "8.61.0"
840+
"@typescript-eslint/visitor-keys" "8.61.0"
841841
ignore "^7.0.5"
842842
natural-compare "^1.4.0"
843843
ts-api-utils "^2.5.0"
844844

845-
"@typescript-eslint/parser@^8.60.1":
846-
version "8.60.1"
847-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.60.1.tgz#a9d7f30850384d34b41f4687dd8944823c09e289"
848-
integrity sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==
845+
"@typescript-eslint/parser@^8.61.0":
846+
version "8.61.0"
847+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.61.0.tgz#1afe73c9ccce16b7a26d6b95f9400b0ccc34af87"
848+
integrity sha512-5B7PfA2e1NQGCnDHd/0lW7W3gvp3d59Ryw54FYO8Uswxo9f6ikw3AZV+Xj/TvpImmpsiYyUqAfhC6kJID1jF6w==
849849
dependencies:
850-
"@typescript-eslint/scope-manager" "8.60.1"
851-
"@typescript-eslint/types" "8.60.1"
852-
"@typescript-eslint/typescript-estree" "8.60.1"
853-
"@typescript-eslint/visitor-keys" "8.60.1"
850+
"@typescript-eslint/scope-manager" "8.61.0"
851+
"@typescript-eslint/types" "8.61.0"
852+
"@typescript-eslint/typescript-estree" "8.61.0"
853+
"@typescript-eslint/visitor-keys" "8.61.0"
854854
debug "^4.4.3"
855855

856-
"@typescript-eslint/project-service@8.60.1":
857-
version "8.60.1"
858-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.60.1.tgz#eb29712f58d72c222fc727162e92f2ab4670971b"
859-
integrity sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==
856+
"@typescript-eslint/project-service@8.61.0":
857+
version "8.61.0"
858+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.61.0.tgz#417a2feac32e8ebd336d63f068c3b42b736ea1ac"
859+
integrity sha512-DV42F7MLJO6Rax7SK1yg43tcnEfGUrurSpSxKuVX+a3RCTzBlH3fuxprrOJXKCJGAaw82xXocikJ0uQaqwXgGA==
860860
dependencies:
861-
"@typescript-eslint/tsconfig-utils" "^8.60.1"
862-
"@typescript-eslint/types" "^8.60.1"
861+
"@typescript-eslint/tsconfig-utils" "^8.61.0"
862+
"@typescript-eslint/types" "^8.61.0"
863863
debug "^4.4.3"
864864

865-
"@typescript-eslint/scope-manager@8.60.1":
866-
version "8.60.1"
867-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz#2f875962eaad0a0789cc3c36aea9b4ddeb2dd9c8"
868-
integrity sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==
865+
"@typescript-eslint/scope-manager@8.61.0":
866+
version "8.61.0"
867+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.61.0.tgz#93c2520d05653fe65eb9ee98efc74fd0134a7852"
868+
integrity sha512-IWdXFHFSb6mlC3HPc7QsLDm5zYEbUla6trDEHf32D3/dnuUyXd87plScSNXSbm0/RxMvObpI17sv/EDTGrGZkA==
869869
dependencies:
870-
"@typescript-eslint/types" "8.60.1"
871-
"@typescript-eslint/visitor-keys" "8.60.1"
872-
873-
"@typescript-eslint/tsconfig-utils@8.60.1":
874-
version "8.60.1"
875-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz#bee8b942a13679a878101c9c74577d732062ed93"
876-
integrity sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==
870+
"@typescript-eslint/types" "8.61.0"
871+
"@typescript-eslint/visitor-keys" "8.61.0"
877872

878-
"@typescript-eslint/tsconfig-utils@^8.60.1":
873+
"@typescript-eslint/tsconfig-utils@8.61.0":
879874
version "8.61.0"
880875
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.0.tgz#05d6e3ff20001674ebcd22d03dac29ee448043ba"
881876
integrity sha512-O5Amvdv9ztMpxpf+vmFULGG78IE6Qwdr3bCGvqwG4nwc9H2qXkOYJJnRbRHyMkQTjv1d03olqwwwzHLMqpFePQ==
882877

883-
"@typescript-eslint/type-utils@8.60.1":
884-
version "8.60.1"
885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz#1ae45f0f2a701354beea4a58c2161e40a5e3c379"
886-
integrity sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==
878+
"@typescript-eslint/tsconfig-utils@^8.61.0":
879+
version "8.61.1"
880+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.61.1.tgz#ca88080e0cf191d49516d7f300b67aa090d2254f"
881+
integrity sha512-UN/H4di+OO7EWx2ovME+8t31YO+KVnK0RRKEHR3kOt21/Ay8BOq3M1OMvWs5vNiqcFCYGYoxK3MXPZzmMUE+yg==
882+
883+
"@typescript-eslint/type-utils@8.61.0":
884+
version "8.61.0"
885+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.61.0.tgz#50219b57e6b89cecfb1a15f093b15ec9ee019974"
886+
integrity sha512-TuBiQYIkd97yBfInHCTKVYMbX4kvEmpOEuixIuzCU9p8BGT1SfyyO0d0IfDMbPIHcjn/hWnusUX5e8v5Xg+X8A==
887887
dependencies:
888-
"@typescript-eslint/types" "8.60.1"
889-
"@typescript-eslint/typescript-estree" "8.60.1"
890-
"@typescript-eslint/utils" "8.60.1"
888+
"@typescript-eslint/types" "8.61.0"
889+
"@typescript-eslint/typescript-estree" "8.61.0"
890+
"@typescript-eslint/utils" "8.61.0"
891891
debug "^4.4.3"
892892
ts-api-utils "^2.5.0"
893893

894-
"@typescript-eslint/types@8.60.1":
895-
version "8.60.1"
896-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.60.1.tgz#ccdc482ba9e17f9723a10ce240b5e67dad3046c4"
897-
integrity sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==
898-
899-
"@typescript-eslint/types@^8.60.1":
894+
"@typescript-eslint/types@8.61.0":
900895
version "8.61.0"
901896
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.0.tgz#0ddb46e012a4288292950bdd253db42f278ce64d"
902897
integrity sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==
903898

904-
"@typescript-eslint/typescript-estree@8.60.1":
905-
version "8.60.1"
906-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz#016630b119228bf483ddc652703a6a038f3fdd74"
907-
integrity sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==
899+
"@typescript-eslint/types@^8.61.0":
900+
version "8.61.1"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.61.1.tgz#0c51f518e4e6848371a1c988e859d59eb7522d5a"
902+
integrity sha512-G+CRlPqLv7Bz1IZVs03x5K59F1veqL0EJUROAdGhKsEq8qOiRiZbI+HUojPq5l0fEGOKModD9br6lObhB8zkoA==
903+
904+
"@typescript-eslint/typescript-estree@8.61.0":
905+
version "8.61.0"
906+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.61.0.tgz#98ca47260bbf627fc28f018b3a0abf00e3090690"
907+
integrity sha512-42zatd5qSvvcV1JdDBCLxYRznvP4eIHpPoZXdkPFnAmanA4FuZ5dibSnCBggY8hQnqajPpoGjXFdZ7fIJKQnlA==
908908
dependencies:
909-
"@typescript-eslint/project-service" "8.60.1"
910-
"@typescript-eslint/tsconfig-utils" "8.60.1"
911-
"@typescript-eslint/types" "8.60.1"
912-
"@typescript-eslint/visitor-keys" "8.60.1"
909+
"@typescript-eslint/project-service" "8.61.0"
910+
"@typescript-eslint/tsconfig-utils" "8.61.0"
911+
"@typescript-eslint/types" "8.61.0"
912+
"@typescript-eslint/visitor-keys" "8.61.0"
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.60.1":
920-
version "8.60.1"
921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.60.1.tgz#31cf566095602d9fe8ad91837d2eb520b8de762b"
922-
integrity sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==
919+
"@typescript-eslint/utils@8.61.0":
920+
version "8.61.0"
921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.61.0.tgz#ed3546a052787e84ea6c5064d0919fc5eea8522f"
922+
integrity sha512-3bzFt7ImFMW/jVYwJamDoe/dMOdFLSC6pom6rRjdh4SZJEYupyMzem8e7vKZLclLfpHjlwSAXOUxtKxGXUiLqA==
923923
dependencies:
924924
"@eslint-community/eslint-utils" "^4.9.1"
925-
"@typescript-eslint/scope-manager" "8.60.1"
926-
"@typescript-eslint/types" "8.60.1"
927-
"@typescript-eslint/typescript-estree" "8.60.1"
925+
"@typescript-eslint/scope-manager" "8.61.0"
926+
"@typescript-eslint/types" "8.61.0"
927+
"@typescript-eslint/typescript-estree" "8.61.0"
928928

929-
"@typescript-eslint/visitor-keys@8.60.1":
930-
version "8.60.1"
931-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz#165d1d8901137b944efaf18f00ab5ecb57f06995"
932-
integrity sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==
929+
"@typescript-eslint/visitor-keys@8.61.0":
930+
version "8.61.0"
931+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.61.0.tgz#39b4e1ab8936d23bea973d39fd092f9aa21f275e"
932+
integrity sha512-QVLZu3ZPQEE+HICQyAMZ2yLQhxf0meY/wx6Hx14YcTNj13JB3qHlX3lJ02L3fLGHgERRH71kvYDwiXIguT3AjQ==
933933
dependencies:
934-
"@typescript-eslint/types" "8.60.1"
934+
"@typescript-eslint/types" "8.61.0"
935935
eslint-visitor-keys "^5.0.0"
936936

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

0 commit comments

Comments
 (0)