Skip to content

Commit

Permalink
Merge pull request #1812 from DSD-DBS/update
Browse files Browse the repository at this point in the history
build: Update frontend and pre-commit versions
  • Loading branch information
MoritzWeber0 authored Sep 17, 2024
2 parents e4b9f6b + b50ff22 commit b84d58d
Show file tree
Hide file tree
Showing 3 changed files with 14,445 additions and 18,818 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_stages: [commit, merge-commit]
minimum_pre_commit_version: 3.2.0
repos:
- repo: https://github.com/gitleaks/gitleaks.git
rev: v8.18.4
rev: v8.19.2
hooks:
- id: gitleaks
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -87,7 +87,7 @@ repos:
- '[email protected]'
- 'prettier-plugin-tailwindcss@^0.6.6'
- '@trivago/prettier-plugin-sort-imports@^4.3.0'
- 'tailwindcss@^3.4.10'
- 'tailwindcss@^3.4.12'
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
hooks:
Expand Down Expand Up @@ -155,16 +155,16 @@ repos:
hooks:
- id: reuse-lint-file
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.9.1
rev: v9.10.0
hooks:
- id: eslint
additional_dependencies:
- 'eslint@^9.10.0'
- '@eslint/js@^9.10.0'
- '[email protected].0'
- '[email protected].1'
- 'eslint-config-prettier@^9.1.0'
- 'typescript-eslint@8.5.0'
- 'eslint-plugin-unused-imports@^4.1.3'
- 'typescript-eslint@8.6.0'
- 'eslint-plugin-unused-imports@^4.1.4'
- 'eslint-plugin-tailwindcss@^3.17.4'
- '[email protected]'
- 'tailwindcss@^3.4.10'
Expand All @@ -180,7 +180,7 @@ repos:
exclude: '.+\.spec(-helper)?\.ts$|^frontend/src/app/openapi'
types_or: ['html', 'ts']
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.17.0
rev: v9.18.0
hooks:
- id: commitlint
stages: [commit-msg]
Expand Down
Loading

0 comments on commit b84d58d

Please sign in to comment.