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 #301

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 24, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/sirupsen/logrus require minor v1.7.0 -> v1.9.0 age adoption passing confidence
github.com/spf13/viper require minor v1.7.1 -> v1.12.0 age adoption passing confidence
google.golang.org/protobuf require minor v1.27.1 -> v1.28.0 age adoption passing confidence
grpc-tools (source) patch 1.11.1 -> 1.11.2 age adoption passing confidence
grpc-web (source) patch 1.3.0 -> 1.3.1 age adoption passing confidence
grpc_tools_node_protoc_ts minor 5.1.3 -> 5.3.2 age adoption passing confidence
protoc-gen-grpc-web minor 1.3.0 -> 1.4.0 age adoption passing confidence

Release Notes

sirupsen/logrus

v1.9.0

Compare Source

v1.8.1

Compare Source

v1.8.0

Compare Source

Correct versioning number replacing v1.7.1

v1.7.1

Compare Source

Code quality:

  • use go 1.15 in travis
  • use magefile as task runner

Fixes:

  • small fixes about new go 1.13 error formatting system
  • Fix for long time race condiction with mutating data hooks

Features:

  • build support for zos
spf13/viper

v1.12.0

Compare Source

This release makes YAML v3 and TOML v2 the default versions used for encoding.

You can switch back to the old versions by adding viper_yaml2 and viper_toml1 to the build tags.

Please note that YAML v2 and TOML v1 are considered deprecated from this release and may be removed in a future release.

Please provide feedback in discussions and report bugs on the issue tracker. Thanks!

What's Changed

Exciting New Features 🎉
Enhancements 🚀
Dependency Updates ⬆️

New Contributors

Full Changelog: spf13/viper@v1.11.0...v1.12.0

v1.11.0

Compare Source

What's Changed

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

New Contributors

Full Changelog: spf13/viper@v1.10.1...v1.11.0

v1.10.1

Compare Source

This is a maintenance release upgrading the Consul dependency fixing CVEs.

v1.10.0

Compare Source

This is a maintenance release primarily containing minor fixes and improvements.

Changes

Added
  • Experimental finder based on io/fs
  • Tests are executed on Windows
  • Tests are executed on Go 1.17
  • Logger interface to decouple Viper from JWW

In addition to the above changes, this release comes with minor improvements, documentation changes an dependency updates.

Many thanks to everyone who contributed to this release!

v1.9.0

Compare Source

This is a maintenance release primarily containing minor fixes and improvements.

Changes

Added
  • Experimental new encoding layer
  • Add support for tfvars files
Fixed
  • Writing hidden files with no extension
  • InConfig processing paths

In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates.

Many thanks to everyone who contributed to this release!

v1.8.1

Compare Source

This patch releases fixes two minor issues:

  • Replace %s with %w when wrapping errors
  • Fix pflag.StringArray processing

v1.8.0

Compare Source

This is a maintenance release primarily containing fixes and improvements. The most prominent change is the etcd update to 3.5.0. Thanks to proper Go modules support, the dependency graph became much smaller.

Changes

Added
  • Allow BindEnv to register multiple environment variables
  • Support for accessing slices
  • Experimental WASM support: Viper compiles on WASM
  • INI load options
Changed
  • Ensure BindPFlag detects a nil flag parameter
Fixed
  • Merging a key into a nil target
  • Panics during saving INI files
Security
  • Updated etcd to 3.5 which should make a lot of false positive vulnerability reports disappear

In addition to the above changes, this release comes with tons of minor improvements, documentation changes an dependency updates. Find more details in the 1.8.0 milestone.

Many thanks to everyone who contributed to this release!

protocolbuffers/protobuf-go

v1.28.0

Compare Source

Overview

The release provides a new unmarshal option for limiting the recursion depth when unmarshalling nested messages to prevent stack overflows. (UnmarshalOptions.RecursionLimit).

Notable changes

New features:

  • CL/340489: testing/protocmp: add Message.Unwrap

Documentation improvements:

  • CL/339569: reflect/protoreflect: add more docs on Value aliasing

Updated supported versions:

UnmarshalOption RecursionLimit
  • CL/385854: all: implement depth limit for unmarshalling

The new UnmarshalOptions.RecursionLimit limits the maximum recursion depth when unmarshalling messages. The limit is applied for nested messages. When messages are nested deeper than the specified limit the unmarshalling will fail. If unspecified, a default limit of 10,000 is applied.

In addition to the configurable limit for message nesting a non-configurable recursion limit for group nesting of 10,000 was introduced.

Upcoming breakage changes

The default recursion limit of 10,000 introduced in the release is subject to change. We want to align this limit with implementations for other languages in the long term. C++ and Java use a limit of 100 which is also the target for the Go implementation.

grpc/grpc-node

v1.11.2

Compare Source

grpc-tools 1.11.1

  • make the plugin compatible with proto3 optional fields (#​1725)

grpc-tools 1.11.2

grpc/grpc-web

v1.3.1

Compare Source

agreatfool/grpc_tools_node_protoc_ts

v5.3.2

Compare Source

v5.3.1

Compare Source

v5.3.0

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

foisonocean/protoc-gen-grpc-web-npm

v1.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@ido-namely
Copy link
Contributor

CI Failure is expected due to findings that are addressed in #297.
Once that above PR is merged, we can rebase this PR to handle the grpc-web version.

@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 8fae0fe to e9ff9c5 Compare May 26, 2022 16:29
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from e9ff9c5 to 23976f6 Compare June 7, 2022 16:24
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 23976f6 to ff6d940 Compare June 25, 2022 19:28
@renovate renovate bot changed the title chore(deps): update misc non-major dependencies chore(deps): update Misc Non-major dependencies Jun 27, 2022
@renovate renovate bot changed the title chore(deps): update Misc Non-major dependencies chore(deps): update misc non-major dependencies Jun 28, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 28bd343 to 5c8f1b2 Compare June 29, 2022 14:03
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 2f2a737 to b73e22d Compare July 7, 2022 20:33
@renovate renovate bot changed the title chore(deps): update misc non-major dependencies chore(deps): update dependency grpc-web to v1.3.1 Jul 7, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from b73e22d to 6538f1a Compare July 11, 2022 13:38
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 6538f1a to 1d29f3f Compare July 19, 2022 04:50
@renovate renovate bot changed the title chore(deps): update dependency grpc-web to v1.3.1 fix(deps): update misc non-major dependencies Jul 19, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Jul 19, 2022

⚠ 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: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/namely/docker-protoc":"/mnt/renovate/gh/namely/docker-protoc" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -w "/mnt/renovate/gh/namely/docker-protoc/gwy/templates" docker.io/renovate/go:1.17.12 bash -l -c "go get -d -t ./..."
go: cannot find main module, but found .git/config in /mnt/renovate/gh/namely/docker-protoc
	to create a module there, run:
	cd ../.. && go mod init

@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 1d29f3f to 2669374 Compare July 19, 2022 09:55
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.

2 participants