Skip to content

Commit 9850c53

Browse files
chore(deps): update typescript-eslint monorepo to v8.26.1 (#2779)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 294680a commit 9850c53

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.10",
68-
"@typescript-eslint/eslint-plugin": "8.26.0",
69-
"@typescript-eslint/parser": "8.26.0",
68+
"@typescript-eslint/eslint-plugin": "8.26.1",
69+
"@typescript-eslint/parser": "8.26.1",
7070
"bob-the-bundler": "7.0.1",
7171
"cross-env": "7.0.3",
7272
"eslint": "9.22.0",

yarn.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,85 +1726,85 @@
17261726
dependencies:
17271727
"@types/yargs-parser" "*"
17281728

1729-
"@typescript-eslint/[email protected].0":
1730-
version "8.26.0"
1731-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.0.tgz#7e880faf91f89471c30c141951e15f0eb3a0599e"
1732-
integrity sha512-cLr1J6pe56zjKYajK6SSSre6nl1Gj6xDp1TY0trpgPzjVbgDwd09v2Ws37LABxzkicmUjhEeg/fAUjPJJB1v5Q==
1729+
"@typescript-eslint/[email protected].1":
1730+
version "8.26.1"
1731+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.26.1.tgz#3e48eb847924161843b092c87a9b65176b53782f"
1732+
integrity sha512-2X3mwqsj9Bd3Ciz508ZUtoQQYpOhU/kWoUqIf49H8Z0+Vbh6UF/y0OEYp0Q0axOGzaBGs7QxRwq0knSQ8khQNA==
17331733
dependencies:
17341734
"@eslint-community/regexpp" "^4.10.0"
1735-
"@typescript-eslint/scope-manager" "8.26.0"
1736-
"@typescript-eslint/type-utils" "8.26.0"
1737-
"@typescript-eslint/utils" "8.26.0"
1738-
"@typescript-eslint/visitor-keys" "8.26.0"
1735+
"@typescript-eslint/scope-manager" "8.26.1"
1736+
"@typescript-eslint/type-utils" "8.26.1"
1737+
"@typescript-eslint/utils" "8.26.1"
1738+
"@typescript-eslint/visitor-keys" "8.26.1"
17391739
graphemer "^1.4.0"
17401740
ignore "^5.3.1"
17411741
natural-compare "^1.4.0"
17421742
ts-api-utils "^2.0.1"
17431743

1744-
"@typescript-eslint/[email protected].0":
1745-
version "8.26.0"
1746-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.0.tgz#9b4d2198e89f64fb81e83167eedd89a827d843a9"
1747-
integrity sha512-mNtXP9LTVBy14ZF3o7JG69gRPBK/2QWtQd0j0oH26HcY/foyJJau6pNUez7QrM5UHnSvwlQcJXKsk0I99B9pOA==
1744+
"@typescript-eslint/[email protected].1":
1745+
version "8.26.1"
1746+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.26.1.tgz#0e2f915a497519fc43f52cf2ecbfa607ff56f72e"
1747+
integrity sha512-w6HZUV4NWxqd8BdeFf81t07d7/YV9s7TCWrQQbG5uhuvGUAW+fq1usZ1Hmz9UPNLniFnD8GLSsDpjP0hm1S4lQ==
17481748
dependencies:
1749-
"@typescript-eslint/scope-manager" "8.26.0"
1750-
"@typescript-eslint/types" "8.26.0"
1751-
"@typescript-eslint/typescript-estree" "8.26.0"
1752-
"@typescript-eslint/visitor-keys" "8.26.0"
1749+
"@typescript-eslint/scope-manager" "8.26.1"
1750+
"@typescript-eslint/types" "8.26.1"
1751+
"@typescript-eslint/typescript-estree" "8.26.1"
1752+
"@typescript-eslint/visitor-keys" "8.26.1"
17531753
debug "^4.3.4"
17541754

1755-
"@typescript-eslint/[email protected].0":
1756-
version "8.26.0"
1757-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.0.tgz#b06623fad54a3a77fadab5f652ef75ed3780b545"
1758-
integrity sha512-E0ntLvsfPqnPwng8b8y4OGuzh/iIOm2z8U3S9zic2TeMLW61u5IH2Q1wu0oSTkfrSzwbDJIB/Lm8O3//8BWMPA==
1755+
"@typescript-eslint/[email protected].1":
1756+
version "8.26.1"
1757+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.26.1.tgz#5e6ad0ac258ccf79462e91c3f43a3f1f7f31a6cc"
1758+
integrity sha512-6EIvbE5cNER8sqBu6V7+KeMZIC1664d2Yjt+B9EWUXrsyWpxx4lEZrmvxgSKRC6gX+efDL/UY9OpPZ267io3mg==
17591759
dependencies:
1760-
"@typescript-eslint/types" "8.26.0"
1761-
"@typescript-eslint/visitor-keys" "8.26.0"
1760+
"@typescript-eslint/types" "8.26.1"
1761+
"@typescript-eslint/visitor-keys" "8.26.1"
17621762

1763-
"@typescript-eslint/[email protected].0":
1764-
version "8.26.0"
1765-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.0.tgz#9ee8cc98184b5f66326578de9c097edc89da6f68"
1766-
integrity sha512-ruk0RNChLKz3zKGn2LwXuVoeBcUMh+jaqzN461uMMdxy5H9epZqIBtYj7UiPXRuOpaALXGbmRuZQhmwHhaS04Q==
1763+
"@typescript-eslint/[email protected].1":
1764+
version "8.26.1"
1765+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.26.1.tgz#462f0bae09de72ac6e8e1af2ebe588c23224d7f8"
1766+
integrity sha512-Kcj/TagJLwoY/5w9JGEFV0dclQdyqw9+VMndxOJKtoFSjfZhLXhYjzsQEeyza03rwHx2vFEGvrJWJBXKleRvZg==
17671767
dependencies:
1768-
"@typescript-eslint/typescript-estree" "8.26.0"
1769-
"@typescript-eslint/utils" "8.26.0"
1768+
"@typescript-eslint/typescript-estree" "8.26.1"
1769+
"@typescript-eslint/utils" "8.26.1"
17701770
debug "^4.3.4"
17711771
ts-api-utils "^2.0.1"
17721772

1773-
"@typescript-eslint/[email protected].0":
1774-
version "8.26.0"
1775-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.0.tgz#c4e93a8faf3a38a8d8adb007dc7834f1c89ee7bf"
1776-
integrity sha512-89B1eP3tnpr9A8L6PZlSjBvnJhWXtYfZhECqlBl1D9Lme9mHO6iWlsprBtVenQvY1HMhax1mWOjhtL3fh/u+pA==
1773+
"@typescript-eslint/[email protected].1":
1774+
version "8.26.1"
1775+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.26.1.tgz#d5978721670cff263348d5062773389231a64132"
1776+
integrity sha512-n4THUQW27VmQMx+3P+B0Yptl7ydfceUj4ON/AQILAASwgYdZ/2dhfymRMh5egRUrvK5lSmaOm77Ry+lmXPOgBQ==
17771777

1778-
"@typescript-eslint/[email protected].0":
1779-
version "8.26.0"
1780-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.0.tgz#128972172005a7376e34ed2ecba4e29363b0cad1"
1781-
integrity sha512-tiJ1Hvy/V/oMVRTbEOIeemA2XoylimlDQ03CgPPNaHYZbpsc78Hmngnt+WXZfJX1pjQ711V7g0H7cSJThGYfPQ==
1778+
"@typescript-eslint/[email protected].1":
1779+
version "8.26.1"
1780+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.26.1.tgz#eb0e4ce31753683d83be53441a409fd5f0b34afd"
1781+
integrity sha512-yUwPpUHDgdrv1QJ7YQal3cMVBGWfnuCdKbXw1yyjArax3353rEJP1ZA+4F8nOlQ3RfS2hUN/wze3nlY+ZOhvoA==
17821782
dependencies:
1783-
"@typescript-eslint/types" "8.26.0"
1784-
"@typescript-eslint/visitor-keys" "8.26.0"
1783+
"@typescript-eslint/types" "8.26.1"
1784+
"@typescript-eslint/visitor-keys" "8.26.1"
17851785
debug "^4.3.4"
17861786
fast-glob "^3.3.2"
17871787
is-glob "^4.0.3"
17881788
minimatch "^9.0.4"
17891789
semver "^7.6.0"
17901790
ts-api-utils "^2.0.1"
17911791

1792-
"@typescript-eslint/[email protected].0":
1793-
version "8.26.0"
1794-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.0.tgz#845d20ed8378a5594e6445f54e53b972aee7b3e6"
1795-
integrity sha512-2L2tU3FVwhvU14LndnQCA2frYC8JnPDVKyQtWFPf8IYFMt/ykEN1bPolNhNbCVgOmdzTlWdusCTKA/9nKrf8Ig==
1792+
"@typescript-eslint/[email protected].1":
1793+
version "8.26.1"
1794+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.26.1.tgz#54cc58469955f25577f659753b71a0e117a0539f"
1795+
integrity sha512-V4Urxa/XtSUroUrnI7q6yUTD3hDtfJ2jzVfeT3VK0ciizfK2q/zGC0iDh1lFMUZR8cImRrep6/q0xd/1ZGPQpg==
17961796
dependencies:
17971797
"@eslint-community/eslint-utils" "^4.4.0"
1798-
"@typescript-eslint/scope-manager" "8.26.0"
1799-
"@typescript-eslint/types" "8.26.0"
1800-
"@typescript-eslint/typescript-estree" "8.26.0"
1798+
"@typescript-eslint/scope-manager" "8.26.1"
1799+
"@typescript-eslint/types" "8.26.1"
1800+
"@typescript-eslint/typescript-estree" "8.26.1"
18011801

1802-
"@typescript-eslint/[email protected].0":
1803-
version "8.26.0"
1804-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.0.tgz#a4876216756c69130ea958df3b77222c2ad95290"
1805-
integrity sha512-2z8JQJWAzPdDd51dRQ/oqIJxe99/hoLIqmf8RMCAJQtYDc535W/Jt2+RTP4bP0aKeBG1F65yjIZuczOXCmbWwg==
1802+
"@typescript-eslint/[email protected].1":
1803+
version "8.26.1"
1804+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.26.1.tgz#c5267fcc82795cf10280363023837deacad2647c"
1805+
integrity sha512-AjOC3zfnxd6S4Eiy3jwktJPclqhFHNyd8L6Gycf9WUPoKZpgM5PjkxY1X7uSy61xVpiJDhhk7XT2NVsN3ALTWg==
18061806
dependencies:
1807-
"@typescript-eslint/types" "8.26.0"
1807+
"@typescript-eslint/types" "8.26.1"
18081808
eslint-visitor-keys "^4.2.0"
18091809

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

0 commit comments

Comments
 (0)