Skip to content

Commit f03a571

Browse files
chore(deps): update all non-major dependencies
1 parent 177842f commit f03a571

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
build:
2929
needs: prepare_jobs
3030
name: dargstack rgen
31-
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.6.7
31+
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.6.8
3232
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3333
with:
3434
APT_PACKAGES: mkcert
3535
release-semantic:
3636
needs: build
3737
name: Semantic Release
38-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.7
38+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.6.8
3939
permissions:
4040
contents: write
4141
secrets:

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
release-schedule:
1313
name: "Release: Scheduled"
14-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.7
14+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.6.8
1515
secrets:
1616
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1717
with:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"@commitlint/config-conventional": "20.0.0",
77
"conventional-changelog-conventionalcommits": "9.1.0",
88
"dargstack": "2.5.1",
9-
"dargstack_rgen": "0.9.73",
9+
"dargstack_rgen": "0.9.74",
1010
"husky": "9.1.7"
1111
},
1212
"engines": {
1313
"node": "22"
1414
},
1515
"license": "GPL-3.0-only",
1616
"name": "@maevsi/stack",
17-
"packageManager": "pnpm@10.18.3",
17+
"packageManager": "pnpm@10.19.0",
1818
"private": true,
1919
"repository": "https://github.com/maevsi/stack.git",
2020
"scripts": {

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ services:
187187
GF_SECURITY_ADMIN_PASSWORD__FILE: /run/secrets/grafana_admin_password
188188
GF_SECURITY_ADMIN_USER__FILE: /run/secrets/grafana_admin_user
189189
GF_SERVER_ROOT_URL: https://grafana.${STACK_DOMAIN}/
190-
image: grafana/grafana:12.2.0
190+
image: grafana/grafana:12.2.1
191191
secrets:
192192
- grafana_admin_email
193193
- grafana_admin_password
@@ -314,7 +314,7 @@ services:
314314
POSTGRAPHILE_JWT_PUBLIC_KEY_FILE: /run/config/postgraphile_jwt-public-key
315315
POSTGRAPHILE_JWT_SECRET_KEY_FILE: /run/secrets/postgraphile_jwt-secret
316316
POSTGRAPHILE_OWNER_CONNECTION_FILE: /run/secrets/postgraphile_owner-connection
317-
image: ghcr.io/maevsi/postgraphile:1.0.8
317+
image: ghcr.io/maevsi/postgraphile:1.0.9
318318
secrets:
319319
- postgraphile_connection
320320
- postgraphile_jwt-secret
@@ -355,7 +355,7 @@ services:
355355
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
356356
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
357357
- traefik.http.services.prometheus.loadbalancer.server.port=9090
358-
image: prom/prometheus:v3.7.1
358+
image: prom/prometheus:v3.7.2
359359
volumes:
360360
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
361361
- prometheus_data:/prometheus

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ services:
7272
- (( append ))
7373
- traefik.http.routers.redpanda_secure.tls.certresolver=default
7474
sqitch:
75-
image: ghcr.io/maevsi/sqitch:9.7.6
75+
image: ghcr.io/maevsi/sqitch:9.7.7
7676
volumes: (( prune ))
7777
traefik:
7878
command:

0 commit comments

Comments
 (0)