Skip to content

Commit 73beb14

Browse files
Update dependency eslint to v9.29.0 (#460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b37e3ec commit 73beb14

File tree

1 file changed

+39
-21
lines changed

1 file changed

+39
-21
lines changed

yarn.lock

Lines changed: 39 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,14 +1037,14 @@ __metadata:
10371037
languageName: node
10381038
linkType: hard
10391039

1040-
"@eslint/config-array@npm:^0.20.0":
1041-
version: 0.20.0
1042-
resolution: "@eslint/config-array@npm:0.20.0"
1040+
"@eslint/config-array@npm:^0.20.1":
1041+
version: 0.20.1
1042+
resolution: "@eslint/config-array@npm:0.20.1"
10431043
dependencies:
10441044
"@eslint/object-schema": "npm:^2.1.6"
10451045
debug: "npm:^4.3.1"
10461046
minimatch: "npm:^3.1.2"
1047-
checksum: 10c0/94bc5d0abb96dc5295ff559925242ff75a54eacfb3576677e95917e42f7175e1c4b87bf039aa2a872f949b4852ad9724bf2f7529aaea6b98f28bb3fca7f1d659
1047+
checksum: 10c0/709108c3925d83c2166024646829ab61ba5fa85c6568daefd32508899f46ed8dc36d7153042df6dcc7e58ad543bc93298b646575daecb5eb4e39a43d838dab42
10481048
languageName: node
10491049
linkType: hard
10501050

@@ -1081,10 +1081,10 @@ __metadata:
10811081
languageName: node
10821082
linkType: hard
10831083

1084-
"@eslint/js@npm:9.28.0":
1085-
version: 9.28.0
1086-
resolution: "@eslint/js@npm:9.28.0"
1087-
checksum: 10c0/5a6759542490dd9f778993edfbc8d2f55168fd0f7336ceed20fe3870c65499d72fc0bca8d1ae00ea246b0923ea4cba2e0758a8a5507a3506ddcf41c92282abb8
1084+
"@eslint/js@npm:9.29.0":
1085+
version: 9.29.0
1086+
resolution: "@eslint/js@npm:9.29.0"
1087+
checksum: 10c0/d0ccf37063fa27a3fae9347cb044f84ca10b5a2fa19ffb2b3fedf3b96843ac1ff359ea9f0ab0e80f2f16fda4cb0dc61ea0fed0375090f050fe0a029e7d6de3a3
10881088
languageName: node
10891089
linkType: hard
10901090

@@ -2850,7 +2850,7 @@ __metadata:
28502850
languageName: node
28512851
linkType: hard
28522852

2853-
"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.14.0, acorn@npm:^8.8.1, acorn@npm:^8.8.2":
2853+
"acorn@npm:^8.1.0, acorn@npm:^8.11.0, acorn@npm:^8.14.0, acorn@npm:^8.15.0, acorn@npm:^8.8.1, acorn@npm:^8.8.2":
28542854
version: 8.15.0
28552855
resolution: "acorn@npm:8.15.0"
28562856
bin:
@@ -4790,13 +4790,13 @@ __metadata:
47904790
languageName: node
47914791
linkType: hard
47924792

4793-
"eslint-scope@npm:^8.3.0":
4794-
version: 8.3.0
4795-
resolution: "eslint-scope@npm:8.3.0"
4793+
"eslint-scope@npm:^8.4.0":
4794+
version: 8.4.0
4795+
resolution: "eslint-scope@npm:8.4.0"
47964796
dependencies:
47974797
esrecurse: "npm:^4.3.0"
47984798
estraverse: "npm:^5.2.0"
4799-
checksum: 10c0/23bf54345573201fdf06d29efa345ab508b355492f6c6cc9e2b9f6d02b896f369b6dd5315205be94b8853809776c4d13353b85c6b531997b164ff6c3328ecf5b
4799+
checksum: 10c0/407f6c600204d0f3705bd557f81bd0189e69cd7996f408f8971ab5779c0af733d1af2f1412066b40ee1588b085874fc37a2333986c6521669cdbdd36ca5058e0
48004800
languageName: node
48014801
linkType: hard
48024802

@@ -4814,17 +4814,24 @@ __metadata:
48144814
languageName: node
48154815
linkType: hard
48164816

4817+
"eslint-visitor-keys@npm:^4.2.1":
4818+
version: 4.2.1
4819+
resolution: "eslint-visitor-keys@npm:4.2.1"
4820+
checksum: 10c0/fcd43999199d6740db26c58dbe0c2594623e31ca307e616ac05153c9272f12f1364f5a0b1917a8e962268fdecc6f3622c1c2908b4fcc2e047a106fe6de69dc43
4821+
languageName: node
4822+
linkType: hard
4823+
48174824
"eslint@npm:^9.21.0":
4818-
version: 9.28.0
4819-
resolution: "eslint@npm:9.28.0"
4825+
version: 9.29.0
4826+
resolution: "eslint@npm:9.29.0"
48204827
dependencies:
48214828
"@eslint-community/eslint-utils": "npm:^4.2.0"
48224829
"@eslint-community/regexpp": "npm:^4.12.1"
4823-
"@eslint/config-array": "npm:^0.20.0"
4830+
"@eslint/config-array": "npm:^0.20.1"
48244831
"@eslint/config-helpers": "npm:^0.2.1"
48254832
"@eslint/core": "npm:^0.14.0"
48264833
"@eslint/eslintrc": "npm:^3.3.1"
4827-
"@eslint/js": "npm:9.28.0"
4834+
"@eslint/js": "npm:9.29.0"
48284835
"@eslint/plugin-kit": "npm:^0.3.1"
48294836
"@humanfs/node": "npm:^0.16.6"
48304837
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -4836,9 +4843,9 @@ __metadata:
48364843
cross-spawn: "npm:^7.0.6"
48374844
debug: "npm:^4.3.2"
48384845
escape-string-regexp: "npm:^4.0.0"
4839-
eslint-scope: "npm:^8.3.0"
4840-
eslint-visitor-keys: "npm:^4.2.0"
4841-
espree: "npm:^10.3.0"
4846+
eslint-scope: "npm:^8.4.0"
4847+
eslint-visitor-keys: "npm:^4.2.1"
4848+
espree: "npm:^10.4.0"
48424849
esquery: "npm:^1.5.0"
48434850
esutils: "npm:^2.0.2"
48444851
fast-deep-equal: "npm:^3.1.3"
@@ -4860,7 +4867,7 @@ __metadata:
48604867
optional: true
48614868
bin:
48624869
eslint: bin/eslint.js
4863-
checksum: 10c0/513ea7e69d88a0905d4ed35cef3a8f31ebce7ca9f2cdbda3474495c63ad6831d52357aad65094be7a144d6e51850980ced7d25efb807e8ab06a427241f7cd730
4870+
checksum: 10c0/75e3f841e0f8b0fa93dbb2ba6ae538bd8b611c3654117bc3dadf90bb009923dfd2c15ec2948dc6e6b8b571317cc125c5cceb9255da8cd644ee740020df645dd8
48644871
languageName: node
48654872
linkType: hard
48664873

@@ -4875,6 +4882,17 @@ __metadata:
48754882
languageName: node
48764883
linkType: hard
48774884

4885+
"espree@npm:^10.4.0":
4886+
version: 10.4.0
4887+
resolution: "espree@npm:10.4.0"
4888+
dependencies:
4889+
acorn: "npm:^8.15.0"
4890+
acorn-jsx: "npm:^5.3.2"
4891+
eslint-visitor-keys: "npm:^4.2.1"
4892+
checksum: 10c0/c63fe06131c26c8157b4083313cb02a9a54720a08e21543300e55288c40e06c3fc284bdecf108d3a1372c5934a0a88644c98714f38b6ae8ed272b40d9ea08d6b
4893+
languageName: node
4894+
linkType: hard
4895+
48784896
"esprima@npm:^4.0.0, esprima@npm:^4.0.1":
48794897
version: 4.0.1
48804898
resolution: "esprima@npm:4.0.1"

0 commit comments

Comments
 (0)