Skip to content

Commit a2074b1

Browse files
chore(deps): update dependency eslint to v10
1 parent 8714f2e commit a2074b1

2 files changed

Lines changed: 64 additions & 91 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"babel-jest": "30.2.0",
4646
"bob-the-bundler": "7.0.1",
4747
"cross-env": "10.1.0",
48-
"eslint": "9.39.4",
48+
"eslint": "10.0.3",
4949
"eslint-plugin-import": "2.32.0",
5050
"graphql": "16.13.1",
5151
"husky": "9.1.7",

yarn.lock

Lines changed: 63 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,65 +1291,45 @@
12911291
dependencies:
12921292
eslint-visitor-keys "^3.4.3"
12931293

1294-
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
1294+
"@eslint-community/regexpp@^4.12.2":
12951295
version "4.12.2"
12961296
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
12971297
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
12981298

1299-
"@eslint/config-array@^0.21.2":
1300-
version "0.21.2"
1301-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6"
1302-
integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==
1299+
"@eslint/config-array@^0.23.3":
1300+
version "0.23.3"
1301+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.3.tgz#3f4a93dd546169c09130cbd10f2415b13a20a219"
1302+
integrity sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==
13031303
dependencies:
1304-
"@eslint/object-schema" "^2.1.7"
1304+
"@eslint/object-schema" "^3.0.3"
13051305
debug "^4.3.1"
1306-
minimatch "^3.1.5"
1306+
minimatch "^10.2.4"
13071307

1308-
"@eslint/config-helpers@^0.4.2":
1309-
version "0.4.2"
1310-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1311-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
1308+
"@eslint/config-helpers@^0.5.2":
1309+
version "0.5.3"
1310+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
1311+
integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
13121312
dependencies:
1313-
"@eslint/core" "^0.17.0"
1313+
"@eslint/core" "^1.1.1"
13141314

1315-
"@eslint/core@^0.17.0":
1316-
version "0.17.0"
1317-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1318-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1315+
"@eslint/core@^1.1.1":
1316+
version "1.1.1"
1317+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
1318+
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
13191319
dependencies:
13201320
"@types/json-schema" "^7.0.15"
13211321

1322-
"@eslint/eslintrc@^3.3.5":
1323-
version "3.3.5"
1324-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
1325-
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
1326-
dependencies:
1327-
ajv "^6.14.0"
1328-
debug "^4.3.2"
1329-
espree "^10.0.1"
1330-
globals "^14.0.0"
1331-
ignore "^5.2.0"
1332-
import-fresh "^3.2.1"
1333-
js-yaml "^4.1.1"
1334-
minimatch "^3.1.5"
1335-
strip-json-comments "^3.1.1"
1336-
1337-
1338-
version "9.39.4"
1339-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1"
1340-
integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==
1341-
1342-
"@eslint/object-schema@^2.1.7":
1343-
version "2.1.7"
1344-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1345-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1322+
"@eslint/object-schema@^3.0.3":
1323+
version "3.0.3"
1324+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.3.tgz#5bf671e52e382e4adc47a9906f2699374637db6b"
1325+
integrity sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==
13461326

1347-
"@eslint/plugin-kit@^0.4.1":
1348-
version "0.4.1"
1349-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1350-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1327+
"@eslint/plugin-kit@^0.6.1":
1328+
version "0.6.1"
1329+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
1330+
integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
13511331
dependencies:
1352-
"@eslint/core" "^0.17.0"
1332+
"@eslint/core" "^1.1.1"
13531333
levn "^0.4.1"
13541334

13551335
"@fastify/busboy@^3.1.1":
@@ -2563,7 +2543,12 @@
25632543
dependencies:
25642544
"@babel/types" "^7.28.2"
25652545

2566-
"@types/estree@^1.0.6":
2546+
"@types/esrecurse@^4.3.1":
2547+
version "4.3.1"
2548+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
2549+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
2550+
2551+
"@types/estree@^1.0.6", "@types/estree@^1.0.8":
25672552
version "1.0.8"
25682553
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
25692554
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -3016,7 +3001,7 @@ acorn-walk@^8.1.1:
30163001
dependencies:
30173002
acorn "^8.11.0"
30183003

3019-
acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1:
3004+
acorn@^8.11.0, acorn@^8.16.0, acorn@^8.4.1:
30203005
version "8.16.0"
30213006
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
30223007
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
@@ -4236,11 +4221,13 @@ [email protected]:
42364221
string.prototype.trimend "^1.0.9"
42374222
tsconfig-paths "^3.15.0"
42384223

4239-
eslint-scope@^8.4.0:
4240-
version "8.4.0"
4241-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
4242-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
4224+
eslint-scope@^9.1.2:
4225+
version "9.1.2"
4226+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
4227+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
42434228
dependencies:
4229+
"@types/esrecurse" "^4.3.1"
4230+
"@types/estree" "^1.0.8"
42444231
esrecurse "^4.3.0"
42454232
estraverse "^5.2.0"
42464233

@@ -4249,42 +4236,34 @@ eslint-visitor-keys@^3.4.3:
42494236
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
42504237
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
42514238

4252-
eslint-visitor-keys@^4.2.1:
4253-
version "4.2.1"
4254-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4255-
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4256-
4257-
eslint-visitor-keys@^5.0.0:
4239+
eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
42584240
version "5.0.1"
42594241
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
42604242
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
42614243

4262-
eslint@9.39.4:
4263-
version "9.39.4"
4264-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
4265-
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
4244+
eslint@10.0.3:
4245+
version "10.0.3"
4246+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.3.tgz#360a7de7f2706eb8a32caa17ca983f0089efe694"
4247+
integrity sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==
42664248
dependencies:
42674249
"@eslint-community/eslint-utils" "^4.8.0"
4268-
"@eslint-community/regexpp" "^4.12.1"
4269-
"@eslint/config-array" "^0.21.2"
4270-
"@eslint/config-helpers" "^0.4.2"
4271-
"@eslint/core" "^0.17.0"
4272-
"@eslint/eslintrc" "^3.3.5"
4273-
"@eslint/js" "9.39.4"
4274-
"@eslint/plugin-kit" "^0.4.1"
4250+
"@eslint-community/regexpp" "^4.12.2"
4251+
"@eslint/config-array" "^0.23.3"
4252+
"@eslint/config-helpers" "^0.5.2"
4253+
"@eslint/core" "^1.1.1"
4254+
"@eslint/plugin-kit" "^0.6.1"
42754255
"@humanfs/node" "^0.16.6"
42764256
"@humanwhocodes/module-importer" "^1.0.1"
42774257
"@humanwhocodes/retry" "^0.4.2"
42784258
"@types/estree" "^1.0.6"
42794259
ajv "^6.14.0"
4280-
chalk "^4.0.0"
42814260
cross-spawn "^7.0.6"
42824261
debug "^4.3.2"
42834262
escape-string-regexp "^4.0.0"
4284-
eslint-scope "^8.4.0"
4285-
eslint-visitor-keys "^4.2.1"
4286-
espree "^10.4.0"
4287-
esquery "^1.5.0"
4263+
eslint-scope "^9.1.2"
4264+
eslint-visitor-keys "^5.0.1"
4265+
espree "^11.1.1"
4266+
esquery "^1.7.0"
42884267
esutils "^2.0.2"
42894268
fast-deep-equal "^3.1.3"
42904269
file-entry-cache "^8.0.0"
@@ -4294,26 +4273,25 @@ [email protected]:
42944273
imurmurhash "^0.1.4"
42954274
is-glob "^4.0.0"
42964275
json-stable-stringify-without-jsonify "^1.0.1"
4297-
lodash.merge "^4.6.2"
4298-
minimatch "^3.1.5"
4276+
minimatch "^10.2.4"
42994277
natural-compare "^1.4.0"
43004278
optionator "^0.9.3"
43014279

4302-
espree@^10.0.1, espree@^10.4.0:
4303-
version "10.4.0"
4304-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
4305-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
4280+
espree@^11.1.1:
4281+
version "11.2.0"
4282+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
4283+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
43064284
dependencies:
4307-
acorn "^8.15.0"
4285+
acorn "^8.16.0"
43084286
acorn-jsx "^5.3.2"
4309-
eslint-visitor-keys "^4.2.1"
4287+
eslint-visitor-keys "^5.0.1"
43104288

43114289
esprima@^4.0.0:
43124290
version "4.0.1"
43134291
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
43144292
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
43154293

4316-
esquery@^1.5.0:
4294+
esquery@^1.7.0:
43174295
version "1.7.0"
43184296
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
43194297
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -4761,11 +4739,6 @@ glob@^7.1.1, glob@^7.1.4:
47614739
once "^1.3.0"
47624740
path-is-absolute "^1.0.0"
47634741

4764-
globals@^14.0.0:
4765-
version "14.0.0"
4766-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
4767-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
4768-
47694742
globalthis@^1.0.4:
47704743
version "1.0.4"
47714744
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
@@ -6096,7 +6069,7 @@ lodash.memoize@^4.1.2:
60966069
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
60976070
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
60986071

6099-
[email protected], lodash.merge@^4.6.2:
6072+
61006073
version "4.6.2"
61016074
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
61026075
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
@@ -6267,14 +6240,14 @@ [email protected]:
62676240
dependencies:
62686241
brace-expansion "^1.1.7"
62696242

6270-
minimatch@^10.2.2:
6243+
minimatch@^10.2.2, minimatch@^10.2.4:
62716244
version "10.2.4"
62726245
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
62736246
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
62746247
dependencies:
62756248
brace-expansion "^5.0.2"
62766249

6277-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.5:
6250+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
62786251
version "3.1.5"
62796252
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
62806253
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==

0 commit comments

Comments
 (0)