Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@bufbuild/buf 1.47.2 -> 1.62.1 age adoption passing confidence

Release Notes

bufbuild/buf (@​bufbuild/buf)

v1.62.1

Compare Source

  • Fix default behavior for swift_prefix to remain unset when no override is provided in
    managed mode.

v1.62.0

Compare Source

  • Add swift_prefix to managed mode.
  • Add textDocument/rename and textDocument/prepareRename support for buf lsp serve.
  • Fix panic in LSP for empty option paths.
  • Fix support for multi-arch image manifests for buf beta registry plugin push.

v1.61.0

Compare Source

  • Disable format on unknown or invalid syntax.
  • Fix regression in LSP functionality for well-known types.
  • Fix browser open for buf registry login in WSL2.
  • Fix panic in LSP for EOF lookups.
  • Fix --create flag for buf push to avoid errors on already existing modules if create is disallowed.

v1.60.0

Compare Source

  • Fix LSP published diagnostics to filter to the opened file.
  • Add textDocument/documentSymbol support for buf lsp serve.
  • Fix LSP navigation for cached modules which could cause import paths to become unresolvable.
  • Update default value of --timeout flag to 0, which results in no timeout by default.
  • Update PROTOVALIDATE lint rule to allow for custom rules that do not have id or message
    fields.

v1.59.0

Compare Source

  • Promote buf beta lsp to buf lsp serve. Command buf beta lsp is now deprecated.
  • Add textDocument/References support for buf lsp serve.
  • Add autocompletion for basic keywords, syntax, package and imports for buf lsp serve.
  • Add workspace symbol queries for buf lsp serve.
  • Fix positional encoding for diagnostics in buf lsp serve.
  • Fix format updates for buf lsp serve.
  • Fix syntax highlighting on semantic tokens for buf lsp serve.
  • Fix buf format to remove extraneous whitespace before the first header node (syntax/package
    declarations).

v1.58.0

Compare Source

  • Update PROTOVALIDATE lint rule to check IGNORE_IF_ZERO_VALUE on fields that track presence.
  • Fix buf format on fields with missing field number tags.
  • Optimize include and exclude path handling for workspaces to avoid unnecessary file system
    operations. This change can result in a performance improvement for large workspaces.
  • Fix buf curl for HTTP/2 services with --http2-prior-knowledge flag set.

v1.57.2

Compare Source

  • Fix buf curl for HTTP/2 services.

v1.57.1

Compare Source

  • Minor bug fixes and dependency upgrades.

v1.57.0

Compare Source

  • Update exclude types to remove unused options reducing the size of generated code.
  • Add gitlab-code-quality error format to print errors in the GitLab Code Quality format
    for buf lint and buf breaking.
  • Add source_control_url to json outputs for buf registry {module, plugin} commit commands.

v1.56.0

Compare Source

  • Add buf export --all flag to include non-proto source files.
  • Add s390x binaries for Linux to releases.
  • Fix ppc64le binaries for Linux released as x86_64 binaries.
  • buf lint will no longer warn about uses of (buf.validate.message).disabled, as it was
    removed in protovalidate v0.14.0. Please update to protovalidate v0.14.0 or higher, using the
    steps outlined in the
    protovalidate release notes.
  • Fix buf breaking --against-registry to work with new modules that have no commits on the
    default branch.

v1.55.1

Compare Source

  • Fix language version for pre-commit hooks.

v1.55.0

Compare Source

  • Promote buf beta stats to buf stats.
  • Update built-in Well-Known Types to Protobuf v31.1.
  • Add buf registry sdk info command.
  • Allow workspaces that are adding new module(s) with no module-specific breaking configurations
    to run buf breaking, ignoring new module(s).

v1.54.0

Compare Source

  • Add CSR category to breaking rules.
  • Add support for local bufplugins for protoc-gen-buf-breaking and protoc-gen-buf-lint.
  • Add RISC-V (64-bit) binaries for Linux to releases.
  • Fix type filtering on buf generate for empty files, files with no declared types.
  • Fix CEL check on buf lint for predefined rules variables.
  • Fix buf config migrate to filter out removed rules.
  • Allow users to set examples without constraints in PROTOVALIDATE lint rule.
  • Add ppc64le binaries for Linux to releases.

v1.53.0

Compare Source

  • Fix buf breaking annotations for JSON format.

v1.52.1

Compare Source

  • Fix language version for pre-commit hooks.

v1.52.0

Compare Source

  • Fix exclude_type on a non imported package.
  • Fix --exclude-type flag for buf generate when an input is specified.
  • Fix type filter import filtering for options.
  • Add OS environment when invoking local buf plugins.
  • Add file path to buf lint and buf breaking output even when source code info is not
    available. This allows buf lint and buf breaking to respect ignore and ignore_only
    configurations when source code info is not available.

v1.51.0

Compare Source

  • Fix buf convert to allow for zero length for binpb, txtpb, and yaml formats.
  • Fix use of deprecated flag --include-types for buf generate.
  • Add --against-registry flag to buf breaking that runs breaking checks against the latest
    commit on the default branch of the corresponding module in the registry.
  • Fix type filter with unused image dependencies for buf generate.
  • Improve type filtering for buf generate. Adds the ability to exclude types with the parameter
    exclude_types in buf.gen.yaml and a flag --exclude-types in the CLI.
    Type filters may now also be specified as plugin parameters in buf.gen.yaml.

v1.50.1

Compare Source

  • Minor fixes and dependency updates.

v1.50.0

Compare Source

  • Add input parameter filter for use with git inputs. This sets the filter
    flag argument for the git fetch command.

v1.49.0

Compare Source

  • Fix buf plugin push --label to allow pushing a plugin with a label.
  • Add --digest-changes-only flag to buf registry {module,plugin} commit list to filter
    out commits that have no digest changes.
  • Fix buf plugin push --source-control-url to allow pushing a plugin with the source
    control url.

v1.48.0

Compare Source

  • Add buf registry plugin {create,delete,info,update} commands to manage BSR plugins.
  • Breaking analysis support for buf beta lsp.
  • Fix bug when using the --type flag filter for buf build where import ordering is not
    deterministic.
  • Add buf plugin push command to push a plugin to the Buf Schema Registry.
    Only WebAssembly check plugins are supported at this time.
  • Add buf plugin update and buf plugin prune command to manage plugins in the buf.lock
    file. Only WebAssembly check plugins are supported at this time.
  • Add buf registry plugin commit {add-label,info,list,resolve} to manage BSR plugin commits.
  • Add buf registry plugin label {archive,info,list,unarchive} to manage BSR plugin commits.
  • Move buf registry module update to buf registry module settings update. Command
    buf registry module update is now deprecated.
  • Support remote check plugins in buf lint and buf breaking commands.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from e408621 to 72fd37c Compare January 30, 2025 20:26
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 72fd37c to 95f0cf2 Compare February 8, 2025 00:24
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.50.0 Update dependency @bufbuild/buf to v1.50.1 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 95f0cf2 to a8624dc Compare March 10, 2025 22:44
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from a8624dc to 1383422 Compare March 28, 2025 18:43
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.50.1 Update dependency @bufbuild/buf to v1.51.0 Mar 28, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 1383422 to 4611613 Compare April 7, 2025 19:25
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.51.0 Update dependency @bufbuild/buf to v1.52.0 Apr 7, 2025
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.52.0 Update dependency @bufbuild/buf to v1.52.1 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 4611613 to 83f2101 Compare April 8, 2025 19:42
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.52.1 Update dependency @bufbuild/buf to v1.53.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 83f2101 to bd949cd Compare April 21, 2025 19:47
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from bd949cd to 81cf36c Compare May 13, 2025 00:04
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.53.0 Update dependency @bufbuild/buf to v1.54.0 May 13, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 81cf36c to 1bf88fd Compare May 19, 2025 20:59
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 1bf88fd to 4782e1f Compare May 28, 2025 10:11
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 4782e1f to b43a24e Compare June 6, 2025 03:51
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from b43a24e to 7524314 Compare June 17, 2025 21:09
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.54.0 Update dependency @bufbuild/buf to v1.55.0 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 7524314 to 982a24b Compare June 18, 2025 00:51
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.55.0 Update dependency @bufbuild/buf to v1.55.1 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 982a24b to 071a803 Compare July 31, 2025 21:36
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.55.1 Update dependency @bufbuild/buf to v1.56.0 Jul 31, 2025
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.56.0 Update dependency @bufbuild/buf to v1.57.0 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 071a803 to 5e4e22b Compare August 27, 2025 16:49
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.57.0 Update dependency @bufbuild/buf to v1.57.1 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch 2 times, most recently from c473f56 to 7b64274 Compare September 17, 2025 02:31
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.57.1 Update dependency @bufbuild/buf to v1.57.2 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 7b64274 to 0e878e9 Compare October 9, 2025 23:02
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.57.2 Update dependency @bufbuild/buf to v1.58.0 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 0e878e9 to f8d3f9a Compare October 20, 2025 18:08
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.58.0 Update dependency @bufbuild/buf to v1.59.0 Oct 20, 2025
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.59.0 Update dependency @bufbuild/buf to v1.60.0 Nov 15, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from f8d3f9a to 5bf5be5 Compare November 15, 2025 00:54
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 5bf5be5 to d34d77c Compare November 26, 2025 01:13
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.60.0 Update dependency @bufbuild/buf to v1.61.0 Nov 26, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from d34d77c to 03b0e70 Compare December 29, 2025 21:37
@renovate renovate bot changed the title Update dependency @bufbuild/buf to v1.61.0 Update dependency @bufbuild/buf to v1.62.1 Dec 29, 2025
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.

1 participant