Skip to content

Commit 28e0e22

Browse files
chore(deps): bump the npm-dependencies group with 2 updates (#154)
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.56.0 to 8.56.1 - [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.56.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.56.0 to 8.56.1 - [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.56.1/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.56.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.56.1 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 40497f9 commit 28e0e22

2 files changed

Lines changed: 80 additions & 71 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"devDependencies": {
3636
"@babel/core": "^7.29.0",
3737
"@babel/eslint-parser": "^7.28.6",
38-
"@typescript-eslint/eslint-plugin": "^8.56.0",
39-
"@typescript-eslint/parser": "^8.56.0",
38+
"@typescript-eslint/eslint-plugin": "^8.56.1",
39+
"@typescript-eslint/parser": "^8.56.1",
4040
"eslint": "^9.39.2",
4141
"eslint-config-google": "^0.14.0",
4242
"eslint-config-prettier": "^10.1.8",

yarn.lock

Lines changed: 78 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -829,110 +829,100 @@
829829
dependencies:
830830
"@types/yargs-parser" "*"
831831

832-
"@typescript-eslint/eslint-plugin@^8.56.0":
833-
version "8.56.0"
834-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.0.tgz#5aec3db807a6b8437ea5d5ebf7bd16b4119aba8d"
835-
integrity sha512-lRyPDLzNCuae71A3t9NEINBiTn7swyOhvUj3MyUOxb8x6g6vPEFoOU+ZRmGMusNC3X3YMhqMIX7i8ShqhT74Pw==
832+
"@typescript-eslint/eslint-plugin@^8.56.1":
833+
version "8.56.1"
834+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz#b1ce606d87221daec571e293009675992f0aae76"
835+
integrity sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==
836836
dependencies:
837837
"@eslint-community/regexpp" "^4.12.2"
838-
"@typescript-eslint/scope-manager" "8.56.0"
839-
"@typescript-eslint/type-utils" "8.56.0"
840-
"@typescript-eslint/utils" "8.56.0"
841-
"@typescript-eslint/visitor-keys" "8.56.0"
838+
"@typescript-eslint/scope-manager" "8.56.1"
839+
"@typescript-eslint/type-utils" "8.56.1"
840+
"@typescript-eslint/utils" "8.56.1"
841+
"@typescript-eslint/visitor-keys" "8.56.1"
842842
ignore "^7.0.5"
843843
natural-compare "^1.4.0"
844844
ts-api-utils "^2.4.0"
845845

846-
"@typescript-eslint/parser@^8.56.0":
847-
version "8.56.0"
848-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.0.tgz#8ecff1678b8b1a742d29c446ccf5eeea7f971d72"
849-
integrity sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==
846+
"@typescript-eslint/parser@^8.56.1":
847+
version "8.56.1"
848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.1.tgz#21d13b3d456ffb08614c1d68bb9a4f8d9237cdc7"
849+
integrity sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==
850850
dependencies:
851-
"@typescript-eslint/scope-manager" "8.56.0"
852-
"@typescript-eslint/types" "8.56.0"
853-
"@typescript-eslint/typescript-estree" "8.56.0"
854-
"@typescript-eslint/visitor-keys" "8.56.0"
851+
"@typescript-eslint/scope-manager" "8.56.1"
852+
"@typescript-eslint/types" "8.56.1"
853+
"@typescript-eslint/typescript-estree" "8.56.1"
854+
"@typescript-eslint/visitor-keys" "8.56.1"
855855
debug "^4.4.3"
856856

857-
"@typescript-eslint/project-service@8.56.0":
858-
version "8.56.0"
859-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.0.tgz#bb8562fecd8f7922e676fc6a1189c20dd7991d73"
860-
integrity sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==
857+
"@typescript-eslint/project-service@8.56.1":
858+
version "8.56.1"
859+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244"
860+
integrity sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==
861861
dependencies:
862-
"@typescript-eslint/tsconfig-utils" "^8.56.0"
863-
"@typescript-eslint/types" "^8.56.0"
862+
"@typescript-eslint/tsconfig-utils" "^8.56.1"
863+
"@typescript-eslint/types" "^8.56.1"
864864
debug "^4.4.3"
865865

866-
"@typescript-eslint/scope-manager@8.56.0":
867-
version "8.56.0"
868-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.0.tgz#604030a4c6433df3728effdd441d47f45a86edb4"
869-
integrity sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==
866+
"@typescript-eslint/scope-manager@8.56.1":
867+
version "8.56.1"
868+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24"
869+
integrity sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==
870870
dependencies:
871-
"@typescript-eslint/types" "8.56.0"
872-
"@typescript-eslint/visitor-keys" "8.56.0"
871+
"@typescript-eslint/types" "8.56.1"
872+
"@typescript-eslint/visitor-keys" "8.56.1"
873873

874-
"@typescript-eslint/tsconfig-utils@8.56.0":
875-
version "8.56.0"
876-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
877-
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
878-
879-
"@typescript-eslint/tsconfig-utils@^8.56.0":
874+
"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1":
880875
version "8.56.1"
881876
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7"
882877
integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==
883878

884-
"@typescript-eslint/type-utils@8.56.0":
885-
version "8.56.0"
886-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.0.tgz#72b4edc1fc73988998f1632b3ec99c2a66eaac6e"
887-
integrity sha512-qX2L3HWOU2nuDs6GzglBeuFXviDODreS58tLY/BALPC7iu3Fa+J7EOTwnX9PdNBxUI7Uh0ntP0YWGnxCkXzmfA==
879+
"@typescript-eslint/type-utils@8.56.1":
880+
version "8.56.1"
881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz#7a6c4fabf225d674644931e004302cbbdd2f2e24"
882+
integrity sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==
888883
dependencies:
889-
"@typescript-eslint/types" "8.56.0"
890-
"@typescript-eslint/typescript-estree" "8.56.0"
891-
"@typescript-eslint/utils" "8.56.0"
884+
"@typescript-eslint/types" "8.56.1"
885+
"@typescript-eslint/typescript-estree" "8.56.1"
886+
"@typescript-eslint/utils" "8.56.1"
892887
debug "^4.4.3"
893888
ts-api-utils "^2.4.0"
894889

895-
"@typescript-eslint/types@8.56.0":
896-
version "8.56.0"
897-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
898-
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
899-
900-
"@typescript-eslint/types@^8.56.0":
890+
"@typescript-eslint/types@8.56.1", "@typescript-eslint/types@^8.56.1":
901891
version "8.56.1"
902892
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9"
903893
integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==
904894

905-
"@typescript-eslint/typescript-estree@8.56.0":
906-
version "8.56.0"
907-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.0.tgz#fadbc74c14c5bac947db04980ff58bb178701c2e"
908-
integrity sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==
895+
"@typescript-eslint/typescript-estree@8.56.1":
896+
version "8.56.1"
897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0"
898+
integrity sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==
909899
dependencies:
910-
"@typescript-eslint/project-service" "8.56.0"
911-
"@typescript-eslint/tsconfig-utils" "8.56.0"
912-
"@typescript-eslint/types" "8.56.0"
913-
"@typescript-eslint/visitor-keys" "8.56.0"
900+
"@typescript-eslint/project-service" "8.56.1"
901+
"@typescript-eslint/tsconfig-utils" "8.56.1"
902+
"@typescript-eslint/types" "8.56.1"
903+
"@typescript-eslint/visitor-keys" "8.56.1"
914904
debug "^4.4.3"
915-
minimatch "^9.0.5"
905+
minimatch "^10.2.2"
916906
semver "^7.7.3"
917907
tinyglobby "^0.2.15"
918908
ts-api-utils "^2.4.0"
919909

920-
"@typescript-eslint/utils@8.56.0":
921-
version "8.56.0"
922-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.0.tgz#063ce6f702ec603de1b83ee795ed5e877d6f7841"
923-
integrity sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==
910+
"@typescript-eslint/utils@8.56.1":
911+
version "8.56.1"
912+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.1.tgz#5a86acaf9f1b4c4a85a42effb217f73059f6deb7"
913+
integrity sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==
924914
dependencies:
925915
"@eslint-community/eslint-utils" "^4.9.1"
926-
"@typescript-eslint/scope-manager" "8.56.0"
927-
"@typescript-eslint/types" "8.56.0"
928-
"@typescript-eslint/typescript-estree" "8.56.0"
916+
"@typescript-eslint/scope-manager" "8.56.1"
917+
"@typescript-eslint/types" "8.56.1"
918+
"@typescript-eslint/typescript-estree" "8.56.1"
929919

930-
"@typescript-eslint/visitor-keys@8.56.0":
931-
version "8.56.0"
932-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.0.tgz#7d6592ab001827d3ce052155edf7ecad19688d7d"
933-
integrity sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==
920+
"@typescript-eslint/visitor-keys@8.56.1":
921+
version "8.56.1"
922+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz#50e03475c33a42d123dc99e63acf1841c0231f87"
923+
integrity sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==
934924
dependencies:
935-
"@typescript-eslint/types" "8.56.0"
925+
"@typescript-eslint/types" "8.56.1"
936926
eslint-visitor-keys "^5.0.0"
937927

938928
"@ungap/structured-clone@^1.3.0":
@@ -1278,6 +1268,11 @@ balanced-match@^1.0.0:
12781268
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
12791269
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
12801270

1271+
balanced-match@^4.0.2:
1272+
version "4.0.4"
1273+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1274+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1275+
12811276
baseline-browser-mapping@^2.9.0:
12821277
version "2.9.11"
12831278
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.9.11.tgz#53724708c8db5f97206517ecfe362dbe5181deea"
@@ -1303,6 +1298,13 @@ brace-expansion@^2.0.1:
13031298
dependencies:
13041299
balanced-match "^1.0.0"
13051300

1301+
brace-expansion@^5.0.2:
1302+
version "5.0.4"
1303+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
1304+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
1305+
dependencies:
1306+
balanced-match "^4.0.2"
1307+
13061308
braces@^3.0.3:
13071309
version "3.0.3"
13081310
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -3210,14 +3212,21 @@ mimic-fn@^2.1.0:
32103212
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
32113213
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
32123214

3215+
minimatch@^10.2.2:
3216+
version "10.2.4"
3217+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
3218+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
3219+
dependencies:
3220+
brace-expansion "^5.0.2"
3221+
32133222
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
32143223
version "3.1.2"
32153224
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
32163225
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
32173226
dependencies:
32183227
brace-expansion "^1.1.7"
32193228

3220-
minimatch@^9.0.4, minimatch@^9.0.5:
3229+
minimatch@^9.0.4:
32213230
version "9.0.5"
32223231
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
32233232
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==

0 commit comments

Comments
 (0)