Skip to content

Commit

Permalink
chore(deps): update all non-major regex dependencies (#764)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Max Baumann <max@bmn.dev>
  • Loading branch information
renovate[bot] and FoseFx authored Jun 10, 2024
1 parent 958b00f commit 57aba8c
Show file tree
Hide file tree
Showing 516 changed files with 51,037 additions and 49,637 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
# renovate: datasource=docker depName=golang versioning=docker
GO_VERSION: '1.22'
# renovate: datasource=github-releases depName=bufbuild/buf
BUF_CLI_VERSION: '1.31.0'
BUF_CLI_VERSION: '1.32.2'
# renovate: datasource=github-releases depName=favadi/protoc-go-inject-tag
PROTOC_GO_INJECT_TAG_VERSION: '1.4.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

env:
# renovate: dev-tag
DEV_TAG: '7'
DEV_TAG: '8'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fly-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: 'Deploy to Fly'

env:
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
FLY_CLI_VERSION: '0.2.52'
FLY_CLI_VERSION: '0.2.62'

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# renovate: datasource=github-releases depName=golang-migrate/migrate
MIGRATE_VERSION: '4.17.1'
# renovate: datasource=github-releases depName=superfly/flyctl versioning=semver
FLY_CLI_VERSION: '0.2.52'
FLY_CLI_VERSION: '0.2.62'
# renovate: datasource=github-releases depName=sqlc-dev/sqlc
SQLC_VERSION: '1.26.0'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-bufs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches: [ 'main' ]
paths:
- proto/**/*.proto
- gen/*/proto/**/*
- gen/**/*

env:
# renovate: datasource=github-releases depName=bufbuild/buf
BUF_CLI_VERSION: '1.31.0'
BUF_CLI_VERSION: '1.32.2'
NODE_VERSION: '18.x'
# renovate: datasource=dart-version depName=dart
DART_VERSION: '3.3.4'
DART_VERSION: '3.4.2'

jobs:
check-preconditions:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,6 @@ dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.apisix
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.2
ARG DAPR_VERSION=1.13.4

RUN apt update && \
apt install -y wget
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.impulse-svc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt update -y && apt-get install python3-dev -y
RUN mkdir -p /libs/python/gen

COPY libs/python/ /libs/python/
COPY gen/python/proto /libs/python/gen/proto/
COPY gen/python /libs/python/gen/
COPY services/impulse_svc/. /app
COPY docker-run-migrations-impulse-svc.sh ./run-migrations.sh
RUN chmod +x run-migrations.sh
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ARG HIVEMIND_VERSION=1.1.0
# renovate: datasource=github-releases depName=golang-migrate/migrate
ARG MIGRATE_VERSION=4.17.1
# renovate: datasource=github-releases depName=dapr/dapr
ARG DAPR_VERSION=1.13.2
ARG DAPR_VERSION=1.13.4

RUN apt update && \
apt install -y wget
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ To see what compose actually starts, we recommend a look into the [docker-compos
* `services`
* `devcontainer`

Of particular interest are the `services` and `devcontainer` containers. The former starts all go services using [air](https://github.com/cosmtrek/air), a tool that automatically recompiles and restarts the service on reload.
Of particular interest are the `services` and `devcontainer` containers. The former starts all go services using [air](https://github.com/air-verse/air), a tool that automatically recompiles and restarts the service on reload.
The latter gives you a playground for development with all the tools you need. As it is in the docker network you can use the names of the other (docker compose) services as hostnames (i.e., `postgres` will be resolved to the container in which the postgres instance is running on).
**It also has access to docker.** This means you can, for example, read the services logs like this: `docker compose logs services -f`, and start / stop / restart containers.

Expand Down Expand Up @@ -122,7 +122,7 @@ grpcurl --plaintext \
-H "Authorization: Bearer <...>" \
-d '{}' \
localhost:3001 \
proto.services.task_svc.v1.WardService/GetWards
services.task_svc.v1.WardService/GetWards
```

## Ports
Expand Down
33 changes: 13 additions & 20 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,31 @@
version: v1
version: v2
managed:
enabled: true
plugins:
- plugin: buf.build/grpc/go:v1.3.0
- remote: buf.build/grpc/go:v1.4.0
out: gen/go
opt:
- paths=source_relative
- plugin: buf.build/protocolbuffers/go:v1.32.0
opt: paths=source_relative
- remote: buf.build/protocolbuffers/go:v1.34.1
out: gen/go
opt: paths=source_relative

- plugin: buf.build/community/pseudomuto-doc:v1.5.1
- remote: buf.build/community/pseudomuto-doc:v1.5.1
out: proto_docs

- plugin: buf.build/grpc/web:v1.5.0
- remote: buf.build/grpc/web:v1.5.0
out: gen/ts
opt:
- import_style=commonjs+dts
- mode=grpcwebtext
- plugin: buf.build/protocolbuffers/js:v3.21.2
- remote: buf.build/protocolbuffers/js:v3.21.2
out: gen/ts
opt:
- import_style=commonjs,binary

- plugin: buf.build/protocolbuffers/dart:v21.1.2
opt: import_style=commonjs,binary
- remote: buf.build/protocolbuffers/dart:v21.1.2
out: gen/dart/lib
opt: grpc

- plugin: buf.build/grpc/python:v1.60.0
- remote: buf.build/grpc/python:v1.64.1
out: gen/python
- plugin: buf.build/protocolbuffers/python:v25.2
- remote: buf.build/protocolbuffers/python:v25.2
out: gen/python

- plugin: buf.build/grpc/python:v1.60.0
- remote: buf.build/grpc/python:v1.64.1
out: services/impulse_svc/gen
- plugin: buf.build/protocolbuffers/python:v25.2
- remote: buf.build/protocolbuffers/python:v25.2
out: services/impulse_svc/gen
16 changes: 16 additions & 0 deletions buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: v2
modules:
- path: proto
lint:
use:
- DEFAULT
except:
- FIELD_NOT_REQUIRED
- PACKAGE_NO_IMPORT_CYCLE
disallow_comment_ignores: true
breaking:
use:
- FILE
except:
- EXTENSION_NO_DELETE
- FIELD_SAME_DEFAULT
4 changes: 2 additions & 2 deletions dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '7'
TAG: '8'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down Expand Up @@ -126,7 +126,7 @@ services:
context: ../images/dev-go-custom
args:
# renovate: dev-tag
TAG: '7'
TAG: '8'
UID: ${UID:-1000}
GID: ${GID:-1000}
volumes:
Expand Down
1 change: 1 addition & 0 deletions gen/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions gen/dart/.pubignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions gen/dart/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion gen/dart/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 57aba8c

Please sign in to comment.