Skip to content

Commit 516eb19

Browse files
chore(deps): update dependency eslint to v10
1 parent c60a637 commit 516eb19

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
@@ -1264,65 +1264,50 @@
12641264
dependencies:
12651265
eslint-visitor-keys "^3.4.3"
12661266

1267-
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
1267+
"@eslint-community/regexpp@^4.10.0":
12681268
version "4.12.1"
12691269
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
12701270
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
12711271

1272-
"@eslint/config-array@^0.21.2":
1273-
version "0.21.2"
1274-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.2.tgz#f29e22057ad5316cf23836cee9a34c81fffcb7e6"
1275-
integrity sha512-nJl2KGTlrf9GjLimgIru+V/mzgSK0ABCDQRvxw5BjURL7WfH5uoWmizbH7QB6MmnMBd8cIC9uceWnezL1VZWWw==
1272+
"@eslint-community/regexpp@^4.12.2":
1273+
version "4.12.2"
1274+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
1275+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
1276+
1277+
"@eslint/config-array@^0.23.3":
1278+
version "0.23.3"
1279+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.3.tgz#3f4a93dd546169c09130cbd10f2415b13a20a219"
1280+
integrity sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==
12761281
dependencies:
1277-
"@eslint/object-schema" "^2.1.7"
1282+
"@eslint/object-schema" "^3.0.3"
12781283
debug "^4.3.1"
1279-
minimatch "^3.1.5"
1284+
minimatch "^10.2.4"
12801285

1281-
"@eslint/config-helpers@^0.4.2":
1282-
version "0.4.2"
1283-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
1284-
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
1286+
"@eslint/config-helpers@^0.5.2":
1287+
version "0.5.3"
1288+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
1289+
integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
12851290
dependencies:
1286-
"@eslint/core" "^0.17.0"
1291+
"@eslint/core" "^1.1.1"
12871292

1288-
"@eslint/core@^0.17.0":
1289-
version "0.17.0"
1290-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
1291-
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
1293+
"@eslint/core@^1.1.1":
1294+
version "1.1.1"
1295+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
1296+
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
12921297
dependencies:
12931298
"@types/json-schema" "^7.0.15"
12941299

1295-
"@eslint/eslintrc@^3.3.5":
1296-
version "3.3.5"
1297-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.5.tgz#c131793cfc1a7b96f24a83e0a8bbd4b881558c60"
1298-
integrity sha512-4IlJx0X0qftVsN5E+/vGujTRIFtwuLbNsVUe7TO6zYPDR1O6nFwvwhIKEKSrl6dZchmYBITazxKoUYOjdtjlRg==
1299-
dependencies:
1300-
ajv "^6.14.0"
1301-
debug "^4.3.2"
1302-
espree "^10.0.1"
1303-
globals "^14.0.0"
1304-
ignore "^5.2.0"
1305-
import-fresh "^3.2.1"
1306-
js-yaml "^4.1.1"
1307-
minimatch "^3.1.5"
1308-
strip-json-comments "^3.1.1"
1309-
1310-
"@eslint/js@9.39.4":
1311-
version "9.39.4"
1312-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.4.tgz#a3f83bfc6fd9bf33a853dfacd0b49b398eb596c1"
1313-
integrity sha512-nE7DEIchvtiFTwBw4Lfbu59PG+kCofhjsKaCWzxTpt4lfRjRMqG6uMBzKXuEcyXhOHoUp9riAm7/aWYGhXZ9cw==
1314-
1315-
"@eslint/object-schema@^2.1.7":
1316-
version "2.1.7"
1317-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
1318-
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
1300+
"@eslint/object-schema@^3.0.3":
1301+
version "3.0.3"
1302+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.3.tgz#5bf671e52e382e4adc47a9906f2699374637db6b"
1303+
integrity sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==
13191304

1320-
"@eslint/plugin-kit@^0.4.1":
1321-
version "0.4.1"
1322-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
1323-
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
1305+
"@eslint/plugin-kit@^0.6.1":
1306+
version "0.6.1"
1307+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
1308+
integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
13241309
dependencies:
1325-
"@eslint/core" "^0.17.0"
1310+
"@eslint/core" "^1.1.1"
13261311
levn "^0.4.1"
13271312

13281313
"@humanfs/core@^0.19.1":
@@ -3034,6 +3019,11 @@
30343019
dependencies:
30353020
"@types/estree" "*"
30363021

3022+
"@types/esrecurse@^4.3.1":
3023+
version "4.3.1"
3024+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
3025+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
3026+
30373027
"@types/estree@*", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
30383028
version "1.0.8"
30393029
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
@@ -3737,6 +3727,11 @@ acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.9.0:
37373727
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
37383728
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
37393729

3730+
acorn@^8.16.0:
3731+
version "8.16.0"
3732+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
3733+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
3734+
37403735
address@^1.0.1:
37413736
version "1.2.2"
37423737
resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
@@ -5621,11 +5616,13 @@ eslint-scope@5.1.1:
56215616
esrecurse "^4.3.0"
56225617
estraverse "^4.1.1"
56235618

5624-
eslint-scope@^8.4.0:
5625-
version "8.4.0"
5626-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
5627-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
5619+
eslint-scope@^9.1.2:
5620+
version "9.1.2"
5621+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
5622+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
56285623
dependencies:
5624+
"@types/esrecurse" "^4.3.1"
5625+
"@types/estree" "^1.0.8"
56295626
esrecurse "^4.3.0"
56305627
estraverse "^5.2.0"
56315628

@@ -5639,32 +5636,34 @@ eslint-visitor-keys@^4.2.1:
56395636
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
56405637
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
56415638

5642-
eslint@9.39.4:
5643-
version "9.39.4"
5644-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.4.tgz#855da1b2e2ad66dc5991195f35e262bcec8117b5"
5645-
integrity sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==
5639+
eslint-visitor-keys@^5.0.1:
5640+
version "5.0.1"
5641+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
5642+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
5643+
5644+
eslint@10.0.3:
5645+
version "10.0.3"
5646+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.3.tgz#360a7de7f2706eb8a32caa17ca983f0089efe694"
5647+
integrity sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==
56465648
dependencies:
56475649
"@eslint-community/eslint-utils" "^4.8.0"
5648-
"@eslint-community/regexpp" "^4.12.1"
5649-
"@eslint/config-array" "^0.21.2"
5650-
"@eslint/config-helpers" "^0.4.2"
5651-
"@eslint/core" "^0.17.0"
5652-
"@eslint/eslintrc" "^3.3.5"
5653-
"@eslint/js" "9.39.4"
5654-
"@eslint/plugin-kit" "^0.4.1"
5650+
"@eslint-community/regexpp" "^4.12.2"
5651+
"@eslint/config-array" "^0.23.3"
5652+
"@eslint/config-helpers" "^0.5.2"
5653+
"@eslint/core" "^1.1.1"
5654+
"@eslint/plugin-kit" "^0.6.1"
56555655
"@humanfs/node" "^0.16.6"
56565656
"@humanwhocodes/module-importer" "^1.0.1"
56575657
"@humanwhocodes/retry" "^0.4.2"
56585658
"@types/estree" "^1.0.6"
56595659
ajv "^6.14.0"
5660-
chalk "^4.0.0"
56615660
cross-spawn "^7.0.6"
56625661
debug "^4.3.2"
56635662
escape-string-regexp "^4.0.0"
5664-
eslint-scope "^8.4.0"
5665-
eslint-visitor-keys "^4.2.1"
5666-
espree "^10.4.0"
5667-
esquery "^1.5.0"
5663+
eslint-scope "^9.1.2"
5664+
eslint-visitor-keys "^5.0.1"
5665+
espree "^11.1.1"
5666+
esquery "^1.7.0"
56685667
esutils "^2.0.2"
56695668
fast-deep-equal "^3.1.3"
56705669
file-entry-cache "^8.0.0"
@@ -5674,19 +5673,18 @@ eslint@9.39.4:
56745673
imurmurhash "^0.1.4"
56755674
is-glob "^4.0.0"
56765675
json-stable-stringify-without-jsonify "^1.0.1"
5677-
lodash.merge "^4.6.2"
5678-
minimatch "^3.1.5"
5676+
minimatch "^10.2.4"
56795677
natural-compare "^1.4.0"
56805678
optionator "^0.9.3"
56815679

5682-
espree@^10.0.1, espree@^10.4.0:
5683-
version "10.4.0"
5684-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
5685-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
5680+
espree@^11.1.1:
5681+
version "11.2.0"
5682+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
5683+
integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
56865684
dependencies:
5687-
acorn "^8.15.0"
5685+
acorn "^8.16.0"
56885686
acorn-jsx "^5.3.2"
5689-
eslint-visitor-keys "^4.2.1"
5687+
eslint-visitor-keys "^5.0.1"
56905688

56915689
espree@^9.0.0:
56925690
version "9.6.1"
@@ -5714,6 +5712,13 @@ esquery@^1.5.0:
57145712
dependencies:
57155713
estraverse "^5.1.0"
57165714

5715+
esquery@^1.7.0:
5716+
version "1.7.0"
5717+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
5718+
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
5719+
dependencies:
5720+
estraverse "^5.1.0"
5721+
57175722
esrecurse@^4.3.0:
57185723
version "4.3.0"
57195724
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -6448,11 +6453,6 @@ global-directory@^4.0.1:
64486453
dependencies:
64496454
ini "4.1.1"
64506455

6451-
globals@^14.0.0:
6452-
version "14.0.0"
6453-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
6454-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
6455-
64566456
globals@^15.9.0:
64576457
version "15.15.0"
64586458
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
@@ -7887,13 +7887,6 @@ js-yaml@^4.1.0:
78877887
dependencies:
78887888
argparse "^2.0.1"
78897889

7890-
js-yaml@^4.1.1:
7891-
version "4.1.1"
7892-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.1.tgz#854c292467705b699476e1a2decc0c8a3458806b"
7893-
integrity sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==
7894-
dependencies:
7895-
argparse "^2.0.1"
7896-
78977890
jsdom@^26.1.0:
78987891
version "26.1.0"
78997892
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-26.1.0.tgz#ab5f1c1cafc04bd878725490974ea5e8bf0c72b3"
@@ -8327,11 +8320,6 @@ lodash.memoize@^4.1.2:
83278320
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
83288321
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
83298322

8330-
lodash.merge@^4.6.2:
8331-
version "4.6.2"
8332-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
8333-
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
8334-
83358323
lodash.mergewith@^4.6.2:
83368324
version "4.6.2"
83378325
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
@@ -8604,7 +8592,7 @@ minimalistic-assert@^1.0.0:
86048592
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
86058593
integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==
86068594

8607-
minimatch@10.2.4:
8595+
minimatch@10.2.4, minimatch@^10.2.4:
86088596
version "10.2.4"
86098597
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
86108598
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
@@ -8625,13 +8613,6 @@ minimatch@^3.0.4, minimatch@^3.1.1:
86258613
dependencies:
86268614
brace-expansion "^1.1.7"
86278615

8628-
minimatch@^3.1.5:
8629-
version "3.1.5"
8630-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.5.tgz#580c88f8d5445f2bd6aa8f3cadefa0de79fbd69e"
8631-
integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
8632-
dependencies:
8633-
brace-expansion "^1.1.7"
8634-
86358616
minimatch@^5.0.1:
86368617
version "5.1.6"
86378618
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"

0 commit comments

Comments
 (0)