Skip to content

Commit 3b86a9d

Browse files
Update dependency eslint-config-xo to v0.49.0
1 parent c0d1ac9 commit 3b86a9d

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.6.1",
3636
"eslint": "8.57.1",
3737
"eslint-config-prettier": "8.10.2",
38-
"eslint-config-xo": "0.43.1",
38+
"eslint-config-xo": "0.49.0",
3939
"eslint-config-xo-typescript": "0.57.0",
4040
"ethereum-waffle": "3.4.4",
4141
"ethers": "5.8.0",

yarn.lock

Lines changed: 131 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181
dependencies:
8282
eslint-visitor-keys "^3.3.0"
8383

84+
"@eslint-community/eslint-utils@^4.7.0":
85+
version "4.7.0"
86+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
87+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
88+
dependencies:
89+
eslint-visitor-keys "^3.4.3"
90+
8491
"@eslint-community/regexpp@^4.4.0":
8592
version "4.4.0"
8693
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
@@ -91,6 +98,37 @@
9198
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
9299
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
93100

101+
"@eslint/core@^0.14.0":
102+
version "0.14.0"
103+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
104+
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
105+
dependencies:
106+
"@types/json-schema" "^7.0.15"
107+
108+
"@eslint/core@^0.15.1", "@eslint/core@^0.15.2":
109+
version "0.15.2"
110+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
111+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
112+
dependencies:
113+
"@types/json-schema" "^7.0.15"
114+
115+
"@eslint/css-tree@^3.6.1":
116+
version "3.6.3"
117+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.3.tgz#c85a0572043db628686e15a6f9bda875dcfba96e"
118+
integrity sha512-M9iq4Brt/MG+5/B4Jrla5XZqaCgaHjfZyMSUJM3KNpBU61u8gMYg4TTaNTP/mUGR/rnRrVV7RXmh5qI4pIk0Yw==
119+
dependencies:
120+
mdn-data "2.21.0"
121+
source-map-js "^1.0.1"
122+
123+
"@eslint/css@^0.10.0":
124+
version "0.10.0"
125+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.10.0.tgz#d024daa8eef2f9706b1cc8f7d99c57566693db6f"
126+
integrity sha512-pHoYRWS08oeU0qVez1pZCcbqHzoJnM5VMtrxH2nWDJ0ukq9DkwWV1BTY+PWK+eWBbndN9W0O9WjJTyAHsDoPOg==
127+
dependencies:
128+
"@eslint/core" "^0.14.0"
129+
"@eslint/css-tree" "^3.6.1"
130+
"@eslint/plugin-kit" "^0.3.1"
131+
94132
"@eslint/eslintrc@^2.1.4":
95133
version "2.1.4"
96134
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
@@ -111,6 +149,24 @@
111149
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
112150
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
113151

152+
"@eslint/json@^0.13.1":
153+
version "0.13.1"
154+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.13.1.tgz#da7985d9f8610c39f3fc899c441064a86dac9460"
155+
integrity sha512-AGzO7cR0QqSEfJdx9jT4SHQ6BJ5K0G8kN7WNGI1Hgy5AVbUhBKfFoN0gNo86j97aqkU57mqFUW9ytMPdEnVARA==
156+
dependencies:
157+
"@eslint/core" "^0.15.1"
158+
"@eslint/plugin-kit" "^0.3.4"
159+
"@humanwhocodes/momoa" "^3.3.8"
160+
natural-compare "^1.4.0"
161+
162+
"@eslint/plugin-kit@^0.3.1", "@eslint/plugin-kit@^0.3.4":
163+
version "0.3.5"
164+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
165+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
166+
dependencies:
167+
"@eslint/core" "^0.15.2"
168+
levn "^0.4.1"
169+
114170
"@ethereum-waffle/chai@^3.4.4":
115171
version "3.4.4"
116172
resolved "https://registry.yarnpkg.com/@ethereum-waffle/chai/-/chai-3.4.4.tgz#16c4cc877df31b035d6d92486dfdf983df9138ff"
@@ -970,6 +1026,11 @@
9701026
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
9711027
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
9721028

1029+
"@humanwhocodes/momoa@^3.3.8":
1030+
version "3.3.9"
1031+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.9.tgz#513ff7fb5e3ce08fb5ddbd3a5730e195cab2dd36"
1032+
integrity sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==
1033+
9731034
"@humanwhocodes/object-schema@^2.0.3":
9741035
version "2.0.3"
9751036
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
@@ -1186,6 +1247,18 @@
11861247
dependencies:
11871248
antlr4ts "^0.5.0-alpha.4"
11881249

1250+
"@stylistic/eslint-plugin@^5.2.3":
1251+
version "5.2.3"
1252+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.2.3.tgz#f2be5d25e768f5ef4bb72d339bb71c500accef61"
1253+
integrity sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw==
1254+
dependencies:
1255+
"@eslint-community/eslint-utils" "^4.7.0"
1256+
"@typescript-eslint/types" "^8.38.0"
1257+
eslint-visitor-keys "^4.2.1"
1258+
espree "^10.4.0"
1259+
estraverse "^5.3.0"
1260+
picomatch "^4.0.3"
1261+
11891262
"@szmarczak/http-timer@^1.1.2":
11901263
version "1.1.2"
11911264
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -1266,6 +1339,11 @@
12661339
dependencies:
12671340
dotenv "*"
12681341

1342+
"@types/json-schema@^7.0.15":
1343+
version "7.0.15"
1344+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1345+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1346+
12691347
"@types/json-schema@^7.0.9":
12701348
version "7.0.9"
12711349
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1417,6 +1495,11 @@
14171495
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
14181496
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
14191497

1498+
"@typescript-eslint/types@^8.38.0":
1499+
version "8.40.0"
1500+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9"
1501+
integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==
1502+
14201503
"@typescript-eslint/[email protected]":
14211504
version "5.62.0"
14221505
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1547,6 +1630,11 @@ acorn@^6.0.7:
15471630
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
15481631
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
15491632

1633+
acorn@^8.15.0:
1634+
version "8.15.0"
1635+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
1636+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
1637+
15501638
acorn@^8.4.1:
15511639
version "8.7.0"
15521640
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
@@ -3722,12 +3810,16 @@ [email protected]:
37223810
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz#a1b5fe010657cbdea237a9ebfbd1e4e231b1b899"
37233811
integrity sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==
37243812

3725-
eslint-config-xo@0.43.1:
3726-
version "0.43.1"
3727-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
3728-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
3813+
eslint-config-xo@0.49.0:
3814+
version "0.49.0"
3815+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.49.0.tgz#2f60d0bcb40852709a11b9a20b6553d276171815"
3816+
integrity sha512-hGtD689+fdJxggx1QbEjWfgGOsTasmYqtfk3Rsxru9QyKg2iOhXO2fvR9C7ck8AGw+n2wy6FsA8/MBIzznt5/Q==
37293817
dependencies:
3818+
"@eslint/css" "^0.10.0"
3819+
"@eslint/json" "^0.13.1"
3820+
"@stylistic/eslint-plugin" "^5.2.3"
37303821
confusing-browser-globals "1.0.11"
3822+
globals "^16.3.0"
37313823

37323824
eslint-scope@^4.0.3:
37333825
version "4.0.3"
@@ -3780,6 +3872,11 @@ eslint-visitor-keys@^3.4.3:
37803872
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
37813873
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
37823874

3875+
eslint-visitor-keys@^4.2.1:
3876+
version "4.2.1"
3877+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3878+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3879+
37833880
37843881
version "8.57.1"
37853882
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -3866,6 +3963,15 @@ eslint@^5.6.0:
38663963
table "^5.2.3"
38673964
text-table "^0.2.0"
38683965

3966+
espree@^10.4.0:
3967+
version "10.4.0"
3968+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
3969+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
3970+
dependencies:
3971+
acorn "^8.15.0"
3972+
acorn-jsx "^5.3.2"
3973+
eslint-visitor-keys "^4.2.1"
3974+
38693975
espree@^5.0.1:
38703976
version "5.0.1"
38713977
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
@@ -3915,7 +4021,7 @@ estraverse@^4.1.1:
39154021
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
39164022
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
39174023

3918-
estraverse@^5.1.0, estraverse@^5.2.0:
4024+
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
39194025
version "5.3.0"
39204026
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
39214027
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
@@ -5030,6 +5136,11 @@ globals@^13.19.0:
50305136
dependencies:
50315137
type-fest "^0.20.2"
50325138

5139+
globals@^16.3.0:
5140+
version "16.3.0"
5141+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
5142+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
5143+
50335144
globals@^9.18.0:
50345145
version "9.18.0"
50355146
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -6472,6 +6583,11 @@ md5.js@^1.3.4:
64726583
inherits "^2.0.1"
64736584
safe-buffer "^5.1.2"
64746585

6586+
6587+
version "2.21.0"
6588+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.21.0.tgz#f3a495e8b1e60cb4fbeaf9136aefba2f987a56e1"
6589+
integrity sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==
6590+
64756591
64766592
version "0.3.0"
64776593
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -7437,6 +7553,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
74377553
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
74387554
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
74397555

7556+
picomatch@^4.0.3:
7557+
version "4.0.3"
7558+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
7559+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
7560+
74407561
pify@^2.0.0, pify@^2.3.0:
74417562
version "2.3.0"
74427563
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -8440,6 +8561,11 @@ solidity-comments-extractor@^0.0.7:
84408561
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
84418562
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
84428563

8564+
source-map-js@^1.0.1:
8565+
version "1.2.1"
8566+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
8567+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
8568+
84438569
source-map-resolve@^0.5.0:
84448570
version "0.5.3"
84458571
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)