Skip to content

Commit 461330f

Browse files
chore(deps): update typescript-eslint monorepo to v8.56.1 (#1376)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 76d5e05 commit 461330f

2 files changed

Lines changed: 67 additions & 67 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"@theguild/prettier-config": "3.0.1",
4141
"@types/jest": "30.0.0",
4242
"@types/node": "24.10.13",
43-
"@typescript-eslint/eslint-plugin": "8.56.0",
44-
"@typescript-eslint/parser": "8.56.0",
43+
"@typescript-eslint/eslint-plugin": "8.56.1",
44+
"@typescript-eslint/parser": "8.56.1",
4545
"babel-jest": "30.2.0",
4646
"bob-the-bundler": "7.0.1",
4747
"cross-env": "10.1.0",

yarn.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -2685,100 +2685,100 @@
26852685
dependencies:
26862686
"@types/yargs-parser" "*"
26872687

2688-
"@typescript-eslint/eslint-plugin@8.56.0":
2689-
version "8.56.0"
2690-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.0.tgz#5aec3db807a6b8437ea5d5ebf7bd16b4119aba8d"
2691-
integrity sha512-lRyPDLzNCuae71A3t9NEINBiTn7swyOhvUj3MyUOxb8x6g6vPEFoOU+ZRmGMusNC3X3YMhqMIX7i8ShqhT74Pw==
2688+
"@typescript-eslint/eslint-plugin@8.56.1":
2689+
version "8.56.1"
2690+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.56.1.tgz#b1ce606d87221daec571e293009675992f0aae76"
2691+
integrity sha512-Jz9ZztpB37dNC+HU2HI28Bs9QXpzCz+y/twHOwhyrIRdbuVDxSytJNDl6z/aAKlaRIwC7y8wJdkBv7FxYGgi0A==
26922692
dependencies:
26932693
"@eslint-community/regexpp" "^4.12.2"
2694-
"@typescript-eslint/scope-manager" "8.56.0"
2695-
"@typescript-eslint/type-utils" "8.56.0"
2696-
"@typescript-eslint/utils" "8.56.0"
2697-
"@typescript-eslint/visitor-keys" "8.56.0"
2694+
"@typescript-eslint/scope-manager" "8.56.1"
2695+
"@typescript-eslint/type-utils" "8.56.1"
2696+
"@typescript-eslint/utils" "8.56.1"
2697+
"@typescript-eslint/visitor-keys" "8.56.1"
26982698
ignore "^7.0.5"
26992699
natural-compare "^1.4.0"
27002700
ts-api-utils "^2.4.0"
27012701

2702-
"@typescript-eslint/parser@8.56.0":
2703-
version "8.56.0"
2704-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.0.tgz#8ecff1678b8b1a742d29c446ccf5eeea7f971d72"
2705-
integrity sha512-IgSWvLobTDOjnaxAfDTIHaECbkNlAlKv2j5SjpB2v7QHKv1FIfjwMy8FsDbVfDX/KjmCmYICcw7uGaXLhtsLNg==
2702+
"@typescript-eslint/parser@8.56.1":
2703+
version "8.56.1"
2704+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.56.1.tgz#21d13b3d456ffb08614c1d68bb9a4f8d9237cdc7"
2705+
integrity sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==
27062706
dependencies:
2707-
"@typescript-eslint/scope-manager" "8.56.0"
2708-
"@typescript-eslint/types" "8.56.0"
2709-
"@typescript-eslint/typescript-estree" "8.56.0"
2710-
"@typescript-eslint/visitor-keys" "8.56.0"
2707+
"@typescript-eslint/scope-manager" "8.56.1"
2708+
"@typescript-eslint/types" "8.56.1"
2709+
"@typescript-eslint/typescript-estree" "8.56.1"
2710+
"@typescript-eslint/visitor-keys" "8.56.1"
27112711
debug "^4.4.3"
27122712

2713-
"@typescript-eslint/project-service@8.56.0":
2714-
version "8.56.0"
2715-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.0.tgz#bb8562fecd8f7922e676fc6a1189c20dd7991d73"
2716-
integrity sha512-M3rnyL1vIQOMeWxTWIW096/TtVP+8W3p/XnaFflhmcFp+U4zlxUxWj4XwNs6HbDeTtN4yun0GNTTDBw/SvufKg==
2713+
"@typescript-eslint/project-service@8.56.1":
2714+
version "8.56.1"
2715+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.56.1.tgz#65c8d645f028b927bfc4928593b54e2ecd809244"
2716+
integrity sha512-TAdqQTzHNNvlVFfR+hu2PDJrURiwKsUvxFn1M0h95BB8ah5jejas08jUWG4dBA68jDMI988IvtfdAI53JzEHOQ==
27172717
dependencies:
2718-
"@typescript-eslint/tsconfig-utils" "^8.56.0"
2719-
"@typescript-eslint/types" "^8.56.0"
2718+
"@typescript-eslint/tsconfig-utils" "^8.56.1"
2719+
"@typescript-eslint/types" "^8.56.1"
27202720
debug "^4.4.3"
27212721

2722-
"@typescript-eslint/scope-manager@8.56.0":
2723-
version "8.56.0"
2724-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.0.tgz#604030a4c6433df3728effdd441d47f45a86edb4"
2725-
integrity sha512-7UiO/XwMHquH+ZzfVCfUNkIXlp/yQjjnlYUyYz7pfvlK3/EyyN6BK+emDmGNyQLBtLGaYrTAI6KOw8tFucWL2w==
2722+
"@typescript-eslint/scope-manager@8.56.1":
2723+
version "8.56.1"
2724+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24"
2725+
integrity sha512-YAi4VDKcIZp0O4tz/haYKhmIDZFEUPOreKbfdAN3SzUDMcPhJ8QI99xQXqX+HoUVq8cs85eRKnD+rne2UAnj2w==
27262726
dependencies:
2727-
"@typescript-eslint/types" "8.56.0"
2728-
"@typescript-eslint/visitor-keys" "8.56.0"
2727+
"@typescript-eslint/types" "8.56.1"
2728+
"@typescript-eslint/visitor-keys" "8.56.1"
27292729

2730-
"@typescript-eslint/tsconfig-utils@8.56.0", "@typescript-eslint/tsconfig-utils@^8.56.0":
2731-
version "8.56.0"
2732-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.0.tgz#2538ce83cbc376e685487960cbb24b65fe2abc4e"
2733-
integrity sha512-bSJoIIt4o3lKXD3xmDh9chZcjCz5Lk8xS7Rxn+6l5/pKrDpkCwtQNQQwZ2qRPk7TkUYhrq3WPIHXOXlbXP0itg==
2730+
"@typescript-eslint/tsconfig-utils@8.56.1", "@typescript-eslint/tsconfig-utils@^8.56.1":
2731+
version "8.56.1"
2732+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.56.1.tgz#1afa830b0fada5865ddcabdc993b790114a879b7"
2733+
integrity sha512-qOtCYzKEeyr3aR9f28mPJqBty7+DBqsdd63eO0yyDwc6vgThj2UjWfJIcsFeSucYydqcuudMOprZ+x1SpF3ZuQ==
27342734

2735-
"@typescript-eslint/type-utils@8.56.0":
2736-
version "8.56.0"
2737-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.0.tgz#72b4edc1fc73988998f1632b3ec99c2a66eaac6e"
2738-
integrity sha512-qX2L3HWOU2nuDs6GzglBeuFXviDODreS58tLY/BALPC7iu3Fa+J7EOTwnX9PdNBxUI7Uh0ntP0YWGnxCkXzmfA==
2735+
"@typescript-eslint/type-utils@8.56.1":
2736+
version "8.56.1"
2737+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.56.1.tgz#7a6c4fabf225d674644931e004302cbbdd2f2e24"
2738+
integrity sha512-yB/7dxi7MgTtGhZdaHCemf7PuwrHMenHjmzgUW1aJpO+bBU43OycnM3Wn+DdvDO/8zzA9HlhaJ0AUGuvri4oGg==
27392739
dependencies:
2740-
"@typescript-eslint/types" "8.56.0"
2741-
"@typescript-eslint/typescript-estree" "8.56.0"
2742-
"@typescript-eslint/utils" "8.56.0"
2740+
"@typescript-eslint/types" "8.56.1"
2741+
"@typescript-eslint/typescript-estree" "8.56.1"
2742+
"@typescript-eslint/utils" "8.56.1"
27432743
debug "^4.4.3"
27442744
ts-api-utils "^2.4.0"
27452745

2746-
"@typescript-eslint/types@8.56.0", "@typescript-eslint/types@^8.56.0":
2747-
version "8.56.0"
2748-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.0.tgz#a2444011b9a98ca13d70411d2cbfed5443b3526a"
2749-
integrity sha512-DBsLPs3GsWhX5HylbP9HNG15U0bnwut55Lx12bHB9MpXxQ+R5GC8MwQe+N1UFXxAeQDvEsEDY6ZYwX03K7Z6HQ==
2746+
"@typescript-eslint/types@8.56.1", "@typescript-eslint/types@^8.56.1":
2747+
version "8.56.1"
2748+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.56.1.tgz#975e5942bf54895291337c91b9191f6eb0632ab9"
2749+
integrity sha512-dbMkdIUkIkchgGDIv7KLUpa0Mda4IYjo4IAMJUZ+3xNoUXxMsk9YtKpTHSChRS85o+H9ftm51gsK1dZReY9CVw==
27502750

2751-
"@typescript-eslint/typescript-estree@8.56.0":
2752-
version "8.56.0"
2753-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.0.tgz#fadbc74c14c5bac947db04980ff58bb178701c2e"
2754-
integrity sha512-ex1nTUMWrseMltXUHmR2GAQ4d+WjkZCT4f+4bVsps8QEdh0vlBsaCokKTPlnqBFqqGaxilDNJG7b8dolW2m43Q==
2751+
"@typescript-eslint/typescript-estree@8.56.1":
2752+
version "8.56.1"
2753+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0"
2754+
integrity sha512-qzUL1qgalIvKWAf9C1HpvBjif+Vm6rcT5wZd4VoMb9+Km3iS3Cv9DY6dMRMDtPnwRAFyAi7YXJpTIEXLvdfPxg==
27552755
dependencies:
2756-
"@typescript-eslint/project-service" "8.56.0"
2757-
"@typescript-eslint/tsconfig-utils" "8.56.0"
2758-
"@typescript-eslint/types" "8.56.0"
2759-
"@typescript-eslint/visitor-keys" "8.56.0"
2756+
"@typescript-eslint/project-service" "8.56.1"
2757+
"@typescript-eslint/tsconfig-utils" "8.56.1"
2758+
"@typescript-eslint/types" "8.56.1"
2759+
"@typescript-eslint/visitor-keys" "8.56.1"
27602760
debug "^4.4.3"
2761-
minimatch "^9.0.5"
2761+
minimatch "^10.2.2"
27622762
semver "^7.7.3"
27632763
tinyglobby "^0.2.15"
27642764
ts-api-utils "^2.4.0"
27652765

2766-
"@typescript-eslint/utils@8.56.0":
2767-
version "8.56.0"
2768-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.0.tgz#063ce6f702ec603de1b83ee795ed5e877d6f7841"
2769-
integrity sha512-RZ3Qsmi2nFGsS+n+kjLAYDPVlrzf7UhTffrDIKr+h2yzAlYP/y5ZulU0yeDEPItos2Ph46JAL5P/On3pe7kDIQ==
2766+
"@typescript-eslint/utils@8.56.1":
2767+
version "8.56.1"
2768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.56.1.tgz#5a86acaf9f1b4c4a85a42effb217f73059f6deb7"
2769+
integrity sha512-HPAVNIME3tABJ61siYlHzSWCGtOoeP2RTIaHXFMPqjrQKCGB9OgUVdiNgH7TJS2JNIQ5qQ4RsAUDuGaGme/KOA==
27702770
dependencies:
27712771
"@eslint-community/eslint-utils" "^4.9.1"
2772-
"@typescript-eslint/scope-manager" "8.56.0"
2773-
"@typescript-eslint/types" "8.56.0"
2774-
"@typescript-eslint/typescript-estree" "8.56.0"
2772+
"@typescript-eslint/scope-manager" "8.56.1"
2773+
"@typescript-eslint/types" "8.56.1"
2774+
"@typescript-eslint/typescript-estree" "8.56.1"
27752775

2776-
"@typescript-eslint/visitor-keys@8.56.0":
2777-
version "8.56.0"
2778-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.0.tgz#7d6592ab001827d3ce052155edf7ecad19688d7d"
2779-
integrity sha512-q+SL+b+05Ud6LbEE35qe4A99P+htKTKVbyiNEe45eCbJFyh/HVK9QXwlrbz+Q4L8SOW4roxSVwXYj4DMBT7Ieg==
2776+
"@typescript-eslint/visitor-keys@8.56.1":
2777+
version "8.56.1"
2778+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.56.1.tgz#50e03475c33a42d123dc99e63acf1841c0231f87"
2779+
integrity sha512-KiROIzYdEV85YygXw6BI/Dx4fnBlFQu6Mq4QE4MOH9fFnhohw6wX/OAvDY2/C+ut0I3RSPKenvZJIVYqJNkhEw==
27802780
dependencies:
2781-
"@typescript-eslint/types" "8.56.0"
2781+
"@typescript-eslint/types" "8.56.1"
27822782
eslint-visitor-keys "^5.0.0"
27832783

27842784
"@ungap/structured-clone@^1.3.0":
@@ -6284,7 +6284,7 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.3:
62846284
dependencies:
62856285
brace-expansion "^1.1.7"
62866286

6287-
minimatch@^9.0.4, minimatch@^9.0.5:
6287+
minimatch@^9.0.4:
62886288
version "9.0.9"
62896289
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
62906290
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==

0 commit comments

Comments
 (0)