Skip to content

Commit 9fda341

Browse files
chore(deps): update all non-major dependencies
1 parent 5822710 commit 9fda341

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
build:
2727
needs: prepare_jobs
2828
name: dargstack rgen
29-
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.14
29+
uses: dargmuesli/github-actions/.github/workflows/dargstack-rgen.yml@2.5.15
3030
if: needs.prepare_jobs.outputs.pr_found == 'false' || github.event_name == 'pull_request'
3131
release-semantic:
3232
needs: build
3333
name: Semantic Release
34-
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.14
34+
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.5.15
3535
permissions:
3636
contents: write
3737
secrets:

.github/workflows/release-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-schedule:
1010
name: "Release: Scheduled"
11-
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.14
11+
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.5.15
1212
secrets:
1313
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1414
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@commitlint/config-conventional": "19.8.1",
2020
"conventional-changelog-conventionalcommits": "9.1.0",
2121
"dargstack": "2.5.1",
22-
"dargstack_rgen": "0.9.66",
22+
"dargstack_rgen": "0.9.67",
2323
"husky": "9.1.7"
2424
}
2525
}

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
@@ -352,7 +352,7 @@ services:
352352
- traefik.http.routers.prometheus_secure.rule=Host(`prometheus.${STACK_DOMAIN}`)
353353
- traefik.http.routers.prometheus_secure.tls.options=mintls13@file #DARGSTACK-REMOVE
354354
- traefik.http.services.prometheus.loadbalancer.server.port=9090
355-
image: prom/prometheus:v3.4.2
355+
image: prom/prometheus:v3.5.0
356356
volumes:
357357
- ../production/configurations/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml:ro
358358
- prometheus_data:/prometheus
@@ -391,7 +391,7 @@ services:
391391
# timeout: 10s
392392
# retries: 3
393393
# start_period: 10s
394-
image: redpandadata/redpanda:v25.1.7
394+
image: redpandadata/redpanda:v25.1.8
395395
volumes:
396396
- redpanda_data:/var/lib/redpanda/data
397397
redpanda-console:

src/production/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ services:
119119
- (( append ))
120120
- traefik.http.routers.vibetype.middlewares=vibetype_cors,vibetype_redirectregex
121121
- traefik.http.routers.vibetype_secure.tls.certresolver=default
122-
image: ghcr.io/maevsi/vibetype:12.15.1
122+
image: ghcr.io/maevsi/vibetype:12.17.1
123123
user: (( prune ))
124124
# vibetype_beta:
125125
# # You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).

0 commit comments

Comments
 (0)