Skip to content

Commit

Permalink
chore(deps): update eslint monorepo to v9.19.0 (#319)
Browse files Browse the repository at this point in the history
Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
  • Loading branch information
gabe565-renovate[bot] authored Jan 28, 2025
1 parent 77a86fa commit b11cd7f
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repos:
- id: go-test-mod

- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.11.1
rev: v9.19.0
hooks:
- id: eslint
files: '^web'
Expand Down
176 changes: 99 additions & 77 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"vue": "3.5.11"
},
"devDependencies": {
"@eslint/js": "9.11.1",
"@eslint/js": "9.19.0",
"@vue/eslint-config-prettier": "9.0.0",
"eslint": "9.11.1",
"eslint": "9.19.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.28.0",
Expand Down

0 comments on commit b11cd7f

Please sign in to comment.