Skip to content

Commit 23d308e

Browse files
chore(deps): update typescript-eslint monorepo to v8.26.0 (#2769)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fcda0e9 commit 23d308e

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
@@ -65,8 +65,8 @@
6565
"@types/jest": "29.5.14",
6666
"@types/mongodb": "4.0.7",
6767
"@types/node": "22.13.8",
68-
"@typescript-eslint/eslint-plugin": "8.25.0",
69-
"@typescript-eslint/parser": "8.25.0",
68+
"@typescript-eslint/eslint-plugin": "8.26.0",
69+
"@typescript-eslint/parser": "8.26.0",
7070
"bob-the-bundler": "7.0.1",
7171
"cross-env": "7.0.3",
7272
"eslint": "9.21.0",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1721,85 +1721,85 @@
17211721
dependencies:
17221722
"@types/yargs-parser" "*"
17231723

1724-
"@typescript-eslint/eslint-plugin@8.25.0":
1725-
version "8.25.0"
1726-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.25.0.tgz#5e1d56f067e5808fa82d1b75bced82396e868a14"
1727-
integrity sha512-VM7bpzAe7JO/BFf40pIT1lJqS/z1F8OaSsUB3rpFJucQA4cOSuH2RVVVkFULN+En0Djgr29/jb4EQnedUo95KA==
1724+
"@typescript-eslint/eslint-plugin@8.26.0":
1725+
version "8.26.0"
1726+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
1727+
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
17281728
dependencies:
17291729
"@eslint-community/regexpp" "^4.10.0"
1730-
"@typescript-eslint/scope-manager" "8.25.0"
1731-
"@typescript-eslint/type-utils" "8.25.0"
1732-
"@typescript-eslint/utils" "8.25.0"
1733-
"@typescript-eslint/visitor-keys" "8.25.0"
1730+
"@typescript-eslint/scope-manager" "8.26.0"
1731+
"@typescript-eslint/type-utils" "8.26.0"
1732+
"@typescript-eslint/utils" "8.26.0"
1733+
"@typescript-eslint/visitor-keys" "8.26.0"
17341734
graphemer "^1.4.0"
17351735
ignore "^5.3.1"
17361736
natural-compare "^1.4.0"
17371737
ts-api-utils "^2.0.1"
17381738

1739-
"@typescript-eslint/parser@8.25.0":
1740-
version "8.25.0"
1741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.25.0.tgz#58fb81c7b7a35184ba17583f3d7ac6c4f3d95be8"
1742-
integrity sha512-4gbs64bnbSzu4FpgMiQ1A+D+urxkoJk/kqlDJ2W//5SygaEiAP2B4GoS7TEdxgwol2el03gckFV9lJ4QOMiiHg==
1739+
"@typescript-eslint/parser@8.26.0":
1740+
version "8.26.0"
1741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
1742+
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
17431743
dependencies:
1744-
"@typescript-eslint/scope-manager" "8.25.0"
1745-
"@typescript-eslint/types" "8.25.0"
1746-
"@typescript-eslint/typescript-estree" "8.25.0"
1747-
"@typescript-eslint/visitor-keys" "8.25.0"
1744+
"@typescript-eslint/scope-manager" "8.26.0"
1745+
"@typescript-eslint/types" "8.26.0"
1746+
"@typescript-eslint/typescript-estree" "8.26.0"
1747+
"@typescript-eslint/visitor-keys" "8.26.0"
17481748
debug "^4.3.4"
17491749

1750-
"@typescript-eslint/scope-manager@8.25.0":
1751-
version "8.25.0"
1752-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.25.0.tgz#ac3805077aade898e98ca824294c998545597df3"
1753-
integrity sha512-6PPeiKIGbgStEyt4NNXa2ru5pMzQ8OYKO1hX1z53HMomrmiSB+R5FmChgQAP1ro8jMtNawz+TRQo/cSXrauTpg==
1750+
"@typescript-eslint/scope-manager@8.26.0":
1751+
version "8.26.0"
1752+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
1753+
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
17541754
dependencies:
1755-
"@typescript-eslint/types" "8.25.0"
1756-
"@typescript-eslint/visitor-keys" "8.25.0"
1755+
"@typescript-eslint/types" "8.26.0"
1756+
"@typescript-eslint/visitor-keys" "8.26.0"
17571757

1758-
"@typescript-eslint/type-utils@8.25.0":
1759-
version "8.25.0"
1760-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.25.0.tgz#ee0d2f67c80af5ae74b5d6f977e0f8ded0059677"
1761-
integrity sha512-d77dHgHWnxmXOPJuDWO4FDWADmGQkN5+tt6SFRZz/RtCWl4pHgFl3+WdYCn16+3teG09DY6XtEpf3gGD0a186g==
1758+
"@typescript-eslint/type-utils@8.26.0":
1759+
version "8.26.0"
1760+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
1761+
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
17621762
dependencies:
1763-
"@typescript-eslint/typescript-estree" "8.25.0"
1764-
"@typescript-eslint/utils" "8.25.0"
1763+
"@typescript-eslint/typescript-estree" "8.26.0"
1764+
"@typescript-eslint/utils" "8.26.0"
17651765
debug "^4.3.4"
17661766
ts-api-utils "^2.0.1"
17671767

1768-
"@typescript-eslint/types@8.25.0":
1769-
version "8.25.0"
1770-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.25.0.tgz#f91512c2f532b1d6a8826cadd0b0e5cd53cf97e0"
1771-
integrity sha512-+vUe0Zb4tkNgznQwicsvLUJgZIRs6ITeWSCclX1q85pR1iOiaj+4uZJIUp//Z27QWu5Cseiw3O3AR8hVpax7Aw==
1768+
"@typescript-eslint/types@8.26.0":
1769+
version "8.26.0"
1770+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
1771+
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
17721772

1773-
"@typescript-eslint/typescript-estree@8.25.0":
1774-
version "8.25.0"
1775-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.25.0.tgz#d8409c63abddd4cf5b93c031b24b9edc1c7c1299"
1776-
integrity sha512-ZPaiAKEZ6Blt/TPAx5Ot0EIB/yGtLI2EsGoY6F7XKklfMxYQyvtL+gT/UCqkMzO0BVFHLDlzvFqQzurYahxv9Q==
1773+
"@typescript-eslint/typescript-estree@8.26.0":
1774+
version "8.26.0"
1775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
1776+
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
17771777
dependencies:
1778-
"@typescript-eslint/types" "8.25.0"
1779-
"@typescript-eslint/visitor-keys" "8.25.0"
1778+
"@typescript-eslint/types" "8.26.0"
1779+
"@typescript-eslint/visitor-keys" "8.26.0"
17801780
debug "^4.3.4"
17811781
fast-glob "^3.3.2"
17821782
is-glob "^4.0.3"
17831783
minimatch "^9.0.4"
17841784
semver "^7.6.0"
17851785
ts-api-utils "^2.0.1"
17861786

1787-
"@typescript-eslint/utils@8.25.0", "@typescript-eslint/utils@^8.21.0":
1788-
version "8.25.0"
1789-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.25.0.tgz#3ea2f9196a915ef4daa2c8eafd44adbd7d56d08a"
1790-
integrity sha512-syqRbrEv0J1wywiLsK60XzHnQe/kRViI3zwFALrNEgnntn1l24Ra2KvOAWwWbWZ1lBZxZljPDGOq967dsl6fkA==
1787+
"@typescript-eslint/utils@8.26.0", "@typescript-eslint/utils@^8.21.0":
1788+
version "8.26.0"
1789+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
1790+
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
17911791
dependencies:
17921792
"@eslint-community/eslint-utils" "^4.4.0"
1793-
"@typescript-eslint/scope-manager" "8.25.0"
1794-
"@typescript-eslint/types" "8.25.0"
1795-
"@typescript-eslint/typescript-estree" "8.25.0"
1793+
"@typescript-eslint/scope-manager" "8.26.0"
1794+
"@typescript-eslint/types" "8.26.0"
1795+
"@typescript-eslint/typescript-estree" "8.26.0"
17961796

1797-
"@typescript-eslint/visitor-keys@8.25.0":
1798-
version "8.25.0"
1799-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.25.0.tgz#e8646324cd1793f96e02669cb717a05319403164"
1800-
integrity sha512-kCYXKAum9CecGVHGij7muybDfTS2sD3t0L4bJsEZLkyrXUImiCTq1M3LG2SRtOhiHFwMR9wAFplpT6XHYjTkwQ==
1797+
"@typescript-eslint/visitor-keys@8.26.0":
1798+
version "8.26.0"
1799+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
1800+
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
18011801
dependencies:
1802-
"@typescript-eslint/types" "8.25.0"
1802+
"@typescript-eslint/types" "8.26.0"
18031803
eslint-visitor-keys "^4.2.0"
18041804

18051805
"@whatwg-node/promise-helpers@^1.0.0":

0 commit comments

Comments
 (0)