Skip to content

Commit 52ae951

Browse files
committed
chore: update pre-commit dependencies
1 parent 31026d3 commit 52ae951

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

blank/{{ cookiecutter.project_name }}/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: license-eye
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: pretty-format-json
1010
args:
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/compilerla/conventional-pre-commit
20-
rev: v4.2.0
20+
rev: v4.3.0
2121
hooks:
2222
- id: conventional-pre-commit
2323
stages:
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: markdown-toc
2929
- repo: https://github.com/DavidAnson/markdownlint-cli2
30-
rev: v0.18.1
30+
rev: v0.20.0
3131
hooks:
3232
- id: markdownlint-cli2
3333
- repo: https://github.com/mrsimonemms/toodaloo

golang-cobra/{{ cookiecutter.project_name }}/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: go-err-check
1111
- id: go-static-check
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: pretty-format-json
1616
args:
@@ -23,7 +23,7 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/compilerla/conventional-pre-commit
26-
rev: v4.2.0
26+
rev: v4.3.0
2727
hooks:
2828
- id: conventional-pre-commit
2929
stages:
@@ -33,11 +33,11 @@ repos:
3333
hooks:
3434
- id: markdown-toc
3535
- repo: https://github.com/DavidAnson/markdownlint-cli2
36-
rev: v0.18.1
36+
rev: v0.20.0
3737
hooks:
3838
- id: markdownlint-cli2
3939
- repo: https://github.com/golangci/golangci-lint
40-
rev: v2.1.6
40+
rev: v2.7.2
4141
hooks:
4242
- id: golangci-lint
4343
- repo: https://github.com/mrsimonemms/toodaloo

golang/{{ cookiecutter.project_name }}/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: go-err-check
1111
- id: go-static-check
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: pretty-format-json
1616
args:
@@ -23,7 +23,7 @@ repos:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/compilerla/conventional-pre-commit
26-
rev: v4.2.0
26+
rev: v4.3.0
2727
hooks:
2828
- id: conventional-pre-commit
2929
stages:
@@ -33,11 +33,11 @@ repos:
3333
hooks:
3434
- id: markdown-toc
3535
- repo: https://github.com/DavidAnson/markdownlint-cli2
36-
rev: v0.18.1
36+
rev: v0.20.0
3737
hooks:
3838
- id: markdownlint-cli2
3939
- repo: https://github.com/golangci/golangci-lint
40-
rev: v2.1.6
40+
rev: v2.7.2
4141
hooks:
4242
- id: golangci-lint
4343
- repo: https://github.com/mrsimonemms/toodaloo

js/{{ cookiecutter.project_name }}/.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: license-eye
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: pretty-format-json
1010
args:
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/compilerla/conventional-pre-commit
20-
rev: v4.2.0
20+
rev: v4.3.0
2121
hooks:
2222
- id: conventional-pre-commit
2323
stages:
@@ -27,7 +27,7 @@ repos:
2727
hooks:
2828
- id: markdown-toc
2929
- repo: https://github.com/DavidAnson/markdownlint-cli2
30-
rev: v0.18.1
30+
rev: v0.20.0
3131
hooks:
3232
- id: markdownlint-cli2
3333
- repo: https://github.com/pre-commit/mirrors-prettier
@@ -44,7 +44,7 @@ repos:
4444
stages:
4545
- pre-commit
4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.28.0
47+
rev: v10.0.0-beta.0
4848
hooks:
4949
- id: eslint
5050
{%- if cookiecutter.type == "svelte" %}

monorepo/{{ cookiecutter.project_name }}/.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: go-err-check
1010
- id: go-static-check
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v5.0.0
12+
rev: v6.0.0
1313
hooks:
1414
- id: pretty-format-json
1515
args:
@@ -22,14 +22,14 @@ repos:
2222
- id: end-of-file-fixer
2323
- id: trailing-whitespace
2424
- repo: https://github.com/bufbuild/buf
25-
rev: v1.54.0
25+
rev: v1.61.0
2626
hooks:
2727
- id: buf-lint
2828
entry: buf lint proto
2929
- id: buf-format
3030
entry: buf format -w --exit-code proto
3131
- repo: https://github.com/compilerla/conventional-pre-commit
32-
rev: v4.2.0
32+
rev: v4.3.0
3333
hooks:
3434
- id: conventional-pre-commit
3535
stages:
@@ -39,11 +39,11 @@ repos:
3939
hooks:
4040
- id: markdown-toc
4141
- repo: https://github.com/DavidAnson/markdownlint-cli2
42-
rev: v0.18.1
42+
rev: v0.20.0
4343
hooks:
4444
- id: markdownlint-cli2
4545
- repo: https://github.com/golangci/golangci-lint
46-
rev: v2.1.6
46+
rev: v2.7.2
4747
hooks:
4848
- id: golangci-lint
4949
- repo: https://github.com/mrsimonemms/toodaloo

terraform/{{ cookiecutter.project_name }}/.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repos:
44
hooks:
55
- id: license-eye
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
- id: pretty-format-json
1010
args:
@@ -17,7 +17,7 @@ repos:
1717
- id: end-of-file-fixer
1818
- id: trailing-whitespace
1919
- repo: https://github.com/compilerla/conventional-pre-commit
20-
rev: v4.2.0
20+
rev: v4.3.0
2121
hooks:
2222
- id: conventional-pre-commit
2323
stages:
@@ -27,15 +27,15 @@ repos:
2727
hooks:
2828
- id: markdown-toc
2929
- repo: https://github.com/DavidAnson/markdownlint-cli2
30-
rev: v0.18.1
30+
rev: v0.20.0
3131
hooks:
3232
- id: markdownlint-cli2
3333
- repo: https://github.com/mrsimonemms/toodaloo
3434
rev: v0.2.4
3535
hooks:
3636
- id: scan
3737
- repo: https://github.com/terraform-docs/terraform-docs
38-
rev: v0.20.0
38+
rev: v0.21.0
3939
hooks:
4040
- id: terraform-docs-go
4141
args:
@@ -45,7 +45,7 @@ repos:
4545
- --recursive-include-main=false
4646
- --output-file=README.md
4747
- repo: https://github.com/antonbabenko/pre-commit-terraform
48-
rev: "v1.99.3"
48+
rev: "v1.104.0"
4949
hooks:
5050
- id: terraform_fmt
5151
args:

0 commit comments

Comments
 (0)