Skip to content

Commit 58bf4c7

Browse files
build(deps): bump typescript-eslint in the typescript group (#1945)
Bumps the typescript group with 1 update: [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint). Updates `typescript-eslint` from 8.52.0 to 8.53.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/v8.53.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 94cdce4 commit 58bf4c7

1 file changed

Lines changed: 134 additions & 9 deletions

File tree

yarn.lock

Lines changed: 134 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1704,6 +1704,20 @@
17041704
natural-compare "^1.4.0"
17051705
ts-api-utils "^2.4.0"
17061706

1707+
"@typescript-eslint/eslint-plugin@8.58.0":
1708+
version "8.58.0"
1709+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
1710+
integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
1711+
dependencies:
1712+
"@eslint-community/regexpp" "^4.12.2"
1713+
"@typescript-eslint/scope-manager" "8.58.0"
1714+
"@typescript-eslint/type-utils" "8.58.0"
1715+
"@typescript-eslint/utils" "8.58.0"
1716+
"@typescript-eslint/visitor-keys" "8.58.0"
1717+
ignore "^7.0.5"
1718+
natural-compare "^1.4.0"
1719+
ts-api-utils "^2.5.0"
1720+
17071721
"@typescript-eslint/parser@8.52.0":
17081722
version "8.52.0"
17091723
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.52.0.tgz#9fae9f5f13ebb1c8f31a50c34381bfd6bf96a05f"
@@ -1715,6 +1729,17 @@
17151729
"@typescript-eslint/visitor-keys" "8.52.0"
17161730
debug "^4.4.3"
17171731

1732+
"@typescript-eslint/parser@8.58.0":
1733+
version "8.58.0"
1734+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
1735+
integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
1736+
dependencies:
1737+
"@typescript-eslint/scope-manager" "8.58.0"
1738+
"@typescript-eslint/types" "8.58.0"
1739+
"@typescript-eslint/typescript-estree" "8.58.0"
1740+
"@typescript-eslint/visitor-keys" "8.58.0"
1741+
debug "^4.4.3"
1742+
17181743
"@typescript-eslint/project-service@8.52.0":
17191744
version "8.52.0"
17201745
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.52.0.tgz#5fb4c16af4eda6d74c70cbc62f5d3f77b96e4cbe"
@@ -1724,6 +1749,15 @@
17241749
"@typescript-eslint/types" "^8.52.0"
17251750
debug "^4.4.3"
17261751

1752+
"@typescript-eslint/project-service@8.58.0":
1753+
version "8.58.0"
1754+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
1755+
integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
1756+
dependencies:
1757+
"@typescript-eslint/tsconfig-utils" "^8.58.0"
1758+
"@typescript-eslint/types" "^8.58.0"
1759+
debug "^4.4.3"
1760+
17271761
"@typescript-eslint/scope-manager@8.52.0":
17281762
version "8.52.0"
17291763
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.52.0.tgz#9884ff690fad30380ccabfb08af1ac200af6b4e5"
@@ -1732,11 +1766,24 @@
17321766
"@typescript-eslint/types" "8.52.0"
17331767
"@typescript-eslint/visitor-keys" "8.52.0"
17341768

1769+
"@typescript-eslint/scope-manager@8.58.0":
1770+
version "8.58.0"
1771+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
1772+
integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
1773+
dependencies:
1774+
"@typescript-eslint/types" "8.58.0"
1775+
"@typescript-eslint/visitor-keys" "8.58.0"
1776+
17351777
"@typescript-eslint/tsconfig-utils@8.52.0", "@typescript-eslint/tsconfig-utils@^8.52.0":
17361778
version "8.52.0"
17371779
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.52.0.tgz#0296751c22ed05c83787a6eaec65ae221bd8b8ed"
17381780
integrity sha512-jl+8fzr/SdzdxWJznq5nvoI7qn2tNYV/ZBAEcaFMVXf+K6jmXvAFrgo/+5rxgnL152f//pDEAYAhhBAZGrVfwg==
17391781

1782+
"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
1783+
version "8.58.0"
1784+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
1785+
integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
1786+
17401787
"@typescript-eslint/type-utils@8.52.0":
17411788
version "8.52.0"
17421789
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.52.0.tgz#6e554113f8a074cf9b2faa818d2ebfccb867d6c5"
@@ -1748,11 +1795,27 @@
17481795
debug "^4.4.3"
17491796
ts-api-utils "^2.4.0"
17501797

1798+
"@typescript-eslint/type-utils@8.58.0":
1799+
version "8.58.0"
1800+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
1801+
integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
1802+
dependencies:
1803+
"@typescript-eslint/types" "8.58.0"
1804+
"@typescript-eslint/typescript-estree" "8.58.0"
1805+
"@typescript-eslint/utils" "8.58.0"
1806+
debug "^4.4.3"
1807+
ts-api-utils "^2.5.0"
1808+
17511809
"@typescript-eslint/types@8.52.0", "@typescript-eslint/types@^8.52.0":
17521810
version "8.52.0"
17531811
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.52.0.tgz#1eb0a16b324824bc23b89d109a267c38c9213c4a"
17541812
integrity sha512-LWQV1V4q9V4cT4H5JCIx3481iIFxH1UkVk+ZkGGAV1ZGcjGI9IoFOfg3O6ywz8QqCDEp7Inlg6kovMofsNRaGg==
17551813

1814+
"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
1815+
version "8.58.0"
1816+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
1817+
integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
1818+
17561819
"@typescript-eslint/typescript-estree@8.52.0":
17571820
version "8.52.0"
17581821
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.52.0.tgz#2ad7721c671be2127951286cb7f44c4ce55b0591"
@@ -1768,7 +1831,22 @@
17681831
tinyglobby "^0.2.15"
17691832
ts-api-utils "^2.4.0"
17701833

1771-
"@typescript-eslint/utils@8.52.0", "@typescript-eslint/utils@^8.0.0":
1834+
"@typescript-eslint/typescript-estree@8.58.0":
1835+
version "8.58.0"
1836+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
1837+
integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
1838+
dependencies:
1839+
"@typescript-eslint/project-service" "8.58.0"
1840+
"@typescript-eslint/tsconfig-utils" "8.58.0"
1841+
"@typescript-eslint/types" "8.58.0"
1842+
"@typescript-eslint/visitor-keys" "8.58.0"
1843+
debug "^4.4.3"
1844+
minimatch "^10.2.2"
1845+
semver "^7.7.3"
1846+
tinyglobby "^0.2.15"
1847+
ts-api-utils "^2.5.0"
1848+
1849+
"@typescript-eslint/utils@8.52.0":
17721850
version "8.52.0"
17731851
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.52.0.tgz#b249be8264899b80d996fa353b4b84da4662f962"
17741852
integrity sha512-wYndVMWkweqHpEpwPhwqE2lnD2DxC6WVLupU/DOt/0/v+/+iQbbzO3jOHjmBMnhu0DgLULvOaU4h4pwHYi2oRQ==
@@ -1778,6 +1856,16 @@
17781856
"@typescript-eslint/types" "8.52.0"
17791857
"@typescript-eslint/typescript-estree" "8.52.0"
17801858

1859+
"@typescript-eslint/utils@8.58.0", "@typescript-eslint/utils@^8.0.0":
1860+
version "8.58.0"
1861+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
1862+
integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
1863+
dependencies:
1864+
"@eslint-community/eslint-utils" "^4.9.1"
1865+
"@typescript-eslint/scope-manager" "8.58.0"
1866+
"@typescript-eslint/types" "8.58.0"
1867+
"@typescript-eslint/typescript-estree" "8.58.0"
1868+
17811869
"@typescript-eslint/visitor-keys@8.52.0":
17821870
version "8.52.0"
17831871
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.52.0.tgz#50361c48a6302676230fe498f80f6decce4bf673"
@@ -1786,6 +1874,14 @@
17861874
"@typescript-eslint/types" "8.52.0"
17871875
eslint-visitor-keys "^4.2.1"
17881876

1877+
"@typescript-eslint/visitor-keys@8.58.0":
1878+
version "8.58.0"
1879+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
1880+
integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
1881+
dependencies:
1882+
"@typescript-eslint/types" "8.58.0"
1883+
eslint-visitor-keys "^5.0.0"
1884+
17891885
"@ungap/structured-clone@^1.3.0":
17901886
version "1.3.0"
17911887
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -2073,6 +2169,11 @@ balanced-match@^1.0.0:
20732169
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
20742170
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
20752171

2172+
balanced-match@^4.0.2:
2173+
version "4.0.4"
2174+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
2175+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
2176+
20762177
baseline-browser-mapping@^2.8.3:
20772178
version "2.8.9"
20782179
resolved "https://registry.yarnpkg.com/baseline-browser-mapping/-/baseline-browser-mapping-2.8.9.tgz#fd0b8543c4f172595131e94965335536b3101b75"
@@ -2098,6 +2199,13 @@ brace-expansion@^2.0.1:
20982199
dependencies:
20992200
balanced-match "^1.0.0"
21002201

2202+
brace-expansion@^5.0.5:
2203+
version "5.0.5"
2204+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
2205+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
2206+
dependencies:
2207+
balanced-match "^4.0.2"
2208+
21012209
braces@^3.0.3:
21022210
version "3.0.3"
21032211
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -2453,6 +2561,11 @@ eslint-visitor-keys@^4.2.1:
24532561
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
24542562
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
24552563

2564+
eslint-visitor-keys@^5.0.0:
2565+
version "5.0.1"
2566+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
2567+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
2568+
24562569
eslint@9.28.0:
24572570
version "9.28.0"
24582571
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.28.0.tgz#b0bcbe82a16945a40906924bea75e8b4980ced7d"
@@ -3694,6 +3807,13 @@ minimatch@^10.0.0:
36943807
dependencies:
36953808
brace-expansion "^2.0.1"
36963809

3810+
minimatch@^10.2.2:
3811+
version "10.2.5"
3812+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
3813+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
3814+
dependencies:
3815+
brace-expansion "^5.0.5"
3816+
36973817
minimatch@^3.0.4, minimatch@^3.1.2:
36983818
version "3.1.2"
36993819
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -4244,6 +4364,11 @@ ts-api-utils@^2.4.0:
42444364
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
42454365
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
42464366

4367+
ts-api-utils@^2.5.0:
4368+
version "2.5.0"
4369+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
4370+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
4371+
42474372
ts-jest@29.3.4:
42484373
version "29.3.4"
42494374
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.3.4.tgz#9354472aceae1d3867a80e8e02014ea5901aee41"
@@ -4289,14 +4414,14 @@ type-fest@^4.41.0:
42894414
integrity sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==
42904415

42914416
typescript-eslint@^8.13.0:
4292-
version "8.52.0"
4293-
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.52.0.tgz#b8c156b6f2b4dee202a85712ff6a37f614476413"
4294-
integrity sha512-atlQQJ2YkO4pfTVQmQ+wvYQwexPDOIgo+RaVcD7gHgzy/IQA+XTyuxNM9M9TVXvttkF7koBHmcwisKdOAf2EcA==
4295-
dependencies:
4296-
"@typescript-eslint/eslint-plugin" "8.52.0"
4297-
"@typescript-eslint/parser" "8.52.0"
4298-
"@typescript-eslint/typescript-estree" "8.52.0"
4299-
"@typescript-eslint/utils" "8.52.0"
4417+
version "8.58.0"
4418+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.0.tgz#5758b1b68ae7ec05d756b98c63a1f6953a01172b"
4419+
integrity sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==
4420+
dependencies:
4421+
"@typescript-eslint/eslint-plugin" "8.58.0"
4422+
"@typescript-eslint/parser" "8.58.0"
4423+
"@typescript-eslint/typescript-estree" "8.58.0"
4424+
"@typescript-eslint/utils" "8.58.0"
43004425

43014426
typescript@5.8.3:
43024427
version "5.8.3"

0 commit comments

Comments
 (0)