Skip to content

Commit 2b4f9f9

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(deps): update dependency eslint to v10.0.3
1 parent 7715ace commit 2b4f9f9

2 files changed

Lines changed: 44 additions & 30 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@typescript-eslint/eslint-plugin": "8.56.1",
5959
"@typescript-eslint/parser": "8.56.1",
6060
"all-contributors-cli": "6.26.1",
61-
"eslint": "10.0.2",
61+
"eslint": "10.0.3",
6262
"eslint-config-prettier": "10.1.8",
6363
"eslint-config-standard": "17.1.0",
6464
"eslint-plugin-import": "2.32.0",

yarn.lock

Lines changed: 43 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3673,14 +3673,14 @@
36733673
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
36743674
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
36753675

3676-
"@eslint/config-array@^0.23.2":
3677-
version "0.23.2"
3678-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.2.tgz#db85beeff7facc685a5775caacb1c845669b9470"
3679-
integrity sha512-YF+fE6LV4v5MGWRGj7G404/OZzGNepVF8fxk7jqmqo3lrza7a0uUcDnROGRBG1WFC1omYUS/Wp1f42i0M+3Q3A==
3676+
"@eslint/config-array@^0.23.3":
3677+
version "0.23.3"
3678+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.23.3.tgz#3f4a93dd546169c09130cbd10f2415b13a20a219"
3679+
integrity sha512-j+eEWmB6YYLwcNOdlwQ6L2OsptI/LO6lNBuLIqe5R7RetD658HLoF+Mn7LzYmAWWNNzdC6cqP+L6r8ujeYXWLw==
36803680
dependencies:
3681-
"@eslint/object-schema" "^3.0.2"
3681+
"@eslint/object-schema" "^3.0.3"
36823682
debug "^4.3.1"
3683-
minimatch "^10.2.1"
3683+
minimatch "^10.2.4"
36843684

36853685
"@eslint/config-helpers@^0.5.2":
36863686
version "0.5.2"
@@ -3696,17 +3696,24 @@
36963696
dependencies:
36973697
"@types/json-schema" "^7.0.15"
36983698

3699-
"@eslint/object-schema@^3.0.2":
3700-
version "3.0.2"
3701-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.2.tgz#c59c6a94aa4b428ed7f1615b6a4495c0a21f7a22"
3702-
integrity sha512-HOy56KJt48Bx8KmJ+XGQNSUMT/6dZee/M54XyUyuvTvPXJmsERRvBchsUVx1UMe1WwIH49XLAczNC7V2INsuUw==
3699+
"@eslint/core@^1.1.1":
3700+
version "1.1.1"
3701+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
3702+
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
3703+
dependencies:
3704+
"@types/json-schema" "^7.0.15"
37033705

3704-
"@eslint/plugin-kit@^0.6.0":
3705-
version "0.6.0"
3706-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.0.tgz#e0cb12ec66719cb2211ad36499fb516f2a63899d"
3707-
integrity sha512-bIZEUzOI1jkhviX2cp5vNyXQc6olzb2ohewQubuYlMXZ2Q/XjBO0x0XhGPvc9fjSIiUN0vw+0hq53BJ4eQSJKQ==
3706+
"@eslint/object-schema@^3.0.3":
3707+
version "3.0.3"
3708+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-3.0.3.tgz#5bf671e52e382e4adc47a9906f2699374637db6b"
3709+
integrity sha512-iM869Pugn9Nsxbh/YHRqYiqd23AmIbxJOcpUMOuWCVNdoQJ5ZtwL6h3t0bcZzJUlC3Dq9jCFCESBZnX0GTv7iQ==
3710+
3711+
"@eslint/plugin-kit@^0.6.1":
3712+
version "0.6.1"
3713+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.6.1.tgz#eb9e6689b56ce8bc1855bb33090e63f3fc115e8e"
3714+
integrity sha512-iH1B076HoAshH1mLpHMgwdGeTs0CYwL0SPMkGuSebZrwBp16v415e9NZXg2jtrqPVQjf6IANe2Vtlr5KswtcZQ==
37083715
dependencies:
3709-
"@eslint/core" "^1.1.0"
3716+
"@eslint/core" "^1.1.1"
37103717
levn "^0.4.1"
37113718

37123719
"@hapi/hoek@^9.0.0", "@hapi/hoek@^9.3.0":
@@ -8110,10 +8117,10 @@ eslint-scope@5.1.1:
81108117
esrecurse "^4.3.0"
81118118
estraverse "^4.1.1"
81128119

8113-
eslint-scope@^9.1.1:
8114-
version "9.1.1"
8115-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.1.tgz#f6a209486e38bd28356b5feb07d445cc99c89967"
8116-
integrity sha512-GaUN0sWim5qc8KVErfPBWmc31LEsOkrUJbvJZV+xuL3u2phMUK4HIvXlWAakfC8W4nzlK+chPEAkYOYb5ZScIw==
8120+
eslint-scope@^9.1.2:
8121+
version "9.1.2"
8122+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-9.1.2.tgz#b9de6ace2fab1cff24d2e58d85b74c8fcea39802"
8123+
integrity sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==
81178124
dependencies:
81188125
"@types/esrecurse" "^4.3.1"
81198126
"@types/estree" "^1.0.8"
@@ -8135,17 +8142,17 @@ eslint-visitor-keys@^5.0.1:
81358142
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
81368143
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
81378144

8138-
eslint@10.0.2:
8139-
version "10.0.2"
8140-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.2.tgz#1009263467591810320f2e1ad52b8a750d1acbab"
8141-
integrity sha512-uYixubwmqJZH+KLVYIVKY1JQt7tysXhtj21WSvjcSmU5SVNzMus1bgLe+pAt816yQ8opKfheVVoPLqvVMGejYw==
8145+
eslint@10.0.3:
8146+
version "10.0.3"
8147+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.3.tgz#360a7de7f2706eb8a32caa17ca983f0089efe694"
8148+
integrity sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==
81428149
dependencies:
81438150
"@eslint-community/eslint-utils" "^4.8.0"
81448151
"@eslint-community/regexpp" "^4.12.2"
8145-
"@eslint/config-array" "^0.23.2"
8152+
"@eslint/config-array" "^0.23.3"
81468153
"@eslint/config-helpers" "^0.5.2"
8147-
"@eslint/core" "^1.1.0"
8148-
"@eslint/plugin-kit" "^0.6.0"
8154+
"@eslint/core" "^1.1.1"
8155+
"@eslint/plugin-kit" "^0.6.1"
81498156
"@humanfs/node" "^0.16.6"
81508157
"@humanwhocodes/module-importer" "^1.0.1"
81518158
"@humanwhocodes/retry" "^0.4.2"
@@ -8154,7 +8161,7 @@ eslint@10.0.2:
81548161
cross-spawn "^7.0.6"
81558162
debug "^4.3.2"
81568163
escape-string-regexp "^4.0.0"
8157-
eslint-scope "^9.1.1"
8164+
eslint-scope "^9.1.2"
81588165
eslint-visitor-keys "^5.0.1"
81598166
espree "^11.1.1"
81608167
esquery "^1.7.0"
@@ -8167,7 +8174,7 @@ eslint@10.0.2:
81678174
imurmurhash "^0.1.4"
81688175
is-glob "^4.0.0"
81698176
json-stable-stringify-without-jsonify "^1.0.1"
8170-
minimatch "^10.2.1"
8177+
minimatch "^10.2.4"
81718178
natural-compare "^1.4.0"
81728179
optionator "^0.9.3"
81738180

@@ -11490,13 +11497,20 @@ minimatch@3.1.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch
1149011497
dependencies:
1149111498
brace-expansion "^1.1.7"
1149211499

11493-
minimatch@^10.2.1, minimatch@^10.2.2:
11500+
minimatch@^10.2.2:
1149411501
version "10.2.2"
1149511502
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f"
1149611503
integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==
1149711504
dependencies:
1149811505
brace-expansion "^5.0.2"
1149911506

11507+
minimatch@^10.2.4:
11508+
version "10.2.4"
11509+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
11510+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
11511+
dependencies:
11512+
brace-expansion "^5.0.2"
11513+
1150011514
minimatch@^9.0.1:
1150111515
version "9.0.4"
1150211516
resolved "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"

0 commit comments

Comments
 (0)