connectrpc / connectrpc.com

Docs, governance, and RFCs for Connect: Protobuf RPC that works.
https://connectrpc.com
Apache License 2.0
15 stars 19 forks source link

Bump the demo group with 3 updates #135

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the demo group with 3 updates: @bufbuild/protobuf, @connectrpc/connect and @connectrpc/connect-web.

Updates @bufbuild/protobuf from 1.6.0 to 1.7.1

Release notes

Sourced from @​bufbuild/protobuf's releases.

v1.7.1

What's Changed

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v1.7.0...v1.7.1

v1.7.0

What's Changed

This release adds support for extensions, a Protobuf language feature that allows to extend a message with an additional field.

For example:

syntax = "proto2";

message User { extensions 100 to 200; }

extend User { optional uint32 age = 100; }

For the extension age, we generate a new export const age: Extension<User, number>. You can set the extension field with the function setExtension:

import { setExtension } from "@bufbuild/protobuf";
import { User, age } from "./example_pb.js";

const user = new User(); setExtension(user, age, 77);

To learn more about the details, see the API documentation.

For plugin authors: Since extensions provide a better way to access custom options in a plugin, we are deprecating the findCustom*Option functions from @bufbuild/protoplugin/ecmascript. We recommend to switch to extensions for better type safety and flexibility, see the PR for details.

All changes

... (truncated)

Commits


Updates @connectrpc/connect from 1.2.0 to 1.3.0

Release notes

Sourced from @​connectrpc/connect's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.2.1...v1.3.0

v1.2.1

What's Changed

Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.2.0...v1.2.1

Commits


Updates @connectrpc/connect-web from 1.2.0 to 1.3.0

Release notes

Sourced from @​connectrpc/connect-web's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.2.1...v1.3.0

v1.2.1

What's Changed

Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.2.0...v1.2.1

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
connect ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 1, 2024 7:21am