overmindtech / sdp

Protobuf based protocol for describing the state of a system
Other
4 stars 1 forks source link

chore(deps): update dependency @connectrpc/protoc-gen-connect-es to v1.6.1 #270

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@connectrpc/protoc-gen-connect-es (source) 1.5.0 -> 1.6.1 age adoption passing confidence

Release Notes

connectrpc/connect-es (@​connectrpc/protoc-gen-connect-es) ### [`v1.6.1`](https://redirect.github.com/connectrpc/connect-es/releases/tag/v1.6.1) [Compare Source](https://redirect.github.com/connectrpc/connect-es/compare/v1.6.0...v1.6.1) ##### What's Changed - Fix transform for `createPromiseClient` -> `createClient` in connect-migrate by [@​timostamm](https://redirect.github.com/timostamm) in [https://github.com/connectrpc/connect-es/pull/1269](https://redirect.github.com/connectrpc/connect-es/pull/1269) **Full Changelog**: https://github.com/connectrpc/connect-es/compare/v1.6.0...v1.6.1 ### [`v1.6.0`](https://redirect.github.com/connectrpc/connect-es/releases/tag/v1.6.0) [Compare Source](https://redirect.github.com/connectrpc/connect-es/compare/v1.5.0...v1.6.0) #### What's Changed Promises are more widely adopted than ever before. We're renaming the function `createPromiseClient` to the more succinct `createClient`. For backwards compatibility, we keep the existing signature and mark it as deprecated. After updating to this release, you can run `npx @​connectrpc/connect-migrate` to automatically refactor your code to import and use `createClient` instead of `createPromiseClient`. - Deprecate `createPromiseClient` in favor of `createClient` by [@​srikrsna-buf](https://redirect.github.com/srikrsna-buf) in [https://github.com/connectrpc/connect-es/pull/1235](https://redirect.github.com/connectrpc/connect-es/pull/1235) - Add a transform for `createPromiseClient` -> `createClient` by [@​srikrsna-buf](https://redirect.github.com/srikrsna-buf) in [https://github.com/connectrpc/connect-es/pull/1236](https://redirect.github.com/connectrpc/connect-es/pull/1236) - Fix gRPC-Web trailers-only response handling for server-streaming RPCs by [@​timostamm](https://redirect.github.com/timostamm) in [https://github.com/connectrpc/connect-es/pull/1261](https://redirect.github.com/connectrpc/connect-es/pull/1261) **Full Changelog**: https://github.com/connectrpc/connect-es/compare/v1.5.0...v1.6.0

Configuration

📅 Schedule: Branch creation - "before 4pm on friday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.