Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 21, 2024

This PR contains the following updates:

Package Change Age Confidence
@connectrpc/connect-web (source) ^1.6.1 -> ^2.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

connectrpc/connect-es (@​connectrpc/connect-web)

v2.1.0

Compare Source

What's Changed

[!IMPORTANT]

TypeScript 5.9 includes breaking changes to lib.d.ts, forcing us to change return types for some functions from Uint8Array to Uint8Array<ArrayBuffer>. This is unlikely to affect you, but if it does, see #​1560 for details.

Full Changelog: connectrpc/connect-es@v2.0.4...v2.1.0

v2.0.4

Compare Source

What's Changed

Full Changelog: connectrpc/connect-es@v2.0.3...v2.0.4

v2.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: connectrpc/connect-es@v2.0.2...v2.0.3

v2.0.2

Compare Source

What's Changed

Full Changelog: connectrpc/connect-es@v2.0.1...v2.0.2

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 to create:

- import { Foo } from "./foo_pb.js";
+ import { FooSchema } from "./foo_pb.js";
+ import { create } from "@&#8203;bufbuild/protobuf";
- const foo = new Foo();
+ const foo = create(FooSchema);

Transforms isMessage to use the schema:

import { isMessage } from "@&#8203;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, and fromJsonString method calls:

- import { Foo } from "./foo_pb.js";
+ import { FooSchema } from "./foo_pb.js";
+ import { fromJson } from "@&#8203;bufbuild/protobuf";
- Foo.fromJson(x, y);
+ fromJson(FooSchema, x, y);

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
  • We're upgrading to Protobuf-ES version 2. It's the largest change in this release.
  • Connect-ES no longer needs its own code generator plugin.
  • We're adding support for Next.js 15, Fastify 5, and Express 5.
  • We're dropping support for old versions of Node.js and TypeScript. You'll need at least Node.js 18.14.1 and TypeScript 4.9.6.

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.

[!TIP]
If you are already using Connect, see our migration guide to upgrade to version 2.

Full Changelog

Full Changelog: connectrpc/connect-es@v1.6.1...v2.0.0

v1.7.0

Compare Source

What's Changed
New Contributors

Full Changelog: connectrpc/connect-es@v1.6.1...v1.7.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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Nov 21, 2024

Deploying gate-minekube with  Cloudflare Pages  Cloudflare Pages

Latest commit: fb1ce5d
Status: ✅  Deploy successful!
Preview URL: https://c8a67750.gate-minekube.pages.dev
Branch Preview URL: https://renovate-connectrpc-connect-oec7.gate-minekube.pages.dev

View logs

@renovate renovate bot changed the title fix(deps): update dependency @connectrpc/connect-web to v2 fix(deps): update dependency @connectrpc/connect-web to v2 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/connectrpc-connect-web-2.x branch December 8, 2024 18:55
@renovate renovate bot changed the title fix(deps): update dependency @connectrpc/connect-web to v2 - autoclosed fix(deps): update dependency @connectrpc/connect-web to v2 Dec 9, 2024
@renovate renovate bot reopened this Dec 9, 2024
@renovate renovate bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 2a2adc5 to 54a44d0 Compare December 9, 2024 00:49
@renovate renovate bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 54a44d0 to 446542a Compare April 23, 2025 20:27
@renovate renovate bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 446542a to 7c7d7a7 Compare July 25, 2025 12:37
@renovate renovate bot force-pushed the renovate/connectrpc-connect-web-2.x branch 2 times, most recently from a74bc4c to 4e36b2b Compare August 13, 2025 15:15
@renovate renovate bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 4e36b2b to a9493cb Compare August 25, 2025 17:12
@renovate renovate bot force-pushed the renovate/connectrpc-connect-web-2.x branch 2 times, most recently from eb072a0 to 0f41d5b Compare September 30, 2025 19:13
@renovate renovate bot force-pushed the renovate/connectrpc-connect-web-2.x branch 5 times, most recently from f590ae1 to 847455e Compare October 9, 2025 00:43
@renovate renovate bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 847455e to fb1ce5d Compare October 23, 2025 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants