Skip to content

Commit 1b4597d

Browse files
chore(deps): update dependencies to v6
1 parent e1e5387 commit 1b4597d

File tree

2 files changed

+98
-69
lines changed

2 files changed

+98
-69
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"@swc/jest": "0.2.27",
5454
"@types/jest": "29.5.3",
5555
"@types/node": "18.17.0",
56-
"@typescript-eslint/eslint-plugin": "5.62.0",
57-
"@typescript-eslint/parser": "5.62.0",
56+
"@typescript-eslint/eslint-plugin": "6.2.0",
57+
"@typescript-eslint/parser": "6.2.0",
5858
"eslint": "8.45.0",
5959
"eslint-config-prettier": "8.8.0",
6060
"eslint-plugin-jest": "27.2.3",

yarn.lock

+96-67
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9"
441441
integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==
442442

443-
"@eslint-community/eslint-utils@^4.2.0":
443+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
444444
version "4.4.0"
445445
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
446446
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
@@ -452,6 +452,11 @@
452452
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
453453
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
454454

455+
"@eslint-community/regexpp@^4.5.1":
456+
version "4.6.1"
457+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.1.tgz#0b371c118b8e4ebf9dbddb56120ab4befd791211"
458+
integrity sha512-O7x6dMstWLn2ktjcoiNLDkAGG2EjveHL+Vvc+n0fXumkJYAcSqcVYKtwDU+hDZ0uDUsnUagSYaZrOLAYE8un1A==
459+
455460
"@eslint/eslintrc@^2.1.0":
456461
version "2.1.0"
457462
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.0.tgz#82256f164cc9e0b59669efc19d57f8092706841d"
@@ -1685,6 +1690,11 @@
16851690
expect "^29.0.0"
16861691
pretty-format "^29.0.0"
16871692

1693+
"@types/json-schema@^7.0.12":
1694+
version "7.0.12"
1695+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1696+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1697+
16881698
"@types/json-schema@^7.0.9":
16891699
version "7.0.9"
16901700
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1729,10 +1739,10 @@
17291739
dependencies:
17301740
"@types/node" "*"
17311741

1732-
"@types/semver@^7.3.12":
1733-
version "7.3.12"
1734-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
1735-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
1742+
"@types/semver@^7.5.0":
1743+
version "7.5.0"
1744+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1745+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
17361746

17371747
"@types/stack-utils@^2.0.0":
17381748
version "2.0.1"
@@ -1758,30 +1768,33 @@
17581768
dependencies:
17591769
"@types/yargs-parser" "*"
17601770

1761-
"@typescript-eslint/[email protected]":
1762-
version "5.62.0"
1763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
1764-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
1765-
dependencies:
1766-
"@eslint-community/regexpp" "^4.4.0"
1767-
"@typescript-eslint/scope-manager" "5.62.0"
1768-
"@typescript-eslint/type-utils" "5.62.0"
1769-
"@typescript-eslint/utils" "5.62.0"
1771+
"@typescript-eslint/[email protected]":
1772+
version "6.2.0"
1773+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.2.0.tgz#57047c400be0632d4797ac081af8d399db3ebc3b"
1774+
integrity sha512-rClGrMuyS/3j0ETa1Ui7s6GkLhfZGKZL3ZrChLeAiACBE/tRc1wq8SNZESUuluxhLj9FkUefRs2l6bCIArWBiQ==
1775+
dependencies:
1776+
"@eslint-community/regexpp" "^4.5.1"
1777+
"@typescript-eslint/scope-manager" "6.2.0"
1778+
"@typescript-eslint/type-utils" "6.2.0"
1779+
"@typescript-eslint/utils" "6.2.0"
1780+
"@typescript-eslint/visitor-keys" "6.2.0"
17701781
debug "^4.3.4"
17711782
graphemer "^1.4.0"
1772-
ignore "^5.2.0"
1783+
ignore "^5.2.4"
1784+
natural-compare "^1.4.0"
17731785
natural-compare-lite "^1.4.0"
1774-
semver "^7.3.7"
1775-
tsutils "^3.21.0"
1786+
semver "^7.5.4"
1787+
ts-api-utils "^1.0.1"
17761788

1777-
"@typescript-eslint/parser@5.62.0":
1778-
version "5.62.0"
1779-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1780-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1789+
"@typescript-eslint/parser@6.2.0":
1790+
version "6.2.0"
1791+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.0.tgz#d37c30b0f459c6f39455335d8f4f085919a1c644"
1792+
integrity sha512-igVYOqtiK/UsvKAmmloQAruAdUHihsOCvplJpplPZ+3h4aDkC/UKZZNKgB6h93ayuYLuEymU3h8nF1xMRbh37g==
17811793
dependencies:
1782-
"@typescript-eslint/scope-manager" "5.62.0"
1783-
"@typescript-eslint/types" "5.62.0"
1784-
"@typescript-eslint/typescript-estree" "5.62.0"
1794+
"@typescript-eslint/scope-manager" "6.2.0"
1795+
"@typescript-eslint/types" "6.2.0"
1796+
"@typescript-eslint/typescript-estree" "6.2.0"
1797+
"@typescript-eslint/visitor-keys" "6.2.0"
17851798
debug "^4.3.4"
17861799

17871800
"@typescript-eslint/[email protected]":
@@ -1792,33 +1805,33 @@
17921805
"@typescript-eslint/types" "5.13.0"
17931806
"@typescript-eslint/visitor-keys" "5.13.0"
17941807

1795-
"@typescript-eslint/scope-manager@5.62.0":
1796-
version "5.62.0"
1797-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1798-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1808+
"@typescript-eslint/scope-manager@6.2.0":
1809+
version "6.2.0"
1810+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.0.tgz#412a710d8fa20bc045533b3b19f423810b24f87a"
1811+
integrity sha512-1ZMNVgm5nnHURU8ZSJ3snsHzpFeNK84rdZjluEVBGNu7jDymfqceB3kdIZ6A4xCfEFFhRIB6rF8q/JIqJd2R0Q==
17991812
dependencies:
1800-
"@typescript-eslint/types" "5.62.0"
1801-
"@typescript-eslint/visitor-keys" "5.62.0"
1813+
"@typescript-eslint/types" "6.2.0"
1814+
"@typescript-eslint/visitor-keys" "6.2.0"
18021815

1803-
"@typescript-eslint/type-utils@5.62.0":
1804-
version "5.62.0"
1805-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1806-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1816+
"@typescript-eslint/type-utils@6.2.0":
1817+
version "6.2.0"
1818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.2.0.tgz#02b27a3eeb41aa5460d6275d12cce5dd72e1c9fc"
1819+
integrity sha512-DnGZuNU2JN3AYwddYIqrVkYW0uUQdv0AY+kz2M25euVNlujcN2u+rJgfJsBFlUEzBB6OQkUqSZPyuTLf2bP5mw==
18071820
dependencies:
1808-
"@typescript-eslint/typescript-estree" "5.62.0"
1809-
"@typescript-eslint/utils" "5.62.0"
1821+
"@typescript-eslint/typescript-estree" "6.2.0"
1822+
"@typescript-eslint/utils" "6.2.0"
18101823
debug "^4.3.4"
1811-
tsutils "^3.21.0"
1824+
ts-api-utils "^1.0.1"
18121825

18131826
"@typescript-eslint/[email protected]":
18141827
version "5.13.0"
18151828
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.13.0.tgz#da1de4ae905b1b9ff682cab0bed6b2e3be9c04e5"
18161829
integrity sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==
18171830

1818-
"@typescript-eslint/types@5.62.0":
1819-
version "5.62.0"
1820-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1821-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1831+
"@typescript-eslint/types@6.2.0":
1832+
version "6.2.0"
1833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.0.tgz#b341a4e6d5f609267306b07afc6f62bcf92b1495"
1834+
integrity sha512-1nRRaDlp/XYJQLvkQJG5F3uBTno5SHPT7XVcJ5n1/k2WfNI28nJsvLakxwZRNY5spuatEKO7d5nZWsQpkqXwBA==
18221835

18231836
"@typescript-eslint/[email protected]":
18241837
version "5.13.0"
@@ -1833,32 +1846,31 @@
18331846
semver "^7.3.5"
18341847
tsutils "^3.21.0"
18351848

1836-
"@typescript-eslint/typescript-estree@5.62.0":
1837-
version "5.62.0"
1838-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1839-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1849+
"@typescript-eslint/typescript-estree@6.2.0":
1850+
version "6.2.0"
1851+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.0.tgz#4969944b831b481996aa4fbd73c7164ca683b8ef"
1852+
integrity sha512-Mts6+3HQMSM+LZCglsc2yMIny37IhUgp1Qe8yJUYVyO6rHP7/vN0vajKu3JvHCBIy8TSiKddJ/Zwu80jhnGj1w==
18401853
dependencies:
1841-
"@typescript-eslint/types" "5.62.0"
1842-
"@typescript-eslint/visitor-keys" "5.62.0"
1854+
"@typescript-eslint/types" "6.2.0"
1855+
"@typescript-eslint/visitor-keys" "6.2.0"
18431856
debug "^4.3.4"
18441857
globby "^11.1.0"
18451858
is-glob "^4.0.3"
1846-
semver "^7.3.7"
1847-
tsutils "^3.21.0"
1859+
semver "^7.5.4"
1860+
ts-api-utils "^1.0.1"
18481861

1849-
"@typescript-eslint/utils@5.62.0":
1850-
version "5.62.0"
1851-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1852-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1862+
"@typescript-eslint/utils@6.2.0":
1863+
version "6.2.0"
1864+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.2.0.tgz#606a20e5c13883c2d2bd0538ddc4b96b8d410979"
1865+
integrity sha512-RCFrC1lXiX1qEZN8LmLrxYRhOkElEsPKTVSNout8DMzf8PeWoQG7Rxz2SadpJa3VSh5oYKGwt7j7X/VRg+Y3OQ==
18531866
dependencies:
1854-
"@eslint-community/eslint-utils" "^4.2.0"
1855-
"@types/json-schema" "^7.0.9"
1856-
"@types/semver" "^7.3.12"
1857-
"@typescript-eslint/scope-manager" "5.62.0"
1858-
"@typescript-eslint/types" "5.62.0"
1859-
"@typescript-eslint/typescript-estree" "5.62.0"
1860-
eslint-scope "^5.1.1"
1861-
semver "^7.3.7"
1867+
"@eslint-community/eslint-utils" "^4.4.0"
1868+
"@types/json-schema" "^7.0.12"
1869+
"@types/semver" "^7.5.0"
1870+
"@typescript-eslint/scope-manager" "6.2.0"
1871+
"@typescript-eslint/types" "6.2.0"
1872+
"@typescript-eslint/typescript-estree" "6.2.0"
1873+
semver "^7.5.4"
18621874

18631875
"@typescript-eslint/utils@^5.10.0":
18641876
version "5.13.0"
@@ -1880,13 +1892,13 @@
18801892
"@typescript-eslint/types" "5.13.0"
18811893
eslint-visitor-keys "^3.0.0"
18821894

1883-
"@typescript-eslint/visitor-keys@5.62.0":
1884-
version "5.62.0"
1885-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1886-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1895+
"@typescript-eslint/visitor-keys@6.2.0":
1896+
version "6.2.0"
1897+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.0.tgz#71943f42fdaa2ec86dc3222091f41761a49ae71a"
1898+
integrity sha512-QbaYUQVKKo9bgCzpjz45llCfwakyoxHetIy8CAvYCtd16Zu1KrpzNHofwF8kGkpPOxZB2o6kz+0nqH8ZkIzuoQ==
18871899
dependencies:
1888-
"@typescript-eslint/types" "5.62.0"
1889-
eslint-visitor-keys "^3.3.0"
1900+
"@typescript-eslint/types" "6.2.0"
1901+
eslint-visitor-keys "^3.4.1"
18901902

18911903
JSONStream@^1.0.4, JSONStream@^1.3.5:
18921904
version "1.3.5"
@@ -3842,6 +3854,11 @@ ignore@^5.2.0:
38423854
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
38433855
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
38443856

3857+
ignore@^5.2.4:
3858+
version "5.2.4"
3859+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
3860+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
3861+
38453862
import-fresh@^3.2.1:
38463863
version "3.3.0"
38473864
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -6441,6 +6458,13 @@ semver@^7.5.3:
64416458
dependencies:
64426459
lru-cache "^6.0.0"
64436460

6461+
semver@^7.5.4:
6462+
version "7.5.4"
6463+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
6464+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
6465+
dependencies:
6466+
lru-cache "^6.0.0"
6467+
64446468
set-blocking@^2.0.0:
64456469
version "2.0.0"
64466470
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
@@ -6983,6 +7007,11 @@ trim-repeated@^2.0.0:
69837007
dependencies:
69847008
escape-string-regexp "^5.0.0"
69857009

7010+
ts-api-utils@^1.0.1:
7011+
version "1.0.1"
7012+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
7013+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
7014+
69867015
tslib@^1.8.1:
69877016
version "1.14.1"
69887017
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"

0 commit comments

Comments
 (0)