Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 8, 2022

This PR contains the following updates:

Package Type Update Change Age Confidence
envoyproxy/protoc-gen-validate minor 0.6.7 -> 0.10.1 age confidence
github.com/gorilla/handlers require patch v1.5.1 -> v1.5.2 age confidence
github.com/otiai10/copy require minor v1.7.0 -> v1.14.1 age confidence
github.com/sirupsen/logrus require patch v1.9.0 -> v1.9.3 age confidence
github.com/spf13/pflag require patch v1.0.5 -> v1.0.10 age confidence
github.com/spf13/viper require minor v1.12.0 -> v1.21.0 age confidence
github.com/stretchr/testify require minor v1.8.0 -> v1.11.1 age confidence
google.golang.org/grpc/cmd/protoc-gen-go-grpc minor v1.2.0 -> v1.5.1 age confidence
google.golang.org/protobuf minor v1.28.1 -> v1.36.10 age confidence
google.golang.org/protobuf require minor v1.28.1 -> v1.36.10 age confidence
grpc-tools (source) minor 1.11.2 -> 1.13.0 age confidence
grpc-web (source) minor 1.3.1 -> 1.5.0 age confidence
grpc_tools_node_protoc_ts patch 5.3.2 -> 5.3.3 age confidence
protoc-gen-grpc-web minor 1.4.0 -> 1.5.0 age 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

v0.9.1

Compare Source

What's Changed

New Contributors

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

v0.9.0

Compare Source

What's Changed

Full Changelog: bufbuild/protoc-gen-validate@v0.8.0...v0.9.0

v0.7.0

Compare Source

What's Changed

New Contributors

Dependabot

Full Changelog: bufbuild/protoc-gen-validate@v0.6.13...v0.7.0

v0.6.13

Compare Source

The team at @​bufbuild are happy to announce we will begin to maintain PGV! It fills a huge gap in the protobuf ecosystem and deserves careful stewardship. We appreciate the PGV community's continued patience whilst we iron out a detailed transition plan and thank the @​envoyproxy team for all that hard work they've put in to date.

Java users please note a new groupID:

- <groupId>io.envoyproxy.protoc-gen-validate</groupId>
+ <groupId>build.buf.protoc-gen-validate</groupId>

Go users, the go module will remain unchanged

go install github.com/envoyproxy/protoc-gen-validate

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v0.6.8...v0.6.13

v0.6.12

Compare Source

What's Changed

v0.6.9

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v0.6.8...v0.6.9-rc.0

v0.6.8

Compare Source

What's Changed

New Contributors

Full Changelog: bufbuild/protoc-gen-validate@v0.6.7...v0.6.8

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.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

v1.9.0: 💥 Breaking Change: Skip now accepts os.FileInfo

Compare Source

v1.7.1

Compare Source

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

v1.9.3

Compare Source

  • Fix a potential denial of service vulnerability in logrus.Writer() that could be triggered by logging text longer than 64kb without newlines f9291a5 (re-apply #​1376)
  • Fix panic in Writer d40e25c

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

v1.9.2

Compare Source

  • Revert #​1376, which introduced a regression in v1.9.1

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.10

Compare Source

What's Changed

  • fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by @​thaJeztah in #​447
  • remove uses of errors.Is, which requires go1.13, move go1.16/go1.21 tests to separate file by @​thaJeztah in #​448

New Contributors

Full Changelog: spf13/pflag@v1.0.9...v1.0.10

v1.0.9

Compare Source

What's Changed

Full Changelog: spf13/pflag@v1.0.8...v1.0.9

v1.0.8

Compare Source

⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking change: the flag.ParseErrorsWhitelist struct and corresponding FlagSet.parseErrorsWhitelist field have been renamed to ParseErrorsAllowlist.

This should result in compilation errors in any code that uses these fields, which can be fixed by adjusting the names at call sites. There is no change in semantics or behavior of the struct or field referred to by these names. If your code compiles without errors after bumping to/past v1.0.8, you are not affected by this change.

The breaking change was reverted in v1.0.9, by means of re-introducing the old names with deprecation warnings. The plan is still to remove them in a future release, so if your code does depend on the old names, please change them to use the new names at your earliest convenience.

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.7...v1.0.8

v1.0.7

Compare Source

What's Changed

New Contributors

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

v1.0.6

Compare Source

What's Changed

New Contributors


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, check this box

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

@renovate
Copy link
Author

renovate bot commented Sep 8, 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: go get -d -t ./...
go: cannot find main module, but found .git/config in /tmp/renovate/repos/github/ido-namely/docker-protoc
	to create a module there, run:
	cd ../.. && go mod init

@renovate renovate bot force-pushed the renovate/minor-dependencies branch from aa3de03 to 3b9d0b2 Compare September 14, 2022 20:01
@renovate renovate bot changed the title fix(deps): update module github.com/spf13/viper to v1.13.0 chore(deps): update misc non-major dependencies Sep 14, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 38c2920 to 563b106 Compare September 29, 2022 20:51
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 48317e1 to 81afd22 Compare October 5, 2022 19:28
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from b01e5da to 8c13f99 Compare October 28, 2022 22:03
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 8c13f99 to e6e73dc Compare November 6, 2022 14:18
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from e6e73dc to 9032e39 Compare November 20, 2022 10:44
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from af32088 to fdc9c2c Compare March 20, 2023 21:05
@renovate renovate bot changed the title chore(deps): update misc non-major dependencies chore(deps): update misc non-major dependencies - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/minor-dependencies branch April 4, 2023 00:42
@renovate renovate bot changed the title chore(deps): update misc non-major dependencies - autoclosed chore(deps): update misc non-major dependencies Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/minor-dependencies branch April 4, 2023 11:10
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from fdc9c2c to 84de18d Compare April 17, 2023 12:02
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 0b118c8 to 2248924 Compare June 3, 2023 21:01
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 87f5279 to baa9e8b Compare June 19, 2023 01:22
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from baa9e8b to 60c39fd Compare June 26, 2023 14:31
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 70940b4 to 1d5bc60 Compare October 6, 2023 17:08
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from b051703 to 35e90fa Compare November 23, 2024 12:53
@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 3 times, most recently from a73b260 to 7b939ef Compare December 23, 2024 16:37
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 13ffa2f to a7b5fb8 Compare January 8, 2025 15:36
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from a7b5fb8 to c86ac2a Compare January 15, 2025 16:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from cd1f289 to 9a5a766 Compare January 30, 2025 13:13
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from a27c80f to dae198c Compare February 7, 2025 18:09
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from dae198c to c5660f4 Compare March 15, 2025 17:56
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from a4e6c60 to 0277333 Compare March 26, 2025 19:32
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 0277333 to 931845e Compare July 16, 2025 22:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 4dec9cf to 1b66ca9 Compare August 7, 2025 13:06
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from b4dd39a to 6f4bd69 Compare August 27, 2025 16:10
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 6f4bd69 to 8784a3b Compare August 31, 2025 21:50
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 43d6b82 to 599d669 Compare September 9, 2025 14:52
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from e798fc1 to 6c5e1f1 Compare September 17, 2025 02:07
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 6c5e1f1 to 06191c4 Compare October 2, 2025 11: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