Skip to content

Commit 51521b6

Browse files
chore(deps): update typescript-eslint monorepo to v8.44.1 (#2905)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b5a8799 commit 51521b6

File tree

2 files changed

+65
-65
lines changed

2 files changed

+65
-65
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.18.6",
68-
"@typescript-eslint/eslint-plugin": "8.44.0",
69-
"@typescript-eslint/parser": "8.44.0",
68+
"@typescript-eslint/eslint-plugin": "8.44.1",
69+
"@typescript-eslint/parser": "8.44.1",
7070
"bob-the-bundler": "7.0.1",
7171
"cross-env": "10.0.0",
7272
"eslint": "9.36.0",

yarn.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,102 +1742,102 @@
17421742
dependencies:
17431743
"@types/yargs-parser" "*"
17441744

1745-
"@typescript-eslint/[email protected].0":
1746-
version "8.44.0"
1747-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.0.tgz#d72bf8b2d3052afee919ba38f38c57138eee0396"
1748-
integrity sha512-EGDAOGX+uwwekcS0iyxVDmRV9HX6FLSM5kzrAToLTsr9OWCIKG/y3lQheCq18yZ5Xh78rRKJiEpP0ZaCs4ryOQ==
1745+
"@typescript-eslint/[email protected].1":
1746+
version "8.44.1"
1747+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.44.1.tgz#011a2b5913d297b3d9d77f64fb78575bab01a1b3"
1748+
integrity sha512-molgphGqOBT7t4YKCSkbasmu1tb1MgrZ2szGzHbclF7PNmOkSTQVHy+2jXOSnxvR3+Xe1yySHFZoqMpz3TfQsw==
17491749
dependencies:
17501750
"@eslint-community/regexpp" "^4.10.0"
1751-
"@typescript-eslint/scope-manager" "8.44.0"
1752-
"@typescript-eslint/type-utils" "8.44.0"
1753-
"@typescript-eslint/utils" "8.44.0"
1754-
"@typescript-eslint/visitor-keys" "8.44.0"
1751+
"@typescript-eslint/scope-manager" "8.44.1"
1752+
"@typescript-eslint/type-utils" "8.44.1"
1753+
"@typescript-eslint/utils" "8.44.1"
1754+
"@typescript-eslint/visitor-keys" "8.44.1"
17551755
graphemer "^1.4.0"
17561756
ignore "^7.0.0"
17571757
natural-compare "^1.4.0"
17581758
ts-api-utils "^2.1.0"
17591759

1760-
"@typescript-eslint/[email protected].0":
1761-
version "8.44.0"
1762-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.0.tgz#0436fbe0a72f86d3366d2d157d480524b0ab3f26"
1763-
integrity sha512-VGMpFQGUQWYT9LfnPcX8ouFojyrZ/2w3K5BucvxL/spdNehccKhB4jUyB1yBCXpr2XFm0jkECxgrpXBW2ipoAw==
1760+
"@typescript-eslint/[email protected].1":
1761+
version "8.44.1"
1762+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.44.1.tgz#d4c85791389462823596ad46e2b90d34845e05eb"
1763+
integrity sha512-EHrrEsyhOhxYt8MTg4zTF+DJMuNBzWwgvvOYNj/zm1vnaD/IC5zCXFehZv94Piqa2cRFfXrTFxIvO95L7Qc/cw==
17641764
dependencies:
1765-
"@typescript-eslint/scope-manager" "8.44.0"
1766-
"@typescript-eslint/types" "8.44.0"
1767-
"@typescript-eslint/typescript-estree" "8.44.0"
1768-
"@typescript-eslint/visitor-keys" "8.44.0"
1765+
"@typescript-eslint/scope-manager" "8.44.1"
1766+
"@typescript-eslint/types" "8.44.1"
1767+
"@typescript-eslint/typescript-estree" "8.44.1"
1768+
"@typescript-eslint/visitor-keys" "8.44.1"
17691769
debug "^4.3.4"
17701770

1771-
"@typescript-eslint/[email protected].0":
1772-
version "8.44.0"
1773-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.0.tgz#89060651dcecde946e758441fe94dceb6f769a29"
1774-
integrity sha512-ZeaGNraRsq10GuEohKTo4295Z/SuGcSq2LzfGlqiuEvfArzo/VRrT0ZaJsVPuKZ55lVbNk8U6FcL+ZMH8CoyVA==
1771+
"@typescript-eslint/[email protected].1":
1772+
version "8.44.1"
1773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.44.1.tgz#1bccd9796d25032b190f355f55c5fde061158abb"
1774+
integrity sha512-ycSa60eGg8GWAkVsKV4E6Nz33h+HjTXbsDT4FILyL8Obk5/mx4tbvCNsLf9zret3ipSumAOG89UcCs/KRaKYrA==
17751775
dependencies:
1776-
"@typescript-eslint/tsconfig-utils" "^8.44.0"
1777-
"@typescript-eslint/types" "^8.44.0"
1776+
"@typescript-eslint/tsconfig-utils" "^8.44.1"
1777+
"@typescript-eslint/types" "^8.44.1"
17781778
debug "^4.3.4"
17791779

1780-
"@typescript-eslint/[email protected].0":
1781-
version "8.44.0"
1782-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.0.tgz#c37f1e786fd0e5b40607985c769a61c24c761c26"
1783-
integrity sha512-87Jv3E+al8wpD+rIdVJm/ItDBe/Im09zXIjFoipOjr5gHUhJmTzfFLuTJ/nPTMc2Srsroy4IBXwcTCHyRR7KzA==
1780+
"@typescript-eslint/[email protected].1":
1781+
version "8.44.1"
1782+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.44.1.tgz#31c27f92e4aed8d0f4d6fe2b9e5187d1d8797bd7"
1783+
integrity sha512-NdhWHgmynpSvyhchGLXh+w12OMT308Gm25JoRIyTZqEbApiBiQHD/8xgb6LqCWCFcxFtWwaVdFsLPQI3jvhywg==
17841784
dependencies:
1785-
"@typescript-eslint/types" "8.44.0"
1786-
"@typescript-eslint/visitor-keys" "8.44.0"
1785+
"@typescript-eslint/types" "8.44.1"
1786+
"@typescript-eslint/visitor-keys" "8.44.1"
17871787

1788-
"@typescript-eslint/[email protected].0", "@typescript-eslint/tsconfig-utils@^8.44.0":
1789-
version "8.44.0"
1790-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.0.tgz#8c0601372bf889f0663a08df001ad666442aa3a8"
1791-
integrity sha512-x5Y0+AuEPqAInc6yd0n5DAcvtoQ/vyaGwuX5HE9n6qAefk1GaedqrLQF8kQGylLUb9pnZyLf+iEiL9fr8APDtQ==
1788+
"@typescript-eslint/[email protected].1", "@typescript-eslint/tsconfig-utils@^8.44.1":
1789+
version "8.44.1"
1790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.44.1.tgz#e1d9d047078fac37d3e638484ab3b56215963342"
1791+
integrity sha512-B5OyACouEjuIvof3o86lRMvyDsFwZm+4fBOqFHccIctYgBjqR3qT39FBYGN87khcgf0ExpdCBeGKpKRhSFTjKQ==
17921792

1793-
"@typescript-eslint/[email protected].0":
1794-
version "8.44.0"
1795-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.0.tgz#5b875f8a961d15bb47df787cbfde50baea312613"
1796-
integrity sha512-9cwsoSxJ8Sak67Be/hD2RNt/fsqmWnNE1iHohG8lxqLSNY8xNfyY7wloo5zpW3Nu9hxVgURevqfcH6vvKCt6yg==
1793+
"@typescript-eslint/[email protected].1":
1794+
version "8.44.1"
1795+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.44.1.tgz#be9d31e0f911d17ee8ac99921bb74cf1f9df3906"
1796+
integrity sha512-KdEerZqHWXsRNKjF9NYswNISnFzXfXNDfPxoTh7tqohU/PRIbwTmsjGK6V9/RTYWau7NZvfo52lgVk+sJh0K3g==
17971797
dependencies:
1798-
"@typescript-eslint/types" "8.44.0"
1799-
"@typescript-eslint/typescript-estree" "8.44.0"
1800-
"@typescript-eslint/utils" "8.44.0"
1798+
"@typescript-eslint/types" "8.44.1"
1799+
"@typescript-eslint/typescript-estree" "8.44.1"
1800+
"@typescript-eslint/utils" "8.44.1"
18011801
debug "^4.3.4"
18021802
ts-api-utils "^2.1.0"
18031803

1804-
"@typescript-eslint/[email protected].0", "@typescript-eslint/types@^8.44.0":
1805-
version "8.44.0"
1806-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.0.tgz#4b9154ab164a0beff22d3217ff0fdc8d10bce924"
1807-
integrity sha512-ZSl2efn44VsYM0MfDQe68RKzBz75NPgLQXuGypmym6QVOWL5kegTZuZ02xRAT9T+onqvM6T8CdQk0OwYMB6ZvA==
1804+
"@typescript-eslint/[email protected].1", "@typescript-eslint/types@^8.44.1":
1805+
version "8.44.1"
1806+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.44.1.tgz#85d1cad1290a003ff60420388797e85d1c3f76ff"
1807+
integrity sha512-Lk7uj7y9uQUOEguiDIDLYLJOrYHQa7oBiURYVFqIpGxclAFQ78f6VUOM8lI2XEuNOKNB7XuvM2+2cMXAoq4ALQ==
18081808

1809-
"@typescript-eslint/[email protected].0":
1810-
version "8.44.0"
1811-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.0.tgz#e23e9946c466cf5f53b7e46ecdd9789fd8192daa"
1812-
integrity sha512-lqNj6SgnGcQZwL4/SBJ3xdPEfcBuhCG8zdcwCPgYcmiPLgokiNDKlbPzCwEwu7m279J/lBYWtDYL+87OEfn8Jw==
1809+
"@typescript-eslint/[email protected].1":
1810+
version "8.44.1"
1811+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.44.1.tgz#4f17650e5adabecfcc13cd8c517937a4ef5cd424"
1812+
integrity sha512-qnQJ+mVa7szevdEyvfItbO5Vo+GfZ4/GZWWDRRLjrxYPkhM+6zYB2vRYwCsoJLzqFCdZT4mEqyJoyzkunsZ96A==
18131813
dependencies:
1814-
"@typescript-eslint/project-service" "8.44.0"
1815-
"@typescript-eslint/tsconfig-utils" "8.44.0"
1816-
"@typescript-eslint/types" "8.44.0"
1817-
"@typescript-eslint/visitor-keys" "8.44.0"
1814+
"@typescript-eslint/project-service" "8.44.1"
1815+
"@typescript-eslint/tsconfig-utils" "8.44.1"
1816+
"@typescript-eslint/types" "8.44.1"
1817+
"@typescript-eslint/visitor-keys" "8.44.1"
18181818
debug "^4.3.4"
18191819
fast-glob "^3.3.2"
18201820
is-glob "^4.0.3"
18211821
minimatch "^9.0.4"
18221822
semver "^7.6.0"
18231823
ts-api-utils "^2.1.0"
18241824

1825-
"@typescript-eslint/[email protected].0":
1826-
version "8.44.0"
1827-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.0.tgz#2c0650a1e8a832ed15658e7ca3c7bd2818d92c7c"
1828-
integrity sha512-nktOlVcg3ALo0mYlV+L7sWUD58KG4CMj1rb2HUVOO4aL3K/6wcD+NERqd0rrA5Vg06b42YhF6cFxeixsp9Riqg==
1825+
"@typescript-eslint/[email protected].1":
1826+
version "8.44.1"
1827+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.44.1.tgz#f23d48eb90791a821dc17d4f67bb96faeb75d63d"
1828+
integrity sha512-DpX5Fp6edTlocMCwA+mHY8Mra+pPjRZ0TfHkXI8QFelIKcbADQz1LUPNtzOFUriBB2UYqw4Pi9+xV4w9ZczHFg==
18291829
dependencies:
18301830
"@eslint-community/eslint-utils" "^4.7.0"
1831-
"@typescript-eslint/scope-manager" "8.44.0"
1832-
"@typescript-eslint/types" "8.44.0"
1833-
"@typescript-eslint/typescript-estree" "8.44.0"
1831+
"@typescript-eslint/scope-manager" "8.44.1"
1832+
"@typescript-eslint/types" "8.44.1"
1833+
"@typescript-eslint/typescript-estree" "8.44.1"
18341834

1835-
"@typescript-eslint/[email protected].0":
1836-
version "8.44.0"
1837-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.0.tgz#0d9d5647e005c2ff8acc391d1208ab37d08850aa"
1838-
integrity sha512-zaz9u8EJ4GBmnehlrpoKvj/E3dNbuQ7q0ucyZImm3cLqJ8INTc970B1qEqDX/Rzq65r3TvVTN7kHWPBoyW7DWw==
1835+
"@typescript-eslint/[email protected].1":
1836+
version "8.44.1"
1837+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.44.1.tgz#1d96197a7fcceaba647b3bd6a8594df8dc4deb5a"
1838+
integrity sha512-576+u0QD+Jp3tZzvfRfxon0EA2lzcDt3lhUbsC6Lgzy9x2VR4E+JUiNyGHi5T8vk0TV+fpJ5GLG1JsJuWCaKhw==
18391839
dependencies:
1840-
"@typescript-eslint/types" "8.44.0"
1840+
"@typescript-eslint/types" "8.44.1"
18411841
eslint-visitor-keys "^4.2.1"
18421842

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

0 commit comments

Comments
 (0)