Skip to content

Commit 3ab3c63

Browse files
chore(deps): update dependency eslint to v10
1 parent 015e78f commit 3ab3c63

File tree

2 files changed

+80
-99
lines changed

2 files changed

+80
-99
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@typescript-eslint/eslint-plugin": "7.18.0",
121121
"@typescript-eslint/parser": "7.18.0",
122122
"dotenv": "17.3.1",
123-
"eslint": "9.39.4",
123+
"eslint": "10.0.3",
124124
"eslint-config-prettier": "^10.0.0",
125125
"generate-package-json-webpack-plugin": "2.7.0",
126126
"husky": "9.1.7",

yarn.lock

Lines changed: 79 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,65 +1246,50 @@
12461246
dependencies:
12471247
eslint-visitor-keys "^3.4.3"
12481248

1249-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
1249+
"@eslint-community/regexpp@^4.10.0":
12501250
version "4.12.1"
12511251
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
12521252
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12531253

1254-
"@eslint/config-array@^0.21.2":
1255-
version "0.21.2"
1256-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6"
1257-
integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==
1254+
"@eslint-community/regexpp@^4.12.2":
1255+
version "4.12.2"
1256+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1257+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
1258+
1259+
"@eslint/config-array@^0.23.3":
1260+
version "0.23.3"
1261+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.3.tgz#3f4a93dd546169c09130cbd10f2415b13a20a219"
1262+
integrity sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==
12581263
dependencies:
1259-
"@eslint/object-schema" "^2.1.7"
1264+
"@eslint/object-schema" "^3.0.3"
12601265
debug "^4.3.1"
1261-
minimatch "^3.1.5"
1266+
minimatch "^10.2.4"
12621267

1263-
"@eslint/config-helpers@^0.4.2":
1264-
version "0.4.2"
1265-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1266-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
1268+
"@eslint/config-helpers@^0.5.2":
1269+
version "0.5.3"
1270+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
1271+
integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
12671272
dependencies:
1268-
"@eslint/core" "^0.17.0"
1273+
"@eslint/core" "^1.1.1"
12691274

1270-
"@eslint/core@^0.17.0":
1271-
version "0.17.0"
1272-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1273-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1275+
"@eslint/core@^1.1.1":
1276+
version "1.1.1"
1277+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
1278+
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
12741279
dependencies:
12751280
"@types/json-schema" "^7.0.15"
12761281

1277-
"@eslint/eslintrc@^3.3.5":
1278-
version "3.3.5"
1279-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
1280-
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
1281-
dependencies:
1282-
ajv "^6.14.0"
1283-
debug "^4.3.2"
1284-
espree "^10.0.1"
1285-
globals "^14.0.0"
1286-
ignore "^5.2.0"
1287-
import-fresh "^3.2.1"
1288-
js-yaml "^4.1.1"
1289-
minimatch "^3.1.5"
1290-
strip-json-comments "^3.1.1"
1291-
1292-
"@eslint/js@9.39.4":
1293-
version "9.39.4"
1294-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1"
1295-
integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==
1296-
1297-
"@eslint/object-schema@^2.1.7":
1298-
version "2.1.7"
1299-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1300-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1282+
"@eslint/object-schema@^3.0.3":
1283+
version "3.0.3"
1284+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.3.tgz#5bf671e52e382e4adc47a9906f2699374637db6b"
1285+
integrity sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==
13011286

1302-
"@eslint/plugin-kit@^0.4.1":
1303-
version "0.4.1"
1304-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1305-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1287+
"@eslint/plugin-kit@^0.6.1":
1288+
version "0.6.1"
1289+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
1290+
integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
13061291
dependencies:
1307-
"@eslint/core" "^0.17.0"
1292+
"@eslint/core" "^1.1.1"
13081293
levn "^0.4.1"
13091294

13101295
"@humanfs/core@^0.19.1":
@@ -2999,6 +2984,11 @@
29992984
dependencies:
30002985
"@types/estree" "*"
30012986

2987+
"@types/esrecurse@^4.3.1":
2988+
version "4.3.1"
2989+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
2990+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
2991+
30022992
"@types/estree@*", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
30032993
version "1.0.8"
30042994
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
@@ -3695,6 +3685,11 @@ acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.9.0:
36953685
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
36963686
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
36973687

3688+
acorn@^8.16.0:
3689+
version "8.16.0"
3690+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
3691+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
3692+
36983693
address@^1.0.1:
36993694
version "1.2.2"
37003695
resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
@@ -5584,11 +5579,13 @@ eslint-scope@5.1.1:
55845579
esrecurse "^4.3.0"
55855580
estraverse "^4.1.1"
55865581

5587-
eslint-scope@^8.4.0:
5588-
version "8.4.0"
5589-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
5590-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
5582+
eslint-scope@^9.1.2:
5583+
version "9.1.2"
5584+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
5585+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
55915586
dependencies:
5587+
"@types/esrecurse" "^4.3.1"
5588+
"@types/estree" "^1.0.8"
55925589
esrecurse "^4.3.0"
55935590
estraverse "^5.2.0"
55945591

@@ -5602,32 +5599,34 @@ eslint-visitor-keys@^4.2.1:
56025599
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
56035600
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
56045601

5605-
eslint@9.39.4:
5606-
version "9.39.4"
5607-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
5608-
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
5602+
eslint-visitor-keys@^5.0.1:
5603+
version "5.0.1"
5604+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
5605+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
5606+
5607+
eslint@10.0.3:
5608+
version "10.0.3"
5609+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.3.tgz#360a7de7f2706eb8a32caa17ca983f0089efe694"
5610+
integrity sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==
56095611
dependencies:
56105612
"@eslint-community/eslint-utils" "^4.8.0"
5611-
"@eslint-community/regexpp" "^4.12.1"
5612-
"@eslint/config-array" "^0.21.2"
5613-
"@eslint/config-helpers" "^0.4.2"
5614-
"@eslint/core" "^0.17.0"
5615-
"@eslint/eslintrc" "^3.3.5"
5616-
"@eslint/js" "9.39.4"
5617-
"@eslint/plugin-kit" "^0.4.1"
5613+
"@eslint-community/regexpp" "^4.12.2"
5614+
"@eslint/config-array" "^0.23.3"
5615+
"@eslint/config-helpers" "^0.5.2"
5616+
"@eslint/core" "^1.1.1"
5617+
"@eslint/plugin-kit" "^0.6.1"
56185618
"@humanfs/node" "^0.16.6"
56195619
"@humanwhocodes/module-importer" "^1.0.1"
56205620
"@humanwhocodes/retry" "^0.4.2"
56215621
"@types/estree" "^1.0.6"
56225622
ajv "^6.14.0"
5623-
chalk "^4.0.0"
56245623
cross-spawn "^7.0.6"
56255624
debug "^4.3.2"
56265625
escape-string-regexp "^4.0.0"
5627-
eslint-scope "^8.4.0"
5628-
eslint-visitor-keys "^4.2.1"
5629-
espree "^10.4.0"
5630-
esquery "^1.5.0"
5626+
eslint-scope "^9.1.2"
5627+
eslint-visitor-keys "^5.0.1"
5628+
espree "^11.1.1"
5629+
esquery "^1.7.0"
56315630
esutils "^2.0.2"
56325631
fast-deep-equal "^3.1.3"
56335632
file-entry-cache "^8.0.0"
@@ -5637,19 +5636,18 @@ eslint@9.39.4:
56375636
imurmurhash "^0.1.4"
56385637
is-glob "^4.0.0"
56395638
json-stable-stringify-without-jsonify "^1.0.1"
5640-
lodash.merge "^4.6.2"
5641-
minimatch "^3.1.5"
5639+
minimatch "^10.2.4"
56425640
natural-compare "^1.4.0"
56435641
optionator "^0.9.3"
56445642

5645-
espree@^10.0.1, espree@^10.4.0:
5646-
version "10.4.0"
5647-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
5648-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
5643+
espree@^11.1.1:
5644+
version "11.2.0"
5645+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
5646+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
56495647
dependencies:
5650-
acorn "^8.15.0"
5648+
acorn "^8.16.0"
56515649
acorn-jsx "^5.3.2"
5652-
eslint-visitor-keys "^4.2.1"
5650+
eslint-visitor-keys "^5.0.1"
56535651

56545652
espree@^9.0.0:
56555653
version "9.6.1"
@@ -5677,6 +5675,13 @@ esquery@^1.5.0:
56775675
dependencies:
56785676
estraverse "^5.1.0"
56795677

5678+
esquery@^1.7.0:
5679+
version "1.7.0"
5680+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
5681+
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
5682+
dependencies:
5683+
estraverse "^5.1.0"
5684+
56805685
esrecurse@^4.3.0:
56815686
version "4.3.0"
56825687
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -6400,11 +6405,6 @@ global-directory@^4.0.1:
64006405
dependencies:
64016406
ini "4.1.1"
64026407

6403-
globals@^14.0.0:
6404-
version "14.0.0"
6405-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
6406-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
6407-
64086408
globals@^15.9.0:
64096409
version "15.15.0"
64106410
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
@@ -7842,13 +7842,6 @@ js-yaml@^4.1.0:
78427842
dependencies:
78437843
argparse "^2.0.1"
78447844

7845-
js-yaml@^4.1.1:
7846-
version "4.1.1"
7847-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
7848-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
7849-
dependencies:
7850-
argparse "^2.0.1"
7851-
78527845
jsdom@^26.1.0:
78537846
version "26.1.0"
78547847
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-26.1.0.tgz#ab5f1c1cafc04bd878725490974ea5e8bf0c72b3"
@@ -8282,11 +8275,6 @@ lodash.memoize@^4.1.2:
82828275
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
82838276
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
82848277

8285-
lodash.merge@^4.6.2:
8286-
version "4.6.2"
8287-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
8288-
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
8289-
82908278
lodash.mergewith@^4.6.2:
82918279
version "4.6.2"
82928280
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
@@ -8564,7 +8552,7 @@ minimalistic-assert@^1.0.0:
85648552
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
85658553
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
85668554

8567-
minimatch@10.2.4:
8555+
minimatch@10.2.4, minimatch@^10.2.4:
85688556
version "10.2.4"
85698557
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
85708558
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
@@ -8585,13 +8573,6 @@ minimatch@^3.0.4, minimatch@^3.1.1:
85858573
dependencies:
85868574
brace-expansion "^1.1.7"
85878575

8588-
minimatch@^3.1.5:
8589-
version "3.1.5"
8590-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
8591-
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
8592-
dependencies:
8593-
brace-expansion "^1.1.7"
8594-
85958576
minimatch@^5.0.1:
85968577
version "5.1.6"
85978578
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"

0 commit comments

Comments
 (0)