-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update dependency @connectrpc/connect to v2 #1145
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/connectrpc-connect-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
|
renovate
bot
force-pushed
the
renovate/connectrpc-connect-2.x
branch
from
December 30, 2024 18:51
b7759c0
to
e6aca29
Compare
renovate
bot
force-pushed
the
renovate/connectrpc-connect-2.x
branch
22 times, most recently
from
January 10, 2025 16:38
6863703
to
898d526
Compare
renovate
bot
force-pushed
the
renovate/connectrpc-connect-2.x
branch
7 times, most recently
from
January 16, 2025 18:35
b5a5fec
to
73a980c
Compare
renovate
bot
force-pushed
the
renovate/connectrpc-connect-2.x
branch
12 times, most recently
from
January 29, 2025 00:32
1dcd568
to
65529eb
Compare
renovate
bot
force-pushed
the
renovate/connectrpc-connect-2.x
branch
from
February 3, 2025 17:40
65529eb
to
fdbbfb0
Compare
renovate
bot
force-pushed
the
renovate/connectrpc-connect-2.x
branch
from
February 3, 2025 17:45
fdbbfb0
to
8db52e2
Compare
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.4.0
->^2.0.0
Release Notes
connectrpc/connect-es (@connectrpc/connect)
v2.0.1
Compare 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
new
tocreate
:Transforms
isMessage
to use the schema:Transforms the static
fromBinary
,fromJson
, andfromJsonString
method 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.0
Compare 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
createPromiseClient
andPromiseClient
by @srikrsna-buf in https://github.com/connectrpc/connect-es/pull/1240Full 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 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.
This PR was generated by Mend Renovate. View the repository job log.