8000 chore(deps): update dependency @bufbuild/buf to v1.58.0 by renovate[bot] · Pull Request #430 · proto-graphql/proto-graphql-js · GitHub
[go: up one dir, main page]

Skip to content

Conversation

renovate[bot]
Copy link
Contributor
@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Confidence
@bufbuild/buf 1.42.0 -> 1.58.0 age confidence

Release Notes

bufbuild/buf (@​bufbuild/buf)

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.

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 added the devDependencies Pull requests that update a dependency file (only devDependencies) label Sep 30, 2024
8000 Copy link
changeset-bot bot commented Sep 30, 2024

⚠️ No Changeset found

Latest commit: 3614f37

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.43.0 chore(deps): update dependency @bufbuild/buf to v1.44.0 Oct 3, 2024
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 9ef3b86 to 74a1066 Compare October 3, 2024 18:35
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.44.0 chore(deps): update dependency @bufbuild/buf to v1.45.0 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 74a1066 to 5ca8d6c Compare October 8, 2024 22:15
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 5ca8d6c to 66ce836 Compare October 30, 2024 01:06
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.45.0 chore(deps): update dependency @bufbuild/buf to v1.46.0 Oct 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.46.0 chore(deps): update dependency @bufbuild/buf to v1.47.1 Nov 13, 2024
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 66ce836 to 62601a0 Compare November 13, 2024 21:24
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.47.1 chore(deps): update dependency @bufbuild/buf to v1.46.0 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 62601a0 to c16713e Compare November 14, 2024 01:05
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.46.0 chore(deps): update dependency @bufbuild/buf to v1.47.2 Nov 14, 2024
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from c16713e to d6dafd5 Compare November 14, 2024 17:19
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.47.2 chore(deps): update dependency @bufbuild/buf to v1.47.2 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/bufbuild-buf-1.x branch December 8, 2024 18:37
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.47.2 - autoclosed chore(deps): update dependency @bufbuild/buf to v1.47.2 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from c77632f to d6dafd5 Compare December 9, 2024 05:07
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.47.2 chore(deps): update dependency @bufbuild/buf to v1.48.0 Dec 20, 2024
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from d6dafd5 to 9c94a3f Compare December 20, 2024 20:19
@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 branch from 9c94a3f to def90f1 Compare January 9, 2025 18:30
@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 17, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from def90f1 to f197f2f Compare January 17, 2025 20:35
@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 10, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from f197f2f to 6031c7b Compare March 10, 2025 22:46
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 6031c7b to 0d8ea89 Compare March 28, 2025 21:35
@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 28, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 0d8ea89 to 2af7a2f Compare April 7, 2025 17:06
@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.0 Apr 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.52.0 chore(deps): update dependency @bufbuild/buf to v1.52.1 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 2af7a2f to e0e354f Compare April 8, 2025 17:35
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from e0e354f to 5e59625 Compare April 21, 2025 19:34
@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 21, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 5e59625 to 736e616 Compare May 12, 2025 22:45
@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 12, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 736e616 to 880a779 Compare June 17, 2025 20:34
@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.0 Jun 17, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 880a779 to 4335214 Compare June 18, 2025 02:44
@renovate renovate bot changed the title chore(deps): update dependency @bufbuild/buf to v1.55.0 chore(deps): update dependency @bufbuild/buf to v1.55.1 Jun 18, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 4335214 to 000035f Compare August 1, 2025 00:50
@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 1, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 000035f to 46e337f Compare August 27, 2025 19:10
@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 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from 46e337f to a59ade6 Compare September 16, 2025 22:51
@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 16, 2025
@renovate renovate bot force-pushed the renovate/bufbuild-buf-1.x branch from a59ade6 to 3614f37 Compare October 9, 2025 22:12
@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 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devDependencies Pull requests that update a dependency file (only devDependencies)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

0