From 9adb83ed8f30cbe6e69c970ffefcb282e2fa4f99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 19:40:59 +0000 Subject: [PATCH] chore(deps): update all non-major regex dependencies --- .github/workflows/buf.yaml | 4 ++-- .github/workflows/ci-go-libs.yaml | 2 +- .github/workflows/cicd-go.yaml | 2 +- .github/workflows/fly-deploy.yaml | 2 +- .github/workflows/migrations.yaml | 6 +++--- .github/workflows/publish-bufs.yaml | 4 ++-- .github/workflows/spicedb.yaml | 2 +- Dockerfile.apisix | 2 +- Dockerfile.standalone | 4 ++-- go.mod | 2 +- images/dev-go/Dockerfile | 20 ++++++++++---------- libs/common/go.mod | 2 +- libs/decaying-lru/go.mod | 2 +- libs/hwauthz/go.mod | 2 +- libs/hwdb/go.mod | 2 +- libs/hwes/go.mod | 2 +- libs/hwlocale/go.mod | 2 +- libs/hwtesting/go.mod | 2 +- libs/hwutil/go.mod | 2 +- libs/telemetry/go.mod | 2 +- services/property-svc/go.mod | 2 +- services/tasks-svc/go.mod | 2 +- services/updates-svc/go.mod | 2 +- services/user-svc/go.mod | 2 +- spicedb/migrations/go.mod | 2 +- 25 files changed, 39 insertions(+), 39 deletions(-) diff --git a/.github/workflows/buf.yaml b/.github/workflows/buf.yaml index c070080b7..d1a3dfcae 100644 --- a/.github/workflows/buf.yaml +++ b/.github/workflows/buf.yaml @@ -12,9 +12,9 @@ permissions: env: # renovate: datasource=docker depName=golang versioning=docker - GO_VERSION: '1.23' + GO_VERSION: '1.24' # renovate: datasource=github-releases depName=bufbuild/buf - BUF_CLI_VERSION: '1.48.0' + BUF_CLI_VERSION: '1.53.0' # renovate: datasource=github-releases depName=favadi/protoc-go-inject-tag PROTOC_GO_INJECT_TAG_VERSION: '1.4.0' diff --git a/.github/workflows/ci-go-libs.yaml b/.github/workflows/ci-go-libs.yaml index a4a0a1137..1932dc010 100644 --- a/.github/workflows/ci-go-libs.yaml +++ b/.github/workflows/ci-go-libs.yaml @@ -10,7 +10,7 @@ on: env: # renovate: datasource=docker depName=golang versioning=docker - GO_VERSION: '1.23' + GO_VERSION: '1.24' jobs: diff --git a/.github/workflows/cicd-go.yaml b/.github/workflows/cicd-go.yaml index 76ff6d746..952c73099 100644 --- a/.github/workflows/cicd-go.yaml +++ b/.github/workflows/cicd-go.yaml @@ -23,7 +23,7 @@ permissions: env: # renovate: datasource=docker depName=golang versioning=docker - GO_VERSION: '1.23' + GO_VERSION: '1.24' jobs: diff --git a/.github/workflows/fly-deploy.yaml b/.github/workflows/fly-deploy.yaml index c0e974f2c..27935564f 100644 --- a/.github/workflows/fly-deploy.yaml +++ b/.github/workflows/fly-deploy.yaml @@ -5,7 +5,7 @@ name: 'Deploy to Fly' env: # renovate: datasource=github-releases depName=superfly/flyctl versioning=semver - FLY_CLI_VERSION: '0.3.57' + FLY_CLI_VERSION: '0.3.112' on: workflow_call: diff --git a/.github/workflows/migrations.yaml b/.github/workflows/migrations.yaml index e6712c0b8..7a438ab97 100644 --- a/.github/workflows/migrations.yaml +++ b/.github/workflows/migrations.yaml @@ -9,11 +9,11 @@ permissions: env: # renovate: datasource=github-releases depName=golang-migrate/migrate - MIGRATE_VERSION: '4.18.1' + MIGRATE_VERSION: '4.18.3' # renovate: datasource=github-releases depName=superfly/flyctl versioning=semver - FLY_CLI_VERSION: '0.3.57' + FLY_CLI_VERSION: '0.3.112' # renovate: datasource=github-releases depName=sqlc-dev/sqlc - SQLC_VERSION: '1.27.0' + SQLC_VERSION: '1.29.0' jobs: detect-changes: diff --git a/.github/workflows/publish-bufs.yaml b/.github/workflows/publish-bufs.yaml index 2b76fda09..ab6c531e8 100644 --- a/.github/workflows/publish-bufs.yaml +++ b/.github/workflows/publish-bufs.yaml @@ -9,10 +9,10 @@ on: env: # renovate: datasource=github-releases depName=bufbuild/buf - BUF_CLI_VERSION: '1.48.0' + BUF_CLI_VERSION: '1.53.0' NODE_VERSION: '18.x' # renovate: datasource=dart-version depName=dart - DART_VERSION: '3.6.0' + DART_VERSION: '3.7.3' jobs: check-preconditions: diff --git a/.github/workflows/spicedb.yaml b/.github/workflows/spicedb.yaml index 4c9b17205..a6e4f3b5f 100644 --- a/.github/workflows/spicedb.yaml +++ b/.github/workflows/spicedb.yaml @@ -2,7 +2,7 @@ name: spicedb env: # renovate: datasource=github-releases depName=authzed/zed - ZED_VERSION: '0.23.0' + ZED_VERSION: '0.30.2' on: pull_request: diff --git a/Dockerfile.apisix b/Dockerfile.apisix index 0d741b73e..f174bd70b 100644 --- a/Dockerfile.apisix +++ b/Dockerfile.apisix @@ -3,7 +3,7 @@ FROM debian:bookworm AS deps # renovate: datasource=github-releases depName=DarthSim/hivemind ARG HIVEMIND_VERSION=1.1.0 # renovate: datasource=github-releases depName=dapr/dapr -ARG DAPR_VERSION=1.14.4 +ARG DAPR_VERSION=1.15.4 RUN apt update && \ apt install -y wget diff --git a/Dockerfile.standalone b/Dockerfile.standalone index 4264ae330..4981a6a19 100644 --- a/Dockerfile.standalone +++ b/Dockerfile.standalone @@ -47,9 +47,9 @@ FROM debian:12.8 AS deps # renovate: datasource=github-releases depName=DarthSim/hivemind ARG HIVEMIND_VERSION=1.1.0 # renovate: datasource=github-releases depName=golang-migrate/migrate -ARG MIGRATE_VERSION=4.18.1 +ARG MIGRATE_VERSION=4.18.3 # renovate: datasource=github-releases depName=dapr/dapr -ARG DAPR_VERSION=1.14.4 +ARG DAPR_VERSION=1.15.4 RUN apt update && \ apt install -y wget diff --git a/go.mod b/go.mod index 0bb49ea29..b32893b33 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module devtools -go 1.23 +go 1.24 replace ( common => ./libs/common diff --git a/images/dev-go/Dockerfile b/images/dev-go/Dockerfile index c85f15c48..e7c55dd8a 100644 --- a/images/dev-go/Dockerfile +++ b/images/dev-go/Dockerfile @@ -33,7 +33,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - \ # install buf # https://buf.build/ # renovate: datasource=github-releases depName=bufbuild/buf -ENV BUF_VERSION=1.48.0 +ENV BUF_VERSION=1.53.0 RUN wget https://github.com/bufbuild/buf/releases/download/v${BUF_VERSION}/buf-Linux-x86_64 -O /usr/local/bin/buf \ && chmod +x /usr/local/bin/buf @@ -48,7 +48,7 @@ RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | d # install zed, CLI for SpiceDB # https://github.com/authzed/zed # renovate: datasource=github-releases depName=authzed/zed -ENV ZED_VERSION=0.23.0 +ENV ZED_VERSION=0.30.2 RUN wget https://github.com/authzed/zed/releases/download/v${ZED_VERSION}/zed_${ZED_VERSION}_linux_amd64.deb -O zed.deb \ && apt install -y ./zed.deb \ && rm zed.deb @@ -74,16 +74,16 @@ ENV HOME="/home/${UNAME}" # install air # https://github.com/air-verse/air # renovate: datasource=github-releases depName=air-verse/air -ENV AIR_VERSION=1.61.5 +ENV AIR_VERSION=1.61.7 RUN curl -sSfL https://raw.githubusercontent.com/air-verse/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v${AIR_VERSION} # install dapr-cli # https://docs.dapr.io/ # renovate: datasource=github-releases depName=dapr/cli -ENV DAPR_CLI_VERSION=1.14.1 +ENV DAPR_CLI_VERSION=1.15.1 # renovate: datasource=github-releases depName=dapr/dapr -ENV DAPR_RT_VERSION=1.14.4 +ENV DAPR_RT_VERSION=1.15.4 ENV PATH="$PATH:$HOME/dapr" RUN mkdir "$HOME/dapr" \ @@ -98,21 +98,21 @@ ENV PATH="$PATH:$HOME/.fly/bin" # install go-migrate # https://github.com/golang-migrate/migrate # renovate: datasource=github-releases depName=golang-migrate/migrate -ENV MIGRATE_VERSION=4.18.1 +ENV MIGRATE_VERSION=4.18.3 RUN go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@v${MIGRATE_VERSION} \ && go clean -modcache # install grpcurl # https://github.com/fullstorydev/grpcurl # renovate: datasource=github-releases depName=fullstorydev/grpcurl -ENV GRPCURL_VERSION=1.9.2 +ENV GRPCURL_VERSION=1.9.3 RUN go install github.com/fullstorydev/grpcurl/cmd/grpcurl@v${GRPCURL_VERSION} \ && go clean -modcache # install sqlc # https://sqlc.dev/ # renovate: datasource=github-releases depName=sqlc-dev/sqlc -ENV SQLC_VERSION=1.27.0 +ENV SQLC_VERSION=1.29.0 RUN go install github.com/sqlc-dev/sqlc/cmd/sqlc@v${SQLC_VERSION}\ && go clean -modcache @@ -128,14 +128,14 @@ RUN go install github.com/favadi/protoc-go-inject-tag@v${GO_INJECT_TAG_VERSION} # install gofumpt, a stricter gofmt # https://github.com/mvdan/gofumpt # renovate: datasource=github-releases depName=mvdan/gofumpt -ENV GOFUMPT_VERSION=0.7.0 +ENV GOFUMPT_VERSION=0.8.0 RUN go install mvdan.cc/gofumpt@v${GOFUMPT_VERSION} \ && go clean -modcache # install golangci-lint, the linter we also use in the CI # https://golangci-lint.run/ # renovate: datasource=github-releases depName=golangci/golangci-lint -ENV GOLANGCI_LINT_VERSION=1.63.4 +ENV GOLANGCI_LINT_VERSION=1.64.8 RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \ | sh -s -- -b $(go env GOPATH)/bin v${GOLANGCI_LINT_VERSION} diff --git a/libs/common/go.mod b/libs/common/go.mod index eb7f61e63..345b3ea12 100644 --- a/libs/common/go.mod +++ b/libs/common/go.mod @@ -1,6 +1,6 @@ module common -go 1.23 +go 1.24 replace ( hwlocale => ../hwlocale diff --git a/libs/decaying-lru/go.mod b/libs/decaying-lru/go.mod index fdddd6f2f..cf52454e0 100644 --- a/libs/decaying-lru/go.mod +++ b/libs/decaying-lru/go.mod @@ -1,6 +1,6 @@ module decayinglru -go 1.23 +go 1.24 replace ( common => ../common diff --git a/libs/hwauthz/go.mod b/libs/hwauthz/go.mod index 1de54c859..1ded3e285 100644 --- a/libs/hwauthz/go.mod +++ b/libs/hwauthz/go.mod @@ -1,6 +1,6 @@ module hwauthz -go 1.23 +go 1.24 replace ( common => ../common diff --git a/libs/hwdb/go.mod b/libs/hwdb/go.mod index 45c4c4a3b..e8860536e 100644 --- a/libs/hwdb/go.mod +++ b/libs/hwdb/go.mod @@ -1,6 +1,6 @@ module hwdb -go 1.23 +go 1.24 replace ( common => ../common diff --git a/libs/hwes/go.mod b/libs/hwes/go.mod index 8fa8c634e..586ee736a 100644 --- a/libs/hwes/go.mod +++ b/libs/hwes/go.mod @@ -1,6 +1,6 @@ module hwes -go 1.23 +go 1.24 replace ( common => ../common diff --git a/libs/hwlocale/go.mod b/libs/hwlocale/go.mod index b04469b14..55f4a4139 100644 --- a/libs/hwlocale/go.mod +++ b/libs/hwlocale/go.mod @@ -1,6 +1,6 @@ module hwlocale -go 1.23 +go 1.24 replace hwutil => ../hwutil diff --git a/libs/hwtesting/go.mod b/libs/hwtesting/go.mod index b8564929f..d5d392285 100644 --- a/libs/hwtesting/go.mod +++ b/libs/hwtesting/go.mod @@ -1,6 +1,6 @@ module hwtesting -go 1.23 +go 1.24 replace ( common => ../common diff --git a/libs/hwutil/go.mod b/libs/hwutil/go.mod index 2e02c3da6..8e0cd1706 100644 --- a/libs/hwutil/go.mod +++ b/libs/hwutil/go.mod @@ -1,6 +1,6 @@ module hwutil -go 1.23 +go 1.24 require ( github.com/go-playground/validator/v10 v10.23.0 diff --git a/libs/telemetry/go.mod b/libs/telemetry/go.mod index bb4dec800..aa0e0778c 100644 --- a/libs/telemetry/go.mod +++ b/libs/telemetry/go.mod @@ -1,6 +1,6 @@ module telemetry -go 1.23 +go 1.24 replace hwutil => ../hwutil diff --git a/services/property-svc/go.mod b/services/property-svc/go.mod index 5c2273f81..d82e2b96d 100644 --- a/services/property-svc/go.mod +++ b/services/property-svc/go.mod @@ -1,6 +1,6 @@ module property-svc -go 1.23 +go 1.24 replace ( common => ../../libs/common diff --git a/services/tasks-svc/go.mod b/services/tasks-svc/go.mod index a51e370d7..d5b246452 100644 --- a/services/tasks-svc/go.mod +++ b/services/tasks-svc/go.mod @@ -1,6 +1,6 @@ module tasks-svc -go 1.23 +go 1.24 replace ( common => ../../libs/common diff --git a/services/updates-svc/go.mod b/services/updates-svc/go.mod index a8a932f25..cffb6fa5c 100644 --- a/services/updates-svc/go.mod +++ b/services/updates-svc/go.mod @@ -1,6 +1,6 @@ module updates-svc -go 1.23 +go 1.24 replace ( common => ../../libs/common diff --git a/services/user-svc/go.mod b/services/user-svc/go.mod index 2a727eb00..64ca1dabc 100644 --- a/services/user-svc/go.mod +++ b/services/user-svc/go.mod @@ -1,6 +1,6 @@ module user-svc -go 1.23 +go 1.24 replace ( common => ../../libs/common diff --git a/spicedb/migrations/go.mod b/spicedb/migrations/go.mod index e01f637c8..ec09c730f 100644 --- a/spicedb/migrations/go.mod +++ b/spicedb/migrations/go.mod @@ -1,6 +1,6 @@ module hooks -go 1.23 +go 1.24 require github.com/authzed/authzed-go v1.2.0