Skip to content

Commit c27cdcd

Browse files
build(deps): bump the pre-commit-hooks group across 1 directory with 8 updates
Bumps the pre-commit-hooks group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [https://github.com/gitleaks/gitleaks](https://github.com/gitleaks/gitleaks) | `v8.30.0` | `8.30.1` | | [https://github.com/oxipng/oxipng](https://github.com/oxipng/oxipng) | `v10.0.0` | `10.1.0` | | [https://github.com/Lucas-C/pre-commit-hooks](https://github.com/Lucas-C/pre-commit-hooks) | `v1.5.5` | `1.5.6` | | [https://github.com/rhysd/actionlint](https://github.com/rhysd/actionlint) | `v1.7.9` | `1.7.11` | | [https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell) | `v2.4.1` | `2.4.2` | | [https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | `v0.46.0` | `0.48.0` | | [https://github.com/rubocop/rubocop](https://github.com/rubocop/rubocop) | `v1.81.7` | `1.85.1` | | [https://github.com/adrienverge/yamllint](https://github.com/adrienverge/yamllint) | `v1.37.1` | `1.38.0` | Updates `https://github.com/gitleaks/gitleaks` from v8.30.0 to 8.30.1 - [Release notes](https://github.com/gitleaks/gitleaks/releases) - [Commits](gitleaks/gitleaks@v8.30.0...v8.30.1) Updates `https://github.com/oxipng/oxipng` from v10.0.0 to 10.1.0 - [Release notes](https://github.com/oxipng/oxipng/releases) - [Changelog](https://github.com/oxipng/oxipng/blob/master/CHANGELOG.md) - [Commits](oxipng/oxipng@v10.0.0...v10.1.0) Updates `https://github.com/Lucas-C/pre-commit-hooks` from v1.5.5 to 1.5.6 - [Release notes](https://github.com/Lucas-C/pre-commit-hooks/releases) - [Commits](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) Updates `https://github.com/rhysd/actionlint` from v1.7.9 to 1.7.11 - [Release notes](https://github.com/rhysd/actionlint/releases) - [Changelog](https://github.com/rhysd/actionlint/blob/main/CHANGELOG.md) - [Commits](rhysd/actionlint@v1.7.9...v1.7.11) Updates `https://github.com/codespell-project/codespell` from v2.4.1 to 2.4.2 - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](codespell-project/codespell@v2.4.1...v2.4.2) Updates `https://github.com/igorshubovych/markdownlint-cli` from v0.46.0 to 0.48.0 - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](igorshubovych/markdownlint-cli@v0.46.0...v0.48.0) Updates `https://github.com/rubocop/rubocop` from v1.81.7 to 1.85.1 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.7...v1.85.1) Updates `https://github.com/adrienverge/yamllint` from v1.37.1 to 1.38.0 - [Release notes](https://github.com/adrienverge/yamllint/releases) - [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst) - [Commits](adrienverge/yamllint@v1.37.1...v1.38.0) --- updated-dependencies: - dependency-name: https://github.com/gitleaks/gitleaks dependency-version: 8.30.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/oxipng/oxipng dependency-version: 10.1.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/Lucas-C/pre-commit-hooks dependency-version: 1.5.6 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/rhysd/actionlint dependency-version: 1.7.11 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/codespell-project/codespell dependency-version: 2.4.2 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/igorshubovych/markdownlint-cli dependency-version: 0.48.0 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/rubocop/rubocop dependency-version: 1.85.1 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/adrienverge/yamllint dependency-version: 1.38.0 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eb7d0b8 commit c27cdcd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ repos:
3535
track and have security implications. Please remove the zip file from the repository.
3636
files: \.zip$
3737
- repo: https://github.com/gitleaks/gitleaks
38-
rev: v8.30.0
38+
rev: v8.30.1
3939
hooks:
4040
- id: gitleaks
4141
name: run gitleaks
4242
description: detect hardcoded secrets with gitleaks
4343
- repo: https://github.com/oxipng/oxipng
44-
rev: v10.0.0
44+
rev: v10.1.0
4545
hooks:
4646
- id: oxipng
4747
name: run oxipng
@@ -73,7 +73,7 @@ repos:
7373
- id: mixed-line-ending
7474
- id: trailing-whitespace
7575
- repo: https://github.com/Lucas-C/pre-commit-hooks
76-
rev: v1.5.5
76+
rev: v1.5.6
7777
hooks:
7878
- id: forbid-tabs
7979
name: run no-tabs checker
@@ -85,19 +85,19 @@ repos:
8585
args: [--whitespaces-count, "2"]
8686
exclude: Makefile$
8787
- repo: https://github.com/rhysd/actionlint
88-
rev: v1.7.9
88+
rev: v1.7.11
8989
hooks:
9090
- id: actionlint
9191
name: run actionlint
9292
description: lint GitHub Actions workflow files
9393
- repo: https://github.com/codespell-project/codespell
94-
rev: v2.4.1
94+
rev: v2.4.2
9595
hooks:
9696
- id: codespell
9797
name: run codespell
9898
description: check spelling with codespell
9999
- repo: https://github.com/igorshubovych/markdownlint-cli
100-
rev: v0.46.0
100+
rev: v0.48.0
101101
hooks:
102102
- id: markdownlint
103103
name: run markdownlint
@@ -106,7 +106,7 @@ repos:
106106
types: [markdown]
107107
files: \.md$
108108
- repo: https://github.com/rubocop/rubocop
109-
rev: v1.81.7
109+
rev: v1.85.1
110110
hooks:
111111
- id: rubocop
112112
name: run rubocop
@@ -120,7 +120,7 @@ repos:
120120
name: run shellcheck
121121
description: check shell scripts with a static analysis tool
122122
- repo: https://github.com/adrienverge/yamllint
123-
rev: v1.37.1
123+
rev: v1.38.0
124124
hooks:
125125
- id: yamllint
126126
name: run yamllint

0 commit comments

Comments
 (0)