Skip to content

Commit 8fdd0ca

Browse files
fix(deps): bump @typescript-eslint/eslint-plugin from 8.25.0 to 8.26.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.25.0 to 8.26.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.26.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e5a4a2 commit 8fdd0ca

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

yarn.lock

+27-2
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
217217
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
218218

219-
"@typescript-eslint/eslint-plugin@8.25.0", "@typescript-eslint/eslint-plugin@^8":
219+
"@typescript-eslint/eslint-plugin@8.25.0":
220220
version "8.25.0"
221221
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
222222
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
@@ -231,6 +231,21 @@
231231
natural-compare "^1.4.0"
232232
ts-api-utils "^2.0.1"
233233

234+
"@typescript-eslint/eslint-plugin@^8":
235+
version "8.26.0"
236+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
237+
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
238+
dependencies:
239+
"@eslint-community/regexpp" "^4.10.0"
240+
"@typescript-eslint/scope-manager" "8.26.0"
241+
"@typescript-eslint/type-utils" "8.26.0"
242+
"@typescript-eslint/utils" "8.26.0"
243+
"@typescript-eslint/visitor-keys" "8.26.0"
244+
graphemer "^1.4.0"
245+
ignore "^5.3.1"
246+
natural-compare "^1.4.0"
247+
ts-api-utils "^2.0.1"
248+
234249
"@typescript-eslint/parser@8.25.0", "@typescript-eslint/parser@^8":
235250
version "8.25.0"
236251
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
@@ -268,6 +283,16 @@
268283
debug "^4.3.4"
269284
ts-api-utils "^2.0.1"
270285

286+
"@typescript-eslint/type-utils@8.26.0":
287+
version "8.26.0"
288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
289+
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
290+
dependencies:
291+
"@typescript-eslint/typescript-estree" "8.26.0"
292+
"@typescript-eslint/utils" "8.26.0"
293+
debug "^4.3.4"
294+
ts-api-utils "^2.0.1"
295+
271296
"@typescript-eslint/types@8.25.0":
272297
version "8.25.0"
273298
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
@@ -316,7 +341,7 @@
316341
"@typescript-eslint/types" "8.25.0"
317342
"@typescript-eslint/typescript-estree" "8.25.0"
318343

319-
"@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.26.0":
344+
"@typescript-eslint/utils@8.26.0", "@typescript-eslint/utils@^8.13.0", "@typescript-eslint/utils@^8.26.0":
320345
version "8.26.0"
321346
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
322347
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==

0 commit comments

Comments
 (0)