Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 7117160

Browse files
build(deps-dev): Bump xo from 0.28.1 to 0.29.0 (#49)
Bumps [xo](https://github.com/xojs/xo) from 0.28.1 to 0.29.0. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](xojs/xo@v0.28.1...v0.29.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 8a8237a commit 7117160

File tree

2 files changed

+87
-53
lines changed

2 files changed

+87
-53
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"prettier": "^1.19.1",
1515
"semantic-release": "^17.0.4",
1616
"typescript": "^3.8.3",
17-
"xo": "^0.28.1"
17+
"xo": "^0.29.0"
1818
},
1919
"engines": {
2020
"node": ">=8.3.0"

yarn.lock

Lines changed: 86 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -322,40 +322,40 @@
322322
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
323323
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
324324

325-
"@typescript-eslint/eslint-plugin@^2.23.0":
326-
version "2.23.0"
327-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.23.0.tgz#aa7133bfb7b685379d9eafe4ae9e08b9037e129d"
328-
integrity sha512-8iA4FvRsz8qTjR0L/nK9RcRUN3QtIHQiOm69FzV7WS3SE+7P7DyGGwh3k4UNR2JBbk+Ej2Io+jLAaqKibNhmtw==
325+
"@typescript-eslint/eslint-plugin@^2.27.0":
326+
version "2.27.0"
327+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz#e479cdc4c9cf46f96b4c287755733311b0d0ba4b"
328+
integrity sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==
329329
dependencies:
330-
"@typescript-eslint/experimental-utils" "2.23.0"
331-
eslint-utils "^1.4.3"
330+
"@typescript-eslint/experimental-utils" "2.27.0"
332331
functional-red-black-tree "^1.0.1"
333332
regexpp "^3.0.0"
334333
tsutils "^3.17.1"
335334

336-
"@typescript-eslint/experimental-utils@2.23.0":
337-
version "2.23.0"
338-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.23.0.tgz#5d2261c8038ec1698ca4435a8da479c661dc9242"
339-
integrity sha512-OswxY59RcXH3NNPmq+4Kis2CYZPurRU6mG5xPcn24CjFyfdVli5mySwZz/g/xDbJXgDsYqNGq7enV0IziWGXVQ==
335+
"@typescript-eslint/experimental-utils@2.27.0":
336+
version "2.27.0"
337+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
338+
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
340339
dependencies:
341340
"@types/json-schema" "^7.0.3"
342-
"@typescript-eslint/typescript-estree" "2.23.0"
341+
"@typescript-eslint/typescript-estree" "2.27.0"
343342
eslint-scope "^5.0.0"
343+
eslint-utils "^2.0.0"
344344

345-
"@typescript-eslint/parser@^2.23.0":
346-
version "2.23.0"
347-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.23.0.tgz#f3d4e2928ff647fe77fc2fcef1a3534fee6a3212"
348-
integrity sha512-k61pn/Nepk43qa1oLMiyqApC6x5eP5ddPz6VUYXCAuXxbmRLqkPYzkFRKl42ltxzB2luvejlVncrEpflgQoSUg==
345+
"@typescript-eslint/parser@^2.27.0":
346+
version "2.27.0"
347+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
348+
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
349349
dependencies:
350350
"@types/eslint-visitor-keys" "^1.0.0"
351-
"@typescript-eslint/experimental-utils" "2.23.0"
352-
"@typescript-eslint/typescript-estree" "2.23.0"
351+
"@typescript-eslint/experimental-utils" "2.27.0"
352+
"@typescript-eslint/typescript-estree" "2.27.0"
353353
eslint-visitor-keys "^1.1.0"
354354

355-
"@typescript-eslint/typescript-estree@2.23.0":
356-
version "2.23.0"
357-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.23.0.tgz#d355960fab96bd550855488dcc34b9a4acac8d36"
358-
integrity sha512-pmf7IlmvXdlEXvE/JWNNJpEvwBV59wtJqA8MLAxMKLXNKVRC3HZBXR/SlZLPWTCcwOSg9IM7GeRSV3SIerGVqw==
355+
"@typescript-eslint/typescript-estree@2.27.0":
356+
version "2.27.0"
357+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
358+
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
359359
dependencies:
360360
debug "^4.1.1"
361361
eslint-visitor-keys "^1.1.0"
@@ -677,6 +677,11 @@ asynckit@^0.4.0:
677677
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
678678
integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
679679

680+
at-least-node@^1.0.0:
681+
version "1.0.0"
682+
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
683+
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
684+
680685
atob-lite@^2.0.0:
681686
version "2.0.0"
682687
resolved "https://registry.yarnpkg.com/atob-lite/-/atob-lite-2.0.0.tgz#0fef5ad46f1bd7a8502c65727f0367d5ee43d696"
@@ -2043,10 +2048,10 @@ eslint-config-prettier@^6.10.0:
20432048
dependencies:
20442049
get-stdin "^6.0.0"
20452050

2046-
eslint-config-xo-typescript@^0.26.0:
2047-
version "0.26.0"
2048-
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.26.0.tgz#c9e337d07f2b571d6fabe00b8fd31f117c9d2943"
2049-
integrity sha512-0bBfXLQX5F7JgJx5HIrSx3bGZk2D8W0uhYXB0jv6L0ztmWl4yqfCn6J4zgjUqMCsahHIjyaafBWrnc6eVaETWg==
2051+
eslint-config-xo-typescript@^0.27.0:
2052+
version "0.27.0"
2053+
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.27.0.tgz#9b9febe1f673af9ba936b85f5e5b8669f2505f67"
2054+
integrity sha512-aBRN8Nb6sc5oFIIuJoqr9uGCPGkVAVU2sRKN/RQ3iDt0AdrI/jgbgRQXpsAf3V8oK2013satUokRbHG6e7mrkQ==
20502055

20512056
eslint-config-xo@^0.29.0:
20522057
version "0.29.0"
@@ -2181,10 +2186,10 @@ eslint-plugin-promise@^4.2.1:
21812186
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-4.2.1.tgz#845fd8b2260ad8f82564c1222fce44ad71d9418a"
21822187
integrity sha512-VoM09vT7bfA7D+upt+FjeBO5eHIJQBUWki1aPvB+vbNiHS3+oGIJGIeyBtKQTME6UPXXy3vV07OL1tHd3ANuDw==
21832188

2184-
eslint-plugin-unicorn@^17.2.0:
2185-
version "17.2.0"
2186-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-17.2.0.tgz#8f147ba24d417dc5de948c7df7d006108a37a540"
2187-
integrity sha512-0kYjrywf0kQxevFz571KrDfYMIRZ5Kq6dDgPU1EEBFeC181r+fAaPatBScWX+/hisKJ4+eCRFebxTeVylsSYmw==
2189+
eslint-plugin-unicorn@^18.0.1:
2190+
version "18.0.1"
2191+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-18.0.1.tgz#8d3285ffa57b2f6b07550b94e62228d93bf61813"
2192+
integrity sha512-Y4bgygek4x4ogeMcSHr6MZi3frBPZ80eIpMOsxew7jAblb53OYflpRh0an62Z6jv/fw7D3TkXauqLOBWbT9adg==
21882193
dependencies:
21892194
ci-info "^2.0.0"
21902195
clean-regexp "^1.0.0"
@@ -2193,10 +2198,10 @@ eslint-plugin-unicorn@^17.2.0:
21932198
import-modules "^2.0.0"
21942199
lodash "^4.17.15"
21952200
read-pkg-up "^7.0.1"
2196-
regexp-tree "^0.1.20"
2201+
regexp-tree "^0.1.21"
21972202
reserved-words "^0.1.2"
21982203
safe-regex "^2.1.1"
2199-
semver "^7.1.2"
2204+
semver "^7.1.3"
22002205

22012206
eslint-rule-docs@^1.1.5:
22022207
version "1.1.168"
@@ -2655,7 +2660,7 @@ from2@^2.1.0, from2@^2.3.0:
26552660
inherits "^2.0.1"
26562661
readable-stream "^2.0.0"
26572662

2658-
fs-extra@^8.0.0, fs-extra@^8.1.0:
2663+
fs-extra@^8.0.0:
26592664
version "8.1.0"
26602665
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
26612666
integrity sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==
@@ -2664,6 +2669,16 @@ fs-extra@^8.0.0, fs-extra@^8.1.0:
26642669
jsonfile "^4.0.0"
26652670
universalify "^0.1.0"
26662671

2672+
fs-extra@^9.0.0:
2673+
version "9.0.0"
2674+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-9.0.0.tgz#b6afc31036e247b2466dc99c29ae797d5d4580a3"
2675+
integrity sha512-pmEYSk3vYsG/bF651KPUXZ+hvjpgWYw/Gc7W9NFUe3ZVLczKKWIij3IKpOrQcdw4TILtibFslZ0UmR8Vvzig4g==
2676+
dependencies:
2677+
at-least-node "^1.0.0"
2678+
graceful-fs "^4.2.0"
2679+
jsonfile "^6.0.1"
2680+
universalify "^1.0.0"
2681+
26672682
fs-minipass@^1.2.5:
26682683
version "1.2.7"
26692684
resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
@@ -3811,6 +3826,15 @@ jsonfile@^4.0.0:
38113826
optionalDependencies:
38123827
graceful-fs "^4.1.6"
38133828

3829+
jsonfile@^6.0.1:
3830+
version "6.0.1"
3831+
resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-6.0.1.tgz#98966cba214378c8c84b82e085907b40bf614179"
3832+
integrity sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==
3833+
dependencies:
3834+
universalify "^1.0.0"
3835+
optionalDependencies:
3836+
graceful-fs "^4.1.6"
3837+
38143838
jsonparse@^1.2.0:
38153839
version "1.3.1"
38163840
resolved "https://registry.yarnpkg.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
@@ -5583,11 +5607,16 @@ prettier-linter-helpers@^1.0.0:
55835607
dependencies:
55845608
fast-diff "^1.1.2"
55855609

5586-
prettier@^1.15.2, prettier@^1.19.1:
5610+
prettier@^1.19.1:
55875611
version "1.19.1"
55885612
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
55895613
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
55905614

5615+
prettier@^2.0.4:
5616+
version "2.0.4"
5617+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
5618+
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
5619+
55915620
process-nextick-args@~2.0.0:
55925621
version "2.0.1"
55935622
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -5962,10 +5991,10 @@ regex-not@^1.0.0, regex-not@^1.0.2:
59625991
extend-shallow "^3.0.2"
59635992
safe-regex "^1.1.0"
59645993

5965-
regexp-tree@^0.1.20:
5966-
version "0.1.20"
5967-
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.20.tgz#d4ca65e4ab9ab05262acfce674dadd02d0fb9808"
5968-
integrity sha512-gSiH74kc00oTbQkN7tZogZe0ttKwyxyDVLAnU20aWoarbLE9AypbJHRlZ567h4Zi19q3cPVRWDYbfECElrHgsQ==
5994+
regexp-tree@^0.1.21:
5995+
version "0.1.21"
5996+
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.21.tgz#55e2246b7f7d36f1b461490942fa780299c400d7"
5997+
integrity sha512-kUUXjX4AnqnR8KRTCrayAo9PzYMRKmVoGgaz2tBuz0MF3g1ZbGebmtW0yFHfFK9CmBjQKeYIgoL22pFLBJY7sw==
59695998

59705999
regexp-tree@~0.1.1:
59716000
version "0.1.16"
@@ -6286,10 +6315,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
62866315
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
62876316
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
62886317

6289-
semver@^7.1.1, semver@^7.1.2, semver@^7.1.3:
6290-
version "7.1.3"
6291-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.1.3.tgz#e4345ce73071c53f336445cfc19efb1c311df2a6"
6292-
integrity sha512-ekM0zfiA9SCBlsKa2X1hxyxiI4L3B6EbVJkkdgQXnSEEaHlGdvyodMruTiulSRWMMB4NeIuYNMC9rTKTz97GxA==
6318+
semver@^7.1.1, semver@^7.1.2, semver@^7.1.3, semver@^7.2.1:
6319+
version "7.2.1"
6320+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.2.1.tgz#d997aa36bdbb00b501ae4ac4c7d17e9f7a587ae5"
6321+
integrity sha512-aHhm1pD02jXXkyIpq25qBZjr3CQgg8KST8uX0OWXch3xE6jw+1bfbWnCjzMwojsTquroUmKFHNzU6x26mEiRxw==
62936322

62946323
set-blocking@^2.0.0, set-blocking@~2.0.0:
62956324
version "2.0.0"
@@ -7128,6 +7157,11 @@ universalify@^0.1.0:
71287157
resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"
71297158
integrity sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
71307159

7160+
universalify@^1.0.0:
7161+
version "1.0.0"
7162+
resolved "https://registry.yarnpkg.com/universalify/-/universalify-1.0.0.tgz#b61a1da173e8435b2fe3c67d29b9adf8594bd16d"
7163+
integrity sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==
7164+
71317165
unpipe@~1.0.0:
71327166
version "1.0.0"
71337167
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
@@ -7424,20 +7458,20 @@ xdg-basedir@^4.0.0:
74247458
resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13"
74257459
integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q==
74267460

7427-
xo@^0.28.1:
7428-
version "0.28.1"
7429-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.28.1.tgz#90284169f31972728b5821878b4e0368ed9e6671"
7430-
integrity sha512-MEbLch4PUwBZw9G+JU0xn6/Udl39LirSF1RfR+TN5Ql+HcwmLCEHFMcV0jL71FD1XopWIWkCDZ8d8QQWFvsdnw==
7461+
xo@^0.29.0:
7462+
version "0.29.0"
7463+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.29.0.tgz#8d5ccef9a6952864bc74eb12e4bd97fa61d62416"
7464+
integrity sha512-PpNFFRiAVwEeYqxxZxbLwo4FXu0/gZvQzDUgyKmFNkNG7NBEtoo+Csa4t9XAUjxd0gKC7sOakt320ovxeRPQPQ==
74317465
dependencies:
7432-
"@typescript-eslint/eslint-plugin" "^2.23.0"
7433-
"@typescript-eslint/parser" "^2.23.0"
7466+
"@typescript-eslint/eslint-plugin" "^2.27.0"
7467+
"@typescript-eslint/parser" "^2.27.0"
74347468
arrify "^2.0.1"
74357469
cosmiconfig "^6.0.0"
74367470
debug "^4.1.0"
74377471
eslint "^6.8.0"
74387472
eslint-config-prettier "^6.10.0"
74397473
eslint-config-xo "^0.29.0"
7440-
eslint-config-xo-typescript "^0.26.0"
7474+
eslint-config-xo-typescript "^0.27.0"
74417475
eslint-formatter-pretty "^3.0.1"
74427476
eslint-import-resolver-webpack "^0.12.1"
74437477
eslint-plugin-ava "^10.0.1"
@@ -7447,10 +7481,10 @@ xo@^0.28.1:
74477481
eslint-plugin-node "^11.0.0"
74487482
eslint-plugin-prettier "^3.1.2"
74497483
eslint-plugin-promise "^4.2.1"
7450-
eslint-plugin-unicorn "^17.2.0"
7484+
eslint-plugin-unicorn "^18.0.1"
74517485
find-cache-dir "^3.3.1"
74527486
find-up "^4.1.0"
7453-
fs-extra "^8.1.0"
7487+
fs-extra "^9.0.0"
74547488
get-stdin "^7.0.0"
74557489
globby "^9.0.0"
74567490
has-flag "^4.0.0"
@@ -7464,10 +7498,10 @@ xo@^0.28.1:
74647498
open-editor "^2.0.1"
74657499
p-reduce "^2.1.0"
74667500
path-exists "^4.0.0"
7467-
prettier "^1.15.2"
7501+
prettier "^2.0.4"
74687502
resolve-cwd "^3.0.0"
74697503
resolve-from "^5.0.0"
7470-
semver "^7.1.3"
7504+
semver "^7.2.1"
74717505
slash "^3.0.0"
74727506
to-absolute-glob "^2.0.2"
74737507
typescript "^3.0.0"

0 commit comments

Comments
 (0)