Skip to content

Commit 5fdfa52

Browse files
chore(deps): update dependency eslint-config-xo to v0.50.0
1 parent b86a622 commit 5fdfa52

2 files changed

Lines changed: 140 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dotenv": "16.4.5",
3636
"eslint": "8.57.0",
3737
"eslint-config-prettier": "9.1.0",
38-
"eslint-config-xo": "0.43.1",
38+
"eslint-config-xo": "0.50.0",
3939
"eslint-config-xo-typescript": "1.0.1",
4040
"ethereum-waffle": "4.0.10",
4141
"ethers": "^5.7.2",

yarn.lock

Lines changed: 139 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@
117117
dependencies:
118118
eslint-visitor-keys "^3.3.0"
119119

120+
"@eslint-community/eslint-utils@^4.9.1":
121+
version "4.9.1"
122+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
123+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
124+
dependencies:
125+
eslint-visitor-keys "^3.4.3"
126+
120127
"@eslint-community/regexpp@^4.4.0":
121128
version "4.5.1"
122129
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
@@ -127,6 +134,37 @@
127134
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
128135
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
129136

137+
"@eslint/core@^0.17.0":
138+
version "0.17.0"
139+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
140+
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
141+
dependencies:
142+
"@types/json-schema" "^7.0.15"
143+
144+
"@eslint/core@^1.1.0":
145+
version "1.1.0"
146+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
147+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
148+
dependencies:
149+
"@types/json-schema" "^7.0.15"
150+
151+
"@eslint/css-tree@^3.6.6":
152+
version "3.6.9"
153+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.9.tgz#d52d4c823893644f2e2910a035c9a77953d529f4"
154+
integrity sha512-3D5/OHibNEGk+wKwNwMbz63NMf367EoR4mVNNpxddCHKEb2Nez7z62J2U6YjtErSsZDoY0CsccmoUpdEbkogNA==
155+
dependencies:
156+
mdn-data "2.23.0"
157+
source-map-js "^1.0.1"
158+
159+
"@eslint/css@^0.14.1":
160+
version "0.14.1"
161+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.14.1.tgz#ca80b9c21b5de901e173ba8180f9cd8879315604"
162+
integrity sha512-NXiteSacmpaXqgyIW3+GcNzexXyfC0kd+gig6WTjD4A74kBGJeNx1tV0Hxa0v7x0+mnIyKfGPhGNs1uhRFdh+w==
163+
dependencies:
164+
"@eslint/core" "^0.17.0"
165+
"@eslint/css-tree" "^3.6.6"
166+
"@eslint/plugin-kit" "^0.4.1"
167+
130168
"@eslint/eslintrc@^2.1.4":
131169
version "2.1.4"
132170
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
@@ -147,6 +185,32 @@
147185
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
148186
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
149187

188+
"@eslint/json@^1.0.0":
189+
version "1.0.1"
190+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-1.0.1.tgz#3b4f7225e5ff8c3639ab0dc77eb2f451aa4ab8d8"
191+
integrity sha512-bE2nGv8/U+uRvQEJWOgCsZCa65XsCBgxyyx/sXtTHVv0kqdauACLzyp7A1C3yNn7pRaWjIt5acxY+TAbSyIJXw==
192+
dependencies:
193+
"@eslint/core" "^1.1.0"
194+
"@eslint/plugin-kit" "^0.6.0"
195+
"@humanwhocodes/momoa" "^3.3.10"
196+
natural-compare "^1.4.0"
197+
198+
"@eslint/plugin-kit@^0.4.1":
199+
version "0.4.1"
200+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
201+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
202+
dependencies:
203+
"@eslint/core" "^0.17.0"
204+
levn "^0.4.1"
205+
206+
"@eslint/plugin-kit@^0.6.0":
207+
version "0.6.0"
208+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
209+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
210+
dependencies:
211+
"@eslint/core" "^1.1.0"
212+
levn "^0.4.1"
213+
150214
"@ethereum-waffle/chai@4.0.10":
151215
version "4.0.10"
152216
resolved "https://registry.yarnpkg.com/@ethereum-waffle/chai/-/chai-4.0.10.tgz#6f600a40b6fdaed331eba42b8625ff23f3a0e59a"
@@ -692,6 +756,11 @@
692756
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
693757
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
694758

759+
"@humanwhocodes/momoa@^3.3.10":
760+
version "3.3.10"
761+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.10.tgz#8ffe034b31e1d43e480846695869c45a06539c73"
762+
integrity sha512-KWiFQpSAqEIyrTXko3hFNLeQvSK8zXlJQzhhxsyVn58WFRYXST99b3Nqnu+ttOtjds2Pl2grUHGpe2NzhPynuQ==
763+
695764
"@humanwhocodes/object-schema@^2.0.2":
696765
version "2.0.3"
697766
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
@@ -1213,6 +1282,18 @@
12131282
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.17.0.tgz#52a2fcc97ff609f72011014e4c5b485ec52243ef"
12141283
integrity sha512-Nko8R0/kUo391jsEHHxrGM07QFdnPGvlmox4rmH0kNiNAashItAilhy4Mv4pK5gQmW5f4sXAF58fwJbmlkGcVw==
12151284

1285+
"@stylistic/eslint-plugin@^5.7.1":
1286+
version "5.8.0"
1287+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.8.0.tgz#e3986833ebb9476310eb9d03a7483c046b0f57ad"
1288+
integrity sha512-WNPVF/FfBAjyi3OA7gok8swRiImNLKI4dmV3iK/GC/0xSJR7eCzBFsw9hLZVgb1+MYNLy7aDsjohxN1hA/FIfQ==
1289+
dependencies:
1290+
"@eslint-community/eslint-utils" "^4.9.1"
1291+
"@typescript-eslint/types" "^8.54.0"
1292+
eslint-visitor-keys "^4.2.1"
1293+
espree "^10.4.0"
1294+
estraverse "^5.3.0"
1295+
picomatch "^4.0.3"
1296+
12161297
"@szmarczak/http-timer@^5.0.1":
12171298
version "5.0.1"
12181299
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-5.0.1.tgz#c7c1bf1141cdd4751b0399c8fc7b8b664cd5be3a"
@@ -1320,6 +1401,11 @@
13201401
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
13211402
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
13221403

1404+
"@types/json-schema@^7.0.15":
1405+
version "7.0.15"
1406+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1407+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1408+
13231409
"@types/json-schema@^7.0.9":
13241410
version "7.0.12"
13251411
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
@@ -1477,6 +1563,11 @@
14771563
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
14781564
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
14791565

1566+
"@typescript-eslint/types@^8.54.0":
1567+
version "8.55.0"
1568+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.55.0.tgz#8449c5a7adac61184cac92dbf6315733569708c2"
1569+
integrity sha512-ujT0Je8GI5BJWi+/mMoR0wxwVEQaxM+pi30xuMiJETlX80OPovb2p9E8ss87gnSVtYXtJoU9U1Cowcr6w2FE0w==
1570+
14801571
"@typescript-eslint/typescript-estree@5.62.0":
14811572
version "5.62.0"
14821573
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1597,6 +1688,11 @@ acorn-walk@^8.1.1:
15971688
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
15981689
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
15991690

1691+
acorn@^8.15.0:
1692+
version "8.15.0"
1693+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
1694+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
1695+
16001696
acorn@^8.4.1, acorn@^8.9.0:
16011697
version "8.10.0"
16021698
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
@@ -2611,12 +2707,16 @@ eslint-config-xo-typescript@1.0.1:
26112707
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.1.tgz#90a91a4dc2135ea93ef3081ecf1945303ab2bc60"
26122708
integrity sha512-vPQssnRSUgBFOEfB/KY12CXwltwFSn4RSCfa+w7gjBC2PFQ7Yfgmyei+1XUZ3K+8LRGef2NMJUcxts7PldhDjg==
26132709

2614-
eslint-config-xo@0.43.1:
2615-
version "0.43.1"
2616-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
2617-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
2710+
eslint-config-xo@0.50.0:
2711+
version "0.50.0"
2712+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.50.0.tgz#61206b2899436d0535f7f247b6dbd8bff7f5a95a"
2713+
integrity sha512-IC+G7r8cIZkspJX5Ug97Si3aHyLatx+eZ5w/dyLuBo0HDZj13uIsZy+mlbXM18aN2/MLarIn0vq4R/a75Gmfcg==
26182714
dependencies:
2715+
"@eslint/css" "^0.14.1"
2716+
"@eslint/json" "^1.0.0"
2717+
"@stylistic/eslint-plugin" "^5.7.1"
26192718
confusing-browser-globals "1.0.11"
2719+
globals "^17.3.0"
26202720

26212721
eslint-scope@^5.1.1:
26222722
version "5.1.1"
@@ -2644,6 +2744,11 @@ eslint-visitor-keys@^3.4.3:
26442744
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26452745
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26462746

2747+
eslint-visitor-keys@^4.2.1:
2748+
version "4.2.1"
2749+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2750+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2751+
26472752
eslint@8.57.0:
26482753
version "8.57.0"
26492754
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -2688,6 +2793,15 @@ eslint@8.57.0:
26882793
strip-ansi "^6.0.1"
26892794
text-table "^0.2.0"
26902795

2796+
espree@^10.4.0:
2797+
version "10.4.0"
2798+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
2799+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
2800+
dependencies:
2801+
acorn "^8.15.0"
2802+
acorn-jsx "^5.3.2"
2803+
eslint-visitor-keys "^4.2.1"
2804+
26912805
espree@^9.6.0:
26922806
version "9.6.0"
26932807
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
@@ -2725,7 +2839,7 @@ estraverse@^4.1.1:
27252839
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
27262840
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
27272841

2728-
estraverse@^5.1.0, estraverse@^5.2.0:
2842+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
27292843
version "5.3.0"
27302844
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
27312845
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
@@ -3209,6 +3323,11 @@ globals@^13.19.0:
32093323
dependencies:
32103324
type-fest "^0.20.2"
32113325

3326+
globals@^17.3.0:
3327+
version "17.3.0"
3328+
resolved "https://registry.yarnpkg.com/globals/-/globals-17.3.0.tgz#8b96544c2fa91afada02747cc9731c002a96f3b9"
3329+
integrity sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==
3330+
32123331
globby@^11.1.0:
32133332
version "11.1.0"
32143333
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -4044,6 +4163,11 @@ md5.js@^1.3.4:
40444163
inherits "^2.0.1"
40454164
safe-buffer "^5.1.2"
40464165

4166+
mdn-data@2.23.0:
4167+
version "2.23.0"
4168+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.23.0.tgz#f136a03eeed90d368dc0d849794043b237b53f5b"
4169+
integrity sha512-786vq1+4079JSeu2XdcDjrhi/Ry7BWtjDl9WtGPWLiIHb2T66GvIVflZTBoSNZ5JqTtJGYEVMuFA/lbQlMOyDQ==
4170+
40474171
memdown@^5.0.0:
40484172
version "5.1.0"
40494173
resolved "https://registry.yarnpkg.com/memdown/-/memdown-5.1.0.tgz#608e91a9f10f37f5b5fe767667a8674129a833cb"
@@ -4515,6 +4639,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
45154639
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
45164640
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
45174641

4642+
picomatch@^4.0.3:
4643+
version "4.0.3"
4644+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4645+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4646+
45184647
pluralize@^8.0.0:
45194648
version "8.0.0"
45204649
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
@@ -5014,6 +5143,11 @@ solidity-comments-extractor@^0.0.8:
50145143
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.8.tgz#f6e148ab0c49f30c1abcbecb8b8df01ed8e879f8"
50155144
integrity sha512-htM7Vn6LhHreR+EglVMd2s+sZhcXAirB1Zlyrv5zBuTxieCvjfnRpd7iZk75m/u6NOlEyQ94C6TWbBn2cY7w8g==
50165145

5146+
source-map-js@^1.0.1:
5147+
version "1.2.1"
5148+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
5149+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
5150+
50175151
source-map-support@^0.5.13:
50185152
version "0.5.21"
50195153
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"

0 commit comments

Comments
 (0)