Skip to content

Commit ee2098c

Browse files
chore(deps): update dependency eslint to v10
1 parent 59f7408 commit ee2098c

File tree

2 files changed

+75
-85
lines changed

2 files changed

+75
-85
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"@typescript-eslint/eslint-plugin": "7.18.0",
122122
"@typescript-eslint/parser": "7.18.0",
123123
"dotenv": "17.3.1",
124-
"eslint": "9.39.2",
124+
"eslint": "10.0.0",
125125
"eslint-config-prettier": "^10.0.0",
126126
"generate-package-json-webpack-plugin": "2.6.0",
127127
"husky": "9.1.7",

yarn.lock

Lines changed: 74 additions & 84 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.1":
1255-
version "0.21.1"
1256-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
1257-
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
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.0":
1260+
version "0.23.1"
1261+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.1.tgz#908223da7b9148f1af5bfb3144b77a9387a89446"
1262+
integrity sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==
12581263
dependencies:
1259-
"@eslint/object-schema" "^2.1.7"
1264+
"@eslint/object-schema" "^3.0.1"
12601265
debug "^4.3.1"
1261-
minimatch "^3.1.2"
1266+
minimatch "^10.1.1"
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.2"
1270+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
1271+
integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
12671272
dependencies:
1268-
"@eslint/core" "^0.17.0"
1273+
"@eslint/core" "^1.1.0"
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.0":
1276+
version "1.1.0"
1277+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.0.tgz#51f5cd970e216fbdae6721ac84491f57f965836d"
1278+
integrity sha512-/nr9K9wkr3P1EzFTdFdMoLuo1PmIxjmwvPozwoSodjNBdefGujXQUF93u1DDZpEaTuDvMsIQddsd35BwtrW9Xw==
12741279
dependencies:
12751280
"@types/json-schema" "^7.0.15"
12761281

1277-
"@eslint/eslintrc@^3.3.1":
1278-
version "3.3.1"
1279-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-3.3.1.tgz#e55f7f1dd400600dd066dbba349c4c0bac916964"
1280-
integrity sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==
1281-
dependencies:
1282-
ajv "^6.12.4"
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.0"
1289-
minimatch "^3.1.2"
1290-
strip-json-comments "^3.1.1"
1291-
1292-
"@eslint/js@9.39.2":
1293-
version "9.39.2"
1294-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
1295-
integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
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.1":
1283+
version "3.0.1"
1284+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.1.tgz#9a1dc9af00d790dc79a9bf57a756e3cb2740ddb9"
1285+
integrity sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==
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.0":
1288+
version "0.6.0"
1289+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
1290+
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
13061291
dependencies:
1307-
"@eslint/core" "^0.17.0"
1292+
"@eslint/core" "^1.1.0"
13081293
levn "^0.4.1"
13091294

13101295
"@humanfs/core@^0.19.1":
@@ -2981,6 +2966,11 @@
29812966
dependencies:
29822967
"@types/estree" "*"
29832968

2969+
"@types/esrecurse@^4.3.1":
2970+
version "4.3.1"
2971+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
2972+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
2973+
29842974
"@types/estree@*", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
29852975
version "1.0.8"
29862976
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
@@ -5548,11 +5538,13 @@ eslint-scope@5.1.1:
55485538
esrecurse "^4.3.0"
55495539
estraverse "^4.1.1"
55505540

5551-
eslint-scope@^8.4.0:
5552-
version "8.4.0"
5553-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
5554-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
5541+
eslint-scope@^9.1.0:
5542+
version "9.1.0"
5543+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.0.tgz#dfcb41d6c0d73df6b977a50cf3e91c41ddb4154e"
5544+
integrity sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==
55555545
dependencies:
5546+
"@types/esrecurse" "^4.3.1"
5547+
"@types/estree" "^1.0.8"
55565548
esrecurse "^4.3.0"
55575549
estraverse "^5.2.0"
55585550

@@ -5566,32 +5558,34 @@ eslint-visitor-keys@^4.2.1:
55665558
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
55675559
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
55685560

5569-
eslint@9.39.2:
5570-
version "9.39.2"
5571-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
5572-
integrity sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==
5561+
eslint-visitor-keys@^5.0.0:
5562+
version "5.0.0"
5563+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9"
5564+
integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==
5565+
5566+
eslint@10.0.0:
5567+
version "10.0.0"
5568+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.0.tgz#c93c36a96d91621d0fbb680db848ea11af56ab1e"
5569+
integrity sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==
55735570
dependencies:
55745571
"@eslint-community/eslint-utils" "^4.8.0"
5575-
"@eslint-community/regexpp" "^4.12.1"
5576-
"@eslint/config-array" "^0.21.1"
5577-
"@eslint/config-helpers" "^0.4.2"
5578-
"@eslint/core" "^0.17.0"
5579-
"@eslint/eslintrc" "^3.3.1"
5580-
"@eslint/js" "9.39.2"
5581-
"@eslint/plugin-kit" "^0.4.1"
5572+
"@eslint-community/regexpp" "^4.12.2"
5573+
"@eslint/config-array" "^0.23.0"
5574+
"@eslint/config-helpers" "^0.5.2"
5575+
"@eslint/core" "^1.1.0"
5576+
"@eslint/plugin-kit" "^0.6.0"
55825577
"@humanfs/node" "^0.16.6"
55835578
"@humanwhocodes/module-importer" "^1.0.1"
55845579
"@humanwhocodes/retry" "^0.4.2"
55855580
"@types/estree" "^1.0.6"
55865581
ajv "^6.12.4"
5587-
chalk "^4.0.0"
55885582
cross-spawn "^7.0.6"
55895583
debug "^4.3.2"
55905584
escape-string-regexp "^4.0.0"
5591-
eslint-scope "^8.4.0"
5592-
eslint-visitor-keys "^4.2.1"
5593-
espree "^10.4.0"
5594-
esquery "^1.5.0"
5585+
eslint-scope "^9.1.0"
5586+
eslint-visitor-keys "^5.0.0"
5587+
espree "^11.1.0"
5588+
esquery "^1.7.0"
55955589
esutils "^2.0.2"
55965590
fast-deep-equal "^3.1.3"
55975591
file-entry-cache "^8.0.0"
@@ -5601,19 +5595,18 @@ eslint@9.39.2:
56015595
imurmurhash "^0.1.4"
56025596
is-glob "^4.0.0"
56035597
json-stable-stringify-without-jsonify "^1.0.1"
5604-
lodash.merge "^4.6.2"
5605-
minimatch "^3.1.2"
5598+
minimatch "^10.1.1"
56065599
natural-compare "^1.4.0"
56075600
optionator "^0.9.3"
56085601

5609-
espree@^10.0.1, espree@^10.4.0:
5610-
version "10.4.0"
5611-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
5612-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
5602+
espree@^11.1.0:
5603+
version "11.1.0"
5604+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.0.tgz#7d0c82a69f8df670728dba256264b383fbf73e8f"
5605+
integrity sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==
56135606
dependencies:
56145607
acorn "^8.15.0"
56155608
acorn-jsx "^5.3.2"
5616-
eslint-visitor-keys "^4.2.1"
5609+
eslint-visitor-keys "^5.0.0"
56175610

56185611
espree@^9.0.0:
56195612
version "9.6.1"
@@ -5641,6 +5634,13 @@ esquery@^1.5.0:
56415634
dependencies:
56425635
estraverse "^5.1.0"
56435636

5637+
esquery@^1.7.0:
5638+
version "1.7.0"
5639+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
5640+
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
5641+
dependencies:
5642+
estraverse "^5.1.0"
5643+
56445644
esrecurse@^4.3.0:
56455645
version "4.3.0"
56465646
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -6364,11 +6364,6 @@ global-directory@^4.0.1:
63646364
dependencies:
63656365
ini "4.1.1"
63666366

6367-
globals@^14.0.0:
6368-
version "14.0.0"
6369-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
6370-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
6371-
63726367
globals@^15.9.0:
63736368
version "15.15.0"
63746369
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
@@ -8267,11 +8262,6 @@ lodash.memoize@^4.1.2:
82678262
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
82688263
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
82698264

8270-
lodash.merge@^4.6.2:
8271-
version "4.6.2"
8272-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
8273-
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
8274-
82758265
lodash.mergewith@^4.6.2:
82768266
version "4.6.2"
82778267
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
@@ -8556,14 +8546,14 @@ minimatch@10.1.1:
85568546
dependencies:
85578547
"@isaacs/brace-expansion" "^5.0.0"
85588548

8559-
minimatch@^10.2.1:
8549+
minimatch@^10.1.1, minimatch@^10.2.1:
85608550
version "10.2.1"
85618551
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.1.tgz#9d82835834cdc85d5084dd055e9a4685fa56e5f0"
85628552
integrity sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==
85638553
dependencies:
85648554
brace-expansion "^5.0.2"
85658555

8566-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
8556+
minimatch@^3.0.4, minimatch@^3.1.1:
85678557
version "3.1.2"
85688558
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
85698559
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)