a914012699
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pre-commit/mirrors-eslint](https://github.com/pre-commit/mirrors-eslint) | repository | major | `v9.39.1` → `v10.0.3` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>pre-commit/mirrors-eslint (pre-commit/mirrors-eslint)</summary> ### [`v10.0.3`](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.2...v10.0.3) [Compare Source](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.2...v10.0.3) ### [`v10.0.2`](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.1...v10.0.2) [Compare Source](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.1...v10.0.2) ### [`v10.0.1`](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.0...v10.0.1) [Compare Source](https://github.com/pre-commit/mirrors-eslint/compare/v10.0.0...v10.0.1) ### [`v10.0.0`](https://github.com/pre-commit/mirrors-eslint/compare/v9.39.1...v10.0.0) [Compare Source](https://github.com/pre-commit/mirrors-eslint/compare/v9.39.1...v10.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjkiLCJ1cGRhdGVkSW5WZXIiOiI0My40Ni42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: #93 Co-authored-by: Renovate Bot <renovate@unbound.se> Co-committed-by: Renovate Bot <renovate@unbound.se>
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
# See https://pre-commit.com for more information
|
|
# See https://pre-commit.com/hooks.html for more hooks
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v6.0.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
args:
|
|
- --allow-multiple-documents
|
|
- id: check-added-large-files
|
|
- repo: https://github.com/markdownlint/markdownlint
|
|
rev: v0.15.0
|
|
hooks:
|
|
- id: markdownlint
|
|
- repo: https://gitlab.com/devopshq/gitlab-ci-linter
|
|
rev: v1.0.6
|
|
hooks:
|
|
- id: gitlab-ci-linter
|
|
args:
|
|
- --project
|
|
- unboundsoftware/schemas-app
|
|
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
|
|
rev: v9.24.0
|
|
hooks:
|
|
- id: commitlint
|
|
stages: [ commit-msg ]
|
|
additional_dependencies: [ '@commitlint/config-conventional' ]
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
rev: v10.0.3
|
|
hooks:
|
|
- id: eslint
|
|
types: [ file ]
|
|
types_or: [ javascript, ts, vue ]
|
|
- repo: https://github.com/gitleaks/gitleaks
|
|
rev: v8.30.0
|
|
hooks:
|
|
- id: gitleaks
|
|
exclude: '^app/graphql/generated\.ts$'
|