Skip to content

Commit 82c69cb

Browse files
Update dependency eslint-config-xo to v0.49.0
1 parent 77df877 commit 82c69cb

File tree

2 files changed

+136
-5
lines changed

2 files changed

+136
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dotenv": "16.6.1",
3434
"eslint": "8.57.1",
3535
"eslint-config-prettier": "8.10.2",
36-
"eslint-config-xo": "0.43.1",
36+
"eslint-config-xo": "0.49.0",
3737
"eslint-config-xo-typescript": "0.57.0",
3838
"ethereum-waffle": "3.4.4",
3939
"ethers": "5.8.0",

yarn.lock

Lines changed: 135 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858
dependencies:
5959
eslint-visitor-keys "^3.3.0"
6060

61+
"@eslint-community/eslint-utils@^4.7.0":
62+
version "4.7.0"
63+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
64+
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
65+
dependencies:
66+
eslint-visitor-keys "^3.4.3"
67+
6168
"@eslint-community/regexpp@^4.4.0":
6269
version "4.4.0"
6370
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
@@ -68,6 +75,37 @@
6875
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
6976
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
7077

78+
"@eslint/core@^0.14.0":
79+
version "0.14.0"
80+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
81+
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
82+
dependencies:
83+
"@types/json-schema" "^7.0.15"
84+
85+
"@eslint/core@^0.15.1", "@eslint/core@^0.15.2":
86+
version "0.15.2"
87+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
88+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
89+
dependencies:
90+
"@types/json-schema" "^7.0.15"
91+
92+
"@eslint/css-tree@^3.6.1":
93+
version "3.6.3"
94+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.3.tgz#c85a0572043db628686e15a6f9bda875dcfba96e"
95+
integrity sha512-M9iq4Brt/MG+5/B4Jrla5XZqaCgaHjfZyMSUJM3KNpBU61u8gMYg4TTaNTP/mUGR/rnRrVV7RXmh5qI4pIk0Yw==
96+
dependencies:
97+
mdn-data "2.21.0"
98+
source-map-js "^1.0.1"
99+
100+
"@eslint/css@^0.10.0":
101+
version "0.10.0"
102+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.10.0.tgz#d024daa8eef2f9706b1cc8f7d99c57566693db6f"
103+
integrity sha512-pHoYRWS08oeU0qVez1pZCcbqHzoJnM5VMtrxH2nWDJ0ukq9DkwWV1BTY+PWK+eWBbndN9W0O9WjJTyAHsDoPOg==
104+
dependencies:
105+
"@eslint/core" "^0.14.0"
106+
"@eslint/css-tree" "^3.6.1"
107+
"@eslint/plugin-kit" "^0.3.1"
108+
71109
"@eslint/eslintrc@^2.1.4":
72110
version "2.1.4"
73111
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz#388a269f0f25c1b6adc317b5a2c55714894c70ad"
@@ -88,6 +126,24 @@
88126
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
89127
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
90128

129+
"@eslint/json@^0.13.1":
130+
version "0.13.1"
131+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-0.13.1.tgz#da7985d9f8610c39f3fc899c441064a86dac9460"
132+
integrity sha512-AGzO7cR0QqSEfJdx9jT4SHQ6BJ5K0G8kN7WNGI1Hgy5AVbUhBKfFoN0gNo86j97aqkU57mqFUW9ytMPdEnVARA==
133+
dependencies:
134+
"@eslint/core" "^0.15.1"
135+
"@eslint/plugin-kit" "^0.3.4"
136+
"@humanwhocodes/momoa" "^3.3.8"
137+
natural-compare "^1.4.0"
138+
139+
"@eslint/plugin-kit@^0.3.1", "@eslint/plugin-kit@^0.3.4":
140+
version "0.3.5"
141+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
142+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
143+
dependencies:
144+
"@eslint/core" "^0.15.2"
145+
levn "^0.4.1"
146+
91147
"@ethereum-waffle/chai@^3.4.4":
92148
version "3.4.4"
93149
resolved "https://registry.yarnpkg.com/@ethereum-waffle/chai/-/chai-3.4.4.tgz#16c4cc877df31b035d6d92486dfdf983df9138ff"
@@ -1286,6 +1342,11 @@
12861342
resolved "https://registry.yarnpkg.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz#af5b2691a22b44be847b0ca81641c5fb6ad0172c"
12871343
integrity sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==
12881344

1345+
"@humanwhocodes/momoa@^3.3.8":
1346+
version "3.3.9"
1347+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.9.tgz#513ff7fb5e3ce08fb5ddbd3a5730e195cab2dd36"
1348+
integrity sha512-LHw6Op4bJb3/3KZgOgwflJx5zY9XOy0NU1NuyUFKGdTwHYmP+PbnQGCYQJ8NVNlulLfQish34b0VuUlLYP3AXA==
1349+
12891350
"@humanwhocodes/object-schema@^2.0.3":
12901351
version "2.0.3"
12911352
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
@@ -1492,6 +1553,18 @@
14921553
dependencies:
14931554
antlr4ts "^0.5.0-alpha.4"
14941555

1556+
"@stylistic/eslint-plugin@^5.2.3":
1557+
version "5.2.3"
1558+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.2.3.tgz#f2be5d25e768f5ef4bb72d339bb71c500accef61"
1559+
integrity sha512-oY7GVkJGVMI5benlBDCaRrSC1qPasafyv5dOBLLv5MTilMGnErKhO6ziEfodDDIZbo5QxPUNW360VudJOFODMw==
1560+
dependencies:
1561+
"@eslint-community/eslint-utils" "^4.7.0"
1562+
"@typescript-eslint/types" "^8.38.0"
1563+
eslint-visitor-keys "^4.2.1"
1564+
espree "^10.4.0"
1565+
estraverse "^5.3.0"
1566+
picomatch "^4.0.3"
1567+
14951568
"@szmarczak/http-timer@^1.1.2":
14961569
version "1.1.2"
14971570
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -1579,6 +1652,11 @@
15791652
dependencies:
15801653
dotenv "*"
15811654

1655+
"@types/json-schema@^7.0.15":
1656+
version "7.0.15"
1657+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1658+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1659+
15821660
"@types/json-schema@^7.0.9":
15831661
version "7.0.9"
15841662
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -1730,6 +1808,11 @@
17301808
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
17311809
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
17321810

1811+
"@typescript-eslint/types@^8.38.0":
1812+
version "8.40.0"
1813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.40.0.tgz#0b580fdf643737aa5c01285314b5c6e9543846a9"
1814+
integrity sha512-ETdbFlgbAmXHyFPwqUIYrfc12ArvpBhEVgGAxVYSwli26dn8Ko+lIo4Su9vI9ykTZdJn+vJprs/0eZU0YMAEQg==
1815+
17331816
"@typescript-eslint/typescript-estree@5.62.0":
17341817
version "5.62.0"
17351818
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1860,6 +1943,11 @@ acorn@^6.0.7:
18601943
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
18611944
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
18621945

1946+
acorn@^8.15.0:
1947+
version "8.15.0"
1948+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
1949+
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
1950+
18631951
acorn@^8.4.1:
18641952
version "8.4.1"
18651953
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
@@ -4049,12 +4137,16 @@ eslint-config-xo-typescript@0.57.0:
40494137
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz#a1b5fe010657cbdea237a9ebfbd1e4e231b1b899"
40504138
integrity sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==
40514139

4052-
eslint-config-xo@0.43.1:
4053-
version "0.43.1"
4054-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
4055-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
4140+
eslint-config-xo@0.49.0:
4141+
version "0.49.0"
4142+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.49.0.tgz#2f60d0bcb40852709a11b9a20b6553d276171815"
4143+
integrity sha512-hGtD689+fdJxggx1QbEjWfgGOsTasmYqtfk3Rsxru9QyKg2iOhXO2fvR9C7ck8AGw+n2wy6FsA8/MBIzznt5/Q==
40564144
dependencies:
4145+
"@eslint/css" "^0.10.0"
4146+
"@eslint/json" "^0.13.1"
4147+
"@stylistic/eslint-plugin" "^5.2.3"
40574148
confusing-browser-globals "1.0.11"
4149+
globals "^16.3.0"
40584150

40594151
eslint-scope@^4.0.3:
40604152
version "4.0.3"
@@ -4107,6 +4199,11 @@ eslint-visitor-keys@^3.4.3:
41074199
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
41084200
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
41094201

4202+
eslint-visitor-keys@^4.2.1:
4203+
version "4.2.1"
4204+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4205+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4206+
41104207
eslint@8.57.1:
41114208
version "8.57.1"
41124209
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4193,6 +4290,15 @@ eslint@^5.6.0:
41934290
table "^5.2.3"
41944291
text-table "^0.2.0"
41954292

4293+
espree@^10.4.0:
4294+
version "10.4.0"
4295+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
4296+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
4297+
dependencies:
4298+
acorn "^8.15.0"
4299+
acorn-jsx "^5.3.2"
4300+
eslint-visitor-keys "^4.2.1"
4301+
41964302
espree@^5.0.1:
41974303
version "5.0.1"
41984304
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
@@ -4247,6 +4353,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
42474353
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
42484354
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
42494355

4356+
estraverse@^5.3.0:
4357+
version "5.3.0"
4358+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
4359+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
4360+
42504361
esutils@^2.0.2:
42514362
version "2.0.3"
42524363
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -5408,6 +5519,11 @@ globals@^13.19.0:
54085519
dependencies:
54095520
type-fest "^0.20.2"
54105521

5522+
globals@^16.3.0:
5523+
version "16.3.0"
5524+
resolved "https://registry.yarnpkg.com/globals/-/globals-16.3.0.tgz#66118e765ddaf9e2d880f7e17658543f93f1f667"
5525+
integrity sha512-bqWEnJ1Nt3neqx2q5SFfGS8r/ahumIakg3HcwtNlrVlwXIeNumWn/c7Pn/wKzGhf6SaW6H6uWXLqC30STCMchQ==
5526+
54115527
globals@^9.18.0:
54125528
version "9.18.0"
54135529
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -6885,6 +7001,11 @@ md5.js@^1.3.4:
68857001
inherits "^2.0.1"
68867002
safe-buffer "^5.1.2"
68877003

7004+
mdn-data@2.21.0:
7005+
version "2.21.0"
7006+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.21.0.tgz#f3a495e8b1e60cb4fbeaf9136aefba2f987a56e1"
7007+
integrity sha512-+ZKPQezM5vYJIkCxaC+4DTnRrVZR1CgsKLu5zsQERQx6Tea8Y+wMx5A24rq8A8NepCeatIQufVAekKNgiBMsGQ==
7008+
68887009
media-typer@0.3.0:
68897010
version "0.3.0"
68907011
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -7843,6 +7964,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
78437964
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
78447965
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
78457966

7967+
picomatch@^4.0.3:
7968+
version "4.0.3"
7969+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
7970+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
7971+
78467972
pify@^2.0.0, pify@^2.3.0:
78477973
version "2.3.0"
78487974
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -8842,6 +8968,11 @@ solidity-comments-extractor@^0.0.7:
88428968
resolved "https://registry.yarnpkg.com/solidity-comments-extractor/-/solidity-comments-extractor-0.0.7.tgz#99d8f1361438f84019795d928b931f4e5c39ca19"
88438969
integrity sha512-wciNMLg/Irp8OKGrh3S2tfvZiZ0NEyILfcRCXCD4mp7SgK/i9gzLfhY2hY7VMCQJ3kH9UB9BzNdibIVMchzyYw==
88448970

8971+
source-map-js@^1.0.1:
8972+
version "1.2.1"
8973+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
8974+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
8975+
88458976
source-map-resolve@^0.5.0:
88468977
version "0.5.3"
88478978
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)