Skip to content

Commit c106d1d

Browse files
chore(deps): update dependency eslint to v10.0.1
1 parent 3460a26 commit c106d1d

2 files changed

Lines changed: 41 additions & 31 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@semantic-release/npm": "13.1.4",
6767
"@semantic-release/release-notes-generator": "14.1.0",
6868
"@types/jest": "29.5.14",
69-
"eslint": "10.0.0",
69+
"eslint": "10.0.1",
7070
"eslint-config-prettier": "10.1.8",
7171
"husky": "9.1.7",
7272
"jest": "29.7.0",

yarn.lock

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -459,14 +459,14 @@
459459
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
460460
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
461461

462-
"@eslint/config-array@^0.23.0":
463-
version "0.23.1"
464-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.1.tgz#908223da7b9148f1af5bfb3144b77a9387a89446"
465-
integrity sha512-uVSdg/V4dfQmTjJzR0szNczjOH/J+FyUMMjYtr07xFRXR7EDf9i1qdxrD0VusZH9knj1/ecxzCQQxyic5NzAiA==
462+
"@eslint/config-array@^0.23.2":
463+
version "0.23.2"
464+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.2.tgz#db85beeff7facc685a5775caacb1c845669b9470"
465+
integrity sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==
466466
dependencies:
467-
"@eslint/object-schema" "^3.0.1"
467+
"@eslint/object-schema" "^3.0.2"
468468
debug "^4.3.1"
469-
minimatch "^10.1.1"
469+
minimatch "^10.2.1"
470470

471471
"@eslint/config-helpers@^0.5.2":
472472
version "0.5.2"
@@ -487,10 +487,10 @@
487487
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-10.0.1.tgz#1e8a876f50117af8ab67e47d5ad94d38d6622583"
488488
integrity sha512-zeR9k5pd4gxjZ0abRoIaxdc7I3nDktoXZk2qOv9gCNWx3mVwEn32VRhyLaRsDiJjTs0xq/T8mfPtyuXu7GWBcA==
489489

490-
"@eslint/object-schema@^3.0.1":
491-
version "3.0.1"
492-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.1.tgz#9a1dc9af00d790dc79a9bf57a756e3cb2740ddb9"
493-
integrity sha512-P9cq2dpr+LU8j3qbLygLcSZrl2/ds/pUpfnHNNuk5HW7mnngHs+6WSq5C9mO3rqRX8A1poxqLTC9cu0KOyJlBg==
490+
"@eslint/object-schema@^3.0.2":
491+
version "3.0.2"
492+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.2.tgz#c59c6a94aa4b428ed7f1615b6a4495c0a21f7a22"
493+
integrity sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==
494494

495495
"@eslint/plugin-kit@^0.6.0":
496496
version "0.6.0"
@@ -1613,6 +1613,11 @@ acorn@^8.15.0:
16131613
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
16141614
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
16151615

1616+
acorn@^8.16.0:
1617+
version "8.16.0"
1618+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.16.0.tgz#4ce79c89be40afe7afe8f3adb902a1f1ce9ac08a"
1619+
integrity sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==
1620+
16161621
agent-base@^7.1.0, agent-base@^7.1.2:
16171622
version "7.1.4"
16181623
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.4.tgz#e3cd76d4c548ee895d3c3fd8dc1f6c5b9032e7a8"
@@ -2464,10 +2469,10 @@ eslint-scope@5.1.1:
24642469
esrecurse "^4.3.0"
24652470
estraverse "^4.1.1"
24662471

2467-
eslint-scope@^9.1.0:
2468-
version "9.1.0"
2469-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.0.tgz#dfcb41d6c0d73df6b977a50cf3e91c41ddb4154e"
2470-
integrity sha512-CkWE42hOJsNj9FJRaoMX9waUFYhqY4jmyLFdAdzZr6VaCg3ynLYx4WnOdkaIifGfH4gsUcBTn4OZbHXkpLD0FQ==
2472+
eslint-scope@^9.1.1:
2473+
version "9.1.1"
2474+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.1.tgz#f6a209486e38bd28356b5feb07d445cc99c89967"
2475+
integrity sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==
24712476
dependencies:
24722477
"@types/esrecurse" "^4.3.1"
24732478
"@types/estree" "^1.0.8"
@@ -2489,14 +2494,19 @@ eslint-visitor-keys@^5.0.0:
24892494
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.0.tgz#b9aa1a74aa48c44b3ae46c1597ce7171246a94a9"
24902495
integrity sha512-A0XeIi7CXU7nPlfHS9loMYEKxUaONu/hTEzHTGba9Huu94Cq1hPivf+DE5erJozZOky0LfvXAyrV/tcswpLI0Q==
24912496

2492-
eslint@10.0.0:
2493-
version "10.0.0"
2494-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.0.tgz#c93c36a96d91621d0fbb680db848ea11af56ab1e"
2495-
integrity sha512-O0piBKY36YSJhlFSG8p9VUdPV/SxxS4FYDWVpr/9GJuMaepzwlf4J8I4ov1b+ySQfDTPhc3DtLaxcT1fN0yqCg==
2497+
eslint-visitor-keys@^5.0.1:
2498+
version "5.0.1"
2499+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
2500+
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
2501+
2502+
eslint@10.0.1:
2503+
version "10.0.1"
2504+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.1.tgz#b5c5f7706782a21590ba6451e7a30d2947273c2d"
2505+
integrity sha512-20MV9SUdeN6Jd84xESsKhRly+/vxI+hwvpBMA93s+9dAcjdCuCojn4IqUGS3lvVaqjVYGYHSRMCpeFtF2rQYxQ==
24962506
dependencies:
24972507
"@eslint-community/eslint-utils" "^4.8.0"
24982508
"@eslint-community/regexpp" "^4.12.2"
2499-
"@eslint/config-array" "^0.23.0"
2509+
"@eslint/config-array" "^0.23.2"
25002510
"@eslint/config-helpers" "^0.5.2"
25012511
"@eslint/core" "^1.1.0"
25022512
"@eslint/plugin-kit" "^0.6.0"
@@ -2508,9 +2518,9 @@ eslint@10.0.0:
25082518
cross-spawn "^7.0.6"
25092519
debug "^4.3.2"
25102520
escape-string-regexp "^4.0.0"
2511-
eslint-scope "^9.1.0"
2512-
eslint-visitor-keys "^5.0.0"
2513-
espree "^11.1.0"
2521+
eslint-scope "^9.1.1"
2522+
eslint-visitor-keys "^5.0.1"
2523+
espree "^11.1.1"
25142524
esquery "^1.7.0"
25152525
esutils "^2.0.2"
25162526
fast-deep-equal "^3.1.3"
@@ -2521,18 +2531,18 @@ eslint@10.0.0:
25212531
imurmurhash "^0.1.4"
25222532
is-glob "^4.0.0"
25232533
json-stable-stringify-without-jsonify "^1.0.1"
2524-
minimatch "^10.1.1"
2534+
minimatch "^10.2.1"
25252535
natural-compare "^1.4.0"
25262536
optionator "^0.9.3"
25272537

2528-
espree@^11.1.0:
2529-
version "11.1.0"
2530-
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.0.tgz#7d0c82a69f8df670728dba256264b383fbf73e8f"
2531-
integrity sha512-WFWYhO1fV4iYkqOOvq8FbqIhr2pYfoDY0kCotMkDeNtGpiGGkZ1iov2u8ydjtgM8yF8rzK7oaTbw2NAzbAbehw==
2538+
espree@^11.1.1:
2539+
version "11.1.1"
2540+
resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
2541+
integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
25322542
dependencies:
2533-
acorn "^8.15.0"
2543+
acorn "^8.16.0"
25342544
acorn-jsx "^5.3.2"
2535-
eslint-visitor-keys "^5.0.0"
2545+
eslint-visitor-keys "^5.0.1"
25362546

25372547
esprima@^4.0.0:
25382548
version "4.0.1"
@@ -4141,7 +4151,7 @@ minimatch@^10.1.1:
41414151
dependencies:
41424152
"@isaacs/brace-expansion" "^5.0.1"
41434153

4144-
minimatch@^10.2.2:
4154+
minimatch@^10.2.1, minimatch@^10.2.2:
41454155
version "10.2.4"
41464156
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
41474157
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==

0 commit comments

Comments
 (0)