Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c26d7e0

Browse filesBrowse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency xo to v0.35.0
1 parent 90c0e96 commit c26d7e0
Copy full SHA for c26d7e0

File tree

Expand file treeCollapse file tree

2 files changed

+117
-105
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+117
-105
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"nyc": "15.1.0",
102102
"power-assert": "1.6.1",
103103
"regenerator-runtime": "0.13.7",
104-
"xo": "0.34.2"
104+
"xo": "0.35.0"
105105
},
106106
"files": [
107107
"lib"

‎yarn.lock

Copy file name to clipboardExpand all lines: yarn.lock
+116-104Lines changed: 116 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,10 +1048,10 @@
10481048
dependencies:
10491049
arrify "^1.0.1"
10501050

1051-
"@eslint/eslintrc@^0.1.3":
1052-
version "0.1.3"
1053-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
1054-
integrity sha512-4YVwPkANLeNtRjMekzux1ci8hIaH5eGKktGqR0d3LWsKNn5B2X/1Z6Trxy7jQXl9EBGE6Yj02O+t09FMeRllaA==
1051+
"@eslint/eslintrc@^0.2.1":
1052+
version "0.2.1"
1053+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
1054+
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
10551055
dependencies:
10561056
ajv "^6.12.4"
10571057
debug "^4.1.1"
@@ -1229,74 +1229,74 @@
12291229
dependencies:
12301230
"@types/node" "*"
12311231

1232-
"@typescript-eslint/eslint-plugin@^4.4.1":
1233-
version "4.4.1"
1234-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.4.1.tgz#b8acea0373bd2a388ac47df44652f00bf8b368f5"
1235-
integrity sha512-O+8Utz8pb4OmcA+Nfi5THQnQpHSD2sDUNw9AxNHpuYOo326HZTtG8gsfT+EAYuVrFNaLyNb2QnUNkmTRDskuRA==
1232+
"@typescript-eslint/eslint-plugin@^4.8.1":
1233+
version "4.8.1"
1234+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.8.1.tgz#b362abe0ee478a6c6d06c14552a6497f0b480769"
1235+
integrity sha512-d7LeQ7dbUrIv5YVFNzGgaW3IQKMmnmKFneRWagRlGYOSfLJVaRbj/FrBNOBC1a3tVO+TgNq1GbHvRtg1kwL0FQ==
12361236
dependencies:
1237-
"@typescript-eslint/experimental-utils" "4.4.1"
1238-
"@typescript-eslint/scope-manager" "4.4.1"
1237+
"@typescript-eslint/experimental-utils" "4.8.1"
1238+
"@typescript-eslint/scope-manager" "4.8.1"
12391239
debug "^4.1.1"
12401240
functional-red-black-tree "^1.0.1"
12411241
regexpp "^3.0.0"
12421242
semver "^7.3.2"
12431243
tsutils "^3.17.1"
12441244

1245-
"@typescript-eslint/experimental-utils@4.4.1":
1246-
version "4.4.1"
1247-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.4.1.tgz#40613b9757fa0170de3e0043254dbb077cafac0c"
1248-
integrity sha512-Nt4EVlb1mqExW9cWhpV6pd1a3DkUbX9DeyYsdoeziKOpIJ04S2KMVDO+SEidsXRH/XHDpbzXykKcMTLdTXH6cQ==
1245+
"@typescript-eslint/experimental-utils@4.8.1":
1246+
version "4.8.1"
1247+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.8.1.tgz#27275c20fa4336df99ebcf6195f7d7aa7aa9f22d"
1248+
integrity sha512-WigyLn144R3+lGATXW4nNcDJ9JlTkG8YdBWHkDlN0lC3gUGtDi7Pe3h5GPvFKMcRz8KbZpm9FJV9NTW8CpRHpg==
12491249
dependencies:
12501250
"@types/json-schema" "^7.0.3"
1251-
"@typescript-eslint/scope-manager" "4.4.1"
1252-
"@typescript-eslint/types" "4.4.1"
1253-
"@typescript-eslint/typescript-estree" "4.4.1"
1251+
"@typescript-eslint/scope-manager" "4.8.1"
1252+
"@typescript-eslint/types" "4.8.1"
1253+
"@typescript-eslint/typescript-estree" "4.8.1"
12541254
eslint-scope "^5.0.0"
12551255
eslint-utils "^2.0.0"
12561256

1257-
"@typescript-eslint/parser@^4.4.1":
1258-
version "4.4.1"
1259-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.4.1.tgz#25fde9c080611f303f2f33cedb145d2c59915b80"
1260-
integrity sha512-S0fuX5lDku28Au9REYUsV+hdJpW/rNW0gWlc4SXzF/kdrRaAVX9YCxKpziH7djeWT/HFAjLZcnY7NJD8xTeUEg==
1257+
"@typescript-eslint/parser@^4.8.1":
1258+
version "4.8.1"
1259+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
1260+
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
12611261
dependencies:
1262-
"@typescript-eslint/scope-manager" "4.4.1"
1263-
"@typescript-eslint/types" "4.4.1"
1264-
"@typescript-eslint/typescript-estree" "4.4.1"
1262+
"@typescript-eslint/scope-manager" "4.8.1"
1263+
"@typescript-eslint/types" "4.8.1"
1264+
"@typescript-eslint/typescript-estree" "4.8.1"
12651265
debug "^4.1.1"
12661266

1267-
"@typescript-eslint/scope-manager@4.4.1":
1268-
version "4.4.1"
1269-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.4.1.tgz#d19447e60db2ce9c425898d62fa03b2cce8ea3f9"
1270-
integrity sha512-2oD/ZqD4Gj41UdFeWZxegH3cVEEH/Z6Bhr/XvwTtGv66737XkR4C9IqEkebCuqArqBJQSj4AgNHHiN1okzD/wQ==
1267+
"@typescript-eslint/scope-manager@4.8.1":
1268+
version "4.8.1"
1269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
1270+
integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ==
12711271
dependencies:
1272-
"@typescript-eslint/types" "4.4.1"
1273-
"@typescript-eslint/visitor-keys" "4.4.1"
1272+
"@typescript-eslint/types" "4.8.1"
1273+
"@typescript-eslint/visitor-keys" "4.8.1"
12741274

1275-
"@typescript-eslint/types@4.4.1":
1276-
version "4.4.1"
1277-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.4.1.tgz#c507b35cf523bc7ba00aae5f75ee9b810cdabbc1"
1278-
integrity sha512-KNDfH2bCyax5db+KKIZT4rfA8rEk5N0EJ8P0T5AJjo5xrV26UAzaiqoJCxeaibqc0c/IvZxp7v2g3difn2Pn3w==
1275+
"@typescript-eslint/types@4.8.1":
1276+
version "4.8.1"
1277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
1278+
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
12791279

1280-
"@typescript-eslint/typescript-estree@4.4.1":
1281-
version "4.4.1"
1282-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.4.1.tgz#598f6de488106c2587d47ca2462c60f6e2797cb8"
1283-
integrity sha512-wP/V7ScKzgSdtcY1a0pZYBoCxrCstLrgRQ2O9MmCUZDtmgxCO/TCqOTGRVwpP4/2hVfqMz/Vw1ZYrG8cVxvN3g==
1280+
"@typescript-eslint/typescript-estree@4.8.1":
1281+
version "4.8.1"
1282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
1283+
integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ==
12841284
dependencies:
1285-
"@typescript-eslint/types" "4.4.1"
1286-
"@typescript-eslint/visitor-keys" "4.4.1"
1285+
"@typescript-eslint/types" "4.8.1"
1286+
"@typescript-eslint/visitor-keys" "4.8.1"
12871287
debug "^4.1.1"
12881288
globby "^11.0.1"
12891289
is-glob "^4.0.1"
12901290
lodash "^4.17.15"
12911291
semver "^7.3.2"
12921292
tsutils "^3.17.1"
12931293

1294-
"@typescript-eslint/visitor-keys@4.4.1":
1295-
version "4.4.1"
1296-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.4.1.tgz#1769dc7a9e2d7d2cfd3318b77ed8249187aed5c3"
1297-
integrity sha512-H2JMWhLaJNeaylSnMSQFEhT/S/FsJbebQALmoJxMPMxLtlVAMy2uJP/Z543n9IizhjRayLSqoInehCeNW9rWcw==
1294+
"@typescript-eslint/visitor-keys@4.8.1":
1295+
version "4.8.1"
1296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"
1297+
integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ==
12981298
dependencies:
1299-
"@typescript-eslint/types" "4.4.1"
1299+
"@typescript-eslint/types" "4.8.1"
13001300
eslint-visitor-keys "^2.0.0"
13011301

13021302
abab@^1.0.0:
@@ -2758,6 +2758,13 @@ debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0:
27582758
dependencies:
27592759
ms "2.1.2"
27602760

2761+
debug@^4.3.1:
2762+
version "4.3.1"
2763+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
2764+
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
2765+
dependencies:
2766+
ms "2.1.2"
2767+
27612768
decamelize-keys@^1.1.0:
27622769
version "1.1.0"
27632770
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
@@ -3381,17 +3388,17 @@ eslint-ast-utils@^1.1.0:
33813388
lodash.get "^4.4.2"
33823389
lodash.zip "^4.2.0"
33833390

3384-
eslint-config-prettier@^6.13.0:
3385-
version "6.13.0"
3386-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.13.0.tgz#207d88796b5624e5bb815bbbdfc5891ceb9ebffa"
3387-
integrity sha512-LcT0i0LSmnzqK2t764pyIt7kKH2AuuqKRTtJTdddWxOiUja9HdG5GXBVF2gmCTvVYWVsTu8J2MhJLVGRh+pj8w==
3391+
eslint-config-prettier@^6.15.0:
3392+
version "6.15.0"
3393+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.15.0.tgz#7f93f6cb7d45a92f1537a70ecc06366e1ac6fed9"
3394+
integrity sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw==
33883395
dependencies:
33893396
get-stdin "^6.0.0"
33903397

3391-
eslint-config-xo-typescript@^0.35.0:
3392-
version "0.35.0"
3393-
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.35.0.tgz#4cd8c1208e0f96b80ec8d39dd61930e978e95b59"
3394-
integrity sha512-Pgj9mX0T74Ro8FCvVO1ZjWWcPDW6J42SByG4GMRwMXXZrSwOUY83vj4Ii/+Q+amg2XJwyx0o5/sCprUP/nGM0Q==
3398+
eslint-config-xo-typescript@^0.36.0:
3399+
version "0.36.0"
3400+
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.36.0.tgz#4161d6342198c176f7264e76fc5fab20dfcc021e"
3401+
integrity sha512-wze9CboL9XHj4KRfqFedXjsJ9yM7iiJJnnVgiXJWdwzPXewFfdIUWHQVRoEYjGZ94cA8kVBkKnTCp8pi3EU3HQ==
33953402

33963403
eslint-config-xo@^0.33.1:
33973404
version "0.33.1"
@@ -3588,13 +3595,13 @@ eslint-visitor-keys@^2.0.0:
35883595
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
35893596
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
35903597

3591-
eslint@^7.11.0:
3592-
version "7.11.0"
3593-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.11.0.tgz#aaf2d23a0b5f1d652a08edacea0c19f7fadc0b3b"
3594-
integrity sha512-G9+qtYVCHaDi1ZuWzBsOWo2wSwd70TXnU6UHA3cTYHp7gCTXZcpggWFoUVAMRarg68qtPoNfFbzPh+VdOgmwmw==
3598+
eslint@^7.13.0:
3599+
version "7.13.0"
3600+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.13.0.tgz#7f180126c0dcdef327bfb54b211d7802decc08da"
3601+
integrity sha512-uCORMuOO8tUzJmsdRtrvcGq5qposf7Rw0LwkTJkoDbOycVQtQjmnhZSuLQnozLE4TmAzlMVV45eCHmQ1OpDKUQ==
35953602
dependencies:
35963603
"@babel/code-frame" "^7.0.0"
3597-
"@eslint/eslintrc" "^0.1.3"
3604+
"@eslint/eslintrc" "^0.2.1"
35983605
ajv "^6.10.0"
35993606
chalk "^4.0.0"
36003607
cross-spawn "^7.0.2"
@@ -5285,7 +5292,7 @@ klaw@^1.0.0:
52855292
optionalDependencies:
52865293
graceful-fs "^4.1.9"
52875294

5288-
latest-version@^5.0.0:
5295+
latest-version@^5.0.0, latest-version@^5.1.0:
52895296
version "5.1.0"
52905297
resolved "https://registry.yarnpkg.com/latest-version/-/latest-version-5.1.0.tgz#119dfe908fe38d15dfa43ecd13fa12ec8832face"
52915298
integrity sha512-weT+r0kTkRQdCdYCNtkMwWXQTMEswKrFBkm4ckQOMVhhqhIMI1UT2hMj+1iigIhgSZm5gTmrRXBNoGUgaTY1xA==
@@ -5647,23 +5654,6 @@ memory-fs@^0.2.0:
56475654
resolved "https://registry.yarnpkg.com/memory-fs/-/memory-fs-0.2.0.tgz#f2bb25368bc121e391c2520de92969caee0a0290"
56485655
integrity sha1-8rslNovBIeORwlIN6Slpyu4KApA=
56495656

5650-
meow@^7.1.1:
5651-
version "7.1.1"
5652-
resolved "https://registry.yarnpkg.com/meow/-/meow-7.1.1.tgz#7c01595e3d337fcb0ec4e8eed1666ea95903d306"
5653-
integrity sha512-GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA==
5654-
dependencies:
5655-
"@types/minimist" "^1.2.0"
5656-
camelcase-keys "^6.2.2"
5657-
decamelize-keys "^1.1.0"
5658-
hard-rejection "^2.1.0"
5659-
minimist-options "4.1.0"
5660-
normalize-package-data "^2.5.0"
5661-
read-pkg-up "^7.0.1"
5662-
redent "^3.0.0"
5663-
trim-newlines "^3.0.0"
5664-
type-fest "^0.13.1"
5665-
yargs-parser "^18.1.3"
5666-
56675657
meow@^8.0.0:
56685658
version "8.0.0"
56695659
resolved "https://registry.yarnpkg.com/meow/-/meow-8.0.0.tgz#1aa10ee61046719e334ffdc038bb5069250ec99a"
@@ -6749,10 +6739,10 @@ prettier-linter-helpers@^1.0.0:
67496739
dependencies:
67506740
fast-diff "^1.1.2"
67516741

6752-
prettier@2.0.4:
6753-
version "2.0.4"
6754-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
6755-
integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
6742+
prettier@^2.1.2:
6743+
version "2.1.2"
6744+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5"
6745+
integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==
67566746

67576747
pretty-ms@^7.0.1:
67586748
version "7.0.1"
@@ -6835,6 +6825,13 @@ pupa@^2.0.1:
68356825
dependencies:
68366826
escape-goat "^2.0.0"
68376827

6828+
pupa@^2.1.1:
6829+
version "2.1.1"
6830+
resolved "https://registry.yarnpkg.com/pupa/-/pupa-2.1.1.tgz#f5e8fd4afc2c5d97828faa523549ed8744a20d62"
6831+
integrity sha512-l1jNAspIBSFqbT+y+5FosojNpVpF94nlI+wDUpqP9enwOTfHx9f0gh5nB96vl+6yTpsJsypeNrwfzPrKuHB41A==
6832+
dependencies:
6833+
escape-goat "^2.0.0"
6834+
68386835
qs@~6.5.2:
68396836
version "6.5.2"
68406837
resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36"
@@ -8010,11 +8007,6 @@ type-fest@^0.11.0:
80108007
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.11.0.tgz#97abf0872310fed88a5c466b25681576145e33f1"
80118008
integrity sha512-OdjXJxnCN1AvyLSzeKIgXTXxV+99ZuXl3Hpo9XpJAv9MBcHrrJOQ5kV7ypXOuQie+AmWG25hLbiKdwYTifzcfQ==
80128009

8013-
type-fest@^0.13.1:
8014-
version "0.13.1"
8015-
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.13.1.tgz#0172cb5bce80b0bd542ea348db50c7e21834d934"
8016-
integrity sha512-34R7HTnG0XIJcBSn5XhDd7nNFPRcXYRZrBB2O2jdKqYODldSzBAqzsWoZYYvduky73toYS/ESqxPvkDf/F0XMg==
8017-
80188010
type-fest@^0.17.0:
80198011
version "0.17.0"
80208012
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.17.0.tgz#268bb55d38701ce3915f60a4367a1e9f28672deb"
@@ -8057,10 +8049,10 @@ typedarray-to-buffer@^3.1.5:
80578049
dependencies:
80588050
is-typedarray "^1.0.0"
80598051

8060-
typescript@^4.0.3:
8061-
version "4.0.3"
8062-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.3.tgz#153bbd468ef07725c1df9c77e8b453f8d36abba5"
8063-
integrity sha512-tEu6DGxGgRJPb/mVPIZ48e69xCn2yRmCgYmDugAVwmJ6o+0u1RI18eO7E7WBTLYLaEVVOhwQmcdhQHweux/WPg==
8052+
typescript@^4.1.2:
8053+
version "4.1.2"
8054+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
8055+
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==
80648056

80658057
unc-path-regex@^0.1.2:
80668058
version "0.1.2"
@@ -8178,6 +8170,26 @@ update-notifier@^5.0.0:
81788170
semver-diff "^3.1.1"
81798171
xdg-basedir "^4.0.0"
81808172

8173+
update-notifier@^5.0.1:
8174+
version "5.0.1"
8175+
resolved "https://registry.yarnpkg.com/update-notifier/-/update-notifier-5.0.1.tgz#1f92d45fb1f70b9e33880a72dd262bc12d22c20d"
8176+
integrity sha512-BuVpRdlwxeIOvmc32AGYvO1KVdPlsmqSh8KDDBxS6kDE5VR7R8OMP1d8MdhaVBvxl4H3551k9akXr0Y1iIB2Wg==
8177+
dependencies:
8178+
boxen "^4.2.0"
8179+
chalk "^4.1.0"
8180+
configstore "^5.0.1"
8181+
has-yarn "^2.1.0"
8182+
import-lazy "^2.1.0"
8183+
is-ci "^2.0.0"
8184+
is-installed-globally "^0.3.2"
8185+
is-npm "^5.0.0"
8186+
is-yarn-global "^0.3.0"
8187+
latest-version "^5.1.0"
8188+
pupa "^2.1.1"
8189+
semver "^7.3.2"
8190+
semver-diff "^3.1.1"
8191+
xdg-basedir "^4.0.0"
8192+
81818193
uri-js@^4.2.2:
81828194
version "4.4.0"
81838195
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.0.tgz#aa714261de793e8a82347a7bcc9ce74e86f28602"
@@ -8374,20 +8386,20 @@ xdg-basedir@^4.0.0:
83748386
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
83758387
integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=
83768388

8377-
xo@0.34.2:
8378-
version "0.34.2"
8379-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.34.2.tgz#5b756364a017830795edfb2332d5410628c2c253"
8380-
integrity sha512-GhCUAx99ExfHMXFqcmLfHg8G81NP87GouJcoEozdjxQDph2x3MQ9EIFWbCiowwOJRYb22VS5F3s+urp1eP6gBg==
8389+
xo@0.35.0:
8390+
version "0.35.0"
8391+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.35.0.tgz#46f6b83ae0e8e143aeef46ac02ce34dc1bbd11e2"
8392+
integrity sha512-0k9m8pHilTzAYqw3L7qEXxuo3X87M2pYDBSzLvFD5aIpXEydZvSHLR7xbGrXKpK+sWGi825lL7+iEC1s/XZCRQ==
83818393
dependencies:
8382-
"@typescript-eslint/eslint-plugin" "^4.4.1"
8383-
"@typescript-eslint/parser" "^4.4.1"
8394+
"@typescript-eslint/eslint-plugin" "^4.8.1"
8395+
"@typescript-eslint/parser" "^4.8.1"
83848396
arrify "^2.0.1"
83858397
cosmiconfig "^7.0.0"
8386-
debug "^4.2.0"
8387-
eslint "^7.11.0"
8388-
eslint-config-prettier "^6.13.0"
8398+
debug "^4.3.1"
8399+
eslint "^7.13.0"
8400+
eslint-config-prettier "^6.15.0"
83898401
eslint-config-xo "^0.33.1"
8390-
eslint-config-xo-typescript "^0.35.0"
8402+
eslint-config-xo-typescript "^0.36.0"
83918403
eslint-formatter-pretty "^4.0.0"
83928404
eslint-import-resolver-webpack "^0.13.0"
83938405
eslint-plugin-ava "^11.0.0"
@@ -8409,19 +8421,19 @@ xo@0.34.2:
84098421
json-stable-stringify-without-jsonify "^1.0.1"
84108422
json5 "^2.1.3"
84118423
lodash "^4.17.20"
8412-
meow "^7.1.1"
8424+
meow "^8.0.0"
84138425
micromatch "^4.0.2"
84148426
open-editor "^2.0.1"
84158427
p-reduce "^2.1.0"
84168428
path-exists "^4.0.0"
8417-
prettier "2.0.4"
8429+
prettier "^2.1.2"
84188430
resolve-cwd "^3.0.0"
84198431
resolve-from "^5.0.0"
84208432
semver "^7.3.2"
84218433
slash "^3.0.0"
84228434
to-absolute-glob "^2.0.2"
8423-
typescript "^4.0.3"
8424-
update-notifier "^5.0.0"
8435+
typescript "^4.1.2"
8436+
update-notifier "^5.0.1"
84258437

84268438
xtend@^4.0.0:
84278439
version "4.0.2"
@@ -8448,7 +8460,7 @@ yaml@^1.10.0:
84488460
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.0.tgz#3b593add944876077d4d683fee01081bd9fff31e"
84498461
integrity sha512-yr2icI4glYaNG+KWONODapy2/jDdMSDnrONSjblABjD9B4Z5LgiircSt8m8sRZFNi08kG9Sm0uSHtEmP3zaEGg==
84508462

8451-
yargs-parser@^18.1.2, yargs-parser@^18.1.3:
8463+
yargs-parser@^18.1.2:
84528464
version "18.1.3"
84538465
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-18.1.3.tgz#be68c4975c6b2abf469236b0c870362fab09a7b0"
84548466
integrity sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.