Skip to content

Commit 7d39e6b

Browse files
Update dependency eslint-config-xo to v0.46.0
1 parent 112ffd4 commit 7d39e6b

File tree

2 files changed

+139
-5
lines changed

2 files changed

+139
-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.4.7",
3434
"eslint": "8.57.1",
3535
"eslint-config-prettier": "8.10.0",
36-
"eslint-config-xo": "0.43.1",
36+
"eslint-config-xo": "0.46.0",
3737
"eslint-config-xo-typescript": "0.57.0",
3838
"ethereum-waffle": "3.4.4",
3939
"ethers": "5.7.2",

yarn.lock

Lines changed: 138 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.4.0":
62+
version "4.4.1"
63+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz#d1145bf2c20132d6400495d6df4bf59362fd9d56"
64+
integrity sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==
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"
@@ -1510,6 +1517,17 @@
15101517
dependencies:
15111518
antlr4ts "^0.5.0-alpha.4"
15121519

1520+
"@stylistic/eslint-plugin@^2.6.1":
1521+
version "2.12.0"
1522+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.12.0.tgz#9819678f919d75241845c2e9379888ecde8e8ad2"
1523+
integrity sha512-IvD2WXbOoSp0zNpyYbjdSyEjZtut78RYfj2WIlbChE7HFuposTK5X1hc5+4AyqYcjLXYdD5oo/sJtqMGFNRb1w==
1524+
dependencies:
1525+
"@typescript-eslint/utils" "^8.13.0"
1526+
eslint-visitor-keys "^4.2.0"
1527+
espree "^10.3.0"
1528+
estraverse "^5.3.0"
1529+
picomatch "^4.0.2"
1530+
15131531
"@szmarczak/http-timer@^1.1.2":
15141532
version "1.1.2"
15151533
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -1726,6 +1744,14 @@
17261744
"@typescript-eslint/types" "5.62.0"
17271745
"@typescript-eslint/visitor-keys" "5.62.0"
17281746

1747+
"@typescript-eslint/scope-manager@8.17.0":
1748+
version "8.17.0"
1749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.17.0.tgz#a3f49bf3d4d27ff8d6b2ea099ba465ef4dbcaa3a"
1750+
integrity sha512-/ewp4XjvnxaREtqsZjF4Mfn078RD/9GmiEAtTeLQ7yFdKnqwTOgRMSvFz4et9U5RiJQ15WTGXPLj89zGusvxBg==
1751+
dependencies:
1752+
"@typescript-eslint/types" "8.17.0"
1753+
"@typescript-eslint/visitor-keys" "8.17.0"
1754+
17291755
"@typescript-eslint/type-utils@5.62.0":
17301756
version "5.62.0"
17311757
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -1741,6 +1767,11 @@
17411767
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
17421768
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
17431769

1770+
"@typescript-eslint/types@8.17.0":
1771+
version "8.17.0"
1772+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.17.0.tgz#ef84c709ef8324e766878834970bea9a7e3b72cf"
1773+
integrity sha512-gY2TVzeve3z6crqh2Ic7Cr+CAv6pfb0Egee7J5UAVWCpVvDI/F71wNfolIim4FE6hT15EbpZFVUj9j5i38jYXA==
1774+
17441775
"@typescript-eslint/typescript-estree@5.62.0":
17451776
version "5.62.0"
17461777
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -1754,6 +1785,20 @@
17541785
semver "^7.3.7"
17551786
tsutils "^3.21.0"
17561787

1788+
"@typescript-eslint/typescript-estree@8.17.0":
1789+
version "8.17.0"
1790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.17.0.tgz#40b5903bc929b1e8dd9c77db3cb52cfb199a2a34"
1791+
integrity sha512-JqkOopc1nRKZpX+opvKqnM3XUlM7LpFMD0lYxTqOTKQfCWAmxw45e3qlOCsEqEB2yuacujivudOFpCnqkBDNMw==
1792+
dependencies:
1793+
"@typescript-eslint/types" "8.17.0"
1794+
"@typescript-eslint/visitor-keys" "8.17.0"
1795+
debug "^4.3.4"
1796+
fast-glob "^3.3.2"
1797+
is-glob "^4.0.3"
1798+
minimatch "^9.0.4"
1799+
semver "^7.6.0"
1800+
ts-api-utils "^1.3.0"
1801+
17571802
"@typescript-eslint/utils@5.62.0":
17581803
version "5.62.0"
17591804
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -1768,6 +1813,16 @@
17681813
eslint-scope "^5.1.1"
17691814
semver "^7.3.7"
17701815

1816+
"@typescript-eslint/utils@^8.13.0":
1817+
version "8.17.0"
1818+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.17.0.tgz#41c05105a2b6ab7592f513d2eeb2c2c0236d8908"
1819+
integrity sha512-bQC8BnEkxqG8HBGKwG9wXlZqg37RKSMY7v/X8VEWD8JG2JuTHuNK0VFvMPMUKQcbk6B+tf05k+4AShAEtCtJ/w==
1820+
dependencies:
1821+
"@eslint-community/eslint-utils" "^4.4.0"
1822+
"@typescript-eslint/scope-manager" "8.17.0"
1823+
"@typescript-eslint/types" "8.17.0"
1824+
"@typescript-eslint/typescript-estree" "8.17.0"
1825+
17711826
"@typescript-eslint/visitor-keys@5.62.0":
17721827
version "5.62.0"
17731828
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -1776,6 +1831,14 @@
17761831
"@typescript-eslint/types" "5.62.0"
17771832
eslint-visitor-keys "^3.3.0"
17781833

1834+
"@typescript-eslint/visitor-keys@8.17.0":
1835+
version "8.17.0"
1836+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.17.0.tgz#4dbcd0e28b9bf951f4293805bf34f98df45e1aa8"
1837+
integrity sha512-1Hm7THLpO6ww5QU6H/Qp+AusUUl+z/CAm3cNZZ0jQvon9yicgO7Rwd+/WWRpMKLYV6p2UvdbR27c86rzCPpreg==
1838+
dependencies:
1839+
"@typescript-eslint/types" "8.17.0"
1840+
eslint-visitor-keys "^4.2.0"
1841+
17791842
"@ungap/promise-all-settled@1.1.2":
17801843
version "1.1.2"
17811844
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -1871,6 +1934,11 @@ acorn@^6.0.7:
18711934
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
18721935
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
18731936

1937+
acorn@^8.14.0:
1938+
version "8.14.0"
1939+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
1940+
integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
1941+
18741942
acorn@^8.4.1:
18751943
version "8.4.1"
18761944
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
@@ -2817,6 +2885,13 @@ brace-expansion@^1.1.7:
28172885
balanced-match "^1.0.0"
28182886
concat-map "0.0.1"
28192887

2888+
brace-expansion@^2.0.1:
2889+
version "2.0.1"
2890+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2891+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2892+
dependencies:
2893+
balanced-match "^1.0.0"
2894+
28202895
braces@^2.3.1:
28212896
version "2.3.2"
28222897
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -4047,12 +4122,14 @@ eslint-config-xo-typescript@0.57.0:
40474122
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz#a1b5fe010657cbdea237a9ebfbd1e4e231b1b899"
40484123
integrity sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==
40494124

4050-
eslint-config-xo@0.43.1:
4051-
version "0.43.1"
4052-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
4053-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
4125+
eslint-config-xo@0.46.0:
4126+
version "0.46.0"
4127+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.46.0.tgz#2ebb7d8507d8babe456d76b3eb3d11e2ef0c89de"
4128+
integrity sha512-mjQUhdTCLQwHUFKf1hhSx1FFhm2jllr4uG2KjaW7gZHGAbjKoSypvo1eQvFk17lHx3bztYjZDDXQmkAZyaSlAg==
40544129
dependencies:
4130+
"@stylistic/eslint-plugin" "^2.6.1"
40554131
confusing-browser-globals "1.0.11"
4132+
globals "^15.3.0"
40564133

40574134
eslint-scope@^4.0.3:
40584135
version "4.0.3"
@@ -4105,6 +4182,11 @@ eslint-visitor-keys@^3.4.3:
41054182
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
41064183
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
41074184

4185+
eslint-visitor-keys@^4.2.0:
4186+
version "4.2.0"
4187+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
4188+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
4189+
41084190
eslint@8.57.1:
41094191
version "8.57.1"
41104192
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4191,6 +4273,15 @@ eslint@^5.6.0:
41914273
table "^5.2.3"
41924274
text-table "^0.2.0"
41934275

4276+
espree@^10.3.0:
4277+
version "10.3.0"
4278+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.3.0.tgz#29267cf5b0cb98735b65e64ba07e0ed49d1eed8a"
4279+
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
4280+
dependencies:
4281+
acorn "^8.14.0"
4282+
acorn-jsx "^5.3.2"
4283+
eslint-visitor-keys "^4.2.0"
4284+
41944285
espree@^5.0.1:
41954286
version "5.0.1"
41964287
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
@@ -4245,6 +4336,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
42454336
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
42464337
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
42474338

4339+
estraverse@^5.3.0:
4340+
version "5.3.0"
4341+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
4342+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
4343+
42484344
esutils@^2.0.2:
42494345
version "2.0.3"
42504346
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -4958,6 +5054,17 @@ fast-glob@^3.2.9:
49585054
merge2 "^1.3.0"
49595055
micromatch "^4.0.4"
49605056

5057+
fast-glob@^3.3.2:
5058+
version "3.3.2"
5059+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
5060+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
5061+
dependencies:
5062+
"@nodelib/fs.stat" "^2.0.2"
5063+
"@nodelib/fs.walk" "^1.2.3"
5064+
glob-parent "^5.1.2"
5065+
merge2 "^1.3.0"
5066+
micromatch "^4.0.4"
5067+
49615068
fast-json-stable-stringify@^2.0.0:
49625069
version "2.1.0"
49635070
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -5406,6 +5513,11 @@ globals@^13.19.0:
54065513
dependencies:
54075514
type-fest "^0.20.2"
54085515

5516+
globals@^15.3.0:
5517+
version "15.13.0"
5518+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.13.0.tgz#bbec719d69aafef188ecd67954aae76a696010fc"
5519+
integrity sha512-49TewVEz0UxZjr1WYYsWpPrhyC/B/pA8Bq0fUmet2n+eR7yn0IvNzNaoBwnK6mdkzcN+se7Ez9zUgULTz2QH4g==
5520+
54095521
globals@^9.18.0:
54105522
version "9.18.0"
54115523
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -7119,6 +7231,13 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
71197231
dependencies:
71207232
brace-expansion "^1.1.7"
71217233

7234+
minimatch@^9.0.4:
7235+
version "9.0.5"
7236+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
7237+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
7238+
dependencies:
7239+
brace-expansion "^2.0.1"
7240+
71227241
minimist-options@4.1.0:
71237242
version "4.1.0"
71247243
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -7841,6 +7960,11 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
78417960
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
78427961
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
78437962

7963+
picomatch@^4.0.2:
7964+
version "4.0.2"
7965+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
7966+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
7967+
78447968
pify@^2.0.0, pify@^2.3.0:
78457969
version "2.3.0"
78467970
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -8577,6 +8701,11 @@ semver@^7.3.8:
85778701
dependencies:
85788702
lru-cache "^6.0.0"
85798703

8704+
semver@^7.6.0:
8705+
version "7.6.3"
8706+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
8707+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
8708+
85808709
semver@~5.4.1:
85818710
version "5.4.1"
85828711
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -9342,6 +9471,11 @@ trim-right@^1.0.1:
93429471
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
93439472
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
93449473

9474+
ts-api-utils@^1.3.0:
9475+
version "1.4.3"
9476+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz#bfc2215fe6528fecab2b0fba570a2e8a4263b064"
9477+
integrity sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==
9478+
93459479
ts-command-line-args@^2.2.0:
93469480
version "2.5.1"
93479481
resolved "https://registry.yarnpkg.com/ts-command-line-args/-/ts-command-line-args-2.5.1.tgz#e64456b580d1d4f6d948824c274cf6fa5f45f7f0"

0 commit comments

Comments
 (0)