10000 fix(deps): update dependency eslint to v9.14.0 (#10309) · xuhdev/typescript-eslint@5742cb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5742cb3

Browse files
fix(deps): update dependency eslint to v9.14.0 (typescript-eslint#10309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90617a6 commit 5742cb3

File tree

1 file changed

+26
-19
lines changed

1 file changed

+26
-19
lines changed

yarn.lock

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3369,7 +3369,7 @@ __metadata:
33693369
languageName: node
33703370
linkType: hard
33713371

3372-
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.11.0, @eslint-community/regexpp@npm:^4.8.0, @eslint-community/regexpp@npm:^4.9.1":
3372+
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.12.1, @eslint-community/regexpp@npm:^4.8.0, @eslint-community/regexpp@npm:^4.9.1":
33733373
version: 4.12.1
33743374
resolution: "@eslint-community/regexpp@npm:4.12.1"
33753375
checksum: 0d628680e204bc316d545b4993d3658427ca404ae646ce541fcc65306b8c712c340e5e573e30fb9f85f4855c0c5f6dca9868931f2fcced06417fbe1a0c6cd2d6
@@ -3447,10 +3447,10 @@ __metadata:
34473447
languageName: node
34483448
linkType: hard
34493449

3450-
"@eslint/js@npm:9.13.0":
3451-
version: 9.13.0
3452-
resolution: "@eslint/js@npm:9.13.0"
3453-
checksum: ad5dd72aa75bd8d5bd3c1ffe68cf748aed7edef5fcf97193eb52af35dbb89a1999f526a0e2c169ef5572afbbbbb5f37d6fd0af2991d9ccdc29f753da5cc0f532
3450+
"@eslint/js@npm:9.14.0":
3451+
version: 9.14.0
3452+
resolution: "@eslint/js@npm:9.14.0"
3453+
checksum: 727767d3c80bf88e08565af10cc3732ca0d272c729bbd39043722a203eea289ec6149ab42d977d2d28a81d99329dceeed091b70db37b868e6659913a0840e17b
34543454
languageName: node
34553455
linkType: hard
34563456

@@ -3507,7 +3507,7 @@ __metadata:
35073507
languageName: node
35083508
linkType: hard
35093509

3510-
"@humanfs/node@npm:^0.16.5":
3510+
"@humanfs/node@npm:^0.16.6":
35113511
version: 0.16.6
35123512
resolution: "@humanfs/node@npm:0.16.6"
35133513
dependencies:
@@ -3524,13 +3524,20 @@ __metadata:
35243524
languageName: node
35253525
linkType: hard
35263526

3527-
"@humanwhocodes/retry@npm:^0.3.0, @humanwhocodes/retry@npm:^0.3.1":
3527+
"@humanwhocodes/retry@npm:^0.3.0":
35283528
version: 0.3.1
35293529
resolution: "@humanwhocodes/retry@npm:0.3.1"
35303530
checksum: 7e5517bb51dbea3e02ab6cacef59a8f4b0ca023fc4b0b8cbc40de0ad29f46edd50b897c6e7fba79366a0217e3f48e2da8975056f6c35cfe19d9cc48f1d03c1dd
35313531
languageName: node
35323532
linkType: hard
35333533

3534+
"@humanwhocodes/retry@npm:^0.4.0":
3535+
version: 0.4.1
3536+
resolution: "@humanwhocodes/retry@npm:0.4.1"
3537+
checksum: f11167c28e8266faba470fd273cbaafe2827523492bc18c5623015adb7ed66f46b2e542e3d756fed9ca614300249267814220c2f5f03a59e07fdfa64fc14ad52
3538+
languageName: node
3539+
linkType: hard
3540+
35343541
"@isaacs/cliui@npm:^8.0.2":
35353542
version: 8.0.2
35363543
resolution: "@isaacs/cliui@npm:8.0.2"
@@ -9992,7 +9999,7 @@ __metadata:
99929999
languageName: node
999310000
linkType: hard
999410001

9995-
"eslint-scope@npm:^8.1.0":
10002+
"eslint-scope@npm:^8.2.0":
999610003
version: 8.2.0
999710004
resolution: "eslint-scope@npm:8.2.0"
999810005
dependencies:
@@ -10010,29 +10017,29 @@ __metadata:
1001010017
linkType: hard
1001110018

1001210019
"eslint@npm:^9.13.0":
10013-
version: 9.13.0
10014-
resolution: "eslint@npm:9.13.0"
10020+
version: 9.14.0
10021+
resolution: "eslint@npm:9.14.0"
1001510022
dependencies:
1001610023
"@eslint-community/eslint-utils": ^4.2.0
10017-
"@eslint-community/regexpp": ^4.11.0
10024+
"@eslint-community/regexpp": ^4.12.1
1001810025
"@eslint/config-array": ^0.18.0
1001910026
"@eslint/core": ^0.7.0
1002010027
"@eslint/eslintrc": ^3.1.0
10021-
"@eslint/js": 9.13.0
10028+
"@eslint/js": 9.14.0
1002210029
"@eslint/plugin-kit": ^0.2.0
10023-
"@humanfs/node": ^0.16.5
10030+
"@humanfs/node": ^0.16.6
1002410031
"@humanwhocodes/module-importer": ^1.0.1
10025-
"@humanwhocodes/retry": ^0.3.1
10032+
"@humanwhocodes/retry": ^0.4.0
1002610033
"@types/estree": ^1.0.6
1002710034
"@types/json-schema": ^7.0.15
1002810035
ajv: ^6.12.4
1002910036
chalk: ^4.0.0
1003010037
cross-spawn: ^7.0.2
1003110038
debug: ^4.3.2
1003210039
escape-string-regexp: ^4.0.0
10033-
eslint-scope: ^8.1.0
10034-
eslint-visitor-keys: ^4.1.0
10035-
espree: ^10.2.0
10040+
eslint-scope: ^8.2.0
10041+
eslint-visitor-keys: ^4.2.0
10042+
espree: ^10.3.0
1003610043
esquery: ^1.5.0
1003710044
esutils: ^2.0.2
1003810045
fast-deep-equal: ^3.1.3
@@ -10055,11 +10062,11 @@ __metadata:
1005510062
optional: true
1005610063
bin:
1005710064
6DA6 eslint: bin/eslint.js
10058-
checksum: 99e878d6883864b8361bfaf2a2304f1e133347ac19976c79e1430623cd311cb38253bbd122100788082eded947693cce5c7e67dfd2b5173e6f05edb92dcb2206
10065+
checksum: 1b54112da245f4175fbcf31ea5f71da38dda1bb8f5d645f3b2420035a4310949fda57af14ca7f7992e36374da8c06b94bf20ec8bda64a09409d818aefd0bf09c
1005910066
languageName: node
1006010067
linkType: hard
1006110068

10062-
"espree@npm:^10.0.1, espree@npm:^10.2.0":
10069+
"espree@npm:^10.0.1, espree@npm:^10.3.0":
1006310070
version: 10.3.0
1006410071
resolution: "espree@npm:10.3.0"
1006510072
dependencies:

0 commit comments

Comments
 (0)
0