Skip to content

Commit 553ab61

Browse files
chore(deps): update dependency eslint to v10
1 parent 6fab24f commit 553ab61

File tree

2 files changed

+81
-86
lines changed

2 files changed

+81
-86
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.3",
124+
"eslint": "10.0.1",
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: 80 additions & 85 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.2":
1260+
version "0.23.2"
1261+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.2.tgz#db85beeff7facc685a5775caacb1c845669b9470"
1262+
integrity sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==
12581263
dependencies:
1259-
"@eslint/object-schema" "^2.1.7"
1264+
"@eslint/object-schema" "^3.0.2"
12601265
debug "^4.3.1"
1261-
minimatch "^3.1.2"
1266+
minimatch "^10.2.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.3":
1293-
version "9.39.3"
1294-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.3.tgz#c6168736c7e0c43ead49654ed06a4bcb3833363d"
1295-
integrity sha512-1B1VkCq6FuUNlQvlBYb+1jDu/gV297TIs/OeiaSR9l1H27SVW55ONE1e1Vp16NqP683+xEGzxYtv4XCiDPaQiw==
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.2":
1283+
version "3.0.2"
1284+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.2.tgz#c59c6a94aa4b428ed7f1615b6a4495c0a21f7a22"
1285+
integrity sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==
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":
@@ -2976,6 +2961,11 @@
29762961
dependencies:
29772962
"@types/estree" "*"
29782963

2964+
"@types/esrecurse@^4.3.1":
2965+
version "4.3.1"
2966+
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
2967+
integrity sha512-xJBAbDifo5hpffDBuHl0Y8ywswbiAp/Wi7Y/GtAgSlZyIABppyurxVueOPE8LUQOxdlgi6Zqce7uoEpqNTeiUw==
2968+
29792969
"@types/estree@*", "@types/estree@^1.0.6", "@types/estree@^1.0.8":
29802970
version "1.0.8"
29812971
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
@@ -3668,6 +3658,11 @@ acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1, acorn@^8.5.0, acorn@^8.9.0:
36683658
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
36693659
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
36703660

3661+
acorn@^8.16.0:
3662+
version "8.16.0"
3663+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
3664+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
3665+
36713666
address@^1.0.1:
36723667
version "1.2.2"
36733668
resolved "https://registry.yarnpkg.com/address/-/address-1.2.2.tgz#2b5248dac5485a6390532c6a517fda2e3faac89e"
@@ -5541,11 +5536,13 @@ eslint-scope@5.1.1:
55415536
esrecurse "^4.3.0"
55425537
estraverse "^4.1.1"
55435538

5544-
eslint-scope@^8.4.0:
5545-
version "8.4.0"
5546-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
5547-
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
5539+
eslint-scope@^9.1.1:
5540+
version "9.1.1"
5541+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.1.tgz#f6a209486e38bd28356b5feb07d445cc99c89967"
5542+
integrity sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==
55485543
dependencies:
5544+
"@types/esrecurse" "^4.3.1"
5545+
"@types/estree" "^1.0.8"
55495546
esrecurse "^4.3.0"
55505547
estraverse "^5.2.0"
55515548

@@ -5559,32 +5556,34 @@ eslint-visitor-keys@^4.2.1:
55595556
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
55605557
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
55615558

5562-
eslint@9.39.3:
5563-
version "9.39.3"
5564-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.3.tgz#08d63df1533d7743c0907b32a79a7e134e63ee2f"
5565-
integrity sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==
5559+
eslint-visitor-keys@^5.0.1:
5560+
version "5.0.1"
5561+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
5562+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
5563+
5564+
eslint@10.0.1:
5565+
version "10.0.1"
5566+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d"
5567+
integrity sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
55665568
dependencies:
55675569
"@eslint-community/eslint-utils" "^4.8.0"
5568-
"@eslint-community/regexpp" "^4.12.1"
5569-
"@eslint/config-array" "^0.21.1"
5570-
"@eslint/config-helpers" "^0.4.2"
5571-
"@eslint/core" "^0.17.0"
5572-
"@eslint/eslintrc" "^3.3.1"
5573-
"@eslint/js" "9.39.3"
5574-
"@eslint/plugin-kit" "^0.4.1"
5570+
"@eslint-community/regexpp" "^4.12.2"
5571+
"@eslint/config-array" "^0.23.2"
5572+
"@eslint/config-helpers" "^0.5.2"
5573+
"@eslint/core" "^1.1.0"
5574+
"@eslint/plugin-kit" "^0.6.0"
55755575
"@humanfs/node" "^0.16.6"
55765576
"@humanwhocodes/module-importer" "^1.0.1"
55775577
"@humanwhocodes/retry" "^0.4.2"
55785578
"@types/estree" "^1.0.6"
55795579
ajv "^6.12.4"
5580-
chalk "^4.0.0"
55815580
cross-spawn "^7.0.6"
55825581
debug "^4.3.2"
55835582
escape-string-regexp "^4.0.0"
5584-
eslint-scope "^8.4.0"
5585-
eslint-visitor-keys "^4.2.1"
5586-
espree "^10.4.0"
5587-
esquery "^1.5.0"
5583+
eslint-scope "^9.1.1"
5584+
eslint-visitor-keys "^5.0.1"
5585+
espree "^11.1.1"
5586+
esquery "^1.7.0"
55885587
esutils "^2.0.2"
55895588
fast-deep-equal "^3.1.3"
55905589
file-entry-cache "^8.0.0"
@@ -5594,19 +5593,18 @@ eslint@9.39.3:
55945593
imurmurhash "^0.1.4"
55955594
is-glob "^4.0.0"
55965595
json-stable-stringify-without-jsonify "^1.0.1"
5597-
lodash.merge "^4.6.2"
5598-
minimatch "^3.1.2"
5596+
minimatch "^10.2.1"
55995597
natural-compare "^1.4.0"
56005598
optionator "^0.9.3"
56015599

5602-
espree@^10.0.1, espree@^10.4.0:
5603-
version "10.4.0"
5604-
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
5605-
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
5600+
espree@^11.1.1:
5601+
version "11.1.1"
5602+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
5603+
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
56065604
dependencies:
5607-
acorn "^8.15.0"
5605+
acorn "^8.16.0"
56085606
acorn-jsx "^5.3.2"
5609-
eslint-visitor-keys "^4.2.1"
5607+
eslint-visitor-keys "^5.0.1"
56105608

56115609
espree@^9.0.0:
56125610
version "9.6.1"
@@ -5634,6 +5632,13 @@ esquery@^1.5.0:
56345632
dependencies:
56355633
estraverse "^5.1.0"
56365634

5635+
esquery@^1.7.0:
5636+
version "1.7.0"
5637+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.7.0.tgz#08d048f261f0ddedb5bae95f46809463d9c9496d"
5638+
integrity sha512-Ap6G0WQwcU/LHsvLwON1fAQX9Zp0A2Y6Y/cJBl9r/JbW90Zyg4/zbG6zzKa2OTALELarYHmKu0GhpM5EO+7T0g==
5639+
dependencies:
5640+
estraverse "^5.1.0"
5641+
56375642
esrecurse@^4.3.0:
56385643
version "4.3.0"
56395644
resolved "https://registry.yarnpkg.com/esrecurse/-/esrecurse-4.3.0.tgz#7ad7964d679abb28bee72cec63758b1c5d2c9921"
@@ -6357,11 +6362,6 @@ global-directory@^4.0.1:
63576362
dependencies:
63586363
ini "4.1.1"
63596364

6360-
globals@^14.0.0:
6361-
version "14.0.0"
6362-
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
6363-
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
6364-
63656365
globals@^15.9.0:
63666366
version "15.15.0"
63676367
resolved "https://registry.yarnpkg.com/globals/-/globals-15.15.0.tgz#7c4761299d41c32b075715a4ce1ede7897ff72a8"
@@ -8253,11 +8253,6 @@ lodash.memoize@^4.1.2:
82538253
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
82548254
integrity sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==
82558255

8256-
lodash.merge@^4.6.2:
8257-
version "4.6.2"
8258-
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
8259-
integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
8260-
82618256
lodash.mergewith@^4.6.2:
82628257
version "4.6.2"
82638258
resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55"
@@ -8542,14 +8537,14 @@ minimatch@10.1.1:
85428537
dependencies:
85438538
"@isaacs/brace-expansion" "^5.0.0"
85448539

8545-
minimatch@^10.2.2:
8540+
minimatch@^10.2.1, minimatch@^10.2.2:
85468541
version "10.2.2"
85478542
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
85488543
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
85498544
dependencies:
85508545
brace-expansion "^5.0.2"
85518546

8552-
minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
8547+
minimatch@^3.0.4, minimatch@^3.1.1:
85538548
version "3.1.2"
85548549
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
85558550
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)