Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major golang dependencies #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 1, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/deepmap/oapi-codegen v1.13.2 -> v1.16.3 age adoption passing confidence
github.com/getkin/kin-openapi v0.118.0 -> v0.128.0 age adoption passing confidence
github.com/golang-migrate/migrate/v4 v4.16.2 -> v4.18.1 age adoption passing confidence
github.com/google/uuid v1.3.0 -> v1.6.0 age adoption passing confidence
github.com/labstack/echo-contrib v0.15.0 -> v0.17.1 age adoption passing confidence
github.com/labstack/echo/v4 v4.11.1 -> v4.12.0 age adoption passing confidence
github.com/rs/zerolog v1.30.0 -> v1.33.0 age adoption passing confidence
github.com/spf13/viper v1.16.0 -> v1.19.0 age adoption passing confidence
github.com/ziflex/lecho/v3 v3.5.0 -> v3.7.0 age adoption passing confidence

Release Notes

deepmap/oapi-codegen (github.com/deepmap/oapi-codegen)

v1.16.3

Compare Source

v1.16.2: : Further improve documentation notices

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.16.1...v1.16.2

v1.16.1: : Ensure deprecation comments appear correctly

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.16.0...v1.16.1

v1.16.0: : Reduce runtime dependencies

Compare Source

As part of the final preparation towards the v2 release, this release finalises the use of the new multi-repo packages, and deprecates all internal packages ahead of next week's release removing them.

Key callouts

Full Changelog: oapi-codegen/oapi-codegen@v1.15.0...v1.16.0

v1.15.0: : Remove issues with Go 1.21

Compare Source

Go Toolchain issues

As flagged in https://github.com/deepmap/oapi-codegen/issues/1221, folks using Go 1.21 for their local builds - but maybe not targeting Go 1.21, will have been receiving diffs like:

 diff --git a/examples/go.mod b/examples/go.mod
index 4b815bd..929a5b6 100644
--- a/examples/go.mod
+++ b/examples/go.mod
@​@​ -1,6 +1,8 @​@​
 module github.com/deepmap/oapi-codegen/examples
 
-go 1.20
+go 1.21
+
+toolchain go1.21.0

This is due to changes in Go 1.21's management of toolchains, and is a side effect of Fiber and Iris targeting Go 1.21.

These dependencies have now been downgraded to requiring 1.20, and we've taken steps as maintainers to reduce the impact in the future, so we should only be targeting the lowest Go version supported by the Go team.

What's Changed

New Contributors

Full Changelog: oapi-codegen/oapi-codegen@v1.14.0...v1.15.0

v1.14.0: : Iris Support, Go 1.20 requirement, reduction of runtime dependencies, and various other features and fixes

Compare Source

Key callouts

What's Changed

New Contributors

Full Changelog: oapi-codegen/oapi-codegen@v1.13.4...v1.14.0

v1.13.4

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.13.3...v1.13.4

v1.13.3

Compare Source

What's Changed

Full Changelog: oapi-codegen/oapi-codegen@v1.13.2...v1.13.3

getkin/kin-openapi (github.com/getkin/kin-openapi)

v0.128.0

Compare Source

What's Changed
New Contributors

Full Changelog: getkin/kin-openapi@v0.127.0...v0.128.0

v0.127.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.126.0...v0.127.0

v0.126.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.125.0...v0.126.0

v0.125.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.124.0...v0.125.0

v0.124.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.123.0...v0.124.0

v0.123.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.122.0...v0.123.0

v0.122.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.121.0...v0.122.0

v0.121.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.120.0...v0.121.0

v0.120.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.119.0...v0.120.0

v0.119.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - "every 1 months on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot requested a review from a team as a code owner September 1, 2023 01:21
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 2 times, most recently from 7664424 to d78b8a9 Compare September 11, 2023 09:19
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from d78b8a9 to a1f6318 Compare September 25, 2023 11:16
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 2 times, most recently from 27eb844 to 6cf3399 Compare October 11, 2023 06:19
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 4 times, most recently from bc4feba to 9c2c028 Compare October 26, 2023 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 9c2c028 to c381073 Compare November 7, 2023 12:56
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 2 times, most recently from 9b30d91 to b9e93cb Compare November 28, 2023 23:26
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 3 times, most recently from 6eb7c29 to ea82afe Compare December 12, 2023 19:30
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 3 times, most recently from e688332 to 1cdc33a Compare December 20, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 2 times, most recently from feca35e to a1c2378 Compare January 23, 2024 21:30
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from a1c2378 to 2837200 Compare February 4, 2024 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 2837200 to 1d5f4d1 Compare March 21, 2024 10:45
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 1d5f4d1 to 9f3dc35 Compare April 6, 2024 13:35
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 9f3dc35 to bf0ec38 Compare April 14, 2024 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 3 times, most recently from b68fd70 to 7d4bf69 Compare April 19, 2024 16:02
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 2 times, most recently from 1e66bda to cefcd34 Compare May 9, 2024 10:20
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from cefcd34 to f081a2b Compare May 23, 2024 04:09
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 3 times, most recently from a555a19 to 1bad415 Compare June 4, 2024 08:17
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 19 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.2
github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
github.com/go-openapi/jsonpointer v0.19.5 -> v0.21.0
github.com/go-openapi/swag v0.21.1 -> v0.23.0
github.com/invopop/yaml v0.1.0 -> v0.3.1
github.com/labstack/gommon v0.4.0 -> v0.4.2
github.com/mattn/go-isatty v0.0.19 -> v0.0.20
github.com/pelletier/go-toml/v2 v2.0.8 -> v2.2.2
github.com/perimeterx/marshmallow v1.1.4 -> v1.1.5
github.com/prometheus/client_golang v1.14.0 -> v1.19.0
github.com/prometheus/client_model v0.3.0 -> v0.6.1
github.com/prometheus/common v0.40.0 -> v0.53.0
github.com/prometheus/procfs v0.9.0 -> v0.13.0
github.com/subosito/gotenv v1.4.2 -> v1.6.0
golang.org/x/crypto v0.11.0 -> v0.27.0
golang.org/x/net v0.12.0 -> v0.29.0
golang.org/x/sys v0.10.0 -> v0.25.0
golang.org/x/text v0.11.0 -> v0.18.0
golang.org/x/time v0.3.0 -> v0.5.0
google.golang.org/protobuf v1.30.0 -> v1.34.2

@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 1bad415 to 1c25eda Compare June 10, 2024 22:18
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 1c25eda to 5baaf03 Compare July 5, 2024 19:03
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 5baaf03 to 3653ab1 Compare July 30, 2024 18:56
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 2 times, most recently from 2dec93c to 4717334 Compare September 9, 2024 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 4717334 to b02914e Compare October 6, 2024 16:08
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch 4 times, most recently from aa8559c to 73a4f85 Compare October 17, 2024 07:31
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from 73a4f85 to c6f51d5 Compare October 23, 2024 04:51
@renovate renovate bot force-pushed the renovate/all-minor-patch-golang branch from c6f51d5 to 012722c Compare October 23, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants