Skip to content

Commit 4446fb5

Browse files
⬆️ deps: Upgrade dependency xo to v0.58.0
1 parent d3e60b1 commit 4446fb5

File tree

2 files changed

+92
-75
lines changed

2 files changed

+92
-75
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"pinst": "3.0.0",
9898
"power-assert": "1.6.1",
9999
"regenerator-runtime": "0.14.1",
100-
"xo": "0.57.0"
100+
"xo": "0.58.0"
101101
},
102102
"ava": {
103103
"files": [

yarn.lock

Lines changed: 91 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,7 +1393,7 @@
13931393
minimatch "^3.1.2"
13941394
strip-json-comments "^3.1.1"
13951395

1396-
"@eslint/eslintrc@^3.0.0":
1396+
"@eslint/eslintrc@^3.0.2":
13971397
version "3.0.2"
13981398
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.0.2.tgz#36180f8e85bf34d2fe3ccc2261e8e204a411ab4e"
13991399
integrity sha512-wV19ZEGEMAC1eHgrS7UQPqsdEiCIbTKTasEfcXAigzoXICcqZSjBZEHlZwNVvKg6UBCjSlos84XiLqsRJnIcIg==
@@ -1737,6 +1737,11 @@
17371737
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-1.0.0.tgz#9cd84cc15bc865a5ca35fcaae198eb899f7b5c90"
17381738
integrity sha512-rUV5WyJrJLoloD4NDN1V1+LDMDWOa4OTsT4yYJwQNpTU6FWxkxHpL7eu4w+DmiH8x/EAM1otkPE1+LaspIbplw==
17391739

1740+
"@sindresorhus/merge-streams@^2.1.0":
1741+
version "2.3.0"
1742+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
1743+
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
1744+
17401745
"@surma/rollup-plugin-off-main-thread@^2.2.2":
17411746
version "2.2.3"
17421747
resolved "https://registry.yarnpkg.com/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz#ee34985952ca21558ab0d952f00298ad2190c053"
@@ -1838,90 +1843,90 @@
18381843
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
18391844
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
18401845

1841-
"@typescript-eslint/eslint-plugin@^6.21.0":
1842-
version "6.21.0"
1843-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
1844-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
1846+
"@typescript-eslint/eslint-plugin@^7.1.1":
1847+
version "7.1.1"
1848+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-7.1.1.tgz#dd71fc5c7ecec745ca26ece506d84d203a205c0e"
1849+
integrity sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw==
18451850
dependencies:
18461851
"@eslint-community/regexpp" "^4.5.1"
1847-
"@typescript-eslint/scope-manager" "6.21.0"
1848-
"@typescript-eslint/type-utils" "6.21.0"
1849-
"@typescript-eslint/utils" "6.21.0"
1850-
"@typescript-eslint/visitor-keys" "6.21.0"
1852+
"@typescript-eslint/scope-manager" "7.1.1"
1853+
"@typescript-eslint/type-utils" "7.1.1"
1854+
"@typescript-eslint/utils" "7.1.1"
1855+
"@typescript-eslint/visitor-keys" "7.1.1"
18511856
debug "^4.3.4"
18521857
graphemer "^1.4.0"
18531858
ignore "^5.2.4"
18541859
natural-compare "^1.4.0"
18551860
semver "^7.5.4"
18561861
ts-api-utils "^1.0.1"
18571862

1858-
"@typescript-eslint/parser@^6.21.0":
1859-
version "6.21.0"
1860-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
1861-
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
1863+
"@typescript-eslint/parser@^7.1.1":
1864+
version "7.1.1"
1865+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-7.1.1.tgz#6a9d0a5c9ccdf5dbd3cb8c949728c64e24e07d1f"
1866+
integrity sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ==
18621867
dependencies:
1863-
"@typescript-eslint/scope-manager" "6.21.0"
1864-
"@typescript-eslint/types" "6.21.0"
1865-
"@typescript-eslint/typescript-estree" "6.21.0"
1866-
"@typescript-eslint/visitor-keys" "6.21.0"
1868+
"@typescript-eslint/scope-manager" "7.1.1"
1869+
"@typescript-eslint/types" "7.1.1"
1870+
"@typescript-eslint/typescript-estree" "7.1.1"
1871+
"@typescript-eslint/visitor-keys" "7.1.1"
18671872
debug "^4.3.4"
18681873

1869-
"@typescript-eslint/scope-manager@6.21.0":
1870-
version "6.21.0"
1871-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
1872-
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
1874+
"@typescript-eslint/scope-manager@7.1.1":
1875+
version "7.1.1"
1876+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-7.1.1.tgz#9e301803ff8e21a74f50c6f89a4baccad9a48f93"
1877+
integrity sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA==
18731878
dependencies:
1874-
"@typescript-eslint/types" "6.21.0"
1875-
"@typescript-eslint/visitor-keys" "6.21.0"
1879+
"@typescript-eslint/types" "7.1.1"
1880+
"@typescript-eslint/visitor-keys" "7.1.1"
18761881

1877-
"@typescript-eslint/type-utils@6.21.0":
1878-
version "6.21.0"
1879-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
1880-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
1882+
"@typescript-eslint/type-utils@7.1.1":
1883+
version "7.1.1"
1884+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-7.1.1.tgz#aee820d5bedd39b83c18585a526cc520ddb7a226"
1885+
integrity sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g==
18811886
dependencies:
1882-
"@typescript-eslint/typescript-estree" "6.21.0"
1883-
"@typescript-eslint/utils" "6.21.0"
1887+
"@typescript-eslint/typescript-estree" "7.1.1"
1888+
"@typescript-eslint/utils" "7.1.1"
18841889
debug "^4.3.4"
18851890
ts-api-utils "^1.0.1"
18861891

1887-
"@typescript-eslint/types@6.21.0":
1888-
version "6.21.0"
1889-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
1890-
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
1892+
"@typescript-eslint/types@7.1.1":
1893+
version "7.1.1"
1894+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.1.1.tgz#ca33ba7cf58224fb46a84fea62593c2c53cd795f"
1895+
integrity sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q==
18911896

1892-
"@typescript-eslint/typescript-estree@6.21.0":
1893-
version "6.21.0"
1894-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
1895-
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
1897+
"@typescript-eslint/typescript-estree@7.1.1":
1898+
version "7.1.1"
1899+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-7.1.1.tgz#09c54af0151a1b05d0875c0fc7fe2ec7a2476ece"
1900+
integrity sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==
18961901
dependencies:
1897-
"@typescript-eslint/types" "6.21.0"
1898-
"@typescript-eslint/visitor-keys" "6.21.0"
1902+
"@typescript-eslint/types" "7.1.1"
1903+
"@typescript-eslint/visitor-keys" "7.1.1"
18991904
debug "^4.3.4"
19001905
globby "^11.1.0"
19011906
is-glob "^4.0.3"
19021907
minimatch "9.0.3"
19031908
semver "^7.5.4"
19041909
ts-api-utils "^1.0.1"
19051910

1906-
"@typescript-eslint/utils@6.21.0":
1907-
version "6.21.0"
1908-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
1909-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
1911+
"@typescript-eslint/utils@7.1.1":
1912+
version "7.1.1"
1913+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.1.1.tgz#bdeeb789eee4af5d3fb5400a69566d4dbf97ff3b"
1914+
integrity sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg==
19101915
dependencies:
19111916
"@eslint-community/eslint-utils" "^4.4.0"
19121917
"@types/json-schema" "^7.0.12"
19131918
"@types/semver" "^7.5.0"
1914-
"@typescript-eslint/scope-manager" "6.21.0"
1915-
"@typescript-eslint/types" "6.21.0"
1916-
"@typescript-eslint/typescript-estree" "6.21.0"
1919+
"@typescript-eslint/scope-manager" "7.1.1"
1920+
"@typescript-eslint/types" "7.1.1"
1921+
"@typescript-eslint/typescript-estree" "7.1.1"
19171922
semver "^7.5.4"
19181923

1919-
"@typescript-eslint/visitor-keys@6.21.0":
1920-
version "6.21.0"
1921-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1922-
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1924+
"@typescript-eslint/visitor-keys@7.1.1":
1925+
version "7.1.1"
1926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-7.1.1.tgz#e6538a58c9b157f03bcbb29e3b6a92fe39a6ab0d"
1927+
integrity sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ==
19231928
dependencies:
1924-
"@typescript-eslint/types" "6.21.0"
1929+
"@typescript-eslint/types" "7.1.1"
19251930
eslint-visitor-keys "^3.4.1"
19261931

19271932
"@ungap/structured-clone@^1.2.0":
@@ -4165,10 +4170,10 @@ eslint-config-prettier@^9.1.0:
41654170
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
41664171
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
41674172

4168-
eslint-config-xo-typescript@^2.0.0:
4169-
version "2.1.1"
4170-
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-2.1.1.tgz#f1a60f63d3478651f3cebc37bfbff45bd66f433b"
4171-
integrity sha512-fyzEjN8e+qbdU0uWxxnhryRDYTE4ZkQ4AEiV1J180r/6EOFeGkiiBCgYJunKQD7MaEOlKLmcmOnO2oVFcE5K0Q==
4173+
eslint-config-xo-typescript@^4.0.0:
4174+
version "4.0.0"
4175+
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-4.0.0.tgz#23f120b38d51b7408077dce2dc8b04769cff7112"
4176+
integrity sha512-pmSWzVpvzEjZHG7S/rN34cFXAoe6YbvWFBQSitEXD5CcT2SULfykYl8hcYXss37r5N3SmJYAiO6VlcfkPiDRxg==
41724177

41734178
eslint-config-xo@^0.44.0:
41744179
version "0.44.0"
@@ -4313,7 +4318,7 @@ eslint-plugin-prettier@^5.1.3:
43134318
prettier-linter-helpers "^1.0.0"
43144319
synckit "^0.8.6"
43154320

4316-
eslint-plugin-unicorn@^51.0.0:
4321+
eslint-plugin-unicorn@^51.0.1:
43174322
version "51.0.1"
43184323
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.1.tgz#3641c5e110324c3739d6cb98fc1b99ada39f477b"
43194324
integrity sha512-MuR/+9VuB0fydoI0nIn2RDA5WISRn4AsJyNSaNKLVwie9/ONvQhxOBbkfSICBPnzKrB77Fh6CZZXjgTt/4Latw==
@@ -4370,7 +4375,7 @@ eslint-visitor-keys@^4.0.0:
43704375
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
43714376
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
43724377

4373-
eslint@^8.53.0:
4378+
eslint@^8.57.0:
43744379
version "8.57.0"
43754380
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
43764381
integrity sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==
@@ -4989,7 +4994,7 @@ get-tsconfig@^4.7.0:
49894994
dependencies:
49904995
resolve-pkg-maps "^1.0.0"
49914996

4992-
get-tsconfig@^4.7.2:
4997+
get-tsconfig@^4.7.3:
49934998
version "4.7.3"
49944999
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.3.tgz#0498163d98f7b58484dd4906999c0c9d5f103f83"
49955000
integrity sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==
@@ -5126,6 +5131,18 @@ globby@^14.0.0:
51265131
slash "^5.1.0"
51275132
unicorn-magic "^0.1.0"
51285133

5134+
globby@^14.0.1:
5135+
version "14.0.1"
5136+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b"
5137+
integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==
5138+
dependencies:
5139+
"@sindresorhus/merge-streams" "^2.1.0"
5140+
fast-glob "^3.3.2"
5141+
ignore "^5.2.4"
5142+
path-type "^5.0.0"
5143+
slash "^5.1.0"
5144+
unicorn-magic "^0.1.0"
5145+
51295146
globrex@^0.1.2:
51305147
version "0.1.2"
51315148
resolved "https://registry.yarnpkg.com/globrex/-/globrex-0.1.2.tgz#dd5d9ec826232730cd6793a5e33a9302985e6098"
@@ -6756,7 +6773,7 @@ meow@^12.0.1:
67566773
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
67576774
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
67586775

6759-
meow@^13.1.0:
6776+
meow@^13.1.0, meow@^13.2.0:
67606777
version "13.2.0"
67616778
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
67626779
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
@@ -9447,7 +9464,7 @@ typescript@^4.1.3:
94479464
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
94489465
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
94499466

9450-
typescript@^5.3.3:
9467+
typescript@^5.4.2:
94519468
version "5.4.2"
94529469
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
94539470
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
@@ -9774,21 +9791,21 @@ xdg-basedir@^5.0.1, xdg-basedir@^5.1.0:
97749791
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
97759792
integrity sha512-jRKe/iQYMyVJpzPH+3HL97Lgu5HrCfii+qSo+TfjKHtOnvbnvdVfMYrn9Q34YV81M2e5sviJlI6Ko9y+nByzvA==
97769793

9777-
xo@0.57.0:
9778-
version "0.57.0"
9779-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.57.0.tgz#c26e7cb3d9a790af9ad87e2b3431542b03e627dd"
9780-
integrity sha512-QTdiZMYtRZZlhlzJI7MVBsW43EYizm2KbXqvw6GRS1oYgHTF3Lq7Z2BK9sjrn+E/wqRVYOC99pOxXlaXuFr/2w==
9794+
xo@0.58.0:
9795+
version "0.58.0"
9796+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.58.0.tgz#8d989aeabc73a75e7e8e304d6d31392cf9763d6b"
9797+
integrity sha512-0mTj/U2m+sTa5zh9WGfuHN09D38mj0jJfCs7Py2VGXkfK55ShclpWSYLEusciuBIlfaKaVxfSsqLnuzNTvsKHg==
97819798
dependencies:
9782-
"@eslint/eslintrc" "^3.0.0"
9783-
"@typescript-eslint/eslint-plugin" "^6.21.0"
9784-
"@typescript-eslint/parser" "^6.21.0"
9799+
"@eslint/eslintrc" "^3.0.2"
9800+
"@typescript-eslint/eslint-plugin" "^7.1.1"
9801+
"@typescript-eslint/parser" "^7.1.1"
97859802
arrify "^3.0.0"
97869803
cosmiconfig "^8.3.6"
97879804
define-lazy-prop "^3.0.0"
9788-
eslint "^8.53.0"
9805+
eslint "^8.57.0"
97899806
eslint-config-prettier "^9.1.0"
97909807
eslint-config-xo "^0.44.0"
9791-
eslint-config-xo-typescript "^2.0.0"
9808+
eslint-config-xo-typescript "^4.0.0"
97929809
eslint-formatter-pretty "^6.0.1"
97939810
eslint-import-resolver-webpack "^0.13.8"
97949811
eslint-plugin-ava "^14.0.0"
@@ -9797,24 +9814,24 @@ [email protected]:
97979814
eslint-plugin-n "^16.6.2"
97989815
eslint-plugin-no-use-extend-native "^0.5.0"
97999816
eslint-plugin-prettier "^5.1.3"
9800-
eslint-plugin-unicorn "^51.0.0"
9817+
eslint-plugin-unicorn "^51.0.1"
98019818
esm-utils "^4.2.1"
98029819
find-cache-dir "^5.0.0"
98039820
find-up-simple "^1.0.0"
98049821
get-stdin "^9.0.0"
9805-
get-tsconfig "^4.7.2"
9806-
globby "^14.0.0"
9822+
get-tsconfig "^4.7.3"
9823+
globby "^14.0.1"
98079824
imurmurhash "^0.1.4"
98089825
json-stable-stringify-without-jsonify "^1.0.1"
98099826
lodash-es "^4.17.21"
9810-
meow "^13.1.0"
9827+
meow "^13.2.0"
98119828
micromatch "^4.0.5"
98129829
open-editor "^4.1.1"
98139830
prettier "^3.2.5"
98149831
semver "^7.6.0"
98159832
slash "^5.1.0"
98169833
to-absolute-glob "^3.0.0"
9817-
typescript "^5.3.3"
9834+
typescript "^5.4.2"
98189835

98199836
xtend@^4.0.0:
98209837
version "4.0.2"

0 commit comments

Comments
 (0)