Skip to content

Commit fa155bc

Browse files
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 59ed241 commit fa155bc

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.2.1",
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

@@ -2958,17 +2969,17 @@ __metadata:
29582969
languageName: node
29592970
linkType: hard
29602971

2961-
"eslint@npm:^9.34.0":
2962-
version: 9.34.0
2963-
resolution: "eslint@npm:9.34.0"
2972+
"eslint@npm:^9.35.0":
2973+
version: 9.35.0
2974+
resolution: "eslint@npm:9.35.0"
29642975
dependencies:
2965-
"@eslint-community/eslint-utils": "npm:^4.2.0"
2976+
"@eslint-community/eslint-utils": "npm:^4.8.0"
29662977
"@eslint-community/regexpp": "npm:^4.12.1"
29672978
"@eslint/config-array": "npm:^0.21.0"
29682979
"@eslint/config-helpers": "npm:^0.3.1"
29692980
"@eslint/core": "npm:^0.15.2"
29702981
"@eslint/eslintrc": "npm:^3.3.1"
2971-
"@eslint/js": "npm:9.34.0"
2982+
"@eslint/js": "npm:9.35.0"
29722983
"@eslint/plugin-kit": "npm:^0.3.5"
29732984
"@humanfs/node": "npm:^0.16.6"
29742985
"@humanwhocodes/module-importer": "npm:^1.0.1"
@@ -3004,7 +3015,7 @@ __metadata:
30043015
optional: true
30053016
bin:
30063017
eslint: bin/eslint.js
3007-
checksum: 10c0/ba3e54fa0c8ed23d062f91519afaae77fed922a6c4d76130b6cd32154bcb406aaea4b3c5ed88e0be40828c1d5b6921592f3947dbdc5e2043de6bd7aa341fe5ea
3018+
checksum: 10c0/798c527520ccf62106f8cd210bd1db1f8eb1b0e7a56feb0a8b322bf3a1e6a0bc6dc3a414542c22b1b393d58d5e3cd0252c44c023049de9067b836450503a2f03
30083019
languageName: node
30093020
linkType: hard
30103021

@@ -3754,7 +3765,7 @@ __metadata:
37543765
dependencies:
37553766
"@antfu/eslint-config": "npm:^5.2.1"
37563767
"@types/node": "npm:^24.3.1"
3757-
eslint: "npm:^9.34.0"
3768+
eslint: "npm:^9.35.0"
37583769
husky: "npm:^9.1.7"
37593770
oxlint: "npm:^1.15.0"
37603771
typescript: "npm:^5.9.2"

0 commit comments

Comments
 (0)