diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6790b0cc3..c84edf198 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: # files: \.tool-versions|package\.json|yarn(-.*\.cjs|\.lock) # entry: npx yarn run yarn-audit-fix - repo: https://github.com/ScribeMD/pre-commit-hooks - rev: 0.16.1 + rev: 0.16.3 hooks: - id: yarn-dedupe entry: npx yarn dedupe @@ -68,7 +68,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v7.3.2 + rev: v8.2.1 hooks: - id: cspell name: Spell check with cspell @@ -81,7 +81,7 @@ repos: yarn.lock )$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.32.0 + rev: v1.33.0 hooks: - id: yamllint files: \.(yaml|yml)$ @@ -105,7 +105,7 @@ repos: )$ - repo: https://github.com/pre-commit/mirrors-prettier # keep it before markdownlint and eslint - rev: "v3.0.3" + rev: "v4.0.0-alpha.8" hooks: - id: prettier types_or: ["markdown", "json", "ts"] @@ -115,16 +115,16 @@ repos: syntaxes/external/jinja.tmLanguage.json| )$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.37.0 + rev: v0.38.0 hooks: - id: markdownlint - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.5.0 + rev: v9.10.0 hooks: - id: commitlint stages: [commit-msg] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.52.0 + rev: v9.0.0-alpha.0 hooks: - id: eslint args: