Skip to content

Commit a1da3a2

Browse files
chore(deps-dev): bump typescript-eslint from 7.8.0 to 7.10.0 (#1972)
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 7.8.0 to 7.10.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.10.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c39cb48 commit a1da3a2

File tree

1 file changed

+56
-66
lines changed

1 file changed

+56
-66
lines changed

yarn.lock

Lines changed: 56 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,11 +1966,6 @@
19661966
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.2.tgz#5950e50960793055845e956c427fc2b0d70c5239"
19671967
integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
19681968

1969-
"@types/semver@^7.5.8":
1970-
version "7.5.8"
1971-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
1972-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
1973-
19741969
"@types/stack-utils@^2.0.0":
19751970
version "2.0.3"
19761971
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
@@ -1988,90 +1983,85 @@
19881983
dependencies:
19891984
"@types/yargs-parser" "*"
19901985

1991-
"@typescript-eslint/eslint-plugin@7.8.0":
1992-
version "7.8.0"
1993-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.8.0.tgz#c78e309fe967cb4de05b85cdc876fb95f8e01b6f"
1994-
integrity sha512-gFTT+ezJmkwutUPmB0skOj3GZJtlEGnlssems4AjkVweUPGj7jRwwqg0Hhg7++kPGJqKtTYx+R05Ftww372aIg==
1986+
"@typescript-eslint/eslint-plugin@7.10.0":
1987+
version "7.10.0"
1988+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.10.0.tgz#07854a236f107bb45cbf4f62b89474cbea617f50"
1989+
integrity sha512-PzCr+a/KAef5ZawX7nbyNwBDtM1HdLIT53aSA2DDlxmxMngZ43O8SIePOeX8H5S+FHXeI6t97mTt/dDdzY4Fyw==
19951990
dependencies:
19961991
"@eslint-community/regexpp" "^4.10.0"
1997-
"@typescript-eslint/scope-manager" "7.8.0"
1998-
"@typescript-eslint/type-utils" "7.8.0"
1999-
"@typescript-eslint/utils" "7.8.0"
2000-
"@typescript-eslint/visitor-keys" "7.8.0"
2001-
debug "^4.3.4"
1992+
"@typescript-eslint/scope-manager" "7.10.0"
1993+
"@typescript-eslint/type-utils" "7.10.0"
1994+
"@typescript-eslint/utils" "7.10.0"
1995+
"@typescript-eslint/visitor-keys" "7.10.0"
20021996
graphemer "^1.4.0"
20031997
ignore "^5.3.1"
20041998
natural-compare "^1.4.0"
2005-
semver "^7.6.0"
20061999
ts-api-utils "^1.3.0"
20072000

2008-
"@typescript-eslint/parser@7.8.0":
2009-
version "7.8.0"
2010-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.8.0.tgz#1e1db30c8ab832caffee5f37e677dbcb9357ddc8"
2011-
integrity sha512-KgKQly1pv0l4ltcftP59uQZCi4HUYswCLbTqVZEJu7uLX8CTLyswqMLqLN+2QFz4jCptqWVV4SB7vdxcH2+0kQ==
2001+
"@typescript-eslint/parser@7.10.0":
2002+
version "7.10.0"
2003+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.10.0.tgz#e6ac1cba7bc0400a4459e7eb5b23115bd71accfb"
2004+
integrity sha512-2EjZMA0LUW5V5tGQiaa2Gys+nKdfrn2xiTIBLR4fxmPmVSvgPcKNW+AE/ln9k0A4zDUti0J/GZXMDupQoI+e1w==
20122005
dependencies:
2013-
"@typescript-eslint/scope-manager" "7.8.0"
2014-
"@typescript-eslint/types" "7.8.0"
2015-
"@typescript-eslint/typescript-estree" "7.8.0"
2016-
"@typescript-eslint/visitor-keys" "7.8.0"
2006+
"@typescript-eslint/scope-manager" "7.10.0"
2007+
"@typescript-eslint/types" "7.10.0"
2008+
"@typescript-eslint/typescript-estree" "7.10.0"
2009+
"@typescript-eslint/visitor-keys" "7.10.0"
20172010
debug "^4.3.4"
20182011

2019-
"@typescript-eslint/scope-manager@7.8.0":
2020-
version "7.8.0"
2021-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.8.0.tgz#bb19096d11ec6b87fb6640d921df19b813e02047"
2022-
integrity sha512-viEmZ1LmwsGcnr85gIq+FCYI7nO90DVbE37/ll51hjv9aG+YZMb4WDE2fyWpUR4O/UrhGRpYXK/XajcGTk2B8g==
2012+
"@typescript-eslint/scope-manager@7.10.0":
2013+
version "7.10.0"
2014+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.10.0.tgz#054a27b1090199337a39cf755f83d9f2ce26546b"
2015+
integrity sha512-7L01/K8W/VGl7noe2mgH0K7BE29Sq6KAbVmxurj8GGaPDZXPr8EEQ2seOeAS+mEV9DnzxBQB6ax6qQQ5C6P4xg==
20232016
dependencies:
2024-
"@typescript-eslint/types" "7.8.0"
2025-
"@typescript-eslint/visitor-keys" "7.8.0"
2017+
"@typescript-eslint/types" "7.10.0"
2018+
"@typescript-eslint/visitor-keys" "7.10.0"
20262019

2027-
"@typescript-eslint/type-utils@7.8.0":
2028-
version "7.8.0"
2029-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.8.0.tgz#9de166f182a6e4d1c5da76e94880e91831e3e26f"
2030-
integrity sha512-H70R3AefQDQpz9mGv13Uhi121FNMh+WEaRqcXTX09YEDky21km4dV1ZXJIp8QjXc4ZaVkXVdohvWDzbnbHDS+A==
2020+
"@typescript-eslint/type-utils@7.10.0":
2021+
version "7.10.0"
2022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.10.0.tgz#8a75accce851d0a331aa9331268ef64e9b300270"
2023+
integrity sha512-D7tS4WDkJWrVkuzgm90qYw9RdgBcrWmbbRkrLA4d7Pg3w0ttVGDsvYGV19SH8gPR5L7OtcN5J1hTtyenO9xE9g==
20312024
dependencies:
2032-
"@typescript-eslint/typescript-estree" "7.8.0"
2033-
"@typescript-eslint/utils" "7.8.0"
2025+
"@typescript-eslint/typescript-estree" "7.10.0"
2026+
"@typescript-eslint/utils" "7.10.0"
20342027
debug "^4.3.4"
20352028
ts-api-utils "^1.3.0"
20362029

2037-
"@typescript-eslint/types@7.8.0":
2038-
version "7.8.0"
2039-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.8.0.tgz#1fd2577b3ad883b769546e2d1ef379f929a7091d"
2040-
integrity sha512-wf0peJ+ZGlcH+2ZS23aJbOv+ztjeeP8uQ9GgwMJGVLx/Nj9CJt17GWgWWoSmoRVKAX2X+7fzEnAjxdvK2gqCLw==
2030+
"@typescript-eslint/types@7.10.0":
2031+
version "7.10.0"
2032+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.10.0.tgz#da92309c97932a3a033762fd5faa8b067de84e3b"
2033+
integrity sha512-7fNj+Ya35aNyhuqrA1E/VayQX9Elwr8NKZ4WueClR3KwJ7Xx9jcCdOrLW04h51de/+gNbyFMs+IDxh5xIwfbNg==
20412034

2042-
"@typescript-eslint/typescript-estree@7.8.0":
2043-
version "7.8.0"
2044-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.8.0.tgz#b028a9226860b66e623c1ee55cc2464b95d2987c"
2045-
integrity sha512-5pfUCOwK5yjPaJQNy44prjCwtr981dO8Qo9J9PwYXZ0MosgAbfEMB008dJ5sNo3+/BN6ytBPuSvXUg9SAqB0dg==
2035+
"@typescript-eslint/typescript-estree@7.10.0":
2036+
version "7.10.0"
2037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.10.0.tgz#6dcdc5de3149916a6a599fa89dde5c471b88b8bb"
2038+
integrity sha512-LXFnQJjL9XIcxeVfqmNj60YhatpRLt6UhdlFwAkjNc6jSUlK8zQOl1oktAP8PlWFzPQC1jny/8Bai3/HPuvN5g==
20462039
dependencies:
2047-
"@typescript-eslint/types" "7.8.0"
2048-
"@typescript-eslint/visitor-keys" "7.8.0"
2040+
"@typescript-eslint/types" "7.10.0"
2041+
"@typescript-eslint/visitor-keys" "7.10.0"
20492042
debug "^4.3.4"
20502043
globby "^11.1.0"
20512044
is-glob "^4.0.3"
20522045
minimatch "^9.0.4"
20532046
semver "^7.6.0"
20542047
ts-api-utils "^1.3.0"
20552048

2056-
"@typescript-eslint/utils@7.8.0":
2057-
version "7.8.0"
2058-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.8.0.tgz#57a79f9c0c0740ead2f622e444cfaeeb9fd047cd"
2059-
integrity sha512-L0yFqOCflVqXxiZyXrDr80lnahQfSOfc9ELAAZ75sqicqp2i36kEZZGuUymHNFoYOqxRT05up760b4iGsl02nQ==
2049+
"@typescript-eslint/utils@7.10.0":
2050+
version "7.10.0"
2051+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.10.0.tgz#8ee43e5608c9f439524eaaea8de5b358b15c51b3"
2052+
integrity sha512-olzif1Fuo8R8m/qKkzJqT7qwy16CzPRWBvERS0uvyc+DHd8AKbO4Jb7kpAvVzMmZm8TrHnI7hvjN4I05zow+tg==
20602053
dependencies:
20612054
"@eslint-community/eslint-utils" "^4.4.0"
2062-
"@types/json-schema" "^7.0.15"
2063-
"@types/semver" "^7.5.8"
2064-
"@typescript-eslint/scope-manager" "7.8.0"
2065-
"@typescript-eslint/types" "7.8.0"
2066-
"@typescript-eslint/typescript-estree" "7.8.0"
2067-
semver "^7.6.0"
2055+
"@typescript-eslint/scope-manager" "7.10.0"
2056+
"@typescript-eslint/types" "7.10.0"
2057+
"@typescript-eslint/typescript-estree" "7.10.0"
20682058

2069-
"@typescript-eslint/visitor-keys@7.8.0":
2070-
version "7.8.0"
2071-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.8.0.tgz#7285aab991da8bee411a42edbd5db760d22fdd91"
2072-
integrity sha512-q4/gibTNBQNA0lGyYQCmWRS5D15n8rXh4QjK3KV+MBPlTYHpfBUT3D3PaPR/HeNiI9W6R7FvlkcGhNyAoP+caA==
2059+
"@typescript-eslint/visitor-keys@7.10.0":
2060+
version "7.10.0"
2061+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.10.0.tgz#2af2e91e73a75dd6b70b4486c48ae9d38a485a78"
2062+
integrity sha512-9ntIVgsi6gg6FIq9xjEO4VQJvwOqA3jaBFQJ/6TK5AvEup2+cECI6Fh7QiBxmfMHXU0V0J4RyPeOU1VDNzl9cg==
20732063
dependencies:
2074-
"@typescript-eslint/types" "7.8.0"
2064+
"@typescript-eslint/types" "7.10.0"
20752065
eslint-visitor-keys "^3.4.3"
20762066

20772067
JSONStream@^1.0.4:
@@ -6163,13 +6153,13 @@ typed-array-length@^1.0.6:
61636153
possible-typed-array-names "^1.0.0"
61646154

61656155
typescript-eslint@^7.7.1:
6166-
version "7.8.0"
6167-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.8.0.tgz#d2a73d4caac35d4d9825bfdfac06a9bf2ba175e4"
6168-
integrity sha512-sheFG+/D8N/L7gC3WT0Q8sB97Nm573Yfr+vZFzl/4nBdYcmviBPtwGSX9TJ7wpVg28ocerKVOt+k2eGmHzcgVA==
6156+
version "7.10.0"
6157+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-7.10.0.tgz#18637c414fcbf6ff1defac05b5c898c303a0ffed"
6158+
integrity sha512-thO8nyqptXdfWHQrMJJiJyftpW8aLmwRNs11xA8pSrXneoclFPstQZqXvDWuH1WNL4CHffqHvYUeCHTit6yfhQ==
61696159
dependencies:
6170-
"@typescript-eslint/eslint-plugin" "7.8.0"
6171-
"@typescript-eslint/parser" "7.8.0"
6172-
"@typescript-eslint/utils" "7.8.0"
6160+
"@typescript-eslint/eslint-plugin" "7.10.0"
6161+
"@typescript-eslint/parser" "7.10.0"
6162+
"@typescript-eslint/utils" "7.10.0"
61736163

61746164
typescript-memoize@^1.0.0-alpha.3:
61756165
version "1.1.1"

0 commit comments

Comments
 (0)