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 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/otiai10/copy require minor v1.9.0 -> v1.14.1 age adoption passing confidence
github.com/sirupsen/logrus require patch v1.9.0 -> v1.9.3 age adoption passing confidence
github.com/spf13/pflag require patch v1.0.5 -> v1.0.6 age adoption passing confidence
github.com/spf13/viper require minor v1.14.0 -> v1.20.1 age adoption passing confidence
github.com/stretchr/testify require minor v1.8.1 -> v1.10.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.36.6 age adoption passing confidence
google.golang.org/protobuf require minor v1.28.1 -> v1.36.6 age adoption passing confidence
grpc-tools (source) minor 1.12.3 -> 1.13.0 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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

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

v1.14.1

Compare Source

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/pflag (github.com/spf13/pflag)

v1.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

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

v1.20.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.20.0...v1.20.1

v1.20.0

Compare Source

[!WARNING]
This release includes a few minor breaking changes. Read the upgrade guide for details.

What's Changed

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

New Contributors

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

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


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 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
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 45b1f84 to ed4aa83 Compare October 7, 2024 16:35
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from ed4aa83 to af3e120 Compare November 14, 2024 13:10
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from af3e120 to a86c3ef Compare November 23, 2024 14:17
@renovate renovate bot changed the title chore(deps): update misc non-major dependencies fix(deps): update misc non-major dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 5402c6f to b090a86 Compare December 23, 2024 16:33
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 1fa8aab to 22e07d6 Compare January 7, 2025 09:36
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 22e07d6 to 303f086 Compare January 15, 2025 19:02
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from c1c5680 to a299005 Compare January 29, 2025 23:05
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 4c8015d to e07190e Compare February 7, 2025 02:38
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from e07190e to a7e17c0 Compare March 15, 2025 17:00
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from a7e17c0 to 2a09b76 Compare March 24, 2025 14:04
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 2a09b76 to 2a230dd Compare March 26, 2025 18:29
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