Skip to content

chore(deps): update dependency @bufbuild/buf to v1.66.1#6

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/bufbuild-buf-1.x-lockfile
Open

chore(deps): update dependency @bufbuild/buf to v1.66.1#6
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/bufbuild-buf-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Change Age Confidence
@bufbuild/buf 1.34.01.66.1 age confidence

Release Notes

bufbuild/buf (@​bufbuild/buf)

v1.66.1

Compare Source

  • Fix exclude_types in buf generate dropping transitive dependencies of import files retained for their extension fields.

v1.66.0

Compare Source

  • Add LSP comment ignore code action to add comment ignores for lint errors.
  • Fix buf breaking module comparison when adding new modules.
  • Add LSP hover support for protovalidate CEL expressions.
  • Fixed offset handling in CEL semantic tokens for non-ASCII content and proto escape sequences in multi-line string literal expressions.
  • Improve URI normalization for the LSP.

v1.65.0

Compare Source

  • Add buf registry policy {commit,create,delete,info,label,settings} commands to manage BSR policies.
  • Add LSP deprecate code action to add the deprecated option on types and symbols.
  • Fix import LSP document link to not include import keyword.
  • Update PROTOVALIDATE lint rule to support checking unenforceable required rules on repeated.items, map.keys and map.values.
  • Add buf source edit deprecate command to deprecate types by setting the deprecate = true option.

v1.64.0

Compare Source

  • Fix LSP completion for options.
  • Add LSP document highlighting support.
  • Add LSP completion for fully-qualified type references.
  • Improve LSP semantic tokens implementation (for syntax highlighting).
  • Add LSP organize imports code action to add missing imports, remove unused
    imports, and sort imports alphabetically.
  • Add LSP document link support.
  • Add LSP folding range support.
  • Update PROTOVALIDATE lint rule to support checking cel_expression fields for valid CEL.

v1.63.0

Compare Source

  • Update PROTOVALIDATE lint rule to support field mask rules.
  • Add LSP completion for field numbers.

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.

v1.47.2

Compare Source

  • Update the patch version to resolve NPM packaging issues. No command updates or user changes.

v1.47.1

Compare Source

  • Update the patch version to resolve NPM packaging issues. No command updates or user changes.

v1.47.0

Compare Source

  • Move buf registry commit to buf registry module commit. Command
    buf registry commit is now deprecated.
  • Move buf registry label to buf registry module label. Command
    buf registry label is now deprecated.

v1.46.0

Compare Source

  • Add buf registry whoami command, which checks if you are logged in to the Buf Schema
    Registry at a given domain.

v1.45.0

Compare Source

  • Update buf registry module info --format=json to add default_label_name, which provides the name
    of the default label of a module.

v1.44.0

Compare Source

  • Update the PROTOVALIDATE lint rule to check example field options. Examples will be checked that
    they satisfy the field constraints, and are only present if constraints are present.
  • Update the PROTOVALIDATE lint rule to check predefined rules. Predefined rules will be checked
    that they compile.
  • Add support for a WebAssembly (Wasm) runtime for custom lint and breaking changes plugins. Use the
    .wasm file extension to specify a path to a Wasm plugin.

v1.43.0

Compare Source

  • Add new experimental LSP support under buf beta lsp.

v1.42.0

Compare Source

  • Add support for custom lint and breaking change plugins. See
    our launch blog post
    for more details!
  • Add buf dep graph --format flag that defaults to dot, and adds the option json, to print
    the dependency graph in JSON format.
  • Fix bugs in buf format where trailing comments on commas in message literals were not properly
    propagated to the formatted proto, empty message literals were not properly indented, and
    compound strings in options added an extra newline before trailing commas.

v1.41.0

Compare Source

  • Add HTTP/3 support for gRPC with buf curl.
  • Fix issue where errors from protoc plugins may be overwritten when executing plugins in parallel.

v1.40.1

Compare Source

  • Fix issue with buf lint where comment ignores in the shape of // buf:lint:ignore <RULE_ID> <extra comment>
    were not recognized due to the extra comment.

v1.40.0

Compare Source

  • Add concept of a default lint or breaking rule, which is printed out as a property when running
    buf config ls-{breaking,lint}-rules. Default rules are those rules which are run if no lint
    or breaking rules are explicitly configured in your buf.yaml.
  • Rename DEFAULT lint rule category to STANDARD. With the concept of default rules being introduced,
    having a category named DEFAULT is confusing, as while it happens that all the rules in the DEFAULT
    lint category are also default rules, the name has become overloaded. As with all buf changes, this
    change is backwards-compatible: the DEFAULT lint category continues to work, and always will. We
    recommend changing to STANDARD, however.

v1.39.0

Compare Source

  • Fix git input handling of relative HEAD refs without branch names.
  • Add includes key to module configurations in v2 buf.yaml, accepting a list of directories.
    • If includes is specified, a proto file is considered in the module only if it is in one of the
      directories specified.
    • If both includes and excludes keys are specified for a module, a proto file is considered
      part of this module if it is contained in any of the include paths and not in any of the exclude
      paths.
  • Allow multiple module configurations in the same v2 buf.yaml to have the same directory path.

v1.38.0

Compare Source

  • Add --http3 flag to buf curl which forces buf curl to use HTTP/3 as the transport.
  • Fix issue with directory inputs for v2 workspaces where the specified directory was not itself
    a path to a module, but contained directories with modules, and the modules would not build.
  • Stop creating empty buf.lock files when buf dep update does not find new dependencies
    to update and there is no existing buf.lock.
  • Update buf push to push the license file or doc file (e.g. README.md, LICENSE) in the
    same directory as buf.yaml if a module does not have a license file or doc file in the
    module's directory.
  • Fix constraints of --path flag for lint and breaking rules to avoid resolving all files
    within a module. This change can result in a performance improvement for large workspaces.

v1.37.0

Compare Source

  • Add STABLE_PACKAGE_NO_IMPORT_UNSTABLE lint rule which disallows files from stable packages
    to import files from unstable packages.
  • Fix plugin push failures when pushing an image built with containerd image store.

v1.36.0

Compare Source

  • Add --list-services and --list-methods flags to buf curl, which trigger the command to list
    known services or methods in the RPC schema, instead of invoking an RPC method.
  • Add clean as a top-level option in buf.gen.yaml, matching the buf generate --clean flag. If
    set to true, this will delete the directories, jar files, or zip files set to out for each
    plugin.
  • Fix git input handling of annotated tags.
  • Update buf registry login to complete the login flow in the browser by default. This allows
    users to login with their browser and have the token automatically provided to the CLI.
  • Add buf registry organization {create, delete, info, update} commands to manage BSR
    organizations. Remove buf beta registry organization commands.
  • Add buf registry module {create, delete, deprecate, info, undeprecate, update} commands to
    manage BSR modules. Remove buf beta registry repository commands.
  • Add buf registry label {archive, info, list, unarchive} commands to manage BSR module labels.
    Remove buf beta registry label commands and buf beta registry {archive, unarchive}.
  • Add buf registry commit {add-label, info, list, resolve} to manage BSR module commits. Remove
    buf beta registry commit commands.

v1.35.1

Compare Source

  • Fix the git input parameter ref to align with the git notion of a ref. This allows for the use
    of branch names, tag names, and commit hashes.
  • Fix unexpected buf build errors with absolute path directory inputs without workspace and/or
    module configurations (e.g. buf.yaml, buf.work.yaml) and proto file paths set to the --path flag.

v1.35.0

Compare Source

  • Add buf generate --clean flag that will delete the directories, jar files, or zip files that the
    plugins will write to, prior to generation. Allows cleaning of existing assets without having
    to call rm -rf.
  • Deprecate --username flag on and username prompt on buf registry login. A username is no longer
    required to log in.

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 changed the title chore(deps): update dependency @bufbuild/buf to v1.48.0 chore(deps): update dependency @bufbuild/buf to v1.49.0 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 54405b8 to e5a9eb9 Compare January 9, 2025 23:35
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from e5a9eb9 to b5be772 Compare January 20, 2025 07:18
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.49.0 chore(deps): update dependency @bufbuild/buf to v1.50.0 Jan 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.50.0 chore(deps): update dependency @bufbuild/buf to v1.50.1 Mar 11, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from b5be772 to c8a631b Compare March 11, 2025 08:03
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from c8a631b to 0e384d9 Compare March 29, 2025 12:03
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.50.1 chore(deps): update dependency @bufbuild/buf to v1.51.0 Mar 29, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 0e384d9 to 724de70 Compare April 9, 2025 20:11
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.51.0 chore(deps): update dependency @bufbuild/buf to v1.52.1 Apr 9, 2025
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.52.1 chore(deps): update dependency @bufbuild/buf to v1.53.0 Apr 23, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 724de70 to fbbcb3e Compare April 23, 2025 04:16
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from fbbcb3e to f60f434 Compare May 17, 2025 07:48
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.53.0 chore(deps): update dependency @bufbuild/buf to v1.54.0 May 17, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from f60f434 to 2ab6519 Compare June 28, 2025 15:57
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.54.0 chore(deps): update dependency @bufbuild/buf to v1.55.1 Jun 28, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 2ab6519 to 3f8ef15 Compare August 4, 2025 18:46
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.55.1 chore(deps): update dependency @bufbuild/buf to v1.56.0 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 3f8ef15 to a4c8fbc Compare September 1, 2025 06:00
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.56.0 chore(deps): update dependency @bufbuild/buf to v1.57.0 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from a4c8fbc to 26c341e Compare September 17, 2025 00:05
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.57.0 chore(deps): 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 26c341e to 1c5e128 Compare October 10, 2025 03:25
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.57.2 chore(deps): update dependency @bufbuild/buf to v1.58.0 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 1c5e128 to 5bbc748 Compare October 23, 2025 07:51
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.58.0 chore(deps): update dependency @bufbuild/buf to v1.59.0 Oct 23, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 5bbc748 to b9f2198 Compare November 16, 2025 00:08
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.59.0 chore(deps): update dependency @bufbuild/buf to v1.60.0 Nov 16, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from b9f2198 to 40944bf Compare November 26, 2025 07:55
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.60.0 chore(deps): 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 40944bf to 31b44c2 Compare December 30, 2025 07:43
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.61.0 chore(deps): update dependency @bufbuild/buf to v1.62.1 Dec 30, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 31b44c2 to 7f958ac Compare January 7, 2026 07:35
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.62.1 chore(deps): update dependency @bufbuild/buf to v1.63.0 Jan 7, 2026
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 7f958ac to c1ab9b5 Compare January 20, 2026 18:57
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.63.0 chore(deps): update dependency @bufbuild/buf to v1.64.0 Jan 20, 2026
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.64.0 chore(deps): update dependency @bufbuild/buf to v1.65.0 Feb 4, 2026
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from c1ab9b5 to 77a29ac Compare February 4, 2026 23:54
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from 77a29ac to bced981 Compare February 24, 2026 06:42
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.65.0 chore(deps): update dependency @bufbuild/buf to v1.66.0 Feb 24, 2026
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x-lockfile branch from bced981 to 6c4277d Compare March 14, 2026 15:59
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.66.0 chore(deps): update dependency @bufbuild/buf to v1.66.1 Mar 14, 2026
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