Skip to content

Commit d1bfa4d

Browse files
committed
⬆️ deps: Upgrade dependency xo to v0.52.2
1 parent 4a1b659 commit d1bfa4d

File tree

2 files changed

+96
-49
lines changed

2 files changed

+96
-49
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"pinst": "3.0.0",
8989
"power-assert": "1.6.1",
9090
"regenerator-runtime": "0.13.9",
91-
"xo": "0.51.0"
91+
"xo": "0.52.2"
9292
},
9393
"ava": {
9494
"files": [

yarn.lock

Lines changed: 95 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,15 +2144,20 @@
21442144
minimatch "^3.1.2"
21452145
strip-json-comments "^3.1.1"
21462146

2147-
"@humanwhocodes/config-array@^0.9.2":
2148-
version "0.9.2"
2149-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.9.2.tgz#68be55c737023009dfc5fe245d51181bb6476914"
2150-
integrity sha512-UXOuFCGcwciWckOpmfKDq/GyhlTf9pN/BzG//x8p8zTOFEcGuA68ANXheFS0AGvy3qgZqLBUkMs7hqzqCKOVwA==
2147+
"@humanwhocodes/config-array@^0.10.4":
2148+
version "0.10.4"
2149+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.4.tgz#01e7366e57d2ad104feea63e72248f22015c520c"
2150+
integrity sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==
21512151
dependencies:
21522152
"@humanwhocodes/object-schema" "^1.2.1"
21532153
debug "^4.1.1"
21542154
minimatch "^3.0.4"
21552155

2156+
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
2157+
version "1.0.2"
2158+
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
2159+
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
2160+
21562161
"@humanwhocodes/object-schema@^1.2.1":
21572162
version "1.2.1"
21582163
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
@@ -2615,6 +2620,11 @@ acorn@^8.7.1:
26152620
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.1.tgz#0197122c843d1bf6d0a5e83220a788f278f63c30"
26162621
integrity sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==
26172622

2623+
acorn@^8.8.0:
2624+
version "8.8.0"
2625+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.0.tgz#88c0187620435c7f6015803f5539dae05a9dbea8"
2626+
integrity sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==
2627+
26182628
aggregate-error@^3.0.0:
26192629
version "3.1.0"
26202630
resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
@@ -3245,13 +3255,6 @@ builtins@^1.0.3:
32453255
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
32463256
integrity sha1-y5T662HIaWRR2zZTThQi+U8K7og=
32473257

3248-
builtins@^4.0.0:
3249-
version "4.1.0"
3250-
resolved "https://registry.yarnpkg.com/builtins/-/builtins-4.1.0.tgz#1edd016dd91ce771a1ed6fc3b2b71fb918953250"
3251-
integrity sha512-1bPRZQtmKaO6h7qV1YHXNtr6nCK28k0Zo95KM4dXfILcZZwoHJBN1m3lfLv9LPkcOZlrSr+J1bzMaZFO98Yq0w==
3252-
dependencies:
3253-
semver "^7.0.0"
3254-
32553258
builtins@^5.0.1:
32563259
version "5.0.1"
32573260
resolved "https://registry.yarnpkg.com/builtins/-/builtins-5.0.1.tgz#87f6db9ab0458be728564fa81d876d8d74552fa9"
@@ -4707,10 +4710,10 @@ eslint-config-xo-typescript@*:
47074710
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.50.0.tgz#59a0a704fbd667592ca3ddcc599b9f8c855e4ebe"
47084711
integrity sha512-Ru2tXB8y2w9fFHLm4v2AVfY6P81UbfEuDZuxEpeXlfV65Ezlk0xO4nBaT899ojIFkWfr60rP9Ye4CdVUUT1UYg==
47094712

4710-
eslint-config-xo@^0.41.0:
4711-
version "0.41.0"
4712-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz#06d27728060e5804ff55ae79f6a1e0124f094536"
4713-
integrity sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g==
4713+
eslint-config-xo@^0.42.0:
4714+
version "0.42.0"
4715+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.42.0.tgz#07764d626d4f61ce41f04d309e08ff1de1813bd6"
4716+
integrity sha512-HIfd+AM6tHFoaZ/NXYDV3Mr/CJrAj/DoP6IOYt1/v+90XtCwVYOfW7LXbRDYDmhQMzT16h7eqPRcex72waRqdA==
47144717
dependencies:
47154718
confusing-browser-globals "1.0.11"
47164719

@@ -4810,18 +4813,18 @@ eslint-plugin-import@^2.26.0:
48104813
resolve "^1.22.0"
48114814
tsconfig-paths "^3.14.1"
48124815

4813-
eslint-plugin-n@^15.2.2:
4814-
version "15.2.2"
4815-
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.2.tgz#1ea682e57871c5ce6ba04c36e71df38466b68d34"
4816-
integrity sha512-MLjZVAv4TiCIoXqjibNqCJjLkGHfrOY3XZ0ZBLoW0OnS3o98PUBnzB/kfp8dCz/4A4Y18jjX50PRnqI4ACFY1Q==
4816+
eslint-plugin-n@^15.2.5:
4817+
version "15.2.5"
4818+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-15.2.5.tgz#aa7ff8d45bb8bf2df8ea3b7d3774ae570cb794b8"
4819+
integrity sha512-8+BYsqiyZfpu6NXmdLOXVUfk8IocpCjpd8nMRRH0A9ulrcemhb2VI9RSJMEy5udx++A/YcVPD11zT8hpFq368g==
48174820
dependencies:
48184821
builtins "^5.0.1"
48194822
eslint-plugin-es "^4.1.0"
48204823
eslint-utils "^3.0.0"
48214824
ignore "^5.1.1"
4822-
is-core-module "^2.9.0"
4825+
is-core-module "^2.10.0"
48234826
minimatch "^3.1.2"
4824-
resolve "^1.10.1"
4827+
resolve "^1.22.1"
48254828
semver "^7.3.7"
48264829

48274830
eslint-plugin-no-use-extend-native@^0.5.0:
@@ -4916,13 +4919,14 @@ eslint-visitor-keys@^3.3.0:
49164919
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
49174920
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
49184921

4919-
eslint@^8.17.0:
4920-
version "8.17.0"
4921-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.17.0.tgz#1cfc4b6b6912f77d24b874ca1506b0fe09328c21"
4922-
integrity sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==
4922+
eslint@^8.22.0:
4923+
version "8.22.0"
4924+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.22.0.tgz#78fcb044196dfa7eef30a9d65944f6f980402c48"
4925+
integrity sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==
49234926
dependencies:
49244927
"@eslint/eslintrc" "^1.3.0"
4925-
"@humanwhocodes/config-array" "^0.9.2"
4928+
"@humanwhocodes/config-array" "^0.10.4"
4929+
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
49264930
ajv "^6.10.0"
49274931
chalk "^4.0.0"
49284932
cross-spawn "^7.0.2"
@@ -4932,14 +4936,17 @@ eslint@^8.17.0:
49324936
eslint-scope "^7.1.1"
49334937
eslint-utils "^3.0.0"
49344938
eslint-visitor-keys "^3.3.0"
4935-
espree "^9.3.2"
4939+
espree "^9.3.3"
49364940
esquery "^1.4.0"
49374941
esutils "^2.0.2"
49384942
fast-deep-equal "^3.1.3"
49394943
file-entry-cache "^6.0.1"
4944+
find-up "^5.0.0"
49404945
functional-red-black-tree "^1.0.1"
49414946
glob-parent "^6.0.1"
49424947
globals "^13.15.0"
4948+
globby "^11.1.0"
4949+
grapheme-splitter "^1.0.4"
49434950
ignore "^5.2.0"
49444951
import-fresh "^3.0.0"
49454952
imurmurhash "^0.1.4"
@@ -4957,12 +4964,12 @@ eslint@^8.17.0:
49574964
text-table "^0.2.0"
49584965
v8-compile-cache "^2.0.3"
49594966

4960-
esm-utils@^4.0.0:
4961-
version "4.0.0"
4962-
resolved "https://registry.yarnpkg.com/esm-utils/-/esm-utils-4.0.0.tgz#2d99992b81249768032f93d4969de3d1429ea8f3"
4963-
integrity sha512-1x5H25/8BQWV94T8+KRb1gcSdVQ3g+8P0NikggAujVaurUa0cOoR+UO8ie3y29iQO70HjNA93c9ie+qqI/8zzw==
4967+
esm-utils@^4.1.0:
4968+
version "4.1.0"
4969+
resolved "https://registry.yarnpkg.com/esm-utils/-/esm-utils-4.1.0.tgz#c224ed458fd96fa242e3479c87aa2d28dca382e9"
4970+
integrity sha512-/oTSIjfeNL/gzVgM7CbRL4bqE8aKU1ANJqr8voBwTXvVMjYYm15PdYG6c6zNSAHNa3s9b6UMRHDosIq26OBdWg==
49644971
dependencies:
4965-
import-meta-resolve "1.1.1"
4972+
import-meta-resolve "2.1.0"
49664973
url-or-path "2.1.0"
49674974

49684975
espower-location-detector@^1.0.0:
@@ -4993,6 +5000,15 @@ espree@^9.3.2:
49935000
acorn-jsx "^5.3.2"
49945001
eslint-visitor-keys "^3.3.0"
49955002

5003+
espree@^9.3.3:
5004+
version "9.3.3"
5005+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.3.3.tgz#2dd37c4162bb05f433ad3c1a52ddf8a49dc08e9d"
5006+
integrity sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==
5007+
dependencies:
5008+
acorn "^8.8.0"
5009+
acorn-jsx "^5.3.2"
5010+
eslint-visitor-keys "^3.3.0"
5011+
49965012
esprima@^1.2.0:
49975013
version "1.2.5"
49985014
resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.2.5.tgz#0993502feaf668138325756f30f9a51feeec11e9"
@@ -5149,7 +5165,7 @@ fast-glob@^3.1.1:
51495165
merge2 "^1.3.0"
51505166
micromatch "^4.0.4"
51515167

5152-
fast-glob@^3.2.11:
5168+
fast-glob@^3.2.11, fast-glob@^3.2.9:
51535169
version "3.2.11"
51545170
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
51555171
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -5573,6 +5589,18 @@ globby@^11.0.1, globby@^11.0.4:
55735589
merge2 "^1.3.0"
55745590
slash "^3.0.0"
55755591

5592+
globby@^11.1.0:
5593+
version "11.1.0"
5594+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
5595+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
5596+
dependencies:
5597+
array-union "^2.1.0"
5598+
dir-glob "^3.0.1"
5599+
fast-glob "^3.2.9"
5600+
ignore "^5.2.0"
5601+
merge2 "^1.4.1"
5602+
slash "^3.0.0"
5603+
55765604
globby@^13.1.1:
55775605
version "13.1.1"
55785606
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.1.tgz#7c44a93869b0b7612e38f22ed532bfe37b25ea6f"
@@ -5632,6 +5660,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@^4.2.0,
56325660
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
56335661
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
56345662

5663+
grapheme-splitter@^1.0.4:
5664+
version "1.0.4"
5665+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
5666+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
5667+
56355668
gzip-size@^3.0.0:
56365669
version "3.0.0"
56375670
resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-3.0.0.tgz#546188e9bdc337f673772f81660464b389dce520"
@@ -5863,12 +5896,10 @@ import-local@^3.0.2:
58635896
pkg-dir "^4.2.0"
58645897
resolve-cwd "^3.0.0"
58655898

5866-
import-meta-resolve@1.1.1:
5867-
version "1.1.1"
5868-
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-1.1.1.tgz#244fd542fd1fae73550d4f8b3cde3bba1d7b2b18"
5869-
integrity sha512-JiTuIvVyPaUg11eTrNDx5bgQ/yMKMZffc7YSjvQeSMXy58DO2SQ8BtAf3xteZvmzvjYh14wnqNjL8XVeDy2o9A==
5870-
dependencies:
5871-
builtins "^4.0.0"
5899+
import-meta-resolve@2.1.0:
5900+
version "2.1.0"
5901+
resolved "https://registry.yarnpkg.com/import-meta-resolve/-/import-meta-resolve-2.1.0.tgz#c8952d331ed6e9bb6ad524a7549deb3d34af41ce"
5902+
integrity sha512-yG9pxkWJVTy4cmRsNWE3ztFdtFuYIV8G4N+cbCkO8b+qngkLyIUhxQFuZ0qJm67+0nUOxjMPT7nfksPKza1v2g==
58725903

58735904
import-modules@^2.1.0:
58745905
version "2.1.0"
@@ -6063,6 +6094,13 @@ is-ci@^2.0.0:
60636094
dependencies:
60646095
ci-info "^2.0.0"
60656096

6097+
is-core-module@^2.10.0:
6098+
version "2.10.0"
6099+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.10.0.tgz#9012ede0a91c69587e647514e1d5277019e728ed"
6100+
integrity sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==
6101+
dependencies:
6102+
has "^1.0.3"
6103+
60666104
is-core-module@^2.2.0, is-core-module@^2.5.0, is-core-module@^2.7.0:
60676105
version "2.8.0"
60686106
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
@@ -8800,7 +8838,7 @@ resolve-global@1.0.0, resolve-global@^1.0.0:
88008838
dependencies:
88018839
global-dirs "^0.1.1"
88028840

8803-
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0:
8841+
resolve@^1.10.0, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.19.0, resolve@^1.20.0:
88048842
version "1.20.0"
88058843
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
88068844
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -8817,6 +8855,15 @@ resolve@^1.22.0:
88178855
path-parse "^1.0.7"
88188856
supports-preserve-symlinks-flag "^1.0.0"
88198857

8858+
resolve@^1.22.1:
8859+
version "1.22.1"
8860+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
8861+
integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
8862+
dependencies:
8863+
is-core-module "^2.9.0"
8864+
path-parse "^1.0.7"
8865+
supports-preserve-symlinks-flag "^1.0.0"
8866+
88208867
responselike@^1.0.2:
88218868
version "1.0.2"
88228869
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
@@ -10083,31 +10130,31 @@ xdg-basedir@^4.0.0:
1008310130
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"
1008410131
integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=
1008510132

10086-
xo@0.51.0:
10087-
version "0.51.0"
10088-
resolved "https://registry.yarnpkg.com/xo/-/xo-0.51.0.tgz#13fa2c6fe7b3a3bef04fa31cec14155cd738d04e"
10089-
integrity sha512-T9VTOsiCzJJZKNBVWbPFCaVdo/TebfXHjzozCSUq1LZnpMUXLzcAyeNOekKG4/b2CvKoCC5jeSQlyylXzAKq6Q==
10133+
xo@0.52.2:
10134+
version "0.52.2"
10135+
resolved "https://registry.yarnpkg.com/xo/-/xo-0.52.2.tgz#493e2116bf577647a1696a8f4ca586688c4e98a1"
10136+
integrity sha512-FTvJb6P6w1h3tu5jy3firRyLSqvJSHeffajpZ05RP4Xe0OUJkQzcwwOEF9/VUHC7lTBPnOrewEGJzQo8Mujx3Q==
1009010137
dependencies:
1009110138
"@eslint/eslintrc" "^1.3.0"
1009210139
"@typescript-eslint/eslint-plugin" "*"
1009310140
"@typescript-eslint/parser" "*"
1009410141
arrify "^3.0.0"
1009510142
cosmiconfig "^7.0.1"
1009610143
define-lazy-prop "^3.0.0"
10097-
eslint "^8.17.0"
10144+
eslint "^8.22.0"
1009810145
eslint-config-prettier "^8.5.0"
10099-
eslint-config-xo "^0.41.0"
10146+
eslint-config-xo "^0.42.0"
1010010147
eslint-config-xo-typescript "*"
1010110148
eslint-formatter-pretty "^4.1.0"
1010210149
eslint-import-resolver-webpack "^0.13.2"
1010310150
eslint-plugin-ava "^13.2.0"
1010410151
eslint-plugin-eslint-comments "^3.2.0"
1010510152
eslint-plugin-import "^2.26.0"
10106-
eslint-plugin-n "^15.2.2"
10153+
eslint-plugin-n "^15.2.5"
1010710154
eslint-plugin-no-use-extend-native "^0.5.0"
1010810155
eslint-plugin-prettier "^4.0.0"
1010910156
eslint-plugin-unicorn "^42.0.0"
10110-
esm-utils "^4.0.0"
10157+
esm-utils "^4.1.0"
1011110158
find-cache-dir "^3.3.2"
1011210159
find-up "^6.3.0"
1011310160
get-stdin "^9.0.0"

0 commit comments

Comments
 (0)