From 40db7f3340ddf0e820b7b587211969300772314a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:02:52 +0000 Subject: [PATCH] deps: bump @connectrpc/connect from 1.2.1 to 1.3.0 (#126) 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.2.1 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

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@connectrpc/connect&package-manager=npm_and_yarn&previous-version=1.2.1&new-version=1.3.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, 2 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f645a905..052eae058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -861,7 +861,6 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-1.3.0.tgz", "integrity": "sha512-kTeWxJnLLtxKc2ZSDN0rIBgwfP8RwcLknthX4AKlIAmN9ZC4gGnCbwp+3BKcP/WH5c8zGBAWqSY3zeqCM+ah7w==", - "peer": true, "peerDependencies": { "@bufbuild/protobuf": "^1.4.2" } @@ -7361,7 +7360,7 @@ "dependencies": { "@arcjet/logger": "1.0.0-alpha.7", "@bufbuild/protobuf": "1.6.0", - "@connectrpc/connect": "1.2.1", + "@connectrpc/connect": "1.3.0", "typeid-js": "0.3.0" }, "devDependencies": { @@ -7378,14 +7377,6 @@ "node": ">=18" } }, - "protocol/node_modules/@connectrpc/connect": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@connectrpc/connect/-/connect-1.2.1.tgz", - "integrity": "sha512-CWQNcr0kKLU1LlijdeKhbKOAOsU/t9OKM90l07O82N4nOg1+7JgWjhlcv/QATxatOT8XwJu1DxJiVYyZs+Xixg==", - "peerDependencies": { - "@bufbuild/protobuf": "^1.4.2" - } - }, "rollup-config": { "name": "@arcjet/rollup-config", "version": "1.0.0-alpha.7", diff --git a/protocol/package.json b/protocol/package.json index 188fe8320..08238770f 100644 --- a/protocol/package.json +++ b/protocol/package.json @@ -34,7 +34,7 @@ "dependencies": { "@arcjet/logger": "1.0.0-alpha.7", "@bufbuild/protobuf": "1.6.0", - "@connectrpc/connect": "1.2.1", + "@connectrpc/connect": "1.3.0", "typeid-js": "0.3.0" }, "devDependencies": {