Skip to content

Commit c286456

Browse files
renovate[bot]dargmuesli
authored andcommitted
fix(deps): update all non-major dependencies
1 parent 2e6064b commit c286456

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@commitlint/cli": "19.8.0",
1919
"@commitlint/config-conventional": "19.8.0",
2020
"conventional-changelog-conventionalcommits": "8.0.0",
21-
"dargstack": "2.3.0",
21+
"dargstack": "2.5.0",
2222
"dargstack_rgen": "0.9.57",
2323
"husky": "9.1.7"
2424
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/development/stack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ services:
218218
constraints:
219219
- node.role == manager
220220
replicas: 1
221-
image: portainer/portainer-ce:2.27.1-alpine
221+
image: portainer/portainer-ce:2.28.0-alpine
222222
secrets:
223223
- portainer_admin-password
224224
volumes:
@@ -230,7 +230,7 @@ services:
230230
placement:
231231
constraints:
232232
- node.platform.os == linux
233-
image: portainer/agent:2.27.1
233+
image: portainer/agent:2.28.0
234234
volumes:
235235
- /var/run/docker.sock:/var/run/docker.sock
236236
- /var/lib/docker/volumes:/var/lib/docker/volumes

src/production/production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127
- (( append ))
128128
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
129129
- traefik.http.routers.vibetype_secure.tls.certresolver=default
130-
image: ghcr.io/maevsi/vibetype:9.5.0
130+
image: ghcr.io/maevsi/vibetype:9.6.0
131131
user: (( prune ))
132132
vibetype_beta:
133133
# You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
@@ -151,7 +151,7 @@ services:
151151
NUXT_PUBLIC_TURNSTILE_SITE_KEY: ${VIBETYPE_NUXT_PUBLIC_TURNSTILE_SITE_KEY}
152152
NUXT_PUBLIC_VIO_ENVIRONMENT: beta
153153
PGHOST: ${VIBETYPE_PGHOST}
154-
image: ghcr.io/maevsi/vibetype:9.5.0
154+
image: ghcr.io/maevsi/vibetype:9.6.0
155155
secrets:
156156
- source: vibetype_api-notification-secret
157157
target: /run/environment-variables/NUXT_PRIVATE_API_NOTIFICATION_SECRET

0 commit comments

Comments
 (0)