Skip to content

Commit 22c4055

Browse files
committed
🧑‍💻(gh): Upgrade trunk dependencies
Signed-off-by: Alexandre Nicolaie <[email protected]>
1 parent 3e38be9 commit 22c4055

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"ms-kubernetes-tools.vscode-kubernetes-tools",
7777
"ms-vscode-remote.remote-containers",
7878
"nefrob.vscode-just-syntax",
79+
"redhat.ansible",
7980
"redhat.vscode-yaml",
8081
"tamasfe.even-better-toml",
8182
"terrastruct.d2",

.trunk/trunk.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cli:
88
plugins:
99
sources:
1010
- id: trunk
11-
ref: v1.6.5
11+
ref: v1.6.6
1212
uri: https://github.com/trunk-io/plugins
1313
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1414
runtimes:
@@ -41,24 +41,24 @@ lint:
4141
enabled:
4242
4343
44-
44+
4545
- git-diff-check
4646
4747
48-
- markdownlint@0.42.0
49-
50-
51-
- prettier@3.3.3
48+
- markdownlint@0.43.0
49+
50+
51+
- prettier@3.4.2
5252
53-
- renovate@39.16.0
54-
- ruff@0.7.3
53+
- renovate@39.76.0
54+
- ruff@0.8.4
5555
5656
57-
- sort-package-json@2.10.1
57+
- sort-package-json@2.12.0
5858
5959
60-
- trivy@0.56.2
61-
- trufflehog@3.83.6
60+
- trivy@0.58.0
61+
- trufflehog@3.87.2
6262
ignore:
6363
- # Architecture SVG diagram cannot be linted by svgo
6464
linters: [svgo]

0 commit comments

Comments
 (0)