Skip to content

Commit d13864a

Browse files
Update dependency eslint-config-xo to v0.50.0
1 parent 7b26c15 commit d13864a

2 files changed

Lines changed: 144 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint": "8.57.1",
3535
"eslint-config-prettier": "8.10.0",
3636
"eslint-config-standard": "17.1.0",
37-
"eslint-config-xo": "0.43.1",
37+
"eslint-config-xo": "0.50.0",
3838
"eslint-config-xo-typescript": "0.55.1",
3939
"eslint-plugin-import": "2.31.0",
4040
"eslint-plugin-n": "14.0.0",

yarn.lock

Lines changed: 143 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,49 @@
5858
dependencies:
5959
eslint-visitor-keys "^3.4.3"
6060

61+
"@eslint-community/eslint-utils@^4.9.1":
62+
version "4.9.1"
63+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
64+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
65+
dependencies:
66+
eslint-visitor-keys "^3.4.3"
67+
6168
"@eslint-community/regexpp@^4.6.1":
6269
version "4.12.1"
6370
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
6471
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
6572

73+
"@eslint/core@^0.17.0":
74+
version "0.17.0"
75+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
76+
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
77+
dependencies:
78+
"@types/json-schema" "^7.0.15"
79+
80+
"@eslint/core@^1.0.1":
81+
version "1.1.0"
82+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
83+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
84+
dependencies:
85+
"@types/json-schema" "^7.0.15"
86+
87+
"@eslint/css-tree@^3.6.6":
88+
version "3.6.8"
89+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.8.tgz#8449d80a6e061bde514bd302a278a533d9716aba"
90+
integrity sha512-s0f40zY7dlMp8i0Jf0u6l/aSswS0WRAgkhgETgiCJRcxIWb4S/Sp9uScKHWbkM3BnoFLbJbmOYk5AZUDFVxaLA==
91+
dependencies:
92+
mdn-data "2.23.0"
93+
source-map-js "^1.0.1"
94+
95+
"@eslint/css@^0.14.1":
96+
version "0.14.1"
97+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.14.1.tgz#ca80b9c21b5de901e173ba8180f9cd8879315604"
98+
integrity sha512-NXiteSacmpaXqgyIW3+GcNzexXyfC0kd+gig6WTjD4A74kBGJeNx1tV0Hxa0v7x0+mnIyKfGPhGNs1uhRFdh+w==
99+
dependencies:
100+
"@eslint/core" "^0.17.0"
101+
"@eslint/css-tree" "^3.6.6"
102+
"@eslint/plugin-kit" "^0.4.1"
103+
66104
"@eslint/eslintrc@^2.1.4":
67105
version "2.1.4"
68106
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
@@ -83,6 +121,32 @@
83121
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
84122
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
85123

124+
"@eslint/json@^1.0.0":
125+
version "1.0.0"
126+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-1.0.0.tgz#b9ec7ccaa2849a990fb0d128e2213a8f8e427be4"
127+
integrity sha512-x0YjhxhUIG9yiS6KcB2SRmyzDM/eSac2IuhfLMyjAyxyCzH0gFjrHGPFahJlgiOt8dfaCpPDygcCmoCm9rzlyA==
128+
dependencies:
129+
"@eslint/core" "^1.0.1"
130+
"@eslint/plugin-kit" "^0.5.1"
131+
"@humanwhocodes/momoa" "^3.3.10"
132+
natural-compare "^1.4.0"
133+
134+
"@eslint/plugin-kit@^0.4.1":
135+
version "0.4.1"
136+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
137+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
138+
dependencies:
139+
"@eslint/core" "^0.17.0"
140+
levn "^0.4.1"
141+
142+
"@eslint/plugin-kit@^0.5.1":
143+
version "0.5.1"
144+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.5.1.tgz#35b0ccf9a2f654501fbe4bfe2e798f2d1adacaeb"
145+
integrity sha512-hZ2uC1jbf6JMSsF2ZklhRQqf6GLpYyux6DlzegnW/aFlpu6qJj5GO7ub7WOETCrEl6pl6DAX7RgTgj/fyG+6BQ==
146+
dependencies:
147+
"@eslint/core" "^1.0.1"
148+
levn "^0.4.1"
149+
86150
"@ethereum-waffle/chai@^3.4.4":
87151
version "3.4.4"
88152
resolved "https://registry.yarnpkg.com/@ethereum-waffle/chai/-/chai-3.4.4.tgz#16c4cc877df31b035d6d92486dfdf983df9138ff"
@@ -1299,6 +1363,11 @@
12991363
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
13001364
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
13011365

1366+
"@humanwhocodes/momoa@^3.3.10":
1367+
version "3.3.10"
1368+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.10.tgz#8ffe034b31e1d43e480846695869c45a06539c73"
1369+
integrity sha512-KWiFQpSAqEIyrTXko3hFNLeQvSK8zXlJQzhhxsyVn58WFRYXST99b3Nqnu+ttOtjds2Pl2grUHGpe2NzhPynuQ==
1370+
13021371
"@humanwhocodes/object-schema@^2.0.3":
13031372
version "2.0.3"
13041373
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
@@ -1587,6 +1656,18 @@
15871656
dependencies:
15881657
antlr4ts "^0.5.0-alpha.4"
15891658

1659+
"@stylistic/eslint-plugin@^5.7.1":
1660+
version "5.7.1"
1661+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.7.1.tgz#bb108186a0133071b38be5fa705cd262260be8a8"
1662+
integrity sha512-zjTUwIsEfT+k9BmXwq1QEFYsb4afBlsI1AXFyWQBgggMzwBFOuu92pGrE5OFx90IOjNl+lUbQoTG7f8S0PkOdg==
1663+
dependencies:
1664+
"@eslint-community/eslint-utils" "^4.9.1"
1665+
"@typescript-eslint/types" "^8.53.1"
1666+
eslint-visitor-keys "^4.2.1"
1667+
espree "^10.4.0"
1668+
estraverse "^5.3.0"
1669+
picomatch "^4.0.3"
1670+
15901671
"@szmarczak/http-timer@^1.1.2":
15911672
version "1.1.2"
15921673
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -1687,6 +1768,11 @@
16871768
"@types/minimatch" "*"
16881769
"@types/node" "*"
16891770

1771+
"@types/json-schema@^7.0.15":
1772+
version "7.0.15"
1773+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1774+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1775+
16901776
"@types/json-schema@^7.0.9":
16911777
version "7.0.9"
16921778
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1879,6 +1965,11 @@
18791965
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.51.0.tgz#e7c1622f46c7eea7e12bbf1edfb496d4dec37c90"
18801966
integrity sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==
18811967

1968+
"@typescript-eslint/types@^8.53.1":
1969+
version "8.54.0"
1970+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.54.0.tgz#c12d41f67a2e15a8a96fbc5f2d07b17331130889"
1971+
integrity sha512-PDUI9R1BVjqu7AUDsRBbKMtwmjWcn4J3le+5LpcFgWULN3LvHC5rkc9gCVxbrsrGmO1jfPybN5s6h4Jy+OnkAA==
1972+
18821973
"@typescript-eslint/typescript-estree@5.51.0":
18831974
version "5.51.0"
18841975
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz#0ec8170d7247a892c2b21845b06c11eb0718f8de"
@@ -2019,6 +2110,11 @@ acorn@^6.0.7:
20192110
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
20202111
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
20212112

2113+
acorn@^8.15.0:
2114+
version "8.15.0"
2115+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
2116+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
2117+
20222118
acorn@^8.4.1:
20232119
version "8.5.0"
20242120
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.5.0.tgz#4512ccb99b3698c752591e9bb4472e38ad43cee2"
@@ -4538,12 +4634,16 @@ eslint-config-xo-typescript@0.55.1:
45384634
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz#8b0e776af47fad68ac4eb3a7385b7d3b46133b83"
45394635
integrity sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ==
45404636

4541-
eslint-config-xo@0.43.1:
4542-
version "0.43.1"
4543-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
4544-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
4637+
eslint-config-xo@0.50.0:
4638+
version "0.50.0"
4639+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.50.0.tgz#61206b2899436d0535f7f247b6dbd8bff7f5a95a"
4640+
integrity sha512-IC+G7r8cIZkspJX5Ug97Si3aHyLatx+eZ5w/dyLuBo0HDZj13uIsZy+mlbXM18aN2/MLarIn0vq4R/a75Gmfcg==
45454641
dependencies:
4642+
"@eslint/css" "^0.14.1"
4643+
"@eslint/json" "^1.0.0"
4644+
"@stylistic/eslint-plugin" "^5.7.1"
45464645
confusing-browser-globals "1.0.11"
4646+
globals "^17.3.0"
45474647

45484648
eslint-import-resolver-node@^0.3.9:
45494649
version "0.3.9"
@@ -4684,6 +4784,11 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
46844784
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
46854785
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
46864786

4787+
eslint-visitor-keys@^4.2.1:
4788+
version "4.2.1"
4789+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4790+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4791+
46874792
eslint@8.57.1:
46884793
version "8.57.1"
46894794
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4770,6 +4875,15 @@ eslint@^5.6.0:
47704875
table "^5.2.3"
47714876
text-table "^0.2.0"
47724877

4878+
espree@^10.4.0:
4879+
version "10.4.0"
4880+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
4881+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
4882+
dependencies:
4883+
acorn "^8.15.0"
4884+
acorn-jsx "^5.3.2"
4885+
eslint-visitor-keys "^4.2.1"
4886+
47734887
espree@^5.0.1:
47744888
version "5.0.1"
47754889
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
@@ -4834,6 +4948,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
48344948
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
48354949
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
48364950

4951+
estraverse@^5.3.0:
4952+
version "5.3.0"
4953+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
4954+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
4955+
48374956
esutils@^2.0.2:
48384957
version "2.0.3"
48394958
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -6184,6 +6303,11 @@ globals@^13.19.0:
61846303
dependencies:
61856304
type-fest "^0.20.2"
61866305

6306+
globals@^17.3.0:
6307+
version "17.3.0"
6308+
resolved "https://registry.yarnpkg.com/globals/-/globals-17.3.0.tgz#8b96544c2fa91afada02747cc9731c002a96f3b9"
6309+
integrity sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==
6310+
61876311
globals@^9.18.0:
61886312
version "9.18.0"
61896313
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -7933,6 +8057,11 @@ md5.js@^1.3.4:
79338057
inherits "^2.0.1"
79348058
safe-buffer "^5.1.2"
79358059

8060+
mdn-data@2.23.0:
8061+
version "2.23.0"
8062+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.23.0.tgz#f136a03eeed90d368dc0d849794043b237b53f5b"
8063+
integrity sha512-786vq1+4079JSeu2XdcDjrhi/Ry7BWtjDl9WtGPWLiIHb2T66GvIVflZTBoSNZ5JqTtJGYEVMuFA/lbQlMOyDQ==
8064+
79368065
media-typer@0.3.0:
79378066
version "0.3.0"
79388067
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -8983,6 +9112,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
89839112
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
89849113
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
89859114

9115+
picomatch@^4.0.3:
9116+
version "4.0.3"
9117+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
9118+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
9119+
89869120
pify@^2.0.0, pify@^2.3.0:
89879121
version "2.3.0"
89889122
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -10225,6 +10359,11 @@ solidity-coverage@0.8.2:
1022510359
shelljs "^0.8.3"
1022610360
web3-utils "^1.3.6"
1022710361

10362+
source-map-js@^1.0.1:
10363+
version "1.2.1"
10364+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
10365+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
10366+
1022810367
source-map-resolve@^0.5.0:
1022910368
version "0.5.3"
1023010369
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)