Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ece2229

Browse files
committedJun 21, 2021
⬆️ deps: Upgrade dependency xo to v0.40.3
1 parent aeaf4fe commit ece2229

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
@@ -2219,6 +2219,21 @@
22192219
minimatch "^3.0.4"
22202220
strip-json-comments "^3.1.1"
22212221

2222+
"@eslint/eslintrc@^0.4.1":
2223+
version "0.4.2"
2224+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
2225+
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
2226+
dependencies:
2227+
ajv "^6.12.4"
2228+
debug "^4.1.1"
2229+
espree "^7.3.0"
2230+
globals "^13.9.0"
2231+
ignore "^4.0.6"
2232+
import-fresh "^3.2.1"
2233+
js-yaml "^3.13.1"
2234+
minimatch "^3.0.4"
2235+
strip-json-comments "^3.1.1"
2236+
22222237
"@istanbuljs/schema@^0.1.2":
22232238
version "0.1.2"
22242239
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.2.tgz#26520bf09abe4a5644cd5414e37125a8954241dd"
@@ -3237,20 +3252,6 @@ boxen@^4.2.0:
32373252
type-fest "^0.8.1"
32383253
widest-line "^3.1.0"
32393254

3240-
boxen@^5.0.0:
3241-
version "5.0.1"
3242-
resolved "https://registry.yarnpkg.com/boxen/-/boxen-5.0.1.tgz#657528bdd3f59a772b8279b831f27ec2c744664b"
3243-
integrity sha512-49VBlw+PrWEF51aCmy7QIteYPIFZxSpvqBdP/2itCPPlJ49kj9zg/XPRFrdkne2W+CfwXUls8exMvu1RysZpKA==
3244-
dependencies:
3245-
ansi-align "^3.0.0"
3246-
camelcase "^6.2.0"
3247-
chalk "^4.1.0"
3248-
cli-boxes "^2.2.1"
3249-
string-width "^4.2.0"
3250-
type-fest "^0.20.2"
3251-
widest-line "^3.1.0"
3252-
wrap-ansi "^7.0.0"
3253-
32543255
brace-expansion@^1.1.7:
32553256
version "1.1.11"
32563257
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
@@ -3420,7 +3421,7 @@ buffer@^5.5.0:
34203421
base64-js "^1.3.1"
34213422
ieee754 "^1.1.13"
34223423

3423-
builtin-modules@^3.1.0:
3424+
builtin-modules@^3.0.0, builtin-modules@^3.1.0:
34243425
version "3.2.0"
34253426
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.2.0.tgz#45d5db99e7ee5e6bc4f362e008bf917ab5049887"
34263427
integrity sha512-lGzLKcioL90C7wMczpkY0n/oART3MbBa8R9OFGE1rJxoVI86u4WAGfEk8Wjv10eKSyTHVGkSo3bvBylCEtk7LA==
@@ -3782,7 +3783,7 @@ clean-yaml-object@^0.1.0:
37823783
resolved "https://registry.yarnpkg.com/clean-yaml-object/-/clean-yaml-object-0.1.0.tgz#63fb110dc2ce1a84dc21f6d9334876d010ae8b68"
37833784
integrity sha1-Y/sRDcLOGoTcIfbZM0h20BCui2g=
37843785

3785-
cli-boxes@^2.2.0, cli-boxes@^2.2.1:
3786+
cli-boxes@^2.2.0:
37863787
version "2.2.1"
37873788
resolved "https://registry.yarnpkg.com/cli-boxes/-/cli-boxes-2.2.1.tgz#ddd5035d25094fce220e9cab40a45840a440318f"
37883789
integrity sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==
@@ -4512,6 +4513,11 @@ defer-to-connect@^2.0.0:
45124513
resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.0.tgz#83d6b199db041593ac84d781b5222308ccf4c2c1"
45134514
integrity sha512-bYL2d05vOSf1JEZNx5vSAtPuBMkX8K9EUutg7zlKvTqKXHt7RhWJFbmd7qakVuf13i+IkGmp6FwSsONOf6VYIg==
45144515

4516+
define-lazy-prop@^2.0.0:
4517+
version "2.0.0"
4518+
resolved "https://registry.yarnpkg.com/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz#3f7ae421129bcaaac9bc74905c98a0009ec9ee7f"
4519+
integrity sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==
4520+
45154521
define-properties@^1.1.2, define-properties@^1.1.3:
45164522
version "1.1.3"
45174523
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
@@ -5088,10 +5094,10 @@ eslint-config-prettier@^8.2.0:
50885094
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3"
50895095
integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw==
50905096

5091-
eslint-config-xo-typescript@^0.39.0:
5092-
version "0.39.0"
5093-
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.39.0.tgz#63577ea61879e794913af5796ceaa28baf826fd6"
5094-
integrity sha512-UP4WqkmAKerYAhJTLdfrjBhD/nM1ePEugQNBJjzFfZv/lJ4yQjTzDBjfjsgluX1kz9PajRMaaipiWloJEODdGg==
5097+
eslint-config-xo-typescript@^0.41.0:
5098+
version "0.41.1"
5099+
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.41.1.tgz#1f30f76fe220577b2a742269a3ad6120fc2f4c76"
5100+
integrity sha512-MiO3vyF5CRhGwEwNmwq+7PPgc1kYsDCQyt010vXOQJTXbJctjRytzvE8fFgs4X7MCjgtkj1sgrhDyZPVICjAAA==
50955101

50965102
eslint-config-xo@^0.36.0:
50975103
version "0.36.0"
@@ -5229,17 +5235,17 @@ eslint-plugin-promise@^5.1.0:
52295235
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-5.1.0.tgz#fb2188fb734e4557993733b41aa1a688f46c6f24"
52305236
integrity sha512-NGmI6BH5L12pl7ScQHbg7tvtk4wPxxj8yPHH47NvSmMtFneC077PSeY3huFj06ZWZvtbfxSPt3RuOQD5XcR4ng==
52315237

5232-
eslint-plugin-unicorn@^30.0.0:
5233-
version "30.0.0"
5234-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-30.0.0.tgz#45d3d138f444eff527e8c00f7a9299bcfcb5051b"
5235-
integrity sha512-ZKbE48Ep99z/3geLpkBfv+jNrzr2k7bLqCC/RfZOekZzAvn2/ECDE/d8zGdW1YxHmIC9pevQvm8Pl89v9GEIVw==
5238+
eslint-plugin-unicorn@^32.0.0:
5239+
version "32.0.1"
5240+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-32.0.1.tgz#a7cb9f538441b78936a96261eea4392d76526d77"
5241+
integrity sha512-LaZ9utnXtOJjnoDkpm+nQsONUUmyRR0WD6PGROSdQRRW3LRmgK/ZP8wxjW+Ai+2uolKTtuJzLx2mvbIeIoLqpg==
52365242
dependencies:
52375243
ci-info "^3.1.1"
52385244
clean-regexp "^1.0.0"
52395245
eslint-template-visitor "^2.3.2"
52405246
eslint-utils "^2.1.0"
5241-
eslint-visitor-keys "^2.0.0"
52425247
import-modules "^2.1.0"
5248+
is-builtin-module "^3.1.0"
52435249
lodash "^4.17.21"
52445250
pluralize "^8.0.0"
52455251
read-pkg-up "^7.0.1"
@@ -5777,7 +5783,16 @@ fs-extra@8.1.0:
57775783
jsonfile "^4.0.0"
57785784
universalify "^0.1.0"
57795785

5780-
fs-extra@^9.0.0, fs-extra@^9.1.0:
5786+
fs-extra@^10.0.0:
5787+
version "10.0.0"
5788+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-10.0.0.tgz#9ff61b655dde53fb34a82df84bb214ce802e17c1"
5789+
integrity sha512-C5owb14u9eJwizKGdchcDUQeFtlSHHthBk8pbX9Vc1PFZrLombudjDnNns88aYslCyF6IY5SUw3Roz6xShcEIQ==
5790+
dependencies:
5791+
graceful-fs "^4.2.0"
5792+
jsonfile "^6.0.1"
5793+
universalify "^2.0.0"
5794+
5795+
fs-extra@^9.0.0:
57815796
version "9.1.0"
57825797
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.1.0.tgz#5954460c764a8da2094ba3554bf839e6b9a7c86d"
57835798
integrity sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==
@@ -5967,13 +5982,6 @@ global-dirs@^2.0.1:
59675982
dependencies:
59685983
ini "^1.3.5"
59695984

5970-
global-dirs@^3.0.0:
5971-
version "3.0.0"
5972-
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-3.0.0.tgz#70a76fe84ea315ab37b1f5576cbde7d48ef72686"
5973-
integrity sha512-v8ho2DS5RiCjftj1nD9NmnfaOzTdud7RRnVd9kFNOjqZbISlx5DQ+OrTkywgd0dIt7oFCvKetZSHoHcP3sDdiA==
5974-
dependencies:
5975-
ini "2.0.0"
5976-
59775985
globals@^11.1.0:
59785986
version "11.12.0"
59795987
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -5993,6 +6001,13 @@ globals@^13.6.0:
59936001
dependencies:
59946002
type-fest "^0.20.2"
59956003

6004+
globals@^13.9.0:
6005+
version "13.9.0"
6006+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
6007+
integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
6008+
dependencies:
6009+
type-fest "^0.20.2"
6010+
59966011
globals@^9.18.0:
59976012
version "9.18.0"
59986013
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -6455,11 +6470,6 @@ inherits@2.0.3:
64556470
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
64566471
integrity sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=
64576472

6458-
ini@2.0.0:
6459-
version "2.0.0"
6460-
resolved "https://registry.yarnpkg.com/ini/-/ini-2.0.0.tgz#e5fd556ecdd5726be978fa1001862eacb0a94bc5"
6461-
integrity sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==
6462-
64636473
ini@^1.3.4:
64646474
version "1.3.8"
64656475
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
@@ -6602,6 +6612,13 @@ is-buffer@^1.1.5:
66026612
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
66036613
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
66046614

6615+
is-builtin-module@^3.1.0:
6616+
version "3.1.0"
6617+
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-3.1.0.tgz#6fdb24313b1c03b75f8b9711c0feb8c30b903b00"
6618+
integrity sha512-OV7JjAgOTfAFJmHZLvpSTb4qi0nIILDV1gWPYDnDJUTNFM5aGlRAhk4QcT8i7TuAleeEV5Fdkqn3t4mS+Q11fg==
6619+
dependencies:
6620+
builtin-modules "^3.0.0"
6621+
66056622
is-callable@^1.1.4, is-callable@^1.2.2:
66066623
version "1.2.2"
66076624
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.2.tgz#c7c6715cd22d4ddb48d3e19970223aceabb080d9"
@@ -6759,14 +6776,6 @@ is-installed-globally@^0.3.2:
67596776
global-dirs "^2.0.1"
67606777
is-path-inside "^3.0.1"
67616778

6762-
is-installed-globally@^0.4.0:
6763-
version "0.4.0"
6764-
resolved "https://registry.yarnpkg.com/is-installed-globally/-/is-installed-globally-0.4.0.tgz#9a0fd407949c30f86eb6959ef1b7994ed0b7b520"
6765-
integrity sha512-iwGqO3J21aaSkC7jWnHP/difazwS7SFeIqxv6wEtLU8Y5KlzFTjyqcSIT0d8s4+dDhKytsk9PJZ2BkS5eZwQRQ==
6766-
dependencies:
6767-
global-dirs "^3.0.0"
6768-
is-path-inside "^3.0.2"
6769-
67706779
is-interactive@^1.0.0:
67716780
version "1.0.0"
67726781
resolved "https://registry.yarnpkg.com/is-interactive/-/is-interactive-1.0.0.tgz#cea6e6ae5c870a7b0a0004070b7b587e0252912e"
@@ -8493,6 +8502,13 @@ p-event@^4.0.0, p-event@^4.2.0:
84938502
dependencies:
84948503
p-timeout "^3.1.0"
84958504

8505+
p-filter@^2.1.0:
8506+
version "2.1.0"
8507+
resolved "https://registry.yarnpkg.com/p-filter/-/p-filter-2.1.0.tgz#1b1472562ae7a0f742f0f3d3d3718ea66ff9c09c"
8508+
integrity sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==
8509+
dependencies:
8510+
p-map "^2.0.0"
8511+
84968512
p-finally@^1.0.0:
84978513
version "1.0.0"
84988514
resolved "https://registry.yarnpkg.com/p-finally/-/p-finally-1.0.0.tgz#3fbcfb15b899a44123b34b6dcc18b724336a2cae"
@@ -11036,26 +11052,6 @@ update-notifier@^5.0.1:
1103611052
semver-diff "^3.1.1"
1103711053
xdg-basedir "^4.0.0"
1103811054

11039-
update-notifier@^5.1.0:
11040-
version "5.1.0"
11041-
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.1.0.tgz#4ab0d7c7f36a231dd7316cf7729313f0214d9ad9"
11042-
integrity sha512-ItnICHbeMh9GqUy31hFPrD1kcuZ3rpxDZbf4KUDavXwS0bW5m7SLbDQpGX3UYr072cbrF5hFUs3r5tUsPwjfHw==
11043-
dependencies:
11044-
boxen "^5.0.0"
11045-
chalk "^4.1.0"
11046-
configstore "^5.0.1"
11047-
has-yarn "^2.1.0"
11048-
import-lazy "^2.1.0"
11049-
is-ci "^2.0.0"
11050-
is-installed-globally "^0.4.0"
11051-
is-npm "^5.0.0"
11052-
is-yarn-global "^0.3.0"
11053-
latest-version "^5.1.0"
11054-
pupa "^2.1.1"
11055-
semver "^7.3.4"
11056-
semver-diff "^3.1.1"
11057-
xdg-basedir "^4.0.0"
11058-
1105911055
uri-js@^4.2.2:
1106011056
version "4.4.0"
1106111057
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602"
@@ -11280,20 +11276,22 @@ xdg-basedir@^4.0.0:
1128011276
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
1128111277
integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=
1128211278

11283-
xo@0.39.1:
11284-
version "0.39.1"
11285-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.39.1.tgz#02cda4d77651548edcc27f1aa6c929c7390132be"
11286-
integrity sha512-7OXtjkIfCMw3XfUPGInnUhxb/w/IHqATQM7XHOxwiJqbsQ44OYcLkTZb7mA35tDtqflnvWk88wD+IxiR/XJ5gQ==
11279+
xo@0.40.3:
11280+
version "0.40.3"
11281+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.40.3.tgz#35f21ff19fc4080dd9b888bee520434955b137e8"
11282+
integrity sha512-g39uOETzRMQgp+vwykQTs5of0lwGuT1d0ebUzV04BRc0Ie5yn3ddKTd9ORUG6PC2NjcI3vE4Iad13Tddmkfovw==
1128711283
dependencies:
11284+
"@eslint/eslintrc" "^0.4.1"
1128811285
"@typescript-eslint/eslint-plugin" "^4.22.0"
1128911286
"@typescript-eslint/parser" "^4.22.0"
1129011287
arrify "^2.0.1"
1129111288
cosmiconfig "^7.0.0"
1129211289
debug "^4.3.1"
11290+
define-lazy-prop "^2.0.0"
1129311291
eslint "^7.24.0"
1129411292
eslint-config-prettier "^8.2.0"
1129511293
eslint-config-xo "^0.36.0"
11296-
eslint-config-xo-typescript "^0.39.0"
11294+
eslint-config-xo-typescript "^0.41.0"
1129711295
eslint-formatter-pretty "^4.0.0"
1129811296
eslint-import-resolver-webpack "^0.13.0"
1129911297
eslint-plugin-ava "^12.0.0"
@@ -11303,10 +11301,10 @@ xo@0.39.1:
1130311301
eslint-plugin-node "^11.1.0"
1130411302
eslint-plugin-prettier "^3.4.0"
1130511303
eslint-plugin-promise "^5.1.0"
11306-
eslint-plugin-unicorn "^30.0.0"
11304+
eslint-plugin-unicorn "^32.0.0"
1130711305
find-cache-dir "^3.3.1"
1130811306
find-up "^5.0.0"
11309-
fs-extra "^9.1.0"
11307+
fs-extra "^10.0.0"
1131011308
get-stdin "^8.0.0"
1131111309
globby "^9.2.0"
1131211310
has-flag "^4.0.0"
@@ -11318,16 +11316,16 @@ xo@0.39.1:
1131811316
meow "^9.0.0"
1131911317
micromatch "^4.0.4"
1132011318
open-editor "^3.0.0"
11319+
p-filter "^2.1.0"
11320+
p-map "^4.0.0"
1132111321
p-reduce "^2.1.0"
1132211322
path-exists "^4.0.0"
1132311323
prettier "^2.2.1"
1132411324
resolve-cwd "^3.0.0"
11325-
resolve-from "^5.0.0"
1132611325
semver "^7.3.5"
1132711326
slash "^3.0.0"
1132811327
to-absolute-glob "^2.0.2"
1132911328
typescript "^4.2.4"
11330-
update-notifier "^5.1.0"
1133111329

1133211330
xtend@^4.0.0:
1133311331
version "4.0.2"

0 commit comments

Comments
 (0)
Please sign in to comment.