Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit b508f62

Browse files
chore(deps): update all non-major regex dependencies (#922)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Max Baumann <[email protected]>
1 parent f967741 commit b508f62

File tree

11 files changed

+853
-766
lines changed

11 files changed

+853
-766
lines changed

.github/workflows/cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
# renovate: dev-tag
15-
DEV_TAG: '18'
15+
DEV_TAG: '19'
1616

1717
jobs:
1818

.github/workflows/fly-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: 'Deploy to Fly'
55

66
env:
77
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
8-
FLY_CLI_VERSION: '0.3.55'
8+
FLY_CLI_VERSION: '0.3.57'
99

1010
on:
1111
workflow_call:

.github/workflows/migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
# renovate: datasource=github-releases depName=golang-migrate/migrate
1212
MIGRATE_VERSION: '4.18.1'
1313
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
14-
FLY_CLI_VERSION: '0.3.55'
14+
FLY_CLI_VERSION: '0.3.57'
1515
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
1616
SQLC_VERSION: '1.27.0'
1717

dev/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ services:
104104
context: ../images/dev-go-custom
105105
args:
106106
# renovate: dev-tag
107-
TAG: '18'
107+
TAG: '19'
108108
UID: ${UID:-1000}
109109
GID: ${GID:-1000}
110110
volumes:
@@ -148,7 +148,7 @@ services:
148148
context: ../images/dev-go-custom
149149
args:
150150
# renovate: dev-tag
151-
TAG: '18'
151+
TAG: '19'
152152
UID: ${UID:-1000}
153153
GID: ${GID:-1000}
154154
volumes:

gen/dart/lib/google/protobuf/descriptor.pb.dart

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

gen/dart/lib/google/protobuf/descriptor.pbenum.dart

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

gen/dart/lib/google/protobuf/descriptor.pbjson.dart

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

0 commit comments

Comments
 (0)