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

chore(deps): update misc non-major dependencies #366

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2023

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
envoyproxy/protoc-gen-validate minor 0.9.1 -> 0.10.1 age adoption passing confidence
github.com/gorilla/handlers require patch v1.5.1 -> v1.5.2 age adoption passing confidence
github.com/otiai10/copy require minor v1.9.0 -> v1.14.0 age adoption passing confidence
github.com/sirupsen/logrus require patch v1.9.0 -> v1.9.3 age adoption passing confidence
github.com/spf13/viper require minor v1.14.0 -> v1.19.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.1 -> v1.9.0 age adoption passing confidence
google.golang.org/grpc/cmd/protoc-gen-go-grpc minor v1.2.0 -> v1.5.1 age adoption passing confidence
google.golang.org/protobuf minor v1.28.1 -> v1.34.2 age adoption passing confidence
google.golang.org/protobuf require minor v1.28.1 -> v1.34.2 age adoption passing confidence
grpc-tools (source) patch 1.12.3 -> 1.12.4 age adoption passing confidence
grpc-web (source) minor 1.4.2 -> 1.5.0 age adoption passing confidence
grpc_tools_node_protoc_ts patch 5.3.2 -> 5.3.3 age adoption passing confidence
mypy-protobuf minor 3.4.0 -> 3.6.0 age adoption passing confidence
protoc-gen-grpc-web minor 1.4.1 -> 1.5.0 age adoption passing confidence
protocolbuffers/protobuf-javascript patch v3.21.2 -> v3.21.4 age adoption passing confidence
ts-proto minor 1.138.0 -> 1.181.2 age adoption passing confidence

Release Notes

envoyproxy/protoc-gen-validate (envoyproxy/protoc-gen-validate)

v0.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v0.10.0...v0.10.1

v0.10.0

Compare Source

What's Changed

New Contributors

Dependency Changes

Full Changelog: bufbuild/protoc-gen-validate@v0.9.1...v0.10.0

gorilla/handlers (github.com/gorilla/handlers)

v1.5.2

Compare Source

What's Changed

New Contributors

Full Changelog: gorilla/handlers@v1.5.1...v1.5.2

otiai10/copy (github.com/otiai10/copy)

v1.14.0: Concurrency Option

Compare Source

v1.12.0

Compare Source

v1.11.0: Add OnError option

Compare Source

so that users can suppress specific errors.

v1.10.0

Compare Source

sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.3

Compare Source

Full Changelog: sirupsen/logrus@v1.9.2...v1.9.3

v1.9.2

Compare Source

Full Changelog: sirupsen/logrus@v1.9.1...v1.9.2

v1.9.1

Compare Source

What's Changed

New Contributors

Full Changelog: sirupsen/logrus@v1.9.0...v1.9.1

spf13/viper (github.com/spf13/viper)

v1.19.0

Compare Source

What's Changed

Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.18.1...v1.19.0

v1.18.2

Compare Source

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

v1.18.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.0...v1.18.1

v1.18.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #​761)

#​1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀
Bug Fixes 🐛
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.17.0...v1.18.0

v1.17.0

Compare Source

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

Minimum Go version: 1.19

Viper now requires Go 1.19

This change ensures we can stay up to date with modern practices and dependencies.

log/slog support [BREAKING]

Viper v1.11.0 added an experimental Logger interface to allow custom implementations (besides jwalterweatherman).

In addition, it also exposed an experimental WithLogger function allowing to set a custom logger.

This release deprecates that interface in favor of log/slog released in Go 1.21.

[!WARNING]
WithLogger accepts an *slog.Logger from now on.

To preserve backwards compatibility with older Go versions, prior to Go 1.21 Viper accepts a *golang.org/x/exp/slog.Logger.

The experimental flag is removed.

New finder implementation [BREAKING]

As of this release, Viper uses a new library to look for files, called locafero.

The new library is better covered by tests and has been built from scratch as a general purpose file finder library.

The implementation is experimental and is hidden behind a finder build tag.

[!WARNING]
The io/fs based implementation (that used to be hidden behind a finder build tag) has been removed.

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Breaking Changes 🛠
Dependency Updates ⬆️
Other Changes

New Contributors

Full Changelog: spf13/viper@v1.16.0...v1.17.0

v1.16.0

Compare Source

What's Changed

Enhancements 🚀
Bug Fixes 🐛

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


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

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

@renovate
Copy link
Contributor Author

renovate bot commented Jan 19, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gwy/templates/go.mod.tmpl
Command failed: go get -d -t ./...
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

@renovate renovate bot force-pushed the renovate/minor-dependencies branch from a0fdeb9 to c09f4b5 Compare January 31, 2023 20:39
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.15.0 fix(deps): update misc non-major dependencies Jan 31, 2023
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from c09f4b5 to 64c72c1 Compare February 1, 2023 09:42
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 5d43ff1 to 8ab6539 Compare March 2, 2023 02:11
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 4fb0a31 to 14b68ec Compare March 14, 2023 13:52
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 14b68ec to 2d0a6b3 Compare March 16, 2023 11:17
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 2d0a6b3 to aa1c8b3 Compare March 30, 2023 21:59
@renovate renovate bot changed the title fix(deps): update misc non-major dependencies chore(deps): update misc non-major dependencies Mar 30, 2023
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from aa1c8b3 to 602f8df Compare April 3, 2023 11:04
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 602f8df to b65d74c Compare April 14, 2023 14:11
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 5 times, most recently from 039c186 to c103e0e Compare June 3, 2023 22:50
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from c103e0e to e7e2b2f Compare June 4, 2023 17:07
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from ae3b2f3 to a467757 Compare June 20, 2023 23:21
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from a171bfe to 955bbcd Compare June 26, 2023 14:36
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 2d2fefd to 60742a8 Compare July 5, 2023 17:51
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from df38f29 to e8b6063 Compare March 13, 2024 16:08
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 49f7f8c to 3e4bc8f Compare April 1, 2024 22:48
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 3e4bc8f to 542737d Compare April 13, 2024 19:30
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 5 times, most recently from 826d920 to 6e17e8d Compare May 6, 2024 16:47
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 6e17e8d to be068a2 Compare May 14, 2024 02:06
Copy link
Contributor Author

renovate bot commented May 14, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gwy/templates/go.mod.tmpl
Command failed: go get -d -t ./...
go: go.mod file not found in current directory or any parent directory.
	'go get' is no longer supported outside a module.
	To build and install a command, use 'go install' with a version,
	like 'go install example.com/cmd@latest'
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from a0f9dbe to 1310f39 Compare May 16, 2024 03:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 9bd79e3 to 6c5ca29 Compare June 1, 2024 01:10
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 64bf178 to 8f8a13c Compare June 8, 2024 00:58
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 3c4995b to 998186b Compare June 15, 2024 01:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 998186b to e1e0e04 Compare July 1, 2024 16:06
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from aab1d64 to b215849 Compare July 15, 2024 18:56
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from c63a6f7 to 8b07ee5 Compare July 29, 2024 19:55
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 8b07ee5 to 45b1f84 Compare August 15, 2024 14:38
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