Skip to content

Commit d896439

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to v6
1 parent ff63b81 commit d896439

File tree

2 files changed

+97
-59
lines changed

2 files changed

+97
-59
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": "^6.0.0",
8181
"assertron": "^11.0.2",
8282
"cross-env": "^7.0.3",
8383
"depcheck": "^1.4.3",

yarn.lock

+96-58
Original file line numberDiff line numberDiff line change
@@ -723,11 +723,23 @@
723723
dependencies:
724724
eslint-visitor-keys "^3.3.0"
725725

726+
"@eslint-community/eslint-utils@^4.3.0":
727+
version "4.4.0"
728+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
729+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
730+
dependencies:
731+
eslint-visitor-keys "^3.3.0"
732+
726733
"@eslint-community/regexpp@^4.4.0":
727734
version "4.4.0"
728735
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
729736
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
730737

738+
"@eslint-community/regexpp@^4.5.0":
739+
version "4.5.1"
740+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
741+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
742+
731743
"@eslint/eslintrc@^2.1.0":
732744
version "2.1.0"
733745
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d"
@@ -1744,6 +1756,11 @@
17441756
resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-4.0.5.tgz#738dd390a6ecc5442f35e7f03fa1431353f7e138"
17451757
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
17461758

1759+
"@types/json-schema@^7.0.11":
1760+
version "7.0.12"
1761+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1762+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1763+
17471764
"@types/json-schema@^7.0.9":
17481765
version "7.0.9"
17491766
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1831,20 +1848,24 @@
18311848
dependencies:
18321849
"@types/yargs-parser" "*"
18331850

1834-
"@typescript-eslint/eslint-plugin@^5.46.0":
1835-
version "5.46.0"
1836-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.0.tgz#9a96a713b9616c783501a3c1774c9e2b40217ad0"
1837-
integrity sha512-QrZqaIOzJAjv0sfjY4EjbXUi3ZOFpKfzntx22gPGr9pmFcTjcFw/1sS1LJhEubfAGwuLjNrPV0rH+D1/XZFy7Q==
1838-
dependencies:
1839-
"@typescript-eslint/scope-manager" "5.46.0"
1840-
"@typescript-eslint/type-utils" "5.46.0"
1841-
"@typescript-eslint/utils" "5.46.0"
1851+
"@typescript-eslint/eslint-plugin@^6.0.0":
1852+
version "6.0.0"
1853+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.0.0.tgz#19ff4f1cab8d6f8c2c1825150f7a840bc5d9bdc4"
1854+
integrity sha512-xuv6ghKGoiq856Bww/yVYnXGsKa588kY3M0XK7uUW/3fJNNULKRfZfSBkMTSpqGG/8ZCXCadfh8G/z/B4aqS/A==
1855+
dependencies:
1856+
"@eslint-community/regexpp" "^4.5.0"
1857+
"@typescript-eslint/scope-manager" "6.0.0"
1858+
"@typescript-eslint/type-utils" "6.0.0"
1859+
"@typescript-eslint/utils" "6.0.0"
1860+
"@typescript-eslint/visitor-keys" "6.0.0"
18421861
debug "^4.3.4"
1843-
ignore "^5.2.0"
1862+
grapheme-splitter "^1.0.4"
1863+
graphemer "^1.4.0"
1864+
ignore "^5.2.4"
1865+
natural-compare "^1.4.0"
18441866
natural-compare-lite "^1.4.0"
1845-
regexpp "^3.2.0"
1846-
semver "^7.3.7"
1847-
tsutils "^3.21.0"
1867+
semver "^7.5.0"
1868+
ts-api-utils "^1.0.1"
18481869

18491870
"@typescript-eslint/experimental-utils@^5.23.0":
18501871
version "5.27.0"
@@ -1871,33 +1892,33 @@
18711892
"@typescript-eslint/types" "5.27.0"
18721893
"@typescript-eslint/visitor-keys" "5.27.0"
18731894

1874-
"@typescript-eslint/scope-manager@5.46.0":
1875-
version "5.46.0"
1876-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.0.tgz#60790b14d0c687dd633b22b8121374764f76ce0d"
1877-
integrity sha512-7wWBq9d/GbPiIM6SqPK9tfynNxVbfpihoY5cSFMer19OYUA3l4powA2uv0AV2eAZV6KoAh6lkzxv4PoxOLh1oA==
1895+
"@typescript-eslint/scope-manager@6.0.0":
1896+
version "6.0.0"
1897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.0.0.tgz#8ede47a37cb2b7ed82d329000437abd1113b5e11"
1898+
integrity sha512-o4q0KHlgCZTqjuaZ25nw5W57NeykZT9LiMEG4do/ovwvOcPnDO1BI5BQdCsUkjxFyrCL0cSzLjvIMfR9uo7cWg==
18781899
dependencies:
1879-
"@typescript-eslint/types" "5.46.0"
1880-
"@typescript-eslint/visitor-keys" "5.46.0"
1900+
"@typescript-eslint/types" "6.0.0"
1901+
"@typescript-eslint/visitor-keys" "6.0.0"
18811902

1882-
"@typescript-eslint/type-utils@5.46.0":
1883-
version "5.46.0"
1884-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.46.0.tgz#3a4507b3b437e2fd9e95c3e5eea5ae16f79d64b3"
1885-
integrity sha512-dwv4nimVIAsVS2dTA0MekkWaRnoYNXY26dKz8AN5W3cBFYwYGFQEqm/cG+TOoooKlncJS4RTbFKgcFY/pOiBCg==
1903+
"@typescript-eslint/type-utils@6.0.0":
1904+
version "6.0.0"
1905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.0.0.tgz#0478d8a94f05e51da2877cc0500f1b3c27ac7e18"
1906+
integrity sha512-ah6LJvLgkoZ/pyJ9GAdFkzeuMZ8goV6BH7eC9FPmojrnX9yNCIsfjB+zYcnex28YO3RFvBkV6rMV6WpIqkPvoQ==
18861907
dependencies:
1887-
"@typescript-eslint/typescript-estree" "5.46.0"
1888-
"@typescript-eslint/utils" "5.46.0"
1908+
"@typescript-eslint/typescript-estree" "6.0.0"
1909+
"@typescript-eslint/utils" "6.0.0"
18891910
debug "^4.3.4"
1890-
tsutils "^3.21.0"
1911+
ts-api-utils "^1.0.1"
18911912

18921913
"@typescript-eslint/[email protected]":
18931914
version "5.27.0"
18941915
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.27.0.tgz#c3f44b9dda6177a9554f94a74745ca495ba9c001"
18951916
integrity sha512-lY6C7oGm9a/GWhmUDOs3xAVRz4ty/XKlQ2fOLr8GAIryGn0+UBOoJDWyHer3UgrHkenorwvBnphhP+zPmzmw0A==
18961917

1897-
"@typescript-eslint/types@5.46.0":
1898-
version "5.46.0"
1899-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.0.tgz#f4d76622a996b88153bbd829ea9ccb9f7a5d28bc"
1900-
integrity sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw==
1918+
"@typescript-eslint/types@6.0.0":
1919+
version "6.0.0"
1920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.0.0.tgz#19795f515f8decbec749c448b0b5fc76d82445a1"
1921+
integrity sha512-Zk9KDggyZM6tj0AJWYYKgF0yQyrcnievdhG0g5FqyU3Y2DRxJn4yWY21sJC0QKBckbsdKKjYDV2yVrrEvuTgxg==
19011922

19021923
"@typescript-eslint/[email protected]":
19031924
version "5.27.0"
@@ -1912,18 +1933,18 @@
19121933
semver "^7.3.7"
19131934
tsutils "^3.21.0"
19141935

1915-
"@typescript-eslint/typescript-estree@5.46.0":
1916-
version "5.46.0"
1917-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.0.tgz#a6c2b84b9351f78209a1d1f2d99ca553f7fa29a5"
1918-
integrity sha512-kDLNn/tQP+Yp8Ro2dUpyyVV0Ksn2rmpPpB0/3MO874RNmXtypMwSeazjEN/Q6CTp8D7ExXAAekPEcCEB/vtJkw==
1936+
"@typescript-eslint/typescript-estree@6.0.0":
1937+
version "6.0.0"
1938+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.0.0.tgz#1e09aab7320e404fb9f83027ea568ac24e372f81"
1939+
integrity sha512-2zq4O7P6YCQADfmJ5OTDQTP3ktajnXIRrYAtHM9ofto/CJZV3QfJ89GEaM2BNGeSr1KgmBuLhEkz5FBkS2RQhQ==
19191940
dependencies:
1920-
"@typescript-eslint/types" "5.46.0"
1921-
"@typescript-eslint/visitor-keys" "5.46.0"
1941+
"@typescript-eslint/types" "6.0.0"
1942+
"@typescript-eslint/visitor-keys" "6.0.0"
19221943
debug "^4.3.4"
19231944
globby "^11.1.0"
19241945
is-glob "^4.0.3"
1925-
semver "^7.3.7"
1926-
tsutils "^3.21.0"
1946+
semver "^7.5.0"
1947+
ts-api-utils "^1.0.1"
19271948

19281949
"@typescript-eslint/[email protected]":
19291950
version "5.27.0"
@@ -1937,19 +1958,19 @@
19371958
eslint-scope "^5.1.1"
19381959
eslint-utils "^3.0.0"
19391960

1940-
"@typescript-eslint/utils@5.46.0":
1941-
version "5.46.0"
1942-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.46.0.tgz#600cd873ba471b7d8b0b9f35de34cf852c6fcb31"
1943-
integrity sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==
1961+
"@typescript-eslint/utils@6.0.0":
1962+
version "6.0.0"
1963+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.0.0.tgz#27a16d0d8f2719274a39417b9782f7daa3802db0"
1964+
integrity sha512-SOr6l4NB6HE4H/ktz0JVVWNXqCJTOo/mHnvIte1ZhBQ0Cvd04x5uKZa3zT6tiodL06zf5xxdK8COiDvPnQ27JQ==
19441965
dependencies:
1945-
"@types/json-schema" "^7.0.9"
1966+
"@eslint-community/eslint-utils" "^4.3.0"
1967+
"@types/json-schema" "^7.0.11"
19461968
"@types/semver" "^7.3.12"
1947-
"@typescript-eslint/scope-manager" "5.46.0"
1948-
"@typescript-eslint/types" "5.46.0"
1949-
"@typescript-eslint/typescript-estree" "5.46.0"
1969+
"@typescript-eslint/scope-manager" "6.0.0"
1970+
"@typescript-eslint/types" "6.0.0"
1971+
"@typescript-eslint/typescript-estree" "6.0.0"
19501972
eslint-scope "^5.1.1"
1951-
eslint-utils "^3.0.0"
1952-
semver "^7.3.7"
1973+
semver "^7.5.0"
19531974

19541975
"@typescript-eslint/[email protected]":
19551976
version "5.27.0"
@@ -1959,13 +1980,13 @@
19591980
"@typescript-eslint/types" "5.27.0"
19601981
eslint-visitor-keys "^3.3.0"
19611982

1962-
"@typescript-eslint/visitor-keys@5.46.0":
1963-
version "5.46.0"
1964-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.0.tgz#36d87248ae20c61ef72404bcd61f14aa2563915f"
1965-
integrity sha512-E13gBoIXmaNhwjipuvQg1ByqSAu/GbEpP/qzFihugJ+MomtoJtFAJG/+2DRPByf57B863m0/q7Zt16V9ohhANw==
1983+
"@typescript-eslint/visitor-keys@6.0.0":
1984+
version "6.0.0"
1985+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.0.0.tgz#0b49026049fbd096d2c00c5e784866bc69532a31"
1986+
integrity sha512-cvJ63l8c0yXdeT5POHpL0Q1cZoRcmRKFCtSjNGJxPkcP571EfZMcNbzWAc7oK3D1dRzm/V5EwtkANTZxqvuuUA==
19661987
dependencies:
1967-
"@typescript-eslint/types" "5.46.0"
1968-
eslint-visitor-keys "^3.3.0"
1988+
"@typescript-eslint/types" "6.0.0"
1989+
eslint-visitor-keys "^3.4.1"
19691990

19701991
19711992
version "3.2.36"
@@ -3707,6 +3728,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.10,
37073728
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
37083729
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
37093730

3731+
grapheme-splitter@^1.0.4:
3732+
version "1.0.4"
3733+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
3734+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
3735+
37103736
graphemer@^1.4.0:
37113737
version "1.4.0"
37123738
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
@@ -3869,6 +3895,11 @@ ignore@^5.1.8, ignore@^5.2.0:
38693895
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
38703896
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
38713897

3898+
ignore@^5.2.4:
3899+
version "5.2.4"
3900+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
3901+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
3902+
38723903
immutable@^4.0.0:
38733904
version "4.1.0"
38743905
resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.1.0.tgz#f795787f0db780183307b9eb2091fcac1f6fafef"
@@ -6326,11 +6357,6 @@ redeyed@~2.1.0:
63266357
dependencies:
63276358
esprima "~4.0.0"
63286359

6329-
regexpp@^3.2.0:
6330-
version "3.2.0"
6331-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
6332-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
6333-
63346360
registry-auth-token@^4.0.0:
63356361
version "4.2.1"
63366362
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-4.2.1.tgz#6d7b4006441918972ccd5fedcd41dc322c79b250"
@@ -6552,6 +6578,13 @@ semver@^6.0.0, semver@^6.3.0:
65526578
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
65536579
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
65546580

6581+
semver@^7.5.0:
6582+
version "7.5.4"
6583+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
6584+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
6585+
dependencies:
6586+
lru-cache "^6.0.0"
6587+
65556588
set-blocking@^2.0.0:
65566589
version "2.0.0"
65576590
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -7075,6 +7108,11 @@ trim-newlines@^3.0.0:
70757108
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
70767109
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
70777110

7111+
ts-api-utils@^1.0.1:
7112+
version "1.0.1"
7113+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
7114+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
7115+
70787116
ts-jest@^29.0.3:
70797117
version "29.0.3"
70807118
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.0.3.tgz#63ea93c5401ab73595440733cefdba31fcf9cb77"

0 commit comments

Comments
 (0)