Skip to content

fix(deps): update dependency @connectrpc/connect-web to v2#437

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/connectrpc-connect-web-2.x
Open

fix(deps): update dependency @connectrpc/connect-web to v2#437
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/connectrpc-connect-web-2.x

Conversation

@renovate
Copy link
Copy Markdown
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.1

Compare Source

What's Changed

New Contributors

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

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


Configuration

📅 Schedule: (UTC)

  • 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
Copy Markdown

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

Deploying gate-minekube with  Cloudflare Pages  Cloudflare Pages

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

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
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from fb1ce5d to 5e9dc26 Compare November 10, 2025 15:42
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 5e9dc26 to 029e777 Compare November 17, 2025 17:39
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 029e777 to 93e6eb5 Compare December 3, 2025 19:04
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 93e6eb5 to 8ae31d7 Compare December 31, 2025 14:37
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 8ae31d7 to 582274c Compare January 8, 2026 20:16
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch 4 times, most recently from bfb193a to 3be9860 Compare January 23, 2026 19:34
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 3be9860 to cb3bf8d Compare February 2, 2026 17:02
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from cb3bf8d to df158c1 Compare February 12, 2026 18:19
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from df158c1 to 8e2d30b Compare March 13, 2026 15:07
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from 8e2d30b to a3a871d Compare April 1, 2026 17:11
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from a3a871d to a054e81 Compare April 8, 2026 21:40
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from a054e81 to b788479 Compare April 29, 2026 16:13
@renovate renovate Bot force-pushed the renovate/connectrpc-connect-web-2.x branch from b788479 to c016b86 Compare May 21, 2026 08:04
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