Bump @bufbuild/protobuf and @connectrpc/connect in /csharp/web-ui/reactexample#255
Merged
Merged
Conversation
…ctexample Combines dependabot#250 and dependabot#249, which each break the build in isolation: bumping @bufbuild/protobuf alone leaves @bufbuild/protoc-gen-es on 2.2.1, breaking buf generate codegen; bumping @connectrpc/connect alone fails npm install since it requires @bufbuild/protobuf ^2.7.0. This bumps the four packages together so peer dependencies stay satisfied: - @bufbuild/protobuf 2.2.1 -> 2.12.1 - @bufbuild/protoc-gen-es 2.2.1 -> 2.12.1 - @connectrpc/connect 2.0.0-rc.2 -> 2.1.2 - @connectrpc/connect-web 2.0.0-rc.2 -> 2.1.2 Verified npm install and npm run build succeed with this combination. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@bufbuild/protobuf2.2.1 → 2.12.1) leaves@bufbuild/protoc-gen-espinned at 2.2.1, which breaksbuf generatecodegen (protoc-gen-es: Cannot read properties of undefined (reading 'length')).@connectrpc/connect2.0.0-rc.2 → 2.1.2) failsnpm installoutright with an ERESOLVE peer-dependency conflict, sinceconnect@2.1.2requires@bufbuild/protobuf@^2.7.0which the pinned 2.2.1 doesn't satisfy; it also leaves@connectrpc/connect-webstuck on the old2.0.0-rc.2.@bufbuild/protobuf2.2.1 → 2.12.1@bufbuild/protoc-gen-es2.2.1 → 2.12.1@connectrpc/connect2.0.0-rc.2 → 2.1.2@connectrpc/connect-web2.0.0-rc.2 → 2.1.2