Skip to content

Commit ea27bf5

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency xo to v0.29.0
1 parent a594ea1 commit ea27bf5

File tree

2 files changed

+79
-54
lines changed

2 files changed

+79
-54
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"esdoc-standard-plugin": "1.0.0",
4949
"np": "5.2.1",
5050
"nyc": "14.1.1",
51-
"xo": "0.28.3"
51+
"xo": "0.29.0"
5252
},
5353
"files": [
5454
"lib"

yarn.lock

Lines changed: 78 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,40 +1323,40 @@
13231323
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
13241324
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
13251325

1326-
"@typescript-eslint/eslint-plugin@^2.23.0":
1327-
version "2.25.0"
1328-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.25.0.tgz#0b60917332f20dcff54d0eb9be2a9e9f4c9fbd02"
1329-
integrity sha512-W2YyMtjmlrOjtXc+FtTelVs9OhuR6OlYc4XKIslJ8PUJOqgYYAPRJhAqkYRQo3G4sjvG8jSodsNycEn4W2gHUw==
1326+
"@typescript-eslint/eslint-plugin@^2.27.0":
1327+
version "2.27.0"
1328+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
1329+
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
13301330
dependencies:
1331-
"@typescript-eslint/experimental-utils" "2.25.0"
1331+
"@typescript-eslint/experimental-utils" "2.27.0"
13321332
functional-red-black-tree "^1.0.1"
13331333
regexpp "^3.0.0"
13341334
tsutils "^3.17.1"
13351335

1336-
"@typescript-eslint/experimental-utils@2.25.0":
1337-
version "2.25.0"
1338-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.25.0.tgz#13691c4fe368bd377b1e5b1e4ad660b220bf7714"
1339-
integrity sha512-0IZ4ZR5QkFYbaJk+8eJ2kYeA+1tzOE1sBjbwwtSV85oNWYUBep+EyhlZ7DLUCyhMUGuJpcCCFL0fDtYAP1zMZw==
1336+
"@typescript-eslint/experimental-utils@2.27.0":
1337+
version "2.27.0"
1338+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
1339+
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
13401340
dependencies:
13411341
"@types/json-schema" "^7.0.3"
1342-
"@typescript-eslint/typescript-estree" "2.25.0"
1342+
"@typescript-eslint/typescript-estree" "2.27.0"
13431343
eslint-scope "^5.0.0"
13441344
eslint-utils "^2.0.0"
13451345

1346-
"@typescript-eslint/parser@^2.23.0":
1347-
version "2.25.0"
1348-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.25.0.tgz#abfb3d999084824d9a756d9b9c0f36fba03adb76"
1349-
integrity sha512-mccBLaBSpNVgp191CP5W+8U1crTyXsRziWliCqzj02kpxdjKMvFHGJbK33NroquH3zB/gZ8H511HEsJBa2fNEg==
1346+
"@typescript-eslint/parser@^2.27.0":
1347+
version "2.27.0"
1348+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
1349+
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
13501350
dependencies:
13511351
"@types/eslint-visitor-keys" "^1.0.0"
1352-
"@typescript-eslint/experimental-utils" "2.25.0"
1353-
"@typescript-eslint/typescript-estree" "2.25.0"
1352+
"@typescript-eslint/experimental-utils" "2.27.0"
1353+
"@typescript-eslint/typescript-estree" "2.27.0"
13541354
eslint-visitor-keys "^1.1.0"
13551355

1356-
"@typescript-eslint/typescript-estree@2.25.0":
1357-
version "2.25.0"
1358-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.25.0.tgz#b790497556734b7476fa7dd3fa539955a5c79e2c"
1359-
integrity sha512-VUksmx5lDxSi6GfmwSK7SSoIKSw9anukWWNitQPqt58LuYrKalzsgeuignbqnB+rK/xxGlSsCy8lYnwFfB6YJg==
1356+
"@typescript-eslint/typescript-estree@2.27.0":
1357+
version "2.27.0"
1358+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
1359+
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
13601360
dependencies:
13611361
debug "^4.1.1"
13621362
eslint-visitor-keys "^1.1.0"
@@ -1657,6 +1657,11 @@ asynckit@^0.4.0:
16571657
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
16581658
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
16591659

1660+
at-least-node@^1.0.0:
1661+
version "1.0.0"
1662+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
1663+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
1664+
16601665
atob@^2.1.1:
16611666
version "2.1.2"
16621667
resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9"
@@ -3465,10 +3470,10 @@ eslint-config-prettier@^6.10.0:
34653470
dependencies:
34663471
get-stdin "^6.0.0"
34673472

3468-
eslint-config-xo-typescript@^0.26.0:
3469-
version "0.26.0"
3470-
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.26.0.tgz#c9e337d07f2b571d6fabe00b8fd31f117c9d2943"
3471-
integrity sha512-0bBfXLQX5F7JgJx5HIrSx3bGZk2D8W0uhYXB0jv6L0ztmWl4yqfCn6J4zgjUqMCsahHIjyaafBWrnc6eVaETWg==
3473+
eslint-config-xo-typescript@^0.27.0:
3474+
version "0.27.0"
3475+
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.27.0.tgz#9b9febe1f673af9ba936b85f5e5b8669f2505f67"
3476+
integrity sha512-aBRN8Nb6sc5oFIIuJoqr9uGCPGkVAVU2sRKN/RQ3iDt0AdrI/jgbgRQXpsAf3V8oK2013satUokRbHG6e7mrkQ==
34723477

34733478
eslint-config-xo@^0.29.0:
34743479
version "0.29.0"
@@ -3603,10 +3608,10 @@ eslint-plugin-promise@^4.2.1:
36033608
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
36043609
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
36053610

3606-
eslint-plugin-unicorn@^17.2.0:
3607-
version "17.2.0"
3608-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-17.2.0.tgz#8f147ba24d417dc5de948c7df7d006108a37a540"
3609-
integrity sha512-0kYjrywf0kQxevFz571KrDfYMIRZ5Kq6dDgPU1EEBFeC181r+fAaPatBScWX+/hisKJ4+eCRFebxTeVylsSYmw==
3611+
eslint-plugin-unicorn@^18.0.1:
3612+
version "18.0.1"
3613+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-18.0.1.tgz#8d3285ffa57b2f6b07550b94e62228d93bf61813"
3614+
integrity sha512-Y4bgygek4x4ogeMcSHr6MZi3frBPZ80eIpMOsxew7jAblb53OYflpRh0an62Z6jv/fw7D3TkXauqLOBWbT9adg==
36103615
dependencies:
36113616
ci-info "^2.0.0"
36123617
clean-regexp "^1.0.0"
@@ -3615,10 +3620,10 @@ eslint-plugin-unicorn@^17.2.0:
36153620
import-modules "^2.0.0"
36163621
lodash "^4.17.15"
36173622
read-pkg-up "^7.0.1"
3618-
regexp-tree "^0.1.20"
3623+
regexp-tree "^0.1.21"
36193624
reserved-words "^0.1.2"
36203625
safe-regex "^2.1.1"
3621-
semver "^7.1.2"
3626+
semver "^7.1.3"
36223627

36233628
eslint-rule-docs@^1.1.5:
36243629
version "1.1.166"
@@ -4089,14 +4094,15 @@ fs-extra@5.0.0:
40894094
jsonfile "^4.0.0"
40904095
universalify "^0.1.0"
40914096

4092-
fs-extra@^8.1.0:
4093-
version "8.1.0"
4094-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
4095-
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
4097+
fs-extra@^9.0.0:
4098+
version "9.0.0"
4099+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
4100+
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
40964101
dependencies:
4102+
at-least-node "^1.0.0"
40974103
graceful-fs "^4.2.0"
4098-
jsonfile "^4.0.0"
4099-
universalify "^0.1.0"
4104+
jsonfile "^6.0.1"
4105+
universalify "^1.0.0"
41004106

41014107
fs-minipass@^1.2.5:
41024108
version "1.2.7"
@@ -5366,6 +5372,15 @@ jsonfile@^4.0.0:
53665372
optionalDependencies:
53675373
graceful-fs "^4.1.6"
53685374

5375+
jsonfile@^6.0.1:
5376+
version "6.0.1"
5377+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
5378+
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
5379+
dependencies:
5380+
universalify "^1.0.0"
5381+
optionalDependencies:
5382+
graceful-fs "^4.1.6"
5383+
53695384
jsprim@^1.2.2:
53705385
version "1.4.1"
53715386
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -6899,10 +6914,10 @@ prettier-linter-helpers@^1.0.0:
68996914
dependencies:
69006915
fast-diff "^1.1.2"
69016916

6902-
prettier@^1.15.2:
6903-
version "1.19.1"
6904-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
6905-
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
6917+
prettier@^2.0.4:
6918+
version "2.0.4"
6919+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
6920+
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
69066921

69076922
pretty-ms@^5.0.0:
69086923
version "5.1.0"
@@ -7210,7 +7225,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
72107225
extend-shallow "^3.0.2"
72117226
safe-regex "^1.1.0"
72127227

7213-
regexp-tree@^0.1.20:
7228+
regexp-tree@^0.1.21:
72147229
version "0.1.21"
72157230
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.21.tgz#55e2246b7f7d36f1b461490942fa780299c400d7"
72167231
integrity sha512-kUUXjX4AnqnR8KRTCrayAo9PzYMRKmVoGgaz2tBuz0MF3g1ZbGebmtW0yFHfFK9CmBjQKeYIgoL22pFLBJY7sw==
@@ -7560,11 +7575,16 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
75607575
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
75617576
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
75627577

7563-
semver@^7.1.2, semver@^7.1.3:
7578+
semver@^7.1.3:
75647579
version "7.1.3"
75657580
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
75667581
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
75677582

7583+
semver@^7.2.1:
7584+
version "7.2.1"
7585+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.2.1.tgz#d997aa36bdbb00b501ae4ac4c7d17e9f7a587ae5"
7586+
integrity sha512-aHhm1pD02jXXkyIpq25qBZjr3CQgg8KST8uX0OWXch3xE6jw+1bfbWnCjzMwojsTquroUmKFHNzU6x26mEiRxw==
7587+
75687588
serialize-error@^2.1.0:
75697589
version "2.1.0"
75707590
resolved "https://registry.yarnpkg.com/serialize-error/-/serialize-error-2.1.0.tgz#50b679d5635cdf84667bdc8e59af4e5b81d5f60a"
@@ -8380,6 +8400,11 @@ universalify@^0.1.0:
83808400
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
83818401
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
83828402

8403+
universalify@^1.0.0:
8404+
version "1.0.0"
8405+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
8406+
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
8407+
83838408
unset-value@^1.0.0:
83848409
version "1.0.0"
83858410
resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559"
@@ -8664,20 +8689,20 @@ xdg-basedir@^4.0.0:
86648689
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
86658690
integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=
86668691

8667-
xo@0.28.3:
8668-
version "0.28.3"
8669-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.28.3.tgz#2386e1c7249bfb854a89e14fe8bb2a3aebc217c2"
8670-
integrity sha512-HA1wqG9NI9CTHVZeNyLVVs2HGwdcCtxSKPwlIVpwuZTGzVkv5rCzqBhTGKpLX6aYZu6YkuCL2pvRVyZqYMtlCw==
8692+
xo@0.29.0:
8693+
version "0.29.0"
8694+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.29.0.tgz#8d5ccef9a6952864bc74eb12e4bd97fa61d62416"
8695+
integrity sha512-PpNFFRiAVwEeYqxxZxbLwo4FXu0/gZvQzDUgyKmFNkNG7NBEtoo+Csa4t9XAUjxd0gKC7sOakt320ovxeRPQPQ==
86718696
dependencies:
8672-
"@typescript-eslint/eslint-plugin" "^2.23.0"
8673-
"@typescript-eslint/parser" "^2.23.0"
8697+
"@typescript-eslint/eslint-plugin" "^2.27.0"
8698+
"@typescript-eslint/parser" "^2.27.0"
86748699
arrify "^2.0.1"
86758700
cosmiconfig "^6.0.0"
86768701
debug "^4.1.0"
86778702
eslint "^6.8.0"
86788703
eslint-config-prettier "^6.10.0"
86798704
eslint-config-xo "^0.29.0"
8680-
eslint-config-xo-typescript "^0.26.0"
8705+
eslint-config-xo-typescript "^0.27.0"
86818706
eslint-formatter-pretty "^3.0.1"
86828707
eslint-import-resolver-webpack "^0.12.1"
86838708
eslint-plugin-ava "^10.0.1"
@@ -8687,10 +8712,10 @@ xo@0.28.3:
86878712
eslint-plugin-node "^11.0.0"
86888713
eslint-plugin-prettier "^3.1.2"
86898714
eslint-plugin-promise "^4.2.1"
8690-
eslint-plugin-unicorn "^17.2.0"
8715+
eslint-plugin-unicorn "^18.0.1"
86918716
find-cache-dir "^3.3.1"
86928717
find-up "^4.1.0"
8693-
fs-extra "^8.1.0"
8718+
fs-extra "^9.0.0"
86948719
get-stdin "^7.0.0"
86958720
globby "^9.0.0"
86968721
has-flag "^4.0.0"
@@ -8704,10 +8729,10 @@ xo@0.28.3:
87048729
open-editor "^2.0.1"
87058730
p-reduce "^2.1.0"
87068731
path-exists "^4.0.0"
8707-
prettier "^1.15.2"
8732+
prettier "^2.0.4"
87088733
resolve-cwd "^3.0.0"
87098734
resolve-from "^5.0.0"
8710-
semver "^7.1.3"
8735+
semver "^7.2.1"
87118736
slash "^3.0.0"
87128737
to-absolute-glob "^2.0.2"
87138738
typescript "^3.0.0"

0 commit comments

Comments
 (0)