fix(deps): update dependency @connectrpc/connect to v2#435
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency @connectrpc/connect to v2#435renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Deploying gate-minekube with
|
| Latest commit: |
98d9d2f
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6b6a06bb.gate-minekube.pages.dev |
| Branch Preview URL: | https://renovate-connectrpc-connect.gate-minekube.pages.dev |
27463cc to
9a202da
Compare
9a202da to
42ba27c
Compare
42ba27c to
e7acc57
Compare
983c237 to
8fa82d4
Compare
8fa82d4 to
439042d
Compare
439042d to
51344e1
Compare
d12e897 to
3886910
Compare
0278ac1 to
b17fe8d
Compare
b17fe8d to
4b28ee6
Compare
4b28ee6 to
4868b40
Compare
4868b40 to
bc7805d
Compare
bc7805d to
467a8dd
Compare
467a8dd to
7a2dfb1
Compare
7a2dfb1 to
ae95dc8
Compare
664923d to
589dd70
Compare
589dd70 to
b7b980e
Compare
b7b980e to
4bbffc2
Compare
4bbffc2 to
730d8c7
Compare
217fc5e to
e2be240
Compare
e2be240 to
1e8c078
Compare
1e8c078 to
98d9d2f
Compare
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.
This PR contains the following updates:
^1.0.0→^2.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
connectrpc/connect-es (@connectrpc/connect)
v2.1.1Compare Source
What's Changed
New Contributors
Full Changelog: connectrpc/connect-es@v2.1.0...v2.1.1
v2.1.0Compare Source
What's Changed
Uint8ArraytoUint8Array<ArrayBuffer>by @timostamm in #1560Full Changelog: connectrpc/connect-es@v2.0.4...v2.1.0
v2.0.4Compare Source
What's Changed
Full Changelog: connectrpc/connect-es@v2.0.3...v2.0.4
v2.0.3Compare Source
What's Changed
New Contributors
Full Changelog: connectrpc/connect-es@v2.0.2...v2.0.3
v2.0.2Compare Source
What's Changed
Full Changelog: connectrpc/connect-es@v2.0.1...v2.0.2
v2.0.1Compare Source
What's Changed
The only noteworthy changes in this release are enhancements made to the @connectrpc/connect-migrate package.
The migration tool now handles additional scenarios for migrating your code to Connect v2:
Transforms
newtocreate:Transforms
isMessageto use the schema:import { isMessage } from "@​bufbuild/protobuf"; - import { Foo } from "./foo_pb.js"; + import { FooSchema } from "./foo_pb.js"; - isMessage(1, Foo); + isMessage(1, FooSchema);Transforms the static
fromBinary,fromJson, andfromJsonStringmethod calls:In addition, if the message is a well-known type, the import path is updated accordingly.
For details on Connect v2, see the v2 release notes as well as the full migration guide.
New Contributors
Full Changelog: connectrpc/connect-es@v2.0.0...v2.0.1
v2.0.0Compare Source
What's Changed
The upgrade of the Protobuf runtime brings support for Editions and new APIs for Protobuf messages with support for custom options. Messages are now plain TypeScript types, which greatly improves compatibility with the ecosystem. For example, messages can be passed from a server-side component in Next.js to a client-side component without losing any data or types. To learn more about the enhancements, see the release blog post for Protobuf-ES v2.
Full Changelog
createPromiseClientandPromiseClientby @srikrsna-buf in #12404fa60c8Full Changelog: connectrpc/connect-es@v1.6.1...v2.0.0
Configuration
📅 Schedule: (UTC)
🚦 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.