Skip to content

Commit c9a11f3

Browse files
dependabot[bot]vvenv
authored andcommitted
Bump eslint from 9.34.0 to 9.35.0
Bumps [eslint](https://github.com/eslint/eslint) from 9.34.0 to 9.35.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.34.0...v9.35.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.35.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6230e6 commit c9a11f3

2 files changed

Lines changed: 23 additions & 12 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@antfu/eslint-config": "^5.3.0",
2424
"@types/node": "^24.3.1",
25-
"eslint": "^9.34.0",
25+
"eslint": "^9.35.0",
2626
"husky": "^9.1.7",
2727
"oxlint": "^1.15.0",
2828
"typescript": "^5.9.2"

yarn.lock

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,17 @@ __metadata:
416416
languageName: node
417417
linkType: hard
418418

419+
"@eslint-community/eslint-utils@npm:^4.8.0":
420+
version: 4.9.0
421+
resolution: "@eslint-community/eslint-utils@npm:4.9.0"
422+
dependencies:
423+
eslint-visitor-keys: "npm:^3.4.3"
424+
peerDependencies:
425+
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
426+
checksum: 10c0/8881e22d519326e7dba85ea915ac7a143367c805e6ba1374c987aa2fbdd09195cc51183d2da72c0e2ff388f84363e1b220fd0d19bef10c272c63455162176817
427+
languageName: node
428+
linkType: hard
429+
419430
"@eslint-community/regexpp@npm:^4.10.0, @eslint-community/regexpp@npm:^4.11.0, @eslint-community/regexpp@npm:^4.12.1, @eslint-community/regexpp@npm:^4.8.0":
420431
version: 4.12.1
421432
resolution: "@eslint-community/regexpp@npm:4.12.1"
@@ -479,10 +490,10 @@ __metadata:
479490
languageName: node
480491
linkType: hard
481492

482-
"@eslint/js@npm:9.34.0":
483-
version: 9.34.0
484-
resolution: "@eslint/js@npm:9.34.0"
485-
checksum: 10c0/53f1bfd2a374683d9382a6850354555f6e89a88416c34a5d34e9fbbaf717e97c2b06300e8f93e5eddba8bda8951ccab7f93a680e56ded1a3d21d526019e69bab
493+
"@eslint/js@npm:9.35.0":
494+
version: 9.35.0
495+
resolution: "@eslint/js@npm:9.35.0"
496+
checksum: 10c0/d40fe38724bc76c085c0b753cdf937fa35c0d6807ae76b2632e3f5f66c3040c91adcf1aff2ce70b4f45752e60629fadc415eeec9af3be3c274bae1cac54b9840
486497
languageName: node
487498
linkType: hard
488499

@@ -2967,17 +2978,17 @@ __metadata:
29672978
languageName: node
29682979
linkType: hard
29692980

2970-
"eslint@npm:^9.34.0":
2971-
version: 9.34.0
2972-
resolution: "eslint@npm:9.34.0"
2981+
"eslint@npm:^9.35.0":
2982+
version: 9.35.0
2983+
resolution: "eslint@npm:9.35.0"
29732984
dependencies:
2974-
"@eslint-community/eslint-utils": "npm:^4.2.0"
2985+
"@eslint-community/eslint-utils": "npm:^4.8.0"
29752986
"@eslint-community/regexpp": "npm:^4.12.1"
29762987
"@eslint/config-array": "npm:^0.21.0"
29772988
"@eslint/config-helpers": "npm:^0.3.1"
29782989
"@eslint/core": "npm:^0.15.2"
29792990
"@eslint/eslintrc": "npm:^3.3.1"
2980-
"@eslint/js": "npm:9.34.0"
2991+
"@eslint/js": "npm:9.35.0"
29812992
"@eslint/plugin-kit": "npm:^0.3.5"
29822993
"@humanfs/node": "npm:^0.16.6"
29832994
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -3013,7 +3024,7 @@ __metadata:
30133024
optional: true
30143025
bin:
30153026
eslint: bin/eslint.js
3016-
checksum: 10c0/ba3e54fa0c8ed23d062f91519afaae77fed922a6c4d76130b6cd32154bcb406aaea4b3c5ed88e0be40828c1d5b6921592f3947dbdc5e2043de6bd7aa341fe5ea
3027+
checksum: 10c0/798c527520ccf62106f8cd210bd1db1f8eb1b0e7a56feb0a8b322bf3a1e6a0bc6dc3a414542c22b1b393d58d5e3cd0252c44c023049de9067b836450503a2f03
30173028
languageName: node
30183029
linkType: hard
30193030

@@ -3770,7 +3781,7 @@ __metadata:
37703781
dependencies:
37713782
"@antfu/eslint-config": "npm:^5.3.0"
37723783
"@types/node": "npm:^24.3.1"
3773-
eslint: "npm:^9.34.0"
3784+
eslint: "npm:^9.35.0"
37743785
husky: "npm:^9.1.7"
37753786
oxlint: "npm:^1.15.0"
37763787
typescript: "npm:^5.9.2"

0 commit comments

Comments
 (0)