Skip to content

Commit 6469e93

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to v8
1 parent 5d16adc commit 6469e93

File tree

2 files changed

+89
-73
lines changed

2 files changed

+89
-73
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": "^8.0.0",
8181
"assertron": "^11.0.2",
8282
"cross-env": "^7.0.3",
8383
"depcheck": "^1.4.3",

yarn.lock

+88-72
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.10.0":
769+
version "4.11.0"
770+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
771+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
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"
@@ -1876,11 +1888,6 @@
18761888
"@types/glob" "*"
18771889
"@types/node" "*"
18781890

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==
1883-
18841891
"@types/stack-utils@^2.0.0":
18851892
version "2.0.1"
18861893
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
@@ -1898,20 +1905,20 @@
18981905
dependencies:
18991906
"@types/yargs-parser" "*"
19001907

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"
1909-
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"
1908+
"@typescript-eslint/eslint-plugin@^8.0.0":
1909+
version "8.0.0"
1910+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56"
1911+
integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==
1912+
dependencies:
1913+
"@eslint-community/regexpp" "^4.10.0"
1914+
"@typescript-eslint/scope-manager" "8.0.0"
1915+
"@typescript-eslint/type-utils" "8.0.0"
1916+
"@typescript-eslint/utils" "8.0.0"
1917+
"@typescript-eslint/visitor-keys" "8.0.0"
1918+
graphemer "^1.4.0"
1919+
ignore "^5.3.1"
1920+
natural-compare "^1.4.0"
1921+
ts-api-utils "^1.3.0"
19151922

19161923
"@typescript-eslint/experimental-utils@^5.23.0":
19171924
version "5.27.0"
@@ -1938,33 +1945,33 @@
19381945
"@typescript-eslint/types" "5.27.0"
19391946
"@typescript-eslint/visitor-keys" "5.27.0"
19401947

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==
1948+
"@typescript-eslint/scope-manager@8.0.0":
1949+
version "8.0.0"
1950+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
1951+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
19451952
dependencies:
1946-
"@typescript-eslint/types" "5.46.0"
1947-
"@typescript-eslint/visitor-keys" "5.46.0"
1953+
"@typescript-eslint/types" "8.0.0"
1954+
"@typescript-eslint/visitor-keys" "8.0.0"
19481955

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==
1956+
"@typescript-eslint/type-utils@8.0.0":
1957+
version "8.0.0"
1958+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884"
1959+
integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==
19531960
dependencies:
1954-
"@typescript-eslint/typescript-estree" "5.46.0"
1955-
"@typescript-eslint/utils" "5.46.0"
1961+
"@typescript-eslint/typescript-estree" "8.0.0"
1962+
"@typescript-eslint/utils" "8.0.0"
19561963
debug "^4.3.4"
1957-
tsutils "^3.21.0"
1964+
ts-api-utils "^1.3.0"
19581965

19591966
"@typescript-eslint/[email protected]":
19601967
version "5.27.0"
19611968
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
19621969
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
19631970

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==
1971+
"@typescript-eslint/types@8.0.0":
1972+
version "8.0.0"
1973+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
1974+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
19681975

19691976
"@typescript-eslint/[email protected]":
19701977
version "5.27.0"
@@ -1979,18 +1986,19 @@
19791986
semver "^7.3.7"
19801987
tsutils "^3.21.0"
19811988

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==
1989+
"@typescript-eslint/typescript-estree@8.0.0":
1990+
version "8.0.0"
1991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
1992+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
19861993
dependencies:
1987-
"@typescript-eslint/types" "5.46.0"
1988-
"@typescript-eslint/visitor-keys" "5.46.0"
1994+
"@typescript-eslint/types" "8.0.0"
1995+
"@typescript-eslint/visitor-keys" "8.0.0"
19891996
debug "^4.3.4"
19901997
globby "^11.1.0"
19911998
is-glob "^4.0.3"
1992-
semver "^7.3.7"
1993-
tsutils "^3.21.0"
1999+
minimatch "^9.0.4"
2000+
semver "^7.6.0"
2001+
ts-api-utils "^1.3.0"
19942002

19952003
"@typescript-eslint/[email protected]":
19962004
version "5.27.0"
@@ -2004,19 +2012,15 @@
20042012
eslint-scope "^5.1.1"
20052013
eslint-utils "^3.0.0"
20062014

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==
2015+
"@typescript-eslint/utils@8.0.0":
2016+
version "8.0.0"
2017+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
2018+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
20112019
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"
2020+
"@eslint-community/eslint-utils" "^4.4.0"
2021+
"@typescript-eslint/scope-manager" "8.0.0"
2022+
"@typescript-eslint/types" "8.0.0"
2023+
"@typescript-eslint/typescript-estree" "8.0.0"
20202024

20212025
"@typescript-eslint/[email protected]":
20222026
version "5.27.0"
@@ -2026,13 +2030,13 @@
20262030
"@typescript-eslint/types" "5.27.0"
20272031
eslint-visitor-keys "^3.3.0"
20282032

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==
2033+
"@typescript-eslint/visitor-keys@8.0.0":
2034+
version "8.0.0"
2035+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
2036+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
20332037
dependencies:
2034-
"@typescript-eslint/types" "5.46.0"
2035-
eslint-visitor-keys "^3.3.0"
2038+
"@typescript-eslint/types" "8.0.0"
2039+
eslint-visitor-keys "^3.4.3"
20362040

20372041
20382042
version "3.2.36"
@@ -3948,6 +3952,11 @@ ignore@^5.1.8, ignore@^5.2.0:
39483952
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
39493953
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
39503954

3955+
ignore@^5.3.1:
3956+
version "5.3.1"
3957+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
3958+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
3959+
39513960
immutable@^4.0.0:
39523961
version "4.1.0"
39533962
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.1.0.tgz#f795787f0db780183307b9eb2091fcac1f6fafef"
@@ -5329,6 +5338,13 @@ minimatch@^8.0.0:
53295338
dependencies:
53305339
brace-expansion "^2.0.1"
53315340

5341+
minimatch@^9.0.4:
5342+
version "9.0.5"
5343+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
5344+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
5345+
dependencies:
5346+
brace-expansion "^2.0.1"
5347+
53325348
53335349
version "4.1.0"
53345350
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -5471,11 +5487,6 @@ nanoid@^3.3.6:
54715487
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
54725488
integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
54735489

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-
54795490
natural-compare@^1.4.0:
54805491
version "1.4.0"
54815492
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -6405,11 +6416,6 @@ redeyed@~2.1.0:
64056416
dependencies:
64066417
esprima "~4.0.0"
64076418

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-
64136419
registry-auth-token@^4.0.0:
64146420
version "4.2.1"
64156421
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250"
@@ -6638,6 +6644,11 @@ semver@^6.0.0, semver@^6.3.0:
66386644
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
66396645
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
66406646

6647+
semver@^7.6.0:
6648+
version "7.6.3"
6649+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
6650+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
6651+
66416652
set-blocking@^2.0.0:
66426653
version "2.0.0"
66436654
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -7161,6 +7172,11 @@ trim-newlines@^3.0.0:
71617172
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
71627173
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
71637174

7175+
ts-api-utils@^1.3.0:
7176+
version "1.3.0"
7177+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
7178+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
7179+
71647180
ts-jest@^29.0.3:
71657181
version "29.0.3"
71667182
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"

0 commit comments

Comments
 (0)