ueckoken / plarail2023

プラレールをIoT化して自動制御します
https://ueckoken.github.io/plarail2023/
1 stars 0 forks source link

Update dependency @connectrpc/connect to v1.2.0 #272

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@connectrpc/connect (source) 1.1.3 -> 1.2.0 age adoption passing confidence

Release Notes

connectrpc/connect-es (@​connectrpc/connect) ### [`v1.2.0`](https://togithub.com/connectrpc/connect-es/releases/tag/v1.2.0) [Compare Source](https://togithub.com/connectrpc/connect-es/compare/v1.1.4...v1.2.0) ##### What's Changed By default, [protoc-gen-connect-es](https://www.npmjs.com/package/@​connectrpc/protoc-gen-connect-es) (and all other plugins based on [@​bufbuild/protoplugin](https://www.npmjs.com/package/@​bufbuild/protoplugin)) generate ECMAScript `import` and `export` statements. For use cases where CommonJS is difficult to avoid, a new plugin option has been added named `js_import_style` which can be used to generate CommonJS `require()` calls. Here is an example [buf.gen.yaml](https://buf.build/docs/configuration/v1/buf-gen-yaml): ```yaml version: v1 plugins: ##### You'll need @​bufbuild/protoc-gen-es v1.6.0 or later - plugin: es out: src/gen opt: js_import_style=legacy_commonjs - plugin: connect-es out: src/gen opt: js_import_style=legacy_commonjs ``` To view the full PR, see **Support CommonJS in `protoc-gen-connect-es`** by [@​timostamm](https://togithub.com/timostamm) in [#​956](https://togithub.com/connectrpc/connect-es/pull/956) **Full Changelog**: https://github.com/connectrpc/connect-es/compare/v1.1.4...v1.2.0 ### [`v1.1.4`](https://togithub.com/connectrpc/connect-es/releases/tag/v1.1.4) [Compare Source](https://togithub.com/connectrpc/connect-es/compare/v1.1.3...v1.1.4) ##### What's Changed - Support zero-length compressed request and response messages on Node.js by [@​timostamm](https://togithub.com/timostamm) in [#​893](https://togithub.com/connectrpc/connect-es/pull/893). - Don't set `User-Agent` header in connect-web by [@​srikrsna-buf](https://togithub.com/srikrsna-buf) in [#​912](https://togithub.com/connectrpc/connect-es/pull/912). - Always capture header in `ConnectError` by [@​srikrsna-buf](https://togithub.com/srikrsna-buf) in [#​924](https://togithub.com/connectrpc/connect-es/pull/924). - Introduce experimental `ConnectRouter.rpc` overload to not require full `ServiceType` by [@​paul-sachs](https://togithub.com/paul-sachs) in [#​925](https://togithub.com/connectrpc/connect-es/pull/925). - Add explicit exports for node by [@​smaye81](https://togithub.com/smaye81) in [#​921](https://togithub.com/connectrpc/connect-es/pull/921). **Full Changelog**: https://github.com/connectrpc/connect-es/compare/v1.1.3...v1.1.4

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 10 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: frontend/dashboard/yarn.lock
error This project's package.json defines "packageManager": "yarn@pnpm@8.6.11". However the current global version of Yarn is 1.22.21.

Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19.
Corepack must currently be enabled by running corepack enable in your terminal. For more information, check out https://yarnpkg.com/corepack.
renovate[bot] commented 9 months ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.