Skip to content

Commit 9cf8dbf

Browse files
chore(deps): update typescript-eslint monorepo to v8.32.1 (#2834)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a69d59 commit 9cf8dbf

File tree

2 files changed

+59
-54
lines changed

2 files changed

+59
-54
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.15.17",
68-
"@typescript-eslint/eslint-plugin": "8.32.0",
69-
"@typescript-eslint/parser": "8.32.0",
68+
"@typescript-eslint/eslint-plugin": "8.32.1",
69+
"@typescript-eslint/parser": "8.32.1",
7070
"bob-the-bundler": "7.0.1",
7171
"cross-env": "7.0.3",
7272
"eslint": "9.26.0",

yarn.lock

Lines changed: 57 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,85 +1740,85 @@
17401740
dependencies:
17411741
"@types/yargs-parser" "*"
17421742

1743-
"@typescript-eslint/[email protected].0":
1744-
version "8.32.0"
1745-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.0.tgz#86630dd3084f9d6c4239bbcd6a7ee1a7ee844f7f"
1746-
integrity sha512-/jU9ettcntkBFmWUzzGgsClEi2ZFiikMX5eEQsmxIAWMOn4H3D4rvHssstmAHGVvrYnaMqdWWWg0b5M6IN/MTQ==
1743+
"@typescript-eslint/[email protected].1":
1744+
version "8.32.1"
1745+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.32.1.tgz#9185b3eaa3b083d8318910e12d56c68b3c4f45b4"
1746+
integrity sha512-6u6Plg9nP/J1GRpe/vcjjabo6Uc5YQPAMxsgQyGC/I0RuukiG1wIe3+Vtg3IrSCVJDmqK3j8adrtzXSENRtFgg==
17471747
dependencies:
17481748
"@eslint-community/regexpp" "^4.10.0"
1749-
"@typescript-eslint/scope-manager" "8.32.0"
1750-
"@typescript-eslint/type-utils" "8.32.0"
1751-
"@typescript-eslint/utils" "8.32.0"
1752-
"@typescript-eslint/visitor-keys" "8.32.0"
1749+
"@typescript-eslint/scope-manager" "8.32.1"
1750+
"@typescript-eslint/type-utils" "8.32.1"
1751+
"@typescript-eslint/utils" "8.32.1"
1752+
"@typescript-eslint/visitor-keys" "8.32.1"
17531753
graphemer "^1.4.0"
1754-
ignore "^5.3.1"
1754+
ignore "^7.0.0"
17551755
natural-compare "^1.4.0"
17561756
ts-api-utils "^2.1.0"
17571757

1758-
"@typescript-eslint/[email protected].0":
1759-
version "8.32.0"
1760-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.0.tgz#fe840ecb2726a82fa9f5562837ec40503ae71caf"
1761-
integrity sha512-B2MdzyWxCE2+SqiZHAjPphft+/2x2FlO9YBx7eKE1BCb+rqBlQdhtAEhzIEdozHd55DXPmxBdpMygFJjfjjA9A==
1758+
"@typescript-eslint/[email protected].1":
1759+
version "8.32.1"
1760+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.32.1.tgz#18b0e53315e0bc22b2619d398ae49a968370935e"
1761+
integrity sha512-LKMrmwCPoLhM45Z00O1ulb6jwyVr2kr3XJp+G+tSEZcbauNnScewcQwtJqXDhXeYPDEjZ8C1SjXm015CirEmGg==
17621762
dependencies:
1763-
"@typescript-eslint/scope-manager" "8.32.0"
1764-
"@typescript-eslint/types" "8.32.0"
1765-
"@typescript-eslint/typescript-estree" "8.32.0"
1766-
"@typescript-eslint/visitor-keys" "8.32.0"
1763+
"@typescript-eslint/scope-manager" "8.32.1"
1764+
"@typescript-eslint/types" "8.32.1"
1765+
"@typescript-eslint/typescript-estree" "8.32.1"
1766+
"@typescript-eslint/visitor-keys" "8.32.1"
17671767
debug "^4.3.4"
17681768

1769-
"@typescript-eslint/[email protected].0":
1770-
version "8.32.0"
1771-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.0.tgz#6be89f652780f0d3d19d58dc0ee107b1a9e3282c"
1772-
integrity sha512-jc/4IxGNedXkmG4mx4nJTILb6TMjL66D41vyeaPWvDUmeYQzF3lKtN15WsAeTr65ce4mPxwopPSo1yUUAWw0hQ==
1769+
"@typescript-eslint/[email protected].1":
1770+
version "8.32.1"
1771+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.32.1.tgz#9a6bf5fb2c5380e14fe9d38ccac6e4bbe17e8afc"
1772+
integrity sha512-7IsIaIDeZn7kffk7qXC3o6Z4UblZJKV3UBpkvRNpr5NSyLji7tvTcvmnMNYuYLyh26mN8W723xpo3i4MlD33vA==
17731773
dependencies:
1774-
"@typescript-eslint/types" "8.32.0"
1775-
"@typescript-eslint/visitor-keys" "8.32.0"
1774+
"@typescript-eslint/types" "8.32.1"
1775+
"@typescript-eslint/visitor-keys" "8.32.1"
17761776

1777-
"@typescript-eslint/[email protected].0":
1778-
version "8.32.0"
1779-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.0.tgz#5e0882393e801963f749bea38888e716045fe895"
1780-
integrity sha512-t2vouuYQKEKSLtJaa5bB4jHeha2HJczQ6E5IXPDPgIty9EqcJxpr1QHQ86YyIPwDwxvUmLfP2YADQ5ZY4qddZg==
1777+
"@typescript-eslint/[email protected].1":
1778+
version "8.32.1"
1779+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.32.1.tgz#b9292a45f69ecdb7db74d1696e57d1a89514d21e"
1780+
integrity sha512-mv9YpQGA8iIsl5KyUPi+FGLm7+bA4fgXaeRcFKRDRwDMu4iwrSHeDPipwueNXhdIIZltwCJv+NkxftECbIZWfA==
17811781
dependencies:
1782-
"@typescript-eslint/typescript-estree" "8.32.0"
1783-
"@typescript-eslint/utils" "8.32.0"
1782+
"@typescript-eslint/typescript-estree" "8.32.1"
1783+
"@typescript-eslint/utils" "8.32.1"
17841784
debug "^4.3.4"
17851785
ts-api-utils "^2.1.0"
17861786

1787-
"@typescript-eslint/[email protected].0":
1788-
version "8.32.0"
1789-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.0.tgz#a4a66b8876b8391970cf069b49572e43f1fc957a"
1790-
integrity sha512-O5Id6tGadAZEMThM6L9HmVf5hQUXNSxLVKeGJYWNhhVseps/0LddMkp7//VDkzwJ69lPL0UmZdcZwggj9akJaA==
1787+
"@typescript-eslint/[email protected].1":
1788+
version "8.32.1"
1789+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
1790+
integrity sha512-YmybwXUJcgGqgAp6bEsgpPXEg6dcCyPyCSr0CAAueacR/CCBi25G3V8gGQ2kRzQRBNol7VQknxMs9HvVa9Rvfg==
17911791

1792-
"@typescript-eslint/[email protected].0":
1793-
version "8.32.0"
1794-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.0.tgz#11d45f47bfabb141206a3da6c7b91a9d869ff32d"
1795-
integrity sha512-pU9VD7anSCOIoBFnhTGfOzlVFQIA1XXiQpH/CezqOBaDppRwTglJzCC6fUQGpfwey4T183NKhF1/mfatYmjRqQ==
1792+
"@typescript-eslint/[email protected].1":
1793+
version "8.32.1"
1794+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.32.1.tgz#9023720ca4ecf4f59c275a05b5fed69b1276face"
1795+
integrity sha512-Y3AP9EIfYwBb4kWGb+simvPaqQoT5oJuzzj9m0i6FCY6SPvlomY2Ei4UEMm7+FXtlNJbor80ximyslzaQF6xhg==
17961796
dependencies:
1797-
"@typescript-eslint/types" "8.32.0"
1798-
"@typescript-eslint/visitor-keys" "8.32.0"
1797+
"@typescript-eslint/types" "8.32.1"
1798+
"@typescript-eslint/visitor-keys" "8.32.1"
17991799
debug "^4.3.4"
18001800
fast-glob "^3.3.2"
18011801
is-glob "^4.0.3"
18021802
minimatch "^9.0.4"
18031803
semver "^7.6.0"
18041804
ts-api-utils "^2.1.0"
18051805

1806-
"@typescript-eslint/[email protected].0":
1807-
version "8.32.0"
1808-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.0.tgz#24570f68cf845d198b73a7f94ca88d8c2505ba47"
1809-
integrity sha512-8S9hXau6nQ/sYVtC3D6ISIDoJzS1NsCK+gluVhLN2YkBPX+/1wkwyUiDKnxRh15579WoOIyVWnoyIf3yGI9REw==
1806+
"@typescript-eslint/[email protected].1":
1807+
version "8.32.1"
1808+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
1809+
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
18101810
dependencies:
18111811
"@eslint-community/eslint-utils" "^4.7.0"
1812-
"@typescript-eslint/scope-manager" "8.32.0"
1813-
"@typescript-eslint/types" "8.32.0"
1814-
"@typescript-eslint/typescript-estree" "8.32.0"
1812+
"@typescript-eslint/scope-manager" "8.32.1"
1813+
"@typescript-eslint/types" "8.32.1"
1814+
"@typescript-eslint/typescript-estree" "8.32.1"
18151815

1816-
"@typescript-eslint/[email protected].0":
1817-
version "8.32.0"
1818-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.0.tgz#0cca2cac046bc71cc40ce8214bac2850d6ecf4a6"
1819-
integrity sha512-1rYQTCLFFzOI5Nl0c8LUpJT8HxpwVRn9E4CkMsYfuN6ctmQqExjSTzzSk0Tz2apmXy7WU6/6fyaZVVA/thPN+w==
1816+
"@typescript-eslint/[email protected].1":
1817+
version "8.32.1"
1818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.32.1.tgz#4321395cc55c2eb46036cbbb03e101994d11ddca"
1819+
integrity sha512-ar0tjQfObzhSaW3C3QNmTc5ofj0hDoNQ5XWrCy6zDyabdr0TWhCkClp+rywGNj/odAFBVzzJrK4tEq5M4Hmu4w==
18201820
dependencies:
1821-
"@typescript-eslint/types" "8.32.0"
1821+
"@typescript-eslint/types" "8.32.1"
18221822
eslint-visitor-keys "^4.2.0"
18231823

18241824
"@whatwg-node/promise-helpers@^1.0.0":
@@ -3482,11 +3482,16 @@ iconv-lite@^0.4.24:
34823482
dependencies:
34833483
safer-buffer ">= 2.1.2 < 3"
34843484

3485-
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.1, ignore@^5.3.2:
3485+
ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.2:
34863486
version "5.3.2"
34873487
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
34883488
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
34893489

3490+
ignore@^7.0.0:
3491+
version "7.0.4"
3492+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.4.tgz#a12c70d0f2607c5bf508fb65a40c75f037d7a078"
3493+
integrity sha512-gJzzk+PQNznz8ysRrC0aOkBNVRBDtE1n53IqyqEf3PXrYwomFs5q4pGMizBMJF+ykh03insJ27hB8gSrD2Hn8A==
3494+
34903495
import-fresh@^3.2.1:
34913496
version "3.3.1"
34923497
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.1.tgz#9cecb56503c0ada1f2741dbbd6546e4b13b57ccf"

0 commit comments

Comments
 (0)