helpwave / services

helpwave's microservices
https://staging.api.helpwave.de/
Mozilla Public License 2.0
14 stars 1 forks source link

chore(deps): update all non-major regex dependencies #881

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
authzed/zed minor 0.21.5 -> 0.23.0
bufbuild/buf minor 1.45.0 -> 1.47.2
golangci/golangci-lint minor 1.61.0 -> 1.62.0
superfly/flyctl patch 0.3.24 -> 0.3.40

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

authzed/zed (authzed/zed) ### [`v0.23.0`](https://redirect.github.com/authzed/zed/releases/tag/v0.23.0) [Compare Source](https://redirect.github.com/authzed/zed/compare/v0.22.0...v0.23.0) ##### What's Changed - Update against most recent spicedb by [@​tstirrat15](https://redirect.github.com/tstirrat15) in [https://github.com/authzed/zed/pull/431](https://redirect.github.com/authzed/zed/pull/431) - Add --force-color flag to zed validate by [@​tstirrat15](https://redirect.github.com/tstirrat15) in [https://github.com/authzed/zed/pull/435](https://redirect.github.com/authzed/zed/pull/435) - Update spicedb version to 1.38 by [@​tstirrat15](https://redirect.github.com/tstirrat15) in [https://github.com/authzed/zed/pull/437](https://redirect.github.com/authzed/zed/pull/437) **Full Changelog**: https://github.com/authzed/zed/compare/v0.22.0...v0.23.0 ### [`v0.22.0`](https://redirect.github.com/authzed/zed/releases/tag/v0.22.0) [Compare Source](https://redirect.github.com/authzed/zed/compare/v0.21.5...v0.22.0) ##### What's Changed - build(deps): bump github.com/authzed/spicedb from 1.35.3 to 1.37.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/authzed/zed/pull/427](https://redirect.github.com/authzed/zed/pull/427) - build(deps): bump the go-mod group across 1 directory with 6 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/authzed/zed/pull/428](https://redirect.github.com/authzed/zed/pull/428) - Add additional context to the max size errors received occasionally on backup by [@​josephschorr](https://redirect.github.com/josephschorr) in [https://github.com/authzed/zed/pull/429](https://redirect.github.com/authzed/zed/pull/429) **Full Changelog**: https://github.com/authzed/zed/compare/v0.21.5...v0.22.0
bufbuild/buf (bufbuild/buf) ### [`v1.47.2`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1472---2024-11-14) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.47.1...v1.47.2) - Update the patch version to resolve NPM packaging issues. No command updates or user changes. ### [`v1.47.1`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1471---2024-11-14) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.47.0...v1.47.1) - Update the patch version to resolve NPM packaging issues. No command updates or user changes. ### [`v1.47.0`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1470---2024-11-13) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.46.0...v1.47.0) - Move `buf registry commit` to `buf registry module commit`. Command `buf registry commit` is now deprecated. - Move `buf registry label` to `buf registry module label`. Command `buf registry label` is now deprecated. ### [`v1.46.0`](https://redirect.github.com/bufbuild/buf/blob/HEAD/CHANGELOG.md#v1460---2024-10-29) [Compare Source](https://redirect.github.com/bufbuild/buf/compare/v1.45.0...v1.46.0) - Add `buf registry whoami` command, which checks if you are logged in to the Buf Schema Registry at a given domain.
golangci/golangci-lint (golangci/golangci-lint) ### [`v1.62.0`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1620) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v1.61.0...v1.62.0) 1. New linters - Add `recvcheck` linter https://github.com/raeperd/recvcheck - Add `iface` linter https://github.com/uudashr/iface 2. Updated linters - ⚠️ `execinquery`: deprecation step 2 - ⚠️ `gomnd`: deprecation step 2 (replaced by `mnd`) - `bidichk`: from 0.2.7 to 0.3.2 (important performance improvement) - `canonicalheader`: from 1.1.1 to 1.1.2 - `cyclop`: from 1.2.1 to 1.2.3 - `dupword`: from 0.1.1 to 0.1.3 - `errcheck`: from 1.7.0 to 1.8.0 - `errchkjson`: from 0.3.6 to 0.4.0 - `errname`: from 0.1.13 to 1.0.0 - `ginkgolinter`: from 0.17.0 to 0.18.0 (new option: `force-succeed`) - `go-check-sumtype`: from 0.1.4 to 0.2.0 (new option: `default-signifies-exhaustive`) - `go-critic`: from 0.11.4 to 0.11.5 - `go-printf-func-name`: from [`7558a9e`](https://redirect.github.com/golangci/golangci-lint/commit/7558a9eaa5af) to v0.1.0 - `godot`: from 1.4.17 to 1.4.18 - `gosec`: from 2.21.2 to 2.21.4 - `intrange`: from 0.2.0 to 0.2.1 - `loggercheck`: from 0.9.4 to 0.10.1 (`log/slog` support) - `musttag`: from 0.12.2 to 0.13.0 - `nakedret`: from 2.0.4 to 2.0.5 - `nilnil`: from 0.1.9 to 1.0.0 (new option: `detect-opposite`) - `noctx`: from 0.0.2 to 0.1.0 - `protogetter`: from 0.3.6 to 0.3.8 - `revive`: from 1.3.9 to 1.5.0 (new rules: `filename-format`, and `file-length-limit`) - `tenv`: from 1.10.0 to 1.12.1 (handle dot import) - `testifylint`: from 1.4.3 to 1.5.0 (new checkers: `contains`, `encoded-compare`, `regexp`) 3. Misc. - Type sizing when cross-compiling (32-bit). - code-climate: add check_name field - Improve Go version detection - Fix Go version propagation 4. Documentation - Adds a section about `exclude-dirs-use-default` - Improve 'install from sources' section - Improve FAQ about Go versions - Improve linter/rule/check docs - Improve new linter section - Improve `forbidigo` pattern examples for built-in functions
superfly/flyctl (superfly/flyctl) ### [`v0.3.40`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.40) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.39...v0.3.40) ##### Changelog - [`0a5966d`](https://redirect.github.com/superfly/flyctl/commit/0a5966dcd) add `registry files` command for file listing ([#​4070](https://redirect.github.com/superfly/flyctl/issues/4070)) ### [`v0.3.39`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.39) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.38...v0.3.39) ##### Changelog - [`b28c5c5`](https://redirect.github.com/superfly/flyctl/commit/b28c5c56d) Bump the aws-sdk group with 3 updates ([#​4069](https://redirect.github.com/superfly/flyctl/issues/4069)) ### [`v0.3.38`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.38) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.37...v0.3.38) ##### Changelog - [`cafc23d`](https://redirect.github.com/superfly/flyctl/commit/cafc23d0c) add experimental feature to enable zstd for depot builds ([#​4065](https://redirect.github.com/superfly/flyctl/issues/4065)) - [`2c7e827`](https://redirect.github.com/superfly/flyctl/commit/2c7e82745) Bump slackapi/slack-github-action from 1.27.0 to 2.0.0 ([#​4064](https://redirect.github.com/superfly/flyctl/issues/4064)) - [`06e173b`](https://redirect.github.com/superfly/flyctl/commit/06e173b24) Bump github.com/containerd/continuity from 0.4.4 to 0.4.5 ([#​4063](https://redirect.github.com/superfly/flyctl/issues/4063)) - [`3ecc509`](https://redirect.github.com/superfly/flyctl/commit/3ecc5091f) Bump the aws-sdk group with 3 updates ([#​4062](https://redirect.github.com/superfly/flyctl/issues/4062)) ### [`v0.3.37`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.37) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.36...v0.3.37) ##### Changelog - [`44a8912`](https://redirect.github.com/superfly/flyctl/commit/44a891232) fix: prevent a panic if the machine is missing ([#​4060](https://redirect.github.com/superfly/flyctl/issues/4060)) - [`2c0bfe7`](https://redirect.github.com/superfly/flyctl/commit/2c0bfe7f8) Bump google.golang.org/grpc from 1.67.1 to 1.68.0 ([#​4058](https://redirect.github.com/superfly/flyctl/issues/4058)) - [`3ab4f26`](https://redirect.github.com/superfly/flyctl/commit/3ab4f265e) Macaroon update fixes ([#​4059](https://redirect.github.com/superfly/flyctl/issues/4059)) ### [`v0.3.36`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.36) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.35...v0.3.36) ##### Changelog - [`d522500`](https://redirect.github.com/superfly/flyctl/commit/d52250074) fix sftp for custom private networks ([#​4055](https://redirect.github.com/superfly/flyctl/issues/4055)) ### [`v0.3.35`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.35) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.34...v0.3.35) ##### Changelog - [`2615385`](https://redirect.github.com/superfly/flyctl/commit/261538593) Bump golang.org/x/net from 0.30.0 to 0.31.0 in the golangx group ([#​4057](https://redirect.github.com/superfly/flyctl/issues/4057)) - [`5c18dfb`](https://redirect.github.com/superfly/flyctl/commit/5c18dfbbc) Bump the tracing group with 6 updates ([#​4056](https://redirect.github.com/superfly/flyctl/issues/4056)) - [`0487735`](https://redirect.github.com/superfly/flyctl/commit/048773567) Bump the aws-sdk group with 2 updates ([#​4052](https://redirect.github.com/superfly/flyctl/issues/4052)) - [`df52b27`](https://redirect.github.com/superfly/flyctl/commit/df52b2743) Bump github.com/vektah/gqlparser/v2 from 2.5.18 to 2.5.19 ([#​4053](https://redirect.github.com/superfly/flyctl/issues/4053)) - [`a41e002`](https://redirect.github.com/superfly/flyctl/commit/a41e00224) Bump the golangx group with 7 updates ([#​4051](https://redirect.github.com/superfly/flyctl/issues/4051)) - [`46d7cea`](https://redirect.github.com/superfly/flyctl/commit/46d7cea5d) Improve error message to show valid values ([#​4050](https://redirect.github.com/superfly/flyctl/issues/4050)) ### [`v0.3.34`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.34) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.33...v0.3.34) ##### Changelog - [`da0a1d2`](https://redirect.github.com/superfly/flyctl/commit/da0a1d239) Bump the aws-sdk group with 3 updates ([#​4048](https://redirect.github.com/superfly/flyctl/issues/4048)) ### [`v0.3.33`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.33) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.32...v0.3.33) ##### Changelog - [`75a3fe1`](https://redirect.github.com/superfly/flyctl/commit/75a3fe121) Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ([#​4047](https://redirect.github.com/superfly/flyctl/issues/4047)) - [`1431bd5`](https://redirect.github.com/superfly/flyctl/commit/1431bd526) Support machine configuration directly in fly.toml ([#​4045](https://redirect.github.com/superfly/flyctl/issues/4045)) ### [`v0.3.32`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.32) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.31...v0.3.32) ##### Changelog - [`ad1099a`](https://redirect.github.com/superfly/flyctl/commit/ad1099a01) fix: restore `fly scale count`'s speed up ([#​3939](https://redirect.github.com/superfly/flyctl/issues/3939)) - [`37a4189`](https://redirect.github.com/superfly/flyctl/commit/37a418900) stream release command app logs ([#​4020](https://redirect.github.com/superfly/flyctl/issues/4020)) ### [`v0.3.31`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.31) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.30...v0.3.31) ##### Changelog - [`87d6db8`](https://redirect.github.com/superfly/flyctl/commit/87d6db8c5) Bump the aws-sdk group with 3 updates ([#​4041](https://redirect.github.com/superfly/flyctl/issues/4041)) - [`7eb10f8`](https://redirect.github.com/superfly/flyctl/commit/7eb10f871) ci: upgrade setup-python ([#​4040](https://redirect.github.com/superfly/flyctl/issues/4040)) ### [`v0.3.30`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.30) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.29...v0.3.30) ##### Changelog - [`e2b1fca`](https://redirect.github.com/superfly/flyctl/commit/e2b1fcaaa) Restore preflight cleanup workflow schedule ([#​4039](https://redirect.github.com/superfly/flyctl/issues/4039)) - [`c0f365e`](https://redirect.github.com/superfly/flyctl/commit/c0f365e82) Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.66.0 to 1.66.1 in the aws-sdk group ([#​4036](https://redirect.github.com/superfly/flyctl/issues/4036)) - [`b24cb7e`](https://redirect.github.com/superfly/flyctl/commit/b24cb7e47) Bump github.com/containerd/continuity from 0.4.3 to 0.4.4 ([#​4037](https://redirect.github.com/superfly/flyctl/issues/4037)) - [`963baa6`](https://redirect.github.com/superfly/flyctl/commit/963baa62c) Debug phantom workflow events ([#​4038](https://redirect.github.com/superfly/flyctl/issues/4038)) - [`b9b83dd`](https://redirect.github.com/superfly/flyctl/commit/b9b83dde1) resolve compute for group for "console" ([#​4035](https://redirect.github.com/superfly/flyctl/issues/4035)) - [`7467ca0`](https://redirect.github.com/superfly/flyctl/commit/7467ca0c3) Change the token used to create PR tag versions ([#​4030](https://redirect.github.com/superfly/flyctl/issues/4030)) ### [`v0.3.29`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.29) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.28...v0.3.29) ##### Changelog - [`ab17517`](https://redirect.github.com/superfly/flyctl/commit/ab17517e6) Bump github.com/pkg/sftp from 1.13.6 to 1.13.7 ([#​4032](https://redirect.github.com/superfly/flyctl/issues/4032)) - [`68106da`](https://redirect.github.com/superfly/flyctl/commit/68106da6d) Add `--yes` flag to egress-ip commands ([#​4033](https://redirect.github.com/superfly/flyctl/issues/4033)) - [`d123a9c`](https://redirect.github.com/superfly/flyctl/commit/d123a9c64) Reenable flyctl docs and fix naming bug ([#​4029](https://redirect.github.com/superfly/flyctl/issues/4029)) - [`4b163e8`](https://redirect.github.com/superfly/flyctl/commit/4b163e88d) Disable flyctl docs update until we figure what is going on ([#​4028](https://redirect.github.com/superfly/flyctl/issues/4028)) ### [`v0.3.28`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.28) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.27...v0.3.28) ##### Changelog - [`7b8546a`](https://redirect.github.com/superfly/flyctl/commit/7b8546ae9) Run `release` and `sync_docs` jobs on master branch only ([#​4027](https://redirect.github.com/superfly/flyctl/issues/4027)) - [`927697c`](https://redirect.github.com/superfly/flyctl/commit/927697c58) Disable docs sync ([#​4026](https://redirect.github.com/superfly/flyctl/issues/4026)) ### [`v0.3.27`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.27) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.25...v0.3.27) ##### Changelog - [`995c9f2`](https://redirect.github.com/superfly/flyctl/commit/995c9f2db) Use existing secrets for Docker Hub auth ([#​4024](https://redirect.github.com/superfly/flyctl/issues/4024)) - [`02119df`](https://redirect.github.com/superfly/flyctl/commit/02119dfb1) fix: shell completion use exec's actual name ([#​4015](https://redirect.github.com/superfly/flyctl/issues/4015)) - [`983d6a9`](https://redirect.github.com/superfly/flyctl/commit/983d6a9ed) Bump github.com/launchdarkly/go-sdk-common/v3 from 3.1.0 to 3.2.0 ([#​4022](https://redirect.github.com/superfly/flyctl/issues/4022)) ### [`v0.3.25`](https://redirect.github.com/superfly/flyctl/releases/tag/v0.3.25) [Compare Source](https://redirect.github.com/superfly/flyctl/compare/v0.3.24...v0.3.25) ##### Changelog - [`8fb314c`](https://redirect.github.com/superfly/flyctl/commit/8fb314c92) ci: make preflight tests available in any regions ([#​4013](https://redirect.github.com/superfly/flyctl/issues/4013)) - [`a6df2bb`](https://redirect.github.com/superfly/flyctl/commit/a6df2bbc7) Fix `fly launch` failing in pnpm workspace while adding `@flydotio/dockerfile` dependency ([#​4018](https://redirect.github.com/superfly/flyctl/issues/4018)) - [`01e3616`](https://redirect.github.com/superfly/flyctl/commit/01e36163c) Upgrade golangci-lint ([#​4014](https://redirect.github.com/superfly/flyctl/issues/4014)) - [`4bed6b6`](https://redirect.github.com/superfly/flyctl/commit/4bed6b6b3) Fix tests for metrics ([#​4017](https://redirect.github.com/superfly/flyctl/issues/4017)) - [`afca912`](https://redirect.github.com/superfly/flyctl/commit/afca9128c) Support https metrics endpoints ([#​4016](https://redirect.github.com/superfly/flyctl/issues/4016)) - [`4164287`](https://redirect.github.com/superfly/flyctl/commit/416428793) Change `tokens revoke` help message to indicate that tokens to be revoked should be passed as positional args ([#​4010](https://redirect.github.com/superfly/flyctl/issues/4010)) - [`a3397d8`](https://redirect.github.com/superfly/flyctl/commit/a3397d8fd) Add 'Revoked At' column to `fly tokens list` output ([#​4012](https://redirect.github.com/superfly/flyctl/issues/4012)) - [`83a4995`](https://redirect.github.com/superfly/flyctl/commit/83a4995e5) Bump github.com/depot/depot-go from 0.3.0 to 0.5.0 ([#​4011](https://redirect.github.com/superfly/flyctl/issues/4011)) - [`6431898`](https://redirect.github.com/superfly/flyctl/commit/6431898c9) Bump the aws-sdk group with 2 updates ([#​4008](https://redirect.github.com/superfly/flyctl/issues/4008))

Configuration

📅 Schedule: Branch creation - " 18-21 * 5" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.