From e7336c1187dba2dea3fccacd224e8d6fd99c1f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:50:52 +0000 Subject: [PATCH] deps: bump @connectrpc/connect from 1.4.0 to 1.5.0 (#1610) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) from 1.4.0 to 1.5.0.
Release notes

Sourced from @​connectrpc/connect's releases.

v1.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/connectrpc/connect-es/compare/v1.4.0...v1.5.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@connectrpc/connect&package-manager=npm_and_yarn&previous-version=1.4.0&new-version=1.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---
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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- package-lock.json | 11 ++++++----- protocol/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1b83f3b82..0694dcf24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1283,11 +1283,12 @@ } }, "node_modules/@connectrpc/connect": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-1.4.0.tgz", - "integrity": "sha512-vZeOkKaAjyV4+RH3+rJZIfDFJAfr+7fyYr6sLDKbYX3uuTVszhFe9/YKf5DNqrDb5cKdKVlYkGn6DTDqMitAnA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-1.5.0.tgz", + "integrity": "sha512-1gGg0M6c2Y3lnr5itis9dNj9r8hbOIuBMqoGSbUy7L7Vjw4MAttjJzJfj9HCDgytGCJkGanYEYI6MQVDijdVQw==", + "license": "Apache-2.0", "peerDependencies": { - "@bufbuild/protobuf": "^1.4.2" + "@bufbuild/protobuf": "^1.10.0" } }, "node_modules/@connectrpc/connect-node": { @@ -6847,7 +6848,7 @@ "license": "Apache-2.0", "dependencies": { "@bufbuild/protobuf": "1.10.0", - "@connectrpc/connect": "1.4.0", + "@connectrpc/connect": "1.5.0", "typeid-js": "1.0.0" }, "devDependencies": { diff --git a/protocol/package.json b/protocol/package.json index b6e9835f7..3ad70d607 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@bufbuild/protobuf": "1.10.0", - "@connectrpc/connect": "1.4.0", + "@connectrpc/connect": "1.5.0", "typeid-js": "1.0.0" }, "devDependencies": {