fix(deps): update dependency @connectrpc/connect-web to v2#437
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update dependency @connectrpc/connect-web to v2#437renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying gate-minekube with
|
| Latest commit: |
c016b86
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://706aeb9f.gate-minekube.pages.dev |
| Branch Preview URL: | https://renovate-connectrpc-connect-oec7.gate-minekube.pages.dev |
2a2adc5 to
54a44d0
Compare
54a44d0 to
446542a
Compare
446542a to
7c7d7a7
Compare
a74bc4c to
4e36b2b
Compare
4e36b2b to
a9493cb
Compare
eb072a0 to
0f41d5b
Compare
f590ae1 to
847455e
Compare
847455e to
fb1ce5d
Compare
fb1ce5d to
5e9dc26
Compare
5e9dc26 to
029e777
Compare
029e777 to
93e6eb5
Compare
93e6eb5 to
8ae31d7
Compare
8ae31d7 to
582274c
Compare
bfb193a to
3be9860
Compare
3be9860 to
cb3bf8d
Compare
cb3bf8d to
df158c1
Compare
df158c1 to
8e2d30b
Compare
8e2d30b to
a3a871d
Compare
a3a871d to
a054e81
Compare
a054e81 to
b788479
Compare
b788479 to
c016b86
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-web)
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 this update again.
This PR was generated by Mend Renovate. View the repository job log.