From 3739b053168454db5f6ebd81e5ecec3fa9789526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 13:28:52 -0500 Subject: [PATCH] Bump @bufbuild/protoc-gen-es from 2.2.2 to 2.2.3 in /angular (#2293) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [@bufbuild/protoc-gen-es](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es) from 2.2.2 to 2.2.3.
Release notes

Sourced from @​bufbuild/protoc-gen-es's releases.

v2.2.3

What's Changed

Full Changelog: https://github.com/bufbuild/protobuf-es/compare/v2.2.2...v2.2.3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@bufbuild/protoc-gen-es&package-manager=npm_and_yarn&previous-version=2.2.2&new-version=2.2.3)](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)
--------- Signed-off-by: dependabot[bot] Signed-off-by: Steve Ayers Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steve Ayers --- angular/package-lock.json | 35 ++++++++----------- angular/package.json | 2 +- .../src/gen/connectrpc/eliza/v1/eliza_pb.d.ts | 2 +- .../src/gen/connectrpc/eliza/v1/eliza_pb.js | 2 +- 4 files changed, 18 insertions(+), 23 deletions(-) diff --git a/angular/package-lock.json b/angular/package-lock.json index 777aa13e3..58790a884 100644 --- a/angular/package-lock.json +++ b/angular/package-lock.json @@ -26,7 +26,7 @@ "@angular/compiler-cli": "^19.0.5", "@bufbuild/buf": "^1.47.2", "@bufbuild/protobuf": "^2.2.2", - "@bufbuild/protoc-gen-es": "^2.2.2", + "@bufbuild/protoc-gen-es": "^2.2.3", "@connectrpc/connect": "^2.0.0", "@connectrpc/connect-web": "^2.0.0", "@types/jasmine": "^5.1.5", @@ -2302,21 +2302,19 @@ } }, "node_modules/@bufbuild/protobuf": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.2.tgz", - "integrity": "sha512-UNtPCbrwrenpmrXuRwn9jYpPoweNXj8X5sMvYgsqYyaH8jQ6LfUJSk3dJLnBK+6sfYPrF4iAIo5sd5HQ+tg75A==", - "dev": true, - "license": "(Apache-2.0 AND BSD-3-Clause)" + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.2.3.tgz", + "integrity": "sha512-tFQoXHJdkEOSwj5tRIZSPNUuXK3RaR7T1nUrPgbYX1pUbvqqaaZAsfo+NXBPsz5rZMSKVFrgK1WL8Q/MSLvprg==", + "dev": true }, "node_modules/@bufbuild/protoc-gen-es": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@bufbuild/protoc-gen-es/-/protoc-gen-es-2.2.2.tgz", - "integrity": "sha512-dQNfX2c6srAevuT0NR+C5OrNp+dlebIhR2R/GQOhJykCMJB1GB0jBnniSEWC+6YIUGFGLXgSyYbtNPaxZGPM0Q==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@bufbuild/protoc-gen-es/-/protoc-gen-es-2.2.3.tgz", + "integrity": "sha512-hdhIV9NmwXXy24DcbnArauv6L5Dv2PjkO9gz2DUhiZ9HPRpP+rmpT8zo5LohjJiuA7YIQGGKKWSKpRg+xcdLSQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@bufbuild/protobuf": "^2.2.2", - "@bufbuild/protoplugin": "2.2.2" + "@bufbuild/protobuf": "^2.2.3", + "@bufbuild/protoplugin": "2.2.3" }, "bin": { "protoc-gen-es": "bin/protoc-gen-es" @@ -2325,7 +2323,7 @@ "node": ">=14" }, "peerDependencies": { - "@bufbuild/protobuf": "2.2.2" + "@bufbuild/protobuf": "2.2.3" }, "peerDependenciesMeta": { "@bufbuild/protobuf": { @@ -2334,13 +2332,12 @@ } }, "node_modules/@bufbuild/protoplugin": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@bufbuild/protoplugin/-/protoplugin-2.2.2.tgz", - "integrity": "sha512-EKKrjBsA/F2l502PPWfmvx//qRJpOXpyDhwFOYSbwRYfqzEUuuNSb1A+YGE7iDxoEqxwo+len/CJny29iP1ESg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@bufbuild/protoplugin/-/protoplugin-2.2.3.tgz", + "integrity": "sha512-UsV7mj6NJTZrqIYJK+jNFnnj5tOS7wgNXKyMjebFEpf+OX6pfXE+nx+QPjumOfu4GxdVPfEDnKuwISgqlXSQqw==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "@bufbuild/protobuf": "2.2.2", + "@bufbuild/protobuf": "2.2.3", "@typescript/vfs": "^1.5.2", "typescript": "5.4.5" } @@ -2350,7 +2347,6 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -5240,7 +5236,6 @@ "resolved": "https://registry.npmjs.org/@typescript/vfs/-/vfs-1.6.0.tgz", "integrity": "sha512-hvJUjNVeBMp77qPINuUvYXj4FyWeeMMKZkxEATEU3hqBAQ7qdTBCUFT7Sp0Zu0faeEtFf+ldXxMEDr/bk73ISg==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^4.1.1" }, diff --git a/angular/package.json b/angular/package.json index d295b26f1..be3783549 100644 --- a/angular/package.json +++ b/angular/package.json @@ -30,7 +30,7 @@ "@angular/compiler-cli": "^19.0.5", "@bufbuild/buf": "^1.47.2", "@bufbuild/protobuf": "^2.2.2", - "@bufbuild/protoc-gen-es": "^2.2.2", + "@bufbuild/protoc-gen-es": "^2.2.3", "@connectrpc/connect": "^2.0.0", "@connectrpc/connect-web": "^2.0.0", "@types/jasmine": "^5.1.5", diff --git a/angular/src/gen/connectrpc/eliza/v1/eliza_pb.d.ts b/angular/src/gen/connectrpc/eliza/v1/eliza_pb.d.ts index fa351dfed..f6cf9cbc4 100644 --- a/angular/src/gen/connectrpc/eliza/v1/eliza_pb.d.ts +++ b/angular/src/gen/connectrpc/eliza/v1/eliza_pb.d.ts @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.2.2 +// @generated by protoc-gen-es v2.2.3 // @generated from file connectrpc/eliza/v1/eliza.proto (package connectrpc.eliza.v1, syntax proto3) /* eslint-disable */ diff --git a/angular/src/gen/connectrpc/eliza/v1/eliza_pb.js b/angular/src/gen/connectrpc/eliza/v1/eliza_pb.js index e51b2533c..23473785b 100644 --- a/angular/src/gen/connectrpc/eliza/v1/eliza_pb.js +++ b/angular/src/gen/connectrpc/eliza/v1/eliza_pb.js @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// @generated by protoc-gen-es v2.2.2 +// @generated by protoc-gen-es v2.2.3 // @generated from file connectrpc/eliza/v1/eliza.proto (package connectrpc.eliza.v1, syntax proto3) /* eslint-disable */