Skip to content

Commit ecf90e4

Browse files
authored
chore(deps): update dependency protocolbuffers/protobuf to v33.2 (#135)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [protocolbuffers/protobuf](https://redirect.github.com/protocolbuffers/protobuf) | minor | `v33.1` -> `v33.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>protocolbuffers/protobuf (protocolbuffers/protobuf)</summary> ### [`v33.2`](https://redirect.github.com/protocolbuffers/protobuf/releases/tag/v33.2): Protocol Buffers v33.2 [Compare Source](https://redirect.github.com/protocolbuffers/protobuf/compare/v33.1...v33.2) ##### Announcements - [Protobuf News](https://protobuf.dev/news/) may include additional announcements or pre-announcements for upcoming changes. ##### Compiler - Add EDITION\_UNSTABLE for new edition development ([`9247790`](https://redirect.github.com/protocolbuffers/protobuf/commit/92477901aa6738251d8dc208f9ebfcc761f24bc6)) - Fix a bug with custom features outside of the `pb` package. ([`483173d`](https://redirect.github.com/protocolbuffers/protobuf/commit/483173ddc3d18d230c806f6c7a9d170375431c1b)) - Reserving a declaration for the Impress proto plugin. ([`8a0b438`](https://redirect.github.com/protocolbuffers/protobuf/commit/8a0b43826665857284432afa087637f3d2539a05)) ##### C++ - Remove unnecessary uses of future changes to descriptor.proto ([`50c9e62`](https://redirect.github.com/protocolbuffers/protobuf/commit/50c9e62526b7050b94993b8547e6fbd1c8b55625)) - Fix a bug with custom features outside of the `pb` package. ([`483173d`](https://redirect.github.com/protocolbuffers/protobuf/commit/483173ddc3d18d230c806f6c7a9d170375431c1b)) ##### Java - Fix a bug with custom features outside of the `pb` package. ([`483173d`](https://redirect.github.com/protocolbuffers/protobuf/commit/483173ddc3d18d230c806f6c7a9d170375431c1b)) ##### Csharp - Add EDITION\_UNSTABLE for new edition development ([`9247790`](https://redirect.github.com/protocolbuffers/protobuf/commit/92477901aa6738251d8dc208f9ebfcc761f24bc6)) - Use generic Marshal.SizeOf when possible ([#&#8203;21964](https://redirect.github.com/protocolbuffers/protobuf/issues/21964)) ([#&#8203;24673](https://redirect.github.com/protocolbuffers/protobuf/issues/24673)) ([`9f263cd`](https://redirect.github.com/protocolbuffers/protobuf/commit/9f263cd5ef14160b17d15bc8b40c89e86d4f7a1f)) - Regenerate stale files ([`058bffa`](https://redirect.github.com/protocolbuffers/protobuf/commit/058bffaade42d61418d369c3baef1012c9794245)) ##### PHP - Add EDITION\_UNSTABLE for new edition development ([`9247790`](https://redirect.github.com/protocolbuffers/protobuf/commit/92477901aa6738251d8dc208f9ebfcc761f24bc6)) ##### PHP C-Extension - Regenerate staleness tests ([`e9f62c6`](https://redirect.github.com/protocolbuffers/protobuf/commit/e9f62c68db781f55271f09a5ab21b023d0b2556c)) - Add EDITION\_UNSTABLE for new edition development ([`9247790`](https://redirect.github.com/protocolbuffers/protobuf/commit/92477901aa6738251d8dc208f9ebfcc761f24bc6)) - Regenerate stale files ([`058bffa`](https://redirect.github.com/protocolbuffers/protobuf/commit/058bffaade42d61418d369c3baef1012c9794245)) - *See also UPB changes below, which may affect PHP C-Extension.* ##### Ruby ##### Ruby C-Extension - Regenerate staleness tests ([`e9f62c6`](https://redirect.github.com/protocolbuffers/protobuf/commit/e9f62c68db781f55271f09a5ab21b023d0b2556c)) - Regenerate stale files ([`058bffa`](https://redirect.github.com/protocolbuffers/protobuf/commit/058bffaade42d61418d369c3baef1012c9794245)) - *See also UPB changes below, which may affect Ruby C-Extension.* ##### UPB (Python/PHP/Ruby C-Extension) - Regenerate staleness tests ([`e9f62c6`](https://redirect.github.com/protocolbuffers/protobuf/commit/e9f62c68db781f55271f09a5ab21b023d0b2556c)) - Add BTI to branch targets when branch protection is enabled. This resolves ([`72a48f9`](https://redirect.github.com/protocolbuffers/protobuf/commit/72a48f9e626a6217d1276e4be1455a296b1e158f)) - Extract arm64 asm check ([`13ee2ce`](https://redirect.github.com/protocolbuffers/protobuf/commit/13ee2ce2cb9dabc0bb058ac1a96ae9d117b9e109)) </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zOC4xIiwidXBkYXRlZEluVmVyIjoiNDIuMzguMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYnVpbGQ6ZGVwcyJdfQ==-->
2 parents 177551b + a5318fe commit ecf90e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/base.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# renovate: datasource=github-tags depName=golangci/golangci-lint
22
GOLANGCI_VERSION ?= v2.6.2
33
# renovate: datasource=github-tags depName=protocolbuffers/protobuf
4-
PROTOC_VERSION ?= v33.1
4+
PROTOC_VERSION ?= v33.2
55
TOOLS_BIN := $(shell mkdir -p build/tools && realpath build/tools)
66

77
ifneq ($(shell git status --porcelain --untracked-files=no),)

0 commit comments

Comments
 (0)