Skip to content

Commit affe6be

Browse files
authored
chore: upgrade trunk (#19628)
1 parent 1b870c9 commit affe6be

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.trunk/trunk.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.3
5+
version: 1.22.12
66

77
repo:
88
trunk_remote_hint: github.com/eslint/eslint
@@ -12,7 +12,7 @@ plugins:
1212
sources:
1313
- id: trunk
1414
uri: https://github.com/trunk-io/plugins
15-
ref: v1.6.1
15+
ref: v1.6.8
1616

1717
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1818
runtimes:
@@ -22,7 +22,7 @@ runtimes:
2222
- python@3.10.8
2323
tools:
2424
enabled:
25-
- gh@2.54.0
25+
- gh@2.70.0
2626

2727
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
2828
lint:
@@ -48,12 +48,12 @@ lint:
4848
enabled:
4949
- taplo@0.9.3
5050
- eslint
51-
- actionlint@1.7.1
52-
- checkov@3.2.228
53-
- markdownlint@0.41.0
54-
- oxipng@9.1.2
55-
- prettier@3.3.3
56-
- renovate@38.37.1
51+
- actionlint@1.7.7
52+
- checkov@3.2.405
53+
- markdownlint@0.44.0
54+
- oxipng@9.1.4
55+
- prettier@3.5.3
56+
- renovate@39.248.2
5757
- shellcheck@0.10.0
5858
- shfmt@3.6.0
5959
- svgo@3.3.2

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"@babel/preset-env": "^7.4.3",
147147
"@cypress/webpack-preprocessor": "^6.0.2",
148148
"@eslint/json": "^0.11.0",
149-
"@trunkio/launcher": "^1.3.0",
149+
"@trunkio/launcher": "^1.3.4",
150150
"@types/node": "^22.13.14",
151151
"@typescript-eslint/parser": "^8.4.0",
152152
"babel-loader": "^8.0.5",

0 commit comments

Comments
 (0)