fix(deps): update dependency @connectrpc/connect-node to v2#436
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update dependency @connectrpc/connect-node to v2#436renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Deploying gate-minekube with
|
| Latest commit: |
03e4b8a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://12d88e94.gate-minekube.pages.dev |
| Branch Preview URL: | https://renovate-connectrpc-connect-gcdd.gate-minekube.pages.dev |
84d0579 to
22746ea
Compare
22746ea to
fc1cc63
Compare
fc1cc63 to
5ad7054
Compare
ed426b4 to
1aad038
Compare
1aad038 to
fe2e240
Compare
fe2e240 to
4c21ab2
Compare
85214d3 to
fbb5b1f
Compare
7269b75 to
b9a65d5
Compare
b9a65d5 to
319cfc8
Compare
319cfc8 to
796652a
Compare
796652a to
e147dcd
Compare
e147dcd to
4e48626
Compare
4e48626 to
9812f18
Compare
9812f18 to
9606bf9
Compare
0d4e675 to
625fd45
Compare
625fd45 to
03e4b8a
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.6.1→^2.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
connectrpc/connect-es (@connectrpc/connect-node)
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: 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.