Skip to content

Commit 72eb292

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to v7
1 parent 5d16adc commit 72eb292

File tree

2 files changed

+104
-71
lines changed

2 files changed

+104
-71
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@types/mkdirp": "^1.0.2",
7878
"@types/node": "^18.0.0",
7979
"@types/rimraf": "^3.0.2",
80-
"@typescript-eslint/eslint-plugin": "^5.46.0",
80+
"@typescript-eslint/eslint-plugin": "^7.0.0",
8181
"assertron": "^11.0.2",
8282
"cross-env": "^7.0.3",
8383
"depcheck": "^1.4.3",

yarn.lock

+103-70
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,18 @@
758758
dependencies:
759759
eslint-visitor-keys "^3.3.0"
760760

761+
"@eslint-community/eslint-utils@^4.4.0":
762+
version "4.4.0"
763+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
764+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
765+
dependencies:
766+
eslint-visitor-keys "^3.3.0"
767+
768+
"@eslint-community/regexpp@^4.5.1":
769+
version "4.10.0"
770+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
771+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
772+
761773
"@eslint-community/regexpp@^4.6.1":
762774
version "4.6.2"
763775
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
@@ -1811,6 +1823,11 @@
18111823
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138"
18121824
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
18131825

1826+
"@types/json-schema@^7.0.12":
1827+
version "7.0.15"
1828+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1829+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1830+
18141831
"@types/json-schema@^7.0.9":
18151832
version "7.0.9"
18161833
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1876,10 +1893,10 @@
18761893
"@types/glob" "*"
18771894
"@types/node" "*"
18781895

1879-
"@types/semver@^7.3.12":
1880-
version "7.3.13"
1881-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
1882-
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
1896+
"@types/semver@^7.5.0":
1897+
version "7.5.7"
1898+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.7.tgz#326f5fdda70d13580777bcaa1bc6fa772a5aef0e"
1899+
integrity sha512-/wdoPq1QqkSj9/QOeKkFquEuPzQbHTWAMPH/PaUMB+JuR31lXhlWXRZ52IpfDYVlDOUBvX09uBrPwxGT1hjNBg==
18831900

18841901
"@types/stack-utils@^2.0.0":
18851902
version "2.0.1"
@@ -1898,20 +1915,22 @@
18981915
dependencies:
18991916
"@types/yargs-parser" "*"
19001917

1901-
"@typescript-eslint/eslint-plugin@^5.46.0":
1902-
version "5.46.0"
1903-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.0.tgz#9a96a713b9616c783501a3c1774c9e2b40217ad0"
1904-
integrity sha512-QrZqaIOzJAjv0sfjY4EjbXUi3ZOFpKfzntx22gPGr9pmFcTjcFw/1sS1LJhEubfAGwuLjNrPV0rH+D1/XZFy7Q==
1905-
dependencies:
1906-
"@typescript-eslint/scope-manager" "5.46.0"
1907-
"@typescript-eslint/type-utils" "5.46.0"
1908-
"@typescript-eslint/utils" "5.46.0"
1918+
"@typescript-eslint/eslint-plugin@^7.0.0":
1919+
version "7.0.1"
1920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.0.1.tgz#407daffe09d964d57aceaf3ac51846359fbe61b0"
1921+
integrity sha512-OLvgeBv3vXlnnJGIAgCLYKjgMEU+wBGj07MQ/nxAaON+3mLzX7mJbhRYrVGiVvFiXtwFlkcBa/TtmglHy0UbzQ==
1922+
dependencies:
1923+
"@eslint-community/regexpp" "^4.5.1"
1924+
"@typescript-eslint/scope-manager" "7.0.1"
1925+
"@typescript-eslint/type-utils" "7.0.1"
1926+
"@typescript-eslint/utils" "7.0.1"
1927+
"@typescript-eslint/visitor-keys" "7.0.1"
19091928
debug "^4.3.4"
1910-
ignore "^5.2.0"
1911-
natural-compare-lite "^1.4.0"
1912-
regexpp "^3.2.0"
1913-
semver "^7.3.7"
1914-
tsutils "^3.21.0"
1929+
graphemer "^1.4.0"
1930+
ignore "^5.2.4"
1931+
natural-compare "^1.4.0"
1932+
semver "^7.5.4"
1933+
ts-api-utils "^1.0.1"
19151934

19161935
"@typescript-eslint/experimental-utils@^5.23.0":
19171936
version "5.27.0"
@@ -1938,33 +1957,33 @@
19381957
"@typescript-eslint/types" "5.27.0"
19391958
"@typescript-eslint/visitor-keys" "5.27.0"
19401959

1941-
"@typescript-eslint/scope-manager@5.46.0":
1942-
version "5.46.0"
1943-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.0.tgz#60790b14d0c687dd633b22b8121374764f76ce0d"
1944-
integrity sha512-7wWBq9d/GbPiIM6SqPK9tfynNxVbfpihoY5cSFMer19OYUA3l4powA2uv0AV2eAZV6KoAh6lkzxv4PoxOLh1oA==
1960+
"@typescript-eslint/scope-manager@7.0.1":
1961+
version "7.0.1"
1962+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.0.1.tgz#611ec8e78c70439b152a805e1b10aaac36de7c00"
1963+
integrity sha512-v7/T7As10g3bcWOOPAcbnMDuvctHzCFYCG/8R4bK4iYzdFqsZTbXGln0cZNVcwQcwewsYU2BJLay8j0/4zOk4w==
19451964
dependencies:
1946-
"@typescript-eslint/types" "5.46.0"
1947-
"@typescript-eslint/visitor-keys" "5.46.0"
1965+
"@typescript-eslint/types" "7.0.1"
1966+
"@typescript-eslint/visitor-keys" "7.0.1"
19481967

1949-
"@typescript-eslint/type-utils@5.46.0":
1950-
version "5.46.0"
1951-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.46.0.tgz#3a4507b3b437e2fd9e95c3e5eea5ae16f79d64b3"
1952-
integrity sha512-dwv4nimVIAsVS2dTA0MekkWaRnoYNXY26dKz8AN5W3cBFYwYGFQEqm/cG+TOoooKlncJS4RTbFKgcFY/pOiBCg==
1968+
"@typescript-eslint/type-utils@7.0.1":
1969+
version "7.0.1"
1970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.0.1.tgz#0fba92c1f81cad561d7b3adc812aa1cc0e35cdae"
1971+
integrity sha512-YtT9UcstTG5Yqy4xtLiClm1ZpM/pWVGFnkAa90UfdkkZsR1eP2mR/1jbHeYp8Ay1l1JHPyGvoUYR6o3On5Nhmw==
19531972
dependencies:
1954-
"@typescript-eslint/typescript-estree" "5.46.0"
1955-
"@typescript-eslint/utils" "5.46.0"
1973+
"@typescript-eslint/typescript-estree" "7.0.1"
1974+
"@typescript-eslint/utils" "7.0.1"
19561975
debug "^4.3.4"
1957-
tsutils "^3.21.0"
1976+
ts-api-utils "^1.0.1"
19581977

19591978
"@typescript-eslint/[email protected]":
19601979
version "5.27.0"
19611980
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
19621981
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
19631982

1964-
"@typescript-eslint/types@5.46.0":
1965-
version "5.46.0"
1966-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.0.tgz#f4d76622a996b88153bbd829ea9ccb9f7a5d28bc"
1967-
integrity sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw==
1983+
"@typescript-eslint/types@7.0.1":
1984+
version "7.0.1"
1985+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.0.1.tgz#dcfabce192db5b8bf77ea3c82cfaabe6e6a3c901"
1986+
integrity sha512-uJDfmirz4FHib6ENju/7cz9SdMSkeVvJDK3VcMFvf/hAShg8C74FW+06MaQPODHfDJp/z/zHfgawIJRjlu0RLg==
19681987

19691988
"@typescript-eslint/[email protected]":
19701989
version "5.27.0"
@@ -1979,18 +1998,19 @@
19791998
semver "^7.3.7"
19801999
tsutils "^3.21.0"
19812000

1982-
"@typescript-eslint/typescript-estree@5.46.0":
1983-
version "5.46.0"
1984-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.0.tgz#a6c2b84b9351f78209a1d1f2d99ca553f7fa29a5"
1985-
integrity sha512-kDLNn/tQP+Yp8Ro2dUpyyVV0Ksn2rmpPpB0/3MO874RNmXtypMwSeazjEN/Q6CTp8D7ExXAAekPEcCEB/vtJkw==
2001+
"@typescript-eslint/typescript-estree@7.0.1":
2002+
version "7.0.1"
2003+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.0.1.tgz#1d52ac03da541693fa5bcdc13ad655def5046faf"
2004+
integrity sha512-SO9wHb6ph0/FN5OJxH4MiPscGah5wjOd0RRpaLvuBv9g8565Fgu0uMySFEPqwPHiQU90yzJ2FjRYKGrAhS1xig==
19862005
dependencies:
1987-
"@typescript-eslint/types" "5.46.0"
1988-
"@typescript-eslint/visitor-keys" "5.46.0"
2006+
"@typescript-eslint/types" "7.0.1"
2007+
"@typescript-eslint/visitor-keys" "7.0.1"
19892008
debug "^4.3.4"
19902009
globby "^11.1.0"
19912010
is-glob "^4.0.3"
1992-
semver "^7.3.7"
1993-
tsutils "^3.21.0"
2011+
minimatch "9.0.3"
2012+
semver "^7.5.4"
2013+
ts-api-utils "^1.0.1"
19942014

19952015
"@typescript-eslint/[email protected]":
19962016
version "5.27.0"
@@ -2004,19 +2024,18 @@
20042024
eslint-scope "^5.1.1"
20052025
eslint-utils "^3.0.0"
20062026

2007-
"@typescript-eslint/utils@5.46.0":
2008-
version "5.46.0"
2009-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.46.0.tgz#600cd873ba471b7d8b0b9f35de34cf852c6fcb31"
2010-
integrity sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==
2027+
"@typescript-eslint/utils@7.0.1":
2028+
version "7.0.1"
2029+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.0.1.tgz#b8ceac0ba5fef362b4a03a33c0e1fedeea3734ed"
2030+
integrity sha512-oe4his30JgPbnv+9Vef1h48jm0S6ft4mNwi9wj7bX10joGn07QRfqIqFHoMiajrtoU88cIhXf8ahwgrcbNLgPA==
20112031
dependencies:
2012-
"@types/json-schema" "^7.0.9"
2013-
"@types/semver" "^7.3.12"
2014-
"@typescript-eslint/scope-manager" "5.46.0"
2015-
"@typescript-eslint/types" "5.46.0"
2016-
"@typescript-eslint/typescript-estree" "5.46.0"
2017-
eslint-scope "^5.1.1"
2018-
eslint-utils "^3.0.0"
2019-
semver "^7.3.7"
2032+
"@eslint-community/eslint-utils" "^4.4.0"
2033+
"@types/json-schema" "^7.0.12"
2034+
"@types/semver" "^7.5.0"
2035+
"@typescript-eslint/scope-manager" "7.0.1"
2036+
"@typescript-eslint/types" "7.0.1"
2037+
"@typescript-eslint/typescript-estree" "7.0.1"
2038+
semver "^7.5.4"
20202039

20212040
"@typescript-eslint/[email protected]":
20222041
version "5.27.0"
@@ -2026,13 +2045,13 @@
20262045
"@typescript-eslint/types" "5.27.0"
20272046
eslint-visitor-keys "^3.3.0"
20282047

2029-
"@typescript-eslint/visitor-keys@5.46.0":
2030-
version "5.46.0"
2031-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.0.tgz#36d87248ae20c61ef72404bcd61f14aa2563915f"
2032-
integrity sha512-E13gBoIXmaNhwjipuvQg1ByqSAu/GbEpP/qzFihugJ+MomtoJtFAJG/+2DRPByf57B863m0/q7Zt16V9ohhANw==
2048+
"@typescript-eslint/visitor-keys@7.0.1":
2049+
version "7.0.1"
2050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.0.1.tgz#864680ac5a8010ec4814f8a818e57595f79f464e"
2051+
integrity sha512-hwAgrOyk++RTXrP4KzCg7zB2U0xt7RUU0ZdMSCsqF3eKUwkdXUMyTb0qdCuji7VIbcpG62kKTU9M1J1c9UpFBw==
20332052
dependencies:
2034-
"@typescript-eslint/types" "5.46.0"
2035-
eslint-visitor-keys "^3.3.0"
2053+
"@typescript-eslint/types" "7.0.1"
2054+
eslint-visitor-keys "^3.4.1"
20362055

20372056
20382057
version "3.2.36"
@@ -3948,6 +3967,11 @@ ignore@^5.1.8, ignore@^5.2.0:
39483967
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
39493968
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
39503969

3970+
ignore@^5.2.4:
3971+
version "5.3.1"
3972+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
3973+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
3974+
39513975
immutable@^4.0.0:
39523976
version "4.1.0"
39533977
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.1.0.tgz#f795787f0db780183307b9eb2091fcac1f6fafef"
@@ -5308,6 +5332,13 @@ min-indent@^1.0.0:
53085332
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
53095333
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
53105334

5335+
5336+
version "9.0.3"
5337+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5338+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5339+
dependencies:
5340+
brace-expansion "^2.0.1"
5341+
53115342
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
53125343
version "3.1.2"
53135344
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -5471,11 +5502,6 @@ nanoid@^3.3.6:
54715502
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
54725503
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
54735504

5474-
natural-compare-lite@^1.4.0:
5475-
version "1.4.0"
5476-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
5477-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
5478-
54795505
natural-compare@^1.4.0:
54805506
version "1.4.0"
54815507
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -6405,11 +6431,6 @@ redeyed@~2.1.0:
64056431
dependencies:
64066432
esprima "~4.0.0"
64076433

6408-
regexpp@^3.2.0:
6409-
version "3.2.0"
6410-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
6411-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
6412-
64136434
registry-auth-token@^4.0.0:
64146435
version "4.2.1"
64156436
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250"
@@ -6638,6 +6659,13 @@ semver@^6.0.0, semver@^6.3.0:
66386659
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
66396660
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
66406661

6662+
semver@^7.5.4:
6663+
version "7.6.0"
6664+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
6665+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
6666+
dependencies:
6667+
lru-cache "^6.0.0"
6668+
66416669
set-blocking@^2.0.0:
66426670
version "2.0.0"
66436671
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -7161,6 +7189,11 @@ trim-newlines@^3.0.0:
71617189
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
71627190
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
71637191

7192+
ts-api-utils@^1.0.1:
7193+
version "1.2.1"
7194+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.2.1.tgz#f716c7e027494629485b21c0df6180f4d08f5e8b"
7195+
integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
7196+
71647197
ts-jest@^29.0.3:
71657198
version "29.0.3"
71667199
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"

0 commit comments

Comments
 (0)