Skip to content

Commit 730d706

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency xo to v0.50.0
1 parent 2f0786b commit 730d706

File tree

2 files changed

+56
-42
lines changed

2 files changed

+56
-42
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"pinst": "3.0.0",
100100
"power-assert": "1.6.1",
101101
"regenerator-runtime": "0.13.9",
102-
"xo": "0.49.0"
102+
"xo": "0.50.0"
103103
},
104104
"ava": {
105105
"files": [

yarn.lock

Lines changed: 55 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2146,15 +2146,15 @@
21462146
dependencies:
21472147
"@failure-abstraction/error" "^6.0.1"
21482148

2149-
"@eslint/eslintrc@^1.2.3":
2150-
version "1.2.3"
2151-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.2.3.tgz#fcaa2bcef39e13d6e9e7f6271f4cc7cae1174886"
2152-
integrity sha512-uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA==
2149+
"@eslint/eslintrc@^1.3.0":
2150+
version "1.3.0"
2151+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
2152+
integrity sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==
21532153
dependencies:
21542154
ajv "^6.12.4"
21552155
debug "^4.3.2"
21562156
espree "^9.3.2"
2157-
globals "^13.9.0"
2157+
globals "^13.15.0"
21582158
ignore "^5.2.0"
21592159
import-fresh "^3.2.1"
21602160
js-yaml "^4.1.0"
@@ -3331,6 +3331,13 @@ builtins@^4.0.0:
33313331
dependencies:
33323332
semver "^7.0.0"
33333333

3334+
builtins@^5.0.1:
3335+
version "5.0.1"
3336+
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
3337+
integrity sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==
3338+
dependencies:
3339+
semver "^7.0.0"
3340+
33343341
c8@7.11.3:
33353342
version "7.11.3"
33363343
resolved "https://registry.yarnpkg.com/c8/-/c8-7.11.3.tgz#88c8459c1952ed4f701b619493c9ae732b057163"
@@ -4952,10 +4959,10 @@ eslint-plugin-ava@^13.2.0:
49524959
pkg-dir "^5.0.0"
49534960
resolve-from "^5.0.0"
49544961

4955-
eslint-plugin-es@^3.0.0:
4956-
version "3.0.1"
4957-
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-3.0.1.tgz#75a7cdfdccddc0589934aeeb384175f221c57893"
4958-
integrity sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
4962+
eslint-plugin-es@^4.1.0:
4963+
version "4.1.0"
4964+
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-4.1.0.tgz#f0822f0c18a535a97c3e714e89f88586a7641ec9"
4965+
integrity sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==
49594966
dependencies:
49604967
eslint-utils "^2.0.0"
49614968
regexpp "^3.0.0"
@@ -4987,6 +4994,20 @@ eslint-plugin-import@^2.26.0:
49874994
resolve "^1.22.0"
49884995
tsconfig-paths "^3.14.1"
49894996

4997+
eslint-plugin-n@^15.2.2:
4998+
version "15.2.2"
4999+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.2.tgz#1ea682e57871c5ce6ba04c36e71df38466b68d34"
5000+
integrity sha512-MLjZVAv4TiCIoXqjibNqCJjLkGHfrOY3XZ0ZBLoW0OnS3o98PUBnzB/kfp8dCz/4A4Y18jjX50PRnqI4ACFY1Q==
5001+
dependencies:
5002+
builtins "^5.0.1"
5003+
eslint-plugin-es "^4.1.0"
5004+
eslint-utils "^3.0.0"
5005+
ignore "^5.1.1"
5006+
is-core-module "^2.9.0"
5007+
minimatch "^3.1.2"
5008+
resolve "^1.10.1"
5009+
semver "^7.3.7"
5010+
49905011
eslint-plugin-no-use-extend-native@^0.5.0:
49915012
version "0.5.0"
49925013
resolved "https://registry.yarnpkg.com/eslint-plugin-no-use-extend-native/-/eslint-plugin-no-use-extend-native-0.5.0.tgz#d6855e3a823a819b467cf7df56adca57de741bf9"
@@ -4997,18 +5018,6 @@ eslint-plugin-no-use-extend-native@^0.5.0:
49975018
is-obj-prop "^1.0.0"
49985019
is-proto-prop "^2.0.0"
49995020

5000-
eslint-plugin-node@^11.1.0:
5001-
version "11.1.0"
5002-
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-11.1.0.tgz#c95544416ee4ada26740a30474eefc5402dc671d"
5003-
integrity sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
5004-
dependencies:
5005-
eslint-plugin-es "^3.0.0"
5006-
eslint-utils "^2.0.0"
5007-
ignore "^5.1.1"
5008-
minimatch "^3.0.4"
5009-
resolve "^1.10.1"
5010-
semver "^6.1.0"
5011-
50125021
eslint-plugin-prettier@^4.0.0:
50135022
version "4.0.0"
50145023
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
@@ -5091,12 +5100,12 @@ eslint-visitor-keys@^3.3.0:
50915100
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
50925101
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
50935102

5094-
eslint@^8.15.0:
5095-
version "8.15.0"
5096-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.15.0.tgz#fea1d55a7062da48d82600d2e0974c55612a11e9"
5097-
integrity sha512-GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA==
5103+
eslint@^8.17.0:
5104+
version "8.17.0"
5105+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
5106+
integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
50985107
dependencies:
5099-
"@eslint/eslintrc" "^1.2.3"
5108+
"@eslint/eslintrc" "^1.3.0"
51005109
"@humanwhocodes/config-array" "^0.9.2"
51015110
ajv "^6.10.0"
51025111
chalk "^4.0.0"
@@ -5114,7 +5123,7 @@ eslint@^8.15.0:
51145123
file-entry-cache "^6.0.1"
51155124
functional-red-black-tree "^1.0.1"
51165125
glob-parent "^6.0.1"
5117-
globals "^13.6.0"
5126+
globals "^13.15.0"
51185127
ignore "^5.2.0"
51195128
import-fresh "^3.0.0"
51205129
imurmurhash "^0.1.4"
@@ -5737,10 +5746,10 @@ globals@^11.1.0:
57375746
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
57385747
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
57395748

5740-
globals@^13.6.0, globals@^13.9.0:
5741-
version "13.10.0"
5742-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.10.0.tgz#60ba56c3ac2ca845cfbf4faeca727ad9dd204676"
5743-
integrity sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==
5749+
globals@^13.15.0:
5750+
version "13.15.0"
5751+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.15.0.tgz#38113218c907d2f7e98658af246cef8b77e90bac"
5752+
integrity sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==
57445753
dependencies:
57455754
type-fest "^0.20.2"
57465755

@@ -6333,7 +6342,7 @@ is-core-module@^2.7.0:
63336342
dependencies:
63346343
has "^1.0.3"
63356344

6336-
is-core-module@^2.8.1:
6345+
is-core-module@^2.8.1, is-core-module@^2.9.0:
63376346
version "2.9.0"
63386347
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.9.0.tgz#e1c34429cd51c6dd9e09e0799e396e27b19a9c69"
63396348
integrity sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==
@@ -9457,7 +9466,7 @@ semver@7.3.7, semver@^7.0.0, semver@^7.3.7:
94579466
dependencies:
94589467
lru-cache "^6.0.0"
94599468

9460-
semver@^6.0.0, semver@^6.1.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
9469+
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
94619470
version "6.3.0"
94629471
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
94639472
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -10284,6 +10293,11 @@ typescript@^4.6.4:
1028410293
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9"
1028510294
integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
1028610295

10296+
typescript@^4.7.3:
10297+
version "4.7.3"
10298+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.3.tgz#8364b502d5257b540f9de4c40be84c98e23a129d"
10299+
integrity sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==
10300+
1028710301
unbox-primitive@^1.0.1:
1028810302
version "1.0.1"
1028910303
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
@@ -10604,18 +10618,18 @@ xdg-basedir@^4.0.0:
1060410618
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
1060510619
integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=
1060610620

10607-
xo@0.49.0:
10608-
version "0.49.0"
10609-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.49.0.tgz#e7a9adbeb466ebb913ec2bec86974eb055ca4d23"
10610-
integrity sha512-dDj1bYy3LJ/8C2XItw/lFVckZtO68C2YCx9TR8xfSLVcmael3y0SkeFse/3OMUPMvG5jG44bQ2CAI6wFTpRqVg==
10621+
xo@0.50.0:
10622+
version "0.50.0"
10623+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.50.0.tgz#0f16296abb2deda27b003699662ce560bc40e0ad"
10624+
integrity sha512-yIz7mdIbUlxBYLnV3OqMTdrE+OFr0CPINkU9rxY3ZHNAIZrVckmONLujU6LkdNrEWerQTx8zzwnVrUjmj6vVCg==
1061110625
dependencies:
10612-
"@eslint/eslintrc" "^1.2.3"
10626+
"@eslint/eslintrc" "^1.3.0"
1061310627
"@typescript-eslint/eslint-plugin" "*"
1061410628
"@typescript-eslint/parser" "*"
1061510629
arrify "^3.0.0"
1061610630
cosmiconfig "^7.0.1"
1061710631
define-lazy-prop "^3.0.0"
10618-
eslint "^8.15.0"
10632+
eslint "^8.17.0"
1061910633
eslint-config-prettier "^8.5.0"
1062010634
eslint-config-xo "^0.41.0"
1062110635
eslint-config-xo-typescript "*"
@@ -10624,8 +10638,8 @@ xo@0.49.0:
1062410638
eslint-plugin-ava "^13.2.0"
1062510639
eslint-plugin-eslint-comments "^3.2.0"
1062610640
eslint-plugin-import "^2.26.0"
10641+
eslint-plugin-n "^15.2.2"
1062710642
eslint-plugin-no-use-extend-native "^0.5.0"
10628-
eslint-plugin-node "^11.1.0"
1062910643
eslint-plugin-prettier "^4.0.0"
1063010644
eslint-plugin-unicorn "^42.0.0"
1063110645
esm-utils "^4.0.0"
@@ -10644,7 +10658,7 @@ xo@0.49.0:
1064410658
semver "^7.3.7"
1064510659
slash "^4.0.0"
1064610660
to-absolute-glob "^2.0.2"
10647-
typescript "^4.6.4"
10661+
typescript "^4.7.3"
1064810662

1064910663
xtend@^4.0.0:
1065010664
version "4.0.2"

0 commit comments

Comments
 (0)