Skip to content

Commit d83292b

Browse files
chore(deps): update dependency eslint-config-xo to v0.49.0
1 parent 05564c6 commit d83292b

File tree

2 files changed

+132
-6
lines changed

2 files changed

+132
-6
lines changed

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.49.0",
3939
"eslint-config-xo-typescript": "1.0.1",
4040
"ethereum-waffle": "4.0.10",
4141
"ethers": "^5.7.2",

yarn.lock

Lines changed: 131 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.7.0":
121+
version "4.7.0"
122+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
123+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
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.14.0":
138+
version "0.14.0"
139+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
140+
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
141+
dependencies:
142+
"@types/json-schema" "^7.0.15"
143+
144+
"@eslint/core@^0.15.1", "@eslint/core@^0.15.2":
145+
version "0.15.2"
146+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
147+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
148+
dependencies:
149+
"@types/json-schema" "^7.0.15"
150+
151+
"@eslint/css-tree@^3.6.1":
152+
version "3.6.3"
153+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.3.tgz#c85a0572043db628686e15a6f9bda875dcfba96e"
154+
integrity sha512-M9iq4Brt/MG+5/B4Jrla5XZqaCgaHjfZyMSUJM3KNpBU61u8gMYg4TTaNTP/mUGR/rnRrVV7RXmh5qI4pIk0Yw==
155+
dependencies:
156+
mdn-data "2.21.0"
157+
source-map-js "^1.0.1"
158+
159+
"@eslint/css@^0.10.0":
160+
version "0.10.0"
161+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.10.0.tgz#d024daa8eef2f9706b1cc8f7d99c57566693db6f"
162+
integrity sha512-pHoYRWS08oeU0qVez1pZCcbqHzoJnM5VMtrxH2nWDJ0ukq9DkwWV1BTY+PWK+eWBbndN9W0O9WjJTyAHsDoPOg==
163+
dependencies:
164+
"@eslint/core" "^0.14.0"
165+
"@eslint/css-tree" "^3.6.1"
166+
"@eslint/plugin-kit" "^0.3.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,24 @@
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@^0.13.1":
189+
version "0.13.1"
190+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.13.1.tgz#da7985d9f8610c39f3fc899c441064a86dac9460"
191+
integrity sha512-AGzO7cR0QqSEfJdx9jT4SHQ6BJ5K0G8kN7WNGI1Hgy5AVbUhBKfFoN0gNo86j97aqkU57mqFUW9ytMPdEnVARA==
192+
dependencies:
193+
"@eslint/core" "^0.15.1"
194+
"@eslint/plugin-kit" "^0.3.4"
195+
"@humanwhocodes/momoa" "^3.3.8"
196+
natural-compare "^1.4.0"
197+
198+
"@eslint/plugin-kit@^0.3.1", "@eslint/plugin-kit@^0.3.4":
199+
version "0.3.5"
200+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
201+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
202+
dependencies:
203+
"@eslint/core" "^0.15.2"
204+
levn "^0.4.1"
205+
150206
"@ethereum-waffle/chai@4.0.10":
151207
version "4.0.10"
152208
resolved "https://registry.yarnpkg.com/@ethereum-waffle/chai/-/chai-4.0.10.tgz#6f600a40b6fdaed331eba42b8625ff23f3a0e59a"
@@ -692,6 +748,11 @@
692748
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
693749
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
694750

751+
"@humanwhocodes/momoa@^3.3.8":
752+
version "3.3.9"
753+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.9.tgz#513ff7fb5e3ce08fb5ddbd3a5730e195cab2dd36"
754+
integrity sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==
755+
695756
"@humanwhocodes/object-schema@^2.0.2":
696757
version "2.0.3"
697758
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
@@ -1213,6 +1274,18 @@
12131274
resolved "https://registry.yarnpkg.com/@solidity-parser/parser/-/parser-0.17.0.tgz#52a2fcc97ff609f72011014e4c5b485ec52243ef"
12141275
integrity sha512-Nko8R0/kUo391jsEHHxrGM07QFdnPGvlmox4rmH0kNiNAashItAilhy4Mv4pK5gQmW5f4sXAF58fwJbmlkGcVw==
12151276

1277+
"@stylistic/eslint-plugin@^5.2.3":
1278+
version "5.2.3"
1279+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.2.3.tgz#f2be5d25e768f5ef4bb72d339bb71c500accef61"
1280+
integrity sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw==
1281+
dependencies:
1282+
"@eslint-community/eslint-utils" "^4.7.0"
1283+
"@typescript-eslint/types" "^8.38.0"
1284+
eslint-visitor-keys "^4.2.1"
1285+
espree "^10.4.0"
1286+
estraverse "^5.3.0"
1287+
picomatch "^4.0.3"
1288+
12161289
"@szmarczak/http-timer@^5.0.1":
12171290
version "5.0.1"
12181291
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-5.0.1.tgz#c7c1bf1141cdd4751b0399c8fc7b8b664cd5be3a"
@@ -1313,6 +1386,11 @@
13131386
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
13141387
integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
13151388

1389+
"@types/json-schema@^7.0.15":
1390+
version "7.0.15"
1391+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1392+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1393+
13161394
"@types/json-schema@^7.0.9":
13171395
version "7.0.12"
13181396
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
@@ -1470,6 +1548,11 @@
14701548
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
14711549
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
14721550

1551+
"@typescript-eslint/types@^8.38.0":
1552+
version "8.40.0"
1553+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9"
1554+
integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==
1555+
14731556
"@typescript-eslint/typescript-estree@5.62.0":
14741557
version "5.62.0"
14751558
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1590,6 +1673,11 @@ acorn-walk@^8.1.1:
15901673
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
15911674
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
15921675

1676+
acorn@^8.15.0:
1677+
version "8.15.0"
1678+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
1679+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
1680+
15931681
acorn@^8.4.1, acorn@^8.9.0:
15941682
version "8.10.0"
15951683
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
@@ -2604,12 +2692,16 @@ eslint-config-xo-typescript@1.0.1:
26042692
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.1.tgz#90a91a4dc2135ea93ef3081ecf1945303ab2bc60"
26052693
integrity sha512-vPQssnRSUgBFOEfB/KY12CXwltwFSn4RSCfa+w7gjBC2PFQ7Yfgmyei+1XUZ3K+8LRGef2NMJUcxts7PldhDjg==
26062694

2607-
eslint-config-xo@0.43.1:
2608-
version "0.43.1"
2609-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
2610-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
2695+
eslint-config-xo@0.49.0:
2696+
version "0.49.0"
2697+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.49.0.tgz#2f60d0bcb40852709a11b9a20b6553d276171815"
2698+
integrity sha512-hGtD689+fdJxggx1QbEjWfgGOsTasmYqtfk3Rsxru9QyKg2iOhXO2fvR9C7ck8AGw+n2wy6FsA8/MBIzznt5/Q==
26112699
dependencies:
2700+
"@eslint/css" "^0.10.0"
2701+
"@eslint/json" "^0.13.1"
2702+
"@stylistic/eslint-plugin" "^5.2.3"
26122703
confusing-browser-globals "1.0.11"
2704+
globals "^16.3.0"
26132705

26142706
eslint-scope@^5.1.1:
26152707
version "5.1.1"
@@ -2637,6 +2729,11 @@ eslint-visitor-keys@^3.4.3:
26372729
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
26382730
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
26392731

2732+
eslint-visitor-keys@^4.2.1:
2733+
version "4.2.1"
2734+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2735+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
2736+
26402737
eslint@8.57.0:
26412738
version "8.57.0"
26422739
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -2681,6 +2778,15 @@ eslint@8.57.0:
26812778
strip-ansi "^6.0.1"
26822779
text-table "^0.2.0"
26832780

2781+
espree@^10.4.0:
2782+
version "10.4.0"
2783+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
2784+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
2785+
dependencies:
2786+
acorn "^8.15.0"
2787+
acorn-jsx "^5.3.2"
2788+
eslint-visitor-keys "^4.2.1"
2789+
26842790
espree@^9.6.0:
26852791
version "9.6.0"
26862792
resolved "https://registry.yarnpkg.com/espree/-/espree-9.6.0.tgz#80869754b1c6560f32e3b6929194a3fe07c5b82f"
@@ -2718,7 +2824,7 @@ estraverse@^4.1.1:
27182824
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
27192825
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
27202826

2721-
estraverse@^5.1.0, estraverse@^5.2.0:
2827+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
27222828
version "5.3.0"
27232829
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
27242830
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
@@ -3202,6 +3308,11 @@ globals@^13.19.0:
32023308
dependencies:
32033309
type-fest "^0.20.2"
32043310

3311+
globals@^16.3.0:
3312+
version "16.3.0"
3313+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
3314+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
3315+
32053316
globby@^11.1.0:
32063317
version "11.1.0"
32073318
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
@@ -4037,6 +4148,11 @@ md5.js@^1.3.4:
40374148
inherits "^2.0.1"
40384149
safe-buffer "^5.1.2"
40394150

4151+
mdn-data@2.21.0:
4152+
version "2.21.0"
4153+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.21.0.tgz#f3a495e8b1e60cb4fbeaf9136aefba2f987a56e1"
4154+
integrity sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==
4155+
40404156
memdown@^5.0.0:
40414157
version "5.1.0"
40424158
resolved "https://registry.yarnpkg.com/memdown/-/memdown-5.1.0.tgz#608e91a9f10f37f5b5fe767667a8674129a833cb"
@@ -4508,6 +4624,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
45084624
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
45094625
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
45104626

4627+
picomatch@^4.0.3:
4628+
version "4.0.3"
4629+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
4630+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
4631+
45114632
pluralize@^8.0.0:
45124633
version "8.0.0"
45134634
resolved "https://registry.yarnpkg.com/pluralize/-/pluralize-8.0.0.tgz#1a6fa16a38d12a1901e0320fa017051c539ce3b1"
@@ -5007,6 +5128,11 @@ solidity-comments-extractor@^0.0.8:
50075128
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.8.tgz#f6e148ab0c49f30c1abcbecb8b8df01ed8e879f8"
50085129
integrity sha512-htM7Vn6LhHreR+EglVMd2s+sZhcXAirB1Zlyrv5zBuTxieCvjfnRpd7iZk75m/u6NOlEyQ94C6TWbBn2cY7w8g==
50095130

5131+
source-map-js@^1.0.1:
5132+
version "1.2.1"
5133+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
5134+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
5135+
50105136
source-map-support@^0.5.13:
50115137
version "0.5.21"
50125138
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"

0 commit comments

Comments
 (0)