chore(deps): update dependency @bufbuild/buf to v1.33.0 #413
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.32.2
->1.33.0
Release Notes
bufbuild/buf (@bufbuild/buf)
v1.33.0
Compare Source
--source-control-url
and--create-default-label
when using--git-metadata
withbuf push
.buf push --git-metadata
when local tags point to different objects thanthe remote tags.
PROTOVALIDATE
lint rule violations.buf beta registry label {create,get,list}
to replacebuf beta registry {draft, tag}
commands.
buf beta commit {get,list}
command outputs to display create time and stopdisplaying associated tags.
buf beta commit list <buf.build/owner/repository>
when thereference is empty. It now lists commits in the repository instead of listing commits
of the default label.
buf format
to canonicalize the punctuation used in message literalsin option values. The output now always uses
{
and}
instead of<
and>
; itadds
:
separators between field names and message values if the source omitted them,and it removes unnecessary separators between fields (
,
and;
are allowed, butneither is needed).
buf format -w
so that it does not touch files whose contents don't actuallychange. This eliminates noisy notifications to file-system-watcher tools that are
watching the directory that contains proto sources.
buf generate
to work with plugins provided by protoc for versions v24.0to v25.3. Editions support was experimental in these releases, and the plugins
advertise incomplete support for editions, which triggers
buf
to report an error.With this fix, these plugins can be used again as long as none of the input files use
editions syntax.
buf push --exclude-unnamed
flag to exclude unnamed modules when pushing to the BSR.Configuration
📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.