Skip to content

Commit c4ccc4c

Browse files
fix(deps): update typescript-eslint monorepo to v8.26.0 (#932)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d15dc04 commit c4ccc4c

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"@typescript-eslint/eslint-plugin": "8.25.0",
8-
"@typescript-eslint/parser": "8.25.0",
7+
"@typescript-eslint/eslint-plugin": "8.26.0",
8+
"@typescript-eslint/parser": "8.26.0",
99
"eslint": "8.57.1",
1010
"eslint-config-airbnb": "19.0.4",
1111
"eslint-config-prettier": "10.0.2",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -750,16 +750,16 @@
750750
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
751751
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
752752

753-
"@typescript-eslint/eslint-plugin@8.25.0":
754-
version "8.25.0"
755-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
756-
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
753+
"@typescript-eslint/eslint-plugin@8.26.0":
754+
version "8.26.0"
755+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
756+
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
757757
dependencies:
758758
"@eslint-community/regexpp" "^4.10.0"
759-
"@typescript-eslint/scope-manager" "8.25.0"
760-
"@typescript-eslint/type-utils" "8.25.0"
761-
"@typescript-eslint/utils" "8.25.0"
762-
"@typescript-eslint/visitor-keys" "8.25.0"
759+
"@typescript-eslint/scope-manager" "8.26.0"
760+
"@typescript-eslint/type-utils" "8.26.0"
761+
"@typescript-eslint/utils" "8.26.0"
762+
"@typescript-eslint/visitor-keys" "8.26.0"
763763
graphemer "^1.4.0"
764764
ignore "^5.3.1"
765765
natural-compare "^1.4.0"
@@ -780,15 +780,15 @@
780780
natural-compare "^1.4.0"
781781
ts-api-utils "^1.3.0"
782782

783-
"@typescript-eslint/parser@8.25.0":
784-
version "8.25.0"
785-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
786-
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
783+
"@typescript-eslint/parser@8.26.0":
784+
version "8.26.0"
785+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
786+
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
787787
dependencies:
788-
"@typescript-eslint/scope-manager" "8.25.0"
789-
"@typescript-eslint/types" "8.25.0"
790-
"@typescript-eslint/typescript-estree" "8.25.0"
791-
"@typescript-eslint/visitor-keys" "8.25.0"
788+
"@typescript-eslint/scope-manager" "8.26.0"
789+
"@typescript-eslint/types" "8.26.0"
790+
"@typescript-eslint/typescript-estree" "8.26.0"
791+
"@typescript-eslint/visitor-keys" "8.26.0"
792792
debug "^4.3.4"
793793

794794
"@typescript-eslint/parser@^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0":
@@ -802,13 +802,13 @@
802802
"@typescript-eslint/visitor-keys" "8.6.0"
803803
debug "^4.3.4"
804804

805-
"@typescript-eslint/scope-manager@8.25.0":
806-
version "8.25.0"
807-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
808-
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
805+
"@typescript-eslint/scope-manager@8.26.0":
806+
version "8.26.0"
807+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
808+
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
809809
dependencies:
810-
"@typescript-eslint/types" "8.25.0"
811-
"@typescript-eslint/visitor-keys" "8.25.0"
810+
"@typescript-eslint/types" "8.26.0"
811+
"@typescript-eslint/visitor-keys" "8.26.0"
812812

813813
"@typescript-eslint/[email protected]":
814814
version "8.6.0"
@@ -818,13 +818,13 @@
818818
"@typescript-eslint/types" "8.6.0"
819819
"@typescript-eslint/visitor-keys" "8.6.0"
820820

821-
"@typescript-eslint/type-utils@8.25.0":
822-
version "8.25.0"
823-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
824-
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
821+
"@typescript-eslint/type-utils@8.26.0":
822+
version "8.26.0"
823+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
824+
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
825825
dependencies:
826-
"@typescript-eslint/typescript-estree" "8.25.0"
827-
"@typescript-eslint/utils" "8.25.0"
826+
"@typescript-eslint/typescript-estree" "8.26.0"
827+
"@typescript-eslint/utils" "8.26.0"
828828
debug "^4.3.4"
829829
ts-api-utils "^2.0.1"
830830

@@ -838,23 +838,23 @@
838838
debug "^4.3.4"
839839
ts-api-utils "^1.3.0"
840840

841-
"@typescript-eslint/types@8.25.0":
842-
version "8.25.0"
843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
844-
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
841+
"@typescript-eslint/types@8.26.0":
842+
version "8.26.0"
843+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
844+
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
845845

846846
"@typescript-eslint/[email protected]":
847847
version "8.6.0"
848848
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.6.0.tgz#cdc3a16f83f2f0663d6723e9fd032331cdd9f51c"
849849
integrity sha512-rojqFZGd4MQxw33SrOy09qIDS8WEldM8JWtKQLAjf/X5mGSeEFh5ixQlxssMNyPslVIk9yzWqXCsV2eFhYrYUw==
850850

851-
"@typescript-eslint/typescript-estree@8.25.0":
852-
version "8.25.0"
853-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
854-
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
851+
"@typescript-eslint/typescript-estree@8.26.0":
852+
version "8.26.0"
853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
854+
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
855855
dependencies:
856-
"@typescript-eslint/types" "8.25.0"
857-
"@typescript-eslint/visitor-keys" "8.25.0"
856+
"@typescript-eslint/types" "8.26.0"
857+
"@typescript-eslint/visitor-keys" "8.26.0"
858858
debug "^4.3.4"
859859
fast-glob "^3.3.2"
860860
is-glob "^4.0.3"
@@ -876,15 +876,15 @@
876876
semver "^7.6.0"
877877
ts-api-utils "^1.3.0"
878878

879-
"@typescript-eslint/utils@8.25.0":
880-
version "8.25.0"
881-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
882-
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
879+
"@typescript-eslint/utils@8.26.0":
880+
version "8.26.0"
881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
882+
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
883883
dependencies:
884884
"@eslint-community/eslint-utils" "^4.4.0"
885-
"@typescript-eslint/scope-manager" "8.25.0"
886-
"@typescript-eslint/types" "8.25.0"
887-
"@typescript-eslint/typescript-estree" "8.25.0"
885+
"@typescript-eslint/scope-manager" "8.26.0"
886+
"@typescript-eslint/types" "8.26.0"
887+
"@typescript-eslint/typescript-estree" "8.26.0"
888888

889889
"@typescript-eslint/[email protected]":
890890
version "8.6.0"
@@ -896,12 +896,12 @@
896896
"@typescript-eslint/types" "8.6.0"
897897
"@typescript-eslint/typescript-estree" "8.6.0"
898898

899-
"@typescript-eslint/visitor-keys@8.25.0":
900-
version "8.25.0"
901-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
902-
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
899+
"@typescript-eslint/visitor-keys@8.26.0":
900+
version "8.26.0"
901+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
902+
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
903903
dependencies:
904-
"@typescript-eslint/types" "8.25.0"
904+
"@typescript-eslint/types" "8.26.0"
905905
eslint-visitor-keys "^4.2.0"
906906

907907
"@typescript-eslint/[email protected]":

0 commit comments

Comments
 (0)