Skip to content

Commit 283963f

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Chore(deps-dev): Bump eslint from 8.34.0 to 9.20.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.34.0 to 9.20.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.34.0...v9.20.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Also upgrade the pre-commit hook to use 9.20.0
1 parent 5c240b3 commit 283963f

File tree

3 files changed

+199
-238
lines changed

3 files changed

+199
-238
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ repos:
5353
args: [--py39-plus]
5454

5555
- repo: https://github.com/pre-commit/mirrors-eslint
56-
rev: v9.19.0
56+
rev: v9.20.0
5757
hooks:
5858
- id: eslint
5959
additional_dependencies:
60-
- eslint@8.20.0
60+
- eslint@9.20.0
6161
6262
args: ["--fix"]
6363
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)