Skip to content

Commit

Permalink
chore(deps): update buf to v1.50.0 (#5471)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2025
1 parent 74b7569 commit cf364fd
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proto-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: bufbuild/buf-setup-action@9672cee01808979ea1249f81d6d321217b9a10f6 # v1.47.2
- uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0

- name: Generate
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: bufbuild/buf-setup-action@9672cee01808979ea1249f81d6d321217b9a10f6 # v1.47.2
- uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0

- name: version
run: buf --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: bufbuild/buf-setup-action@9672cee01808979ea1249f81d6d321217b9a10f6 # v1.47.2
- uses: bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99 # v1.50.0

- name: version
run: buf --version
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
hooks:
- id: go-mod-tidy
- repo: https://github.com/bufbuild/buf
rev: v1.47.2
rev: v1.50.0
hooks:
# Hijack an existing hook ID to run buf generate
# It also mean running `pre-commit run buf-format` will run both format and generate
Expand Down
2 changes: 1 addition & 1 deletion env-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BIN_DIR="$(go env GOBIN)"
BIN_DIR="${BIN_DIR:-$(go env GOPATH)/bin}"

# renovate: datasource=github-releases depName=bufbuild/buf
BUF_VERSION='v1.47.2'
BUF_VERSION='v1.50.0'

# Substitute BINARY_NAME for "buf", "protoc-gen-buf-breaking", or "protoc-gen-buf-lint".
BINARY_NAME="buf"
Expand Down
4 changes: 2 additions & 2 deletions proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ deps:
- remote: buf.build
owner: googleapis
repository: googleapis
commit: e93e34f48be043dab55be31b4b47f458
digest: shake256:93dbe51c27606999eef918360df509485a4d272e79aaed6d0016940379a9b06d316fc5228b7b50cca94bb310f34c5fc5955ce7474f655f0d0a224c4121dda3c1
commit: 83c0f6c19b2f4ea0b0fd84a80e753659
digest: shake256:20e034fe1562d2ef4137cd7822344d4c29cff8130e112a16e44bc3102be688e9134fae531ec1de7ae18dd660160649db28d160b006c9c70964e3f72a60dc47e3
- remote: buf.build
owner: grpc-ecosystem
repository: grpc-gateway
Expand Down
12 changes: 5 additions & 7 deletions ui/packages/shared/client/src/google/protobuf/descriptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1034,12 +1034,13 @@ export interface MessageOptions {
*/
export interface FieldOptions {
/**
* NOTE: ctype is deprecated. Use `features.(pb.cpp).string_type` instead.
* The ctype option instructs the C++ code generator to use a different
* representation of the field than it normally would. See the specific
* options below. This option is only implemented to support use of
* [ctype=CORD] and [ctype=STRING] (the default) on non-repeated fields of
* type "bytes" in the open source release -- sorry, we'll try to include
* other types in a future version!
* type "bytes" in the open source release.
* TODO: make ctype actually deprecated.
*
* @generated from protobuf field: optional google.protobuf.FieldOptions.CType ctype = 1;
*/
Expand Down Expand Up @@ -1259,8 +1260,6 @@ export enum FieldOptions_JSType {
}
/**
* If set to RETENTION_SOURCE, the option will be omitted from the binary.
* Note: as of January 2023, support for this is in progress and does not yet
* have an effect (b/264593489).
*
* @generated from protobuf enum google.protobuf.FieldOptions.OptionRetention
*/
Expand All @@ -1281,8 +1280,7 @@ export enum FieldOptions_OptionRetention {
/**
* This indicates the types of entities that the field may apply to when used
* as an option. If it is unset, then the field may be freely used as an
* option on any kind of entity. Note: as of January 2023, support for this is
* in progress and does not yet have an effect (b/264593489).
* option on any kind of entity.
*
* @generated from protobuf enum google.protobuf.FieldOptions.OptionTargetType
*/
Expand Down Expand Up @@ -2069,7 +2067,7 @@ export enum Edition {
EDITION_2024 = 1001,
/**
* Placeholder editions for testing feature resolution. These should not be
* used or relyed on outside of tests.
* used or relied on outside of tests.
*
* @generated from protobuf enum value: EDITION_1_TEST_ONLY = 1;
*/
Expand Down

0 comments on commit cf364fd

Please sign in to comment.