bufbuild / protovalidate

Protocol Buffer Validation - Go, Java, Python, and C++ Beta Releases!
https://buf.build/bufbuild/protovalidate
Apache License 2.0
849 stars 37 forks source link

Bump github.com/bufbuild/protocompile from 0.14.0 to 0.14.1 in /tools #243

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps github.com/bufbuild/protocompile from 0.14.0 to 0.14.1.

Release notes

Sourced from github.com/bufbuild/protocompile's releases.

v0.14.1

What's Changed

Bugfixes changes

  • Fix bug where extension declarations marked as reserved would not allow the full_name or type fields to be specified. This failed to mirror the corresponding rule in the reference compiler protoc, which allows them to be set for documentation purposes. Now these two fields can be used on reserved declarations as long as both are present. By @​jhump in #327
  • Fix panic and error-reporting anomalies that can occur when interpreting options in lenient mode via calling either options.InterpretOptionsLenient or options.InterpretUnlinkedOptions. By @​jhump in #331

Full Changelog: https://github.com/bufbuild/protocompile/compare/v0.14.0...v0.14.1

Commits
  • 4082cf0 Bump github.com/golangci/golangci-lint from 1.60.0 to 1.60.1 in /internal/too...
  • 6953ab0 Bump github.com/bufbuild/buf from 1.36.0 to 1.37.0 in /internal/tools (#332)
  • 0142a07 Fix panic that can occur when interpreting options in lenient mode (#331)
  • 0de629a Update to go1.21 and golangci 1.60.0, test with go1.23 (#330)
  • 245c11d Bump golang.org/x/tools from 0.23.0 to 0.24.0 in /internal/tools (#328)
  • 8bd6667 Bump github.com/bufbuild/buf from 1.35.1 to 1.36.0 in /internal/tools (#329)
  • 1c07140 Allow reserved extension declaration to specify full_name and type as long as...
  • cab8942 Bump golang.org/x/sync from 0.7.0 to 0.8.0 in /internal/benchmarks (#326)
  • 66f98f3 Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#325)
  • 00a0cbd Bump github.com/bufbuild/buf from 1.34.0 to 1.35.1 in /internal/tools (#324)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)