Skip to content

Commit 54c6468

Browse files
Update dependency eslint-config-xo to v0.50.0
1 parent 265efe6 commit 54c6468

File tree

2 files changed

+154
-5
lines changed

2 files changed

+154
-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": "17.3.1",
3434
"eslint": "7.32.0",
3535
"eslint-config-prettier": "6.15.0",
36-
"eslint-config-xo": "0.43.1",
36+
"eslint-config-xo": "0.50.0",
3737
"eslint-config-xo-typescript": "0.57.0",
3838
"eslint-plugin-prettier": "4.2.5",
3939
"ethereum-waffle": "3.4.0",

yarn.lock

Lines changed: 153 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,49 @@
5353
dependencies:
5454
eslint-visitor-keys "^3.3.0"
5555

56+
"@eslint-community/eslint-utils@^4.9.1":
57+
version "4.9.1"
58+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.1.tgz#4e90af67bc51ddee6cdef5284edf572ec376b595"
59+
integrity sha512-phrYmNiYppR7znFEdqgfWHXR6NCkZEK7hwWDHZUjit/2/U0r6XvkDl0SYnoM51Hq7FhCGdLDT6zxCCOY1hexsQ==
60+
dependencies:
61+
eslint-visitor-keys "^3.4.3"
62+
5663
"@eslint-community/regexpp@^4.4.0":
5764
version "4.4.0"
5865
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
5966
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
6067

68+
"@eslint/core@^0.17.0":
69+
version "0.17.0"
70+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
71+
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
72+
dependencies:
73+
"@types/json-schema" "^7.0.15"
74+
75+
"@eslint/core@^1.1.1":
76+
version "1.1.1"
77+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
78+
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
79+
dependencies:
80+
"@types/json-schema" "^7.0.15"
81+
82+
"@eslint/css-tree@^3.6.6":
83+
version "3.6.9"
84+
resolved "https://registry.yarnpkg.com/@eslint/css-tree/-/css-tree-3.6.9.tgz#d52d4c823893644f2e2910a035c9a77953d529f4"
85+
integrity sha512-3D5/OHibNEGk+wKwNwMbz63NMf367EoR4mVNNpxddCHKEb2Nez7z62J2U6YjtErSsZDoY0CsccmoUpdEbkogNA==
86+
dependencies:
87+
mdn-data "2.23.0"
88+
source-map-js "^1.0.1"
89+
90+
"@eslint/css@^0.14.1":
91+
version "0.14.1"
92+
resolved "https://registry.yarnpkg.com/@eslint/css/-/css-0.14.1.tgz#ca80b9c21b5de901e173ba8180f9cd8879315604"
93+
integrity sha512-NXiteSacmpaXqgyIW3+GcNzexXyfC0kd+gig6WTjD4A74kBGJeNx1tV0Hxa0v7x0+mnIyKfGPhGNs1uhRFdh+w==
94+
dependencies:
95+
"@eslint/core" "^0.17.0"
96+
"@eslint/css-tree" "^3.6.6"
97+
"@eslint/plugin-kit" "^0.4.1"
98+
6199
"@eslint/eslintrc@^0.4.3":
62100
version "0.4.3"
63101
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
@@ -73,6 +111,32 @@
73111
minimatch "^3.0.4"
74112
strip-json-comments "^3.1.1"
75113

114+
"@eslint/json@^1.0.0":
115+
version "1.1.0"
116+
resolved "https://registry.yarnpkg.com/@eslint/json/-/json-1.1.0.tgz#b0f6661c34d0f0f152362f9abad022b25c7b9118"
117+
integrity sha512-noH9FUYqyhZSDf3Yq5HswsjDH/MWJAatMooWwT5YgQ0XHMekoFc/iyEufP+7kD1kaOj9qwFiXySqHsKii3zmlw==
118+
dependencies:
119+
"@eslint/core" "^1.1.1"
120+
"@eslint/plugin-kit" "^0.6.1"
121+
"@humanwhocodes/momoa" "^3.3.10"
122+
natural-compare "^1.4.0"
123+
124+
"@eslint/plugin-kit@^0.4.1":
125+
version "0.4.1"
126+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
127+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
128+
dependencies:
129+
"@eslint/core" "^0.17.0"
130+
levn "^0.4.1"
131+
132+
"@eslint/plugin-kit@^0.6.1":
133+
version "0.6.1"
134+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
135+
integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
136+
dependencies:
137+
"@eslint/core" "^1.1.1"
138+
levn "^0.4.1"
139+
76140
"@ethereum-waffle/chai@^3.4.0":
77141
version "3.4.0"
78142
resolved "https://registry.yarnpkg.com/@ethereum-waffle/chai/-/chai-3.4.0.tgz#2477877410a96bf370edd64df905b04fb9aba9d5"
@@ -1169,6 +1233,11 @@
11691233
debug "^4.1.1"
11701234
minimatch "^3.0.4"
11711235

1236+
"@humanwhocodes/momoa@^3.3.10":
1237+
version "3.3.10"
1238+
resolved "https://registry.yarnpkg.com/@humanwhocodes/momoa/-/momoa-3.3.10.tgz#8ffe034b31e1d43e480846695869c45a06539c73"
1239+
integrity sha512-KWiFQpSAqEIyrTXko3hFNLeQvSK8zXlJQzhhxsyVn58WFRYXST99b3Nqnu+ttOtjds2Pl2grUHGpe2NzhPynuQ==
1240+
11721241
"@humanwhocodes/object-schema@^1.2.0":
11731242
version "1.2.0"
11741243
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
@@ -1267,6 +1336,18 @@
12671336
dependencies:
12681337
antlr4ts "^0.5.0-alpha.4"
12691338

1339+
"@stylistic/eslint-plugin@^5.7.1":
1340+
version "5.10.0"
1341+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-5.10.0.tgz#471bbd9f7a27ceaac4a217e7f5b3890855e5640c"
1342+
integrity sha512-nPK52ZHvot8Ju/0A4ucSX1dcPV2/1clx0kLcH5wDmrE4naKso7TUC/voUyU1O9OTKTrR6MYip6LP0ogEMQ9jPQ==
1343+
dependencies:
1344+
"@eslint-community/eslint-utils" "^4.9.1"
1345+
"@typescript-eslint/types" "^8.56.0"
1346+
eslint-visitor-keys "^4.2.1"
1347+
espree "^10.4.0"
1348+
estraverse "^5.3.0"
1349+
picomatch "^4.0.3"
1350+
12701351
"@szmarczak/http-timer@^1.1.2":
12711352
version "1.1.2"
12721353
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -1347,6 +1428,11 @@
13471428
dependencies:
13481429
dotenv "*"
13491430

1431+
"@types/json-schema@^7.0.15":
1432+
version "7.0.15"
1433+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1434+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1435+
13501436
"@types/json-schema@^7.0.3":
13511437
version "7.0.5"
13521438
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.5.tgz#dcce4430e64b443ba8945f0290fb564ad5bac6dd"
@@ -1492,6 +1578,11 @@
14921578
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
14931579
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
14941580

1581+
"@typescript-eslint/types@^8.56.0":
1582+
version "8.57.0"
1583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6"
1584+
integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==
1585+
14951586
"@typescript-eslint/typescript-estree@4.11.1":
14961587
version "4.11.1"
14971588
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc"
@@ -1605,6 +1696,11 @@ acorn-jsx@^5.3.1:
16051696
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
16061697
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
16071698

1699+
acorn-jsx@^5.3.2:
1700+
version "5.3.2"
1701+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"
1702+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
1703+
16081704
acorn-walk@^8.1.1:
16091705
version "8.1.1"
16101706
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.1.1.tgz#3ddab7f84e4a7e2313f6c414c5b7dac85f4e3ebc"
@@ -1615,6 +1711,11 @@ acorn@^7.4.0:
16151711
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.0.tgz#e1ad486e6c54501634c6c397c5c121daa383607c"
16161712
integrity sha512-+G7P8jJmCHr+S+cLfQxygbWhXy+8YTVGzAkpEbcLo2mLoL7tij/VG41QSHACSf5QgYRhMZYHuNc6drJaO0Da+w==
16171713

1714+
acorn@^8.15.0:
1715+
version "8.16.0"
1716+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
1717+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
1718+
16181719
acorn@^8.4.1:
16191720
version "8.4.1"
16201721
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
@@ -3774,12 +3875,16 @@ eslint-config-xo-typescript@0.57.0:
37743875
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz#a1b5fe010657cbdea237a9ebfbd1e4e231b1b899"
37753876
integrity sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==
37763877

3777-
eslint-config-xo@0.43.1:
3778-
version "0.43.1"
3779-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
3780-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
3878+
eslint-config-xo@0.50.0:
3879+
version "0.50.0"
3880+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.50.0.tgz#61206b2899436d0535f7f247b6dbd8bff7f5a95a"
3881+
integrity sha512-IC+G7r8cIZkspJX5Ug97Si3aHyLatx+eZ5w/dyLuBo0HDZj13uIsZy+mlbXM18aN2/MLarIn0vq4R/a75Gmfcg==
37813882
dependencies:
3883+
"@eslint/css" "^0.14.1"
3884+
"@eslint/json" "^1.0.0"
3885+
"@stylistic/eslint-plugin" "^5.7.1"
37823886
confusing-browser-globals "1.0.11"
3887+
globals "^17.3.0"
37833888

37843889
eslint-plugin-functional@3.7.2:
37853890
version "3.7.2"
@@ -3837,6 +3942,16 @@ eslint-visitor-keys@^3.3.0:
38373942
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
38383943
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
38393944

3945+
eslint-visitor-keys@^3.4.3:
3946+
version "3.4.3"
3947+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
3948+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
3949+
3950+
eslint-visitor-keys@^4.2.1:
3951+
version "4.2.1"
3952+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3953+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3954+
38403955
eslint@7.32.0:
38413956
version "7.32.0"
38423957
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
@@ -3883,6 +3998,15 @@ eslint@7.32.0:
38833998
text-table "^0.2.0"
38843999
v8-compile-cache "^2.0.3"
38854000

4001+
espree@^10.4.0:
4002+
version "10.4.0"
4003+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
4004+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
4005+
dependencies:
4006+
acorn "^8.15.0"
4007+
acorn-jsx "^5.3.2"
4008+
eslint-visitor-keys "^4.2.1"
4009+
38864010
espree@^7.3.0:
38874011
version "7.3.0"
38884012
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
@@ -3937,6 +4061,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
39374061
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
39384062
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
39394063

4064+
estraverse@^5.3.0:
4065+
version "5.3.0"
4066+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
4067+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
4068+
39404069
esutils@^2.0.2:
39414070
version "2.0.3"
39424071
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -5120,6 +5249,11 @@ globals@^13.9.0:
51205249
dependencies:
51215250
type-fest "^0.20.2"
51225251

5252+
globals@^17.3.0:
5253+
version "17.4.0"
5254+
resolved "https://registry.yarnpkg.com/globals/-/globals-17.4.0.tgz#33d7d297ed1536b388a0e2f4bcd0ff19c8ff91b5"
5255+
integrity sha512-hjrNztw/VajQwOLsMNT1cbJiH2muO3OROCHnbehc8eY5JyD2gqz4AcMHPqgaOR59DjgUjYAYLeH699g/eWi2jw==
5256+
51235257
globals@^9.18.0:
51245258
version "9.18.0"
51255259
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -6403,6 +6537,11 @@ md5.js@^1.3.4:
64036537
inherits "^2.0.1"
64046538
safe-buffer "^5.1.2"
64056539

6540+
mdn-data@2.23.0:
6541+
version "2.23.0"
6542+
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.23.0.tgz#f136a03eeed90d368dc0d849794043b237b53f5b"
6543+
integrity sha512-786vq1+4079JSeu2XdcDjrhi/Ry7BWtjDl9WtGPWLiIHb2T66GvIVflZTBoSNZ5JqTtJGYEVMuFA/lbQlMOyDQ==
6544+
64066545
media-typer@0.3.0:
64076546
version "0.3.0"
64086547
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -7316,6 +7455,11 @@ picomatch@^2.3.1:
73167455
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
73177456
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
73187457

7458+
picomatch@^4.0.3:
7459+
version "4.0.3"
7460+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
7461+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
7462+
73197463
pify@^2.0.0, pify@^2.3.0:
73207464
version "2.3.0"
73217465
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -8220,6 +8364,11 @@ solparse@2.2.8:
82208364
pegjs "^0.10.0"
82218365
yargs "^10.0.3"
82228366

8367+
source-map-js@^1.0.1:
8368+
version "1.2.1"
8369+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fddd87abc099eda37dcff024c2667ae46"
8370+
integrity sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==
8371+
82238372
source-map-resolve@^0.5.0:
82248373
version "0.5.3"
82258374
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)