Skip to content

Commit a6a0065

Browse files
chore(deps): update dependency eslint to v10
1 parent 33c064a commit a6a0065

2 files changed

Lines changed: 66 additions & 93 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.2",
48+
"eslint": "10.0.2",
4949
"eslint-plugin-import": "2.32.0",
5050
"graphql": "16.13.1",
5151
"husky": "9.1.7",

yarn.lock

Lines changed: 65 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -1298,65 +1298,45 @@
12981298
dependencies:
12991299
eslint-visitor-keys "^3.4.3"
13001300

1301-
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.12.2":
1301+
"@eslint-community/regexpp@^4.12.2":
13021302
version "4.12.2"
13031303
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
13041304
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
13051305

1306-
"@eslint/config-array@^0.21.1":
1307-
version "0.21.1"
1308-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
1309-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
1306+
"@eslint/config-array@^0.23.2":
1307+
version "0.23.2"
1308+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.2.tgz#db85beeff7facc685a5775caacb1c845669b9470"
1309+
integrity sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==
13101310
dependencies:
1311-
"@eslint/object-schema" "^2.1.7"
1311+
"@eslint/object-schema" "^3.0.2"
13121312
debug "^4.3.1"
1313-
minimatch "^3.1.2"
1313+
minimatch "^10.2.1"
13141314

1315-
"@eslint/config-helpers@^0.4.2":
1316-
version "0.4.2"
1317-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1318-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
1315+
"@eslint/config-helpers@^0.5.2":
1316+
version "0.5.2"
1317+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
1318+
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
13191319
dependencies:
1320-
"@eslint/core" "^0.17.0"
1320+
"@eslint/core" "^1.1.0"
13211321

1322-
"@eslint/core@^0.17.0":
1323-
version "0.17.0"
1324-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1325-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1322+
"@eslint/core@^1.1.0":
1323+
version "1.1.0"
1324+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
1325+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
13261326
dependencies:
13271327
"@types/json-schema" "^7.0.15"
13281328

1329-
"@eslint/eslintrc@^3.3.1":
1330-
version "3.3.4"
1331-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.4.tgz#e402b1920f7c1f5a15342caa432b1348cacbb641"
1332-
integrity sha512-4h4MVF8pmBsncB60r0wSJiIeUKTSD4m7FmTFThG8RHlsg9ajqckLm9OraguFGZE4vVdpiI1Q4+hFnisopmG6gQ==
1333-
dependencies:
1334-
ajv "^6.14.0"
1335-
debug "^4.3.2"
1336-
espree "^10.0.1"
1337-
globals "^14.0.0"
1338-
ignore "^5.2.0"
1339-
import-fresh "^3.2.1"
1340-
js-yaml "^4.1.1"
1341-
minimatch "^3.1.3"
1342-
strip-json-comments "^3.1.1"
1343-
1344-
1345-
version "9.39.2"
1346-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
1347-
integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
1329+
"@eslint/object-schema@^3.0.2":
1330+
version "3.0.2"
1331+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.2.tgz#c59c6a94aa4b428ed7f1615b6a4495c0a21f7a22"
1332+
integrity sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==
13481333

1349-
"@eslint/object-schema@^2.1.7":
1350-
version "2.1.7"
1351-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1352-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1353-
1354-
"@eslint/plugin-kit@^0.4.1":
1355-
version "0.4.1"
1356-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1357-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1334+
"@eslint/plugin-kit@^0.6.0":
1335+
version "0.6.0"
1336+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
1337+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
13581338
dependencies:
1359-
"@eslint/core" "^0.17.0"
1339+
"@eslint/core" "^1.1.0"
13601340
levn "^0.4.1"
13611341

13621342
"@fastify/busboy@^3.1.1":
@@ -2570,7 +2550,12 @@
25702550
dependencies:
25712551
"@babel/types" "^7.28.2"
25722552

2573-
"@types/estree@^1.0.6":
2553+
"@types/esrecurse@^4.3.1":
2554+
version "4.3.1"
2555+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
2556+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
2557+
2558+
"@types/estree@^1.0.6", "@types/estree@^1.0.8":
25742559
version "1.0.8"
25752560
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
25762561
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
@@ -3023,7 +3008,7 @@ acorn-walk@^8.1.1:
30233008
dependencies:
30243009
acorn "^8.11.0"
30253010

3026-
acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1:
3011+
acorn@^8.11.0, acorn@^8.16.0, acorn@^8.4.1:
30273012
version "8.16.0"
30283013
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
30293014
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
@@ -3048,7 +3033,7 @@ ajv-formats@^3.0.1:
30483033
dependencies:
30493034
ajv "^8.0.0"
30503035

3051-
ajv@^6.12.4, ajv@^6.14.0:
3036+
ajv@^6.14.0:
30523037
version "6.14.0"
30533038
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.14.0.tgz#fd067713e228210636ebb08c60bd3765d6dbe73a"
30543039
integrity sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==
@@ -4243,11 +4228,13 @@ [email protected]:
42434228
string.prototype.trimend "^1.0.9"
42444229
tsconfig-paths "^3.15.0"
42454230

4246-
eslint-scope@^8.4.0:
4247-
version "8.4.0"
4248-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
4249-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
4231+
eslint-scope@^9.1.1:
4232+
version "9.1.1"
4233+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.1.tgz#f6a209486e38bd28356b5feb07d445cc99c89967"
4234+
integrity sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==
42504235
dependencies:
4236+
"@types/esrecurse" "^4.3.1"
4237+
"@types/estree" "^1.0.8"
42514238
esrecurse "^4.3.0"
42524239
estraverse "^5.2.0"
42534240

@@ -4256,42 +4243,34 @@ eslint-visitor-keys@^3.4.3:
42564243
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
42574244
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
42584245

4259-
eslint-visitor-keys@^4.2.1:
4260-
version "4.2.1"
4261-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
4262-
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
4263-
4264-
eslint-visitor-keys@^5.0.0:
4246+
eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
42654247
version "5.0.1"
42664248
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
42674249
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
42684250

4269-
eslint@9.39.2:
4270-
version "9.39.2"
4271-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
4272-
integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==
4251+
eslint@10.0.2:
4252+
version "10.0.2"
4253+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.2.tgz#1009263467591810320f2e1ad52b8a750d1acbab"
4254+
integrity sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==
42734255
dependencies:
42744256
"@eslint-community/eslint-utils" "^4.8.0"
4275-
"@eslint-community/regexpp" "^4.12.1"
4276-
"@eslint/config-array" "^0.21.1"
4277-
"@eslint/config-helpers" "^0.4.2"
4278-
"@eslint/core" "^0.17.0"
4279-
"@eslint/eslintrc" "^3.3.1"
4280-
"@eslint/js" "9.39.2"
4281-
"@eslint/plugin-kit" "^0.4.1"
4257+
"@eslint-community/regexpp" "^4.12.2"
4258+
"@eslint/config-array" "^0.23.2"
4259+
"@eslint/config-helpers" "^0.5.2"
4260+
"@eslint/core" "^1.1.0"
4261+
"@eslint/plugin-kit" "^0.6.0"
42824262
"@humanfs/node" "^0.16.6"
42834263
"@humanwhocodes/module-importer" "^1.0.1"
42844264
"@humanwhocodes/retry" "^0.4.2"
42854265
"@types/estree" "^1.0.6"
4286-
ajv "^6.12.4"
4287-
chalk "^4.0.0"
4266+
ajv "^6.14.0"
42884267
cross-spawn "^7.0.6"
42894268
debug "^4.3.2"
42904269
escape-string-regexp "^4.0.0"
4291-
eslint-scope "^8.4.0"
4292-
eslint-visitor-keys "^4.2.1"
4293-
espree "^10.4.0"
4294-
esquery "^1.5.0"
4270+
eslint-scope "^9.1.1"
4271+
eslint-visitor-keys "^5.0.1"
4272+
espree "^11.1.1"
4273+
esquery "^1.7.0"
42954274
esutils "^2.0.2"
42964275
fast-deep-equal "^3.1.3"
42974276
file-entry-cache "^8.0.0"
@@ -4301,26 +4280,25 @@ [email protected]:
43014280
imurmurhash "^0.1.4"
43024281
is-glob "^4.0.0"
43034282
json-stable-stringify-without-jsonify "^1.0.1"
4304-
lodash.merge "^4.6.2"
4305-
minimatch "^3.1.2"
4283+
minimatch "^10.2.1"
43064284
natural-compare "^1.4.0"
43074285
optionator "^0.9.3"
43084286

4309-
espree@^10.0.1, espree@^10.4.0:
4310-
version "10.4.0"
4311-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
4312-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
4287+
espree@^11.1.1:
4288+
version "11.1.1"
4289+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
4290+
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
43134291
dependencies:
4314-
acorn "^8.15.0"
4292+
acorn "^8.16.0"
43154293
acorn-jsx "^5.3.2"
4316-
eslint-visitor-keys "^4.2.1"
4294+
eslint-visitor-keys "^5.0.1"
43174295

43184296
esprima@^4.0.0:
43194297
version "4.0.1"
43204298
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
43214299
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
43224300

4323-
esquery@^1.5.0:
4301+
esquery@^1.7.0:
43244302
version "1.7.0"
43254303
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
43264304
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
@@ -4768,11 +4746,6 @@ glob@^7.1.1, glob@^7.1.4:
47684746
once "^1.3.0"
47694747
path-is-absolute "^1.0.0"
47704748

4771-
globals@^14.0.0:
4772-
version "14.0.0"
4773-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
4774-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
4775-
47764749
globalthis@^1.0.4:
47774750
version "1.0.4"
47784751
resolved "https://registry.yarnpkg.com/globalthis/-/globalthis-1.0.4.tgz#7430ed3a975d97bfb59bcce41f5cabbafa651236"
@@ -6099,7 +6072,7 @@ lodash.memoize@^4.1.2:
60996072
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
61006073
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
61016074

6102-
[email protected], lodash.merge@^4.6.2:
6075+
61036076
version "4.6.2"
61046077
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
61056078
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
@@ -6270,14 +6243,14 @@ [email protected]:
62706243
dependencies:
62716244
brace-expansion "^1.1.7"
62726245

6273-
minimatch@^10.2.2:
6246+
minimatch@^10.2.1, minimatch@^10.2.2:
62746247
version "10.2.4"
62756248
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
62766249
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
62776250
dependencies:
62786251
brace-expansion "^5.0.2"
62796252

6280-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^3.1.3:
6253+
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
62816254
version "3.1.5"
62826255
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
62836256
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==

0 commit comments

Comments
 (0)