Skip to content

Commit 9b8503e

Browse files
committed
⬆️ deps: Upgrade dependency xo to v0.40.3
1 parent d27b1d0 commit 9b8503e

File tree

2 files changed

+74
-76
lines changed

2 files changed

+74
-76
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"pinst": "2.1.6",
9595
"power-assert": "1.6.1",
9696
"regenerator-runtime": "0.13.7",
97-
"xo": "0.39.1"
97+
"xo": "0.40.3"
9898
},
9999
"ava": {
100100
"files": [

yarn.lock

Lines changed: 73 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -2224,6 +2224,21 @@
22242224
minimatch "^3.0.4"
22252225
strip-json-comments "^3.1.1"
22262226

2227+
"@eslint/eslintrc@^0.4.1":
2228+
version "0.4.2"
2229+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
2230+
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
2231+
dependencies:
2232+
ajv "^6.12.4"
2233+
debug "^4.1.1"
2234+
espree "^7.3.0"
2235+
globals "^13.9.0"
2236+
ignore "^4.0.6"
2237+
import-fresh "^3.2.1"
2238+
js-yaml "^3.13.1"
2239+
minimatch "^3.0.4"
2240+
strip-json-comments "^3.1.1"
2241+
22272242
"@istanbuljs/schema@^0.1.2":
22282243
version "0.1.2"
22292244
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
@@ -3242,20 +3257,6 @@ boxen@^4.2.0:
32423257
type-fest "^0.8.1"
32433258
widest-line "^3.1.0"
32443259

3245-
boxen@^5.0.0:
3246-
version "5.0.1"
3247-
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.0.1.tgz#657528bdd3f59a772b8279b831f27ec2c744664b"
3248-
integrity sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==
3249-
dependencies:
3250-
ansi-align "^3.0.0"
3251-
camelcase "^6.2.0"
3252-
chalk "^4.1.0"
3253-
cli-boxes "^2.2.1"
3254-
string-width "^4.2.0"
3255-
type-fest "^0.20.2"
3256-
widest-line "^3.1.0"
3257-
wrap-ansi "^7.0.0"
3258-
32593260
brace-expansion@^1.1.7:
32603261
version "1.1.11"
32613262
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -3425,7 +3426,7 @@ buffer@^5.5.0:
34253426
base64-js "^1.3.1"
34263427
ieee754 "^1.1.13"
34273428

3428-
builtin-modules@^3.1.0:
3429+
builtin-modules@^3.0.0, builtin-modules@^3.1.0:
34293430
version "3.2.0"
34303431
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
34313432
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
@@ -3787,7 +3788,7 @@ clean-yaml-object@^0.1.0:
37873788
resolved "https://registry.yarnpkg.com/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz#63fb110dc2ce1a84dc21f6d9334876d010ae8b68"
37883789
integrity sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g=
37893790

3790-
cli-boxes@^2.2.0, cli-boxes@^2.2.1:
3791+
cli-boxes@^2.2.0:
37913792
version "2.2.1"
37923793
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f"
37933794
integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
@@ -4517,6 +4518,11 @@ defer-to-connect@^2.0.0:
45174518
resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.0.tgz#83d6b199db041593ac84d781b5222308ccf4c2c1"
45184519
integrity sha512-bYL2d05vOSf1JEZNx5vSAtPuBMkX8K9EUutg7zlKvTqKXHt7RhWJFbmd7qakVuf13i+IkGmp6FwSsONOf6VYIg==
45194520

4521+
define-lazy-prop@^2.0.0:
4522+
version "2.0.0"
4523+
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
4524+
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
4525+
45204526
define-properties@^1.1.2, define-properties@^1.1.3:
45214527
version "1.1.3"
45224528
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
@@ -5093,10 +5099,10 @@ eslint-config-prettier@^8.2.0:
50935099
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3"
50945100
integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw==
50955101

5096-
eslint-config-xo-typescript@^0.39.0:
5097-
version "0.39.0"
5098-
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.39.0.tgz#63577ea61879e794913af5796ceaa28baf826fd6"
5099-
integrity sha512-UP4WqkmAKerYAhJTLdfrjBhD/nM1ePEugQNBJjzFfZv/lJ4yQjTzDBjfjsgluX1kz9PajRMaaipiWloJEODdGg==
5102+
eslint-config-xo-typescript@^0.41.0:
5103+
version "0.41.1"
5104+
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.41.1.tgz#1f30f76fe220577b2a742269a3ad6120fc2f4c76"
5105+
integrity sha512-MiO3vyF5CRhGwEwNmwq+7PPgc1kYsDCQyt010vXOQJTXbJctjRytzvE8fFgs4X7MCjgtkj1sgrhDyZPVICjAAA==
51005106

51015107
eslint-config-xo@^0.36.0:
51025108
version "0.36.0"
@@ -5234,17 +5240,17 @@ eslint-plugin-promise@^5.1.0:
52345240
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24"
52355241
integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==
52365242

5237-
eslint-plugin-unicorn@^30.0.0:
5238-
version "30.0.0"
5239-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-30.0.0.tgz#45d3d138f444eff527e8c00f7a9299bcfcb5051b"
5240-
integrity sha512-ZKbE48Ep99z/3geLpkBfv+jNrzr2k7bLqCC/RfZOekZzAvn2/ECDE/d8zGdW1YxHmIC9pevQvm8Pl89v9GEIVw==
5243+
eslint-plugin-unicorn@^32.0.0:
5244+
version "32.0.1"
5245+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-32.0.1.tgz#a7cb9f538441b78936a96261eea4392d76526d77"
5246+
integrity sha512-LaZ9utnXtOJjnoDkpm+nQsONUUmyRR0WD6PGROSdQRRW3LRmgK/ZP8wxjW+Ai+2uolKTtuJzLx2mvbIeIoLqpg==
52415247
dependencies:
52425248
ci-info "^3.1.1"
52435249
clean-regexp "^1.0.0"
52445250
eslint-template-visitor "^2.3.2"
52455251
eslint-utils "^2.1.0"
5246-
eslint-visitor-keys "^2.0.0"
52475252
import-modules "^2.1.0"
5253+
is-builtin-module "^3.1.0"
52485254
lodash "^4.17.21"
52495255
pluralize "^8.0.0"
52505256
read-pkg-up "^7.0.1"
@@ -5782,7 +5788,16 @@ [email protected]:
57825788
jsonfile "^4.0.0"
57835789
universalify "^0.1.0"
57845790

5785-
fs-extra@^9.0.0, fs-extra@^9.1.0:
5791+
fs-extra@^10.0.0:
5792+
version "10.0.0"
5793+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
5794+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
5795+
dependencies:
5796+
graceful-fs "^4.2.0"
5797+
jsonfile "^6.0.1"
5798+
universalify "^2.0.0"
5799+
5800+
fs-extra@^9.0.0:
57865801
version "9.1.0"
57875802
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
57885803
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -5972,13 +5987,6 @@ global-dirs@^2.0.1:
59725987
dependencies:
59735988
ini "^1.3.5"
59745989

5975-
global-dirs@^3.0.0:
5976-
version "3.0.0"
5977-
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686"
5978-
integrity sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==
5979-
dependencies:
5980-
ini "2.0.0"
5981-
59825990
globals@^11.1.0:
59835991
version "11.12.0"
59845992
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -5998,6 +6006,13 @@ globals@^13.6.0:
59986006
dependencies:
59996007
type-fest "^0.20.2"
60006008

6009+
globals@^13.9.0:
6010+
version "13.9.0"
6011+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
6012+
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
6013+
dependencies:
6014+
type-fest "^0.20.2"
6015+
60016016
globals@^9.18.0:
60026017
version "9.18.0"
60036018
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -6460,11 +6475,6 @@ [email protected]:
64606475
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
64616476
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
64626477

6463-
6464-
version "2.0.0"
6465-
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
6466-
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
6467-
64686478
ini@^1.3.4:
64696479
version "1.3.8"
64706480
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
@@ -6607,6 +6617,13 @@ is-buffer@^1.1.5:
66076617
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
66086618
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
66096619

6620+
is-builtin-module@^3.1.0:
6621+
version "3.1.0"
6622+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.1.0.tgz#6fdb24313b1c03b75f8b9711c0feb8c30b903b00"
6623+
integrity sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg==
6624+
dependencies:
6625+
builtin-modules "^3.0.0"
6626+
66106627
is-callable@^1.1.4, is-callable@^1.2.2:
66116628
version "1.2.2"
66126629
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
@@ -6764,14 +6781,6 @@ is-installed-globally@^0.3.2:
67646781
global-dirs "^2.0.1"
67656782
is-path-inside "^3.0.1"
67666783

6767-
is-installed-globally@^0.4.0:
6768-
version "0.4.0"
6769-
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520"
6770-
integrity sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==
6771-
dependencies:
6772-
global-dirs "^3.0.0"
6773-
is-path-inside "^3.0.2"
6774-
67756784
is-interactive@^1.0.0:
67766785
version "1.0.0"
67776786
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
@@ -8498,6 +8507,13 @@ p-event@^4.0.0, p-event@^4.2.0:
84988507
dependencies:
84998508
p-timeout "^3.1.0"
85008509

8510+
p-filter@^2.1.0:
8511+
version "2.1.0"
8512+
resolved "https://registry.yarnpkg.com/p-filter/-/p-filter-2.1.0.tgz#1b1472562ae7a0f742f0f3d3d3718ea66ff9c09c"
8513+
integrity sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==
8514+
dependencies:
8515+
p-map "^2.0.0"
8516+
85018517
p-finally@^1.0.0:
85028518
version "1.0.0"
85038519
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
@@ -11041,26 +11057,6 @@ update-notifier@^5.0.1:
1104111057
semver-diff "^3.1.1"
1104211058
xdg-basedir "^4.0.0"
1104311059

11044-
update-notifier@^5.1.0:
11045-
version "5.1.0"
11046-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9"
11047-
integrity sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==
11048-
dependencies:
11049-
boxen "^5.0.0"
11050-
chalk "^4.1.0"
11051-
configstore "^5.0.1"
11052-
has-yarn "^2.1.0"
11053-
import-lazy "^2.1.0"
11054-
is-ci "^2.0.0"
11055-
is-installed-globally "^0.4.0"
11056-
is-npm "^5.0.0"
11057-
is-yarn-global "^0.3.0"
11058-
latest-version "^5.1.0"
11059-
pupa "^2.1.1"
11060-
semver "^7.3.4"
11061-
semver-diff "^3.1.1"
11062-
xdg-basedir "^4.0.0"
11063-
1106411060
uri-js@^4.2.2:
1106511061
version "4.4.0"
1106611062
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602"
@@ -11285,20 +11281,22 @@ xdg-basedir@^4.0.0:
1128511281
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
1128611282
integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=
1128711283

11288-
xo@0.39.1:
11289-
version "0.39.1"
11290-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.39.1.tgz#02cda4d77651548edcc27f1aa6c929c7390132be"
11291-
integrity sha512-7OXtjkIfCMw3XfUPGInnUhxb/w/IHqATQM7XHOxwiJqbsQ44OYcLkTZb7mA35tDtqflnvWk88wD+IxiR/XJ5gQ==
11284+
xo@0.40.3:
11285+
version "0.40.3"
11286+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.40.3.tgz#35f21ff19fc4080dd9b888bee520434955b137e8"
11287+
integrity sha512-g39uOETzRMQgp+vwykQTs5of0lwGuT1d0ebUzV04BRc0Ie5yn3ddKTd9ORUG6PC2NjcI3vE4Iad13Tddmkfovw==
1129211288
dependencies:
11289+
"@eslint/eslintrc" "^0.4.1"
1129311290
"@typescript-eslint/eslint-plugin" "^4.22.0"
1129411291
"@typescript-eslint/parser" "^4.22.0"
1129511292
arrify "^2.0.1"
1129611293
cosmiconfig "^7.0.0"
1129711294
debug "^4.3.1"
11295+
define-lazy-prop "^2.0.0"
1129811296
eslint "^7.24.0"
1129911297
eslint-config-prettier "^8.2.0"
1130011298
eslint-config-xo "^0.36.0"
11301-
eslint-config-xo-typescript "^0.39.0"
11299+
eslint-config-xo-typescript "^0.41.0"
1130211300
eslint-formatter-pretty "^4.0.0"
1130311301
eslint-import-resolver-webpack "^0.13.0"
1130411302
eslint-plugin-ava "^12.0.0"
@@ -11308,10 +11306,10 @@ [email protected]:
1130811306
eslint-plugin-node "^11.1.0"
1130911307
eslint-plugin-prettier "^3.4.0"
1131011308
eslint-plugin-promise "^5.1.0"
11311-
eslint-plugin-unicorn "^30.0.0"
11309+
eslint-plugin-unicorn "^32.0.0"
1131211310
find-cache-dir "^3.3.1"
1131311311
find-up "^5.0.0"
11314-
fs-extra "^9.1.0"
11312+
fs-extra "^10.0.0"
1131511313
get-stdin "^8.0.0"
1131611314
globby "^9.2.0"
1131711315
has-flag "^4.0.0"
@@ -11323,16 +11321,16 @@ [email protected]:
1132311321
meow "^9.0.0"
1132411322
micromatch "^4.0.4"
1132511323
open-editor "^3.0.0"
11324+
p-filter "^2.1.0"
11325+
p-map "^4.0.0"
1132611326
p-reduce "^2.1.0"
1132711327
path-exists "^4.0.0"
1132811328
prettier "^2.2.1"
1132911329
resolve-cwd "^3.0.0"
11330-
resolve-from "^5.0.0"
1133111330
semver "^7.3.5"
1133211331
slash "^3.0.0"
1133311332
to-absolute-glob "^2.0.2"
1133411333
typescript "^4.2.4"
11335-
update-notifier "^5.1.0"
1133611334

1133711335
xtend@^4.0.0:
1133811336
version "4.0.2"

0 commit comments

Comments
 (0)