Skip to content

Commit e52caf0

Browse files
committed
🆕 update pre-commit plugins
Signed-off-by: Christoph Görn <[email protected]>
1 parent 2ecc123 commit e52caf0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

‎.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
repos:
33
- repo: https://github.com/Lucas-C/pre-commit-hooks
4-
rev: v1.1.11
4+
rev: v1.5.1
55
hooks:
66
- id: remove-tabs
77
exclude: Makefile
88

99
- repo: https://github.com/pre-commit/mirrors-eslint
10-
rev: v8.13.0
10+
rev: v8.41.0
1111
hooks:
1212
- id: eslint
1313
args:
@@ -26,13 +26,13 @@ repos:
2626
- prettier
2727

2828
- repo: https://github.com/pre-commit/mirrors-prettier
29-
rev: v2.6.2
29+
rev: v3.0.0-alpha.9-for-vscode
3030
hooks:
3131
- id: prettier
3232
files: \.(js|ts|tsx)$
3333

3434
- repo: https://github.com/pre-commit/pre-commit-hooks
35-
rev: v4.1.0
35+
rev: v4.4.0
3636
hooks:
3737
- id: trailing-whitespace
3838
- id: check-merge-conflict
@@ -45,7 +45,7 @@ repos:
4545
args: [--allow-multiple-documents]
4646

4747
- repo: https://github.com/adrienverge/yamllint.git
48-
rev: v1.26.2
48+
rev: v1.31.0
4949
hooks:
5050
- id: yamllint
5151
files: \.(yaml|yml)$

‎content/posts/no-app-of-apps-anymore/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'is app-of-apps the right pattern for you?'
3-
date: 2023-05-17
4-
author: 'Christoph [GNU:] Görn'
3+
date: 2023-05-17
4+
author: 'Christoph [GNU:] Görn'
55
description: 'The app-of-apps pattern, while a useful concept, does have its pitfalls. The most significant is the complexity it introduces into application management.'
66
tags:
77
- OperateFirst

0 commit comments

Comments
 (0)