Skip to content

Commit

Permalink
Bump the protobuf-es group with 1 update (#1007)
Browse files Browse the repository at this point in the history
* Bump the protobuf-es group with 1 update

Bumps the protobuf-es group with 1 update: [@bufbuild/protoplugin](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoplugin).


Updates `@bufbuild/protoplugin` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v1.7.1/packages/protoplugin)

---
updated-dependencies:
- dependency-name: "@bufbuild/protoplugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: protobuf-es
...

Signed-off-by: dependabot[bot] <[email protected]>

* Make

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Steve Ayers <[email protected]>
  • Loading branch information
dependabot[bot] and smaye81 authored Feb 12, 2024
1 parent 4c0afdd commit 68bc583
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 43 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:node:client": "./bin/connectconformance --mode client --conf conformance-node.yaml -v ./bin/conformancenodeclient"
},
"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@bufbuild/protobuf": "^1.7.2",
"@connectrpc/connect": "1.3.0",
"@connectrpc/connect-node": "1.3.0",
"node-forge": "^1.3.1",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connect-node-test/src/gen/server/v1/server_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connect-web-bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ it like a web server would usually do.

| code generator | bundle size | minified | compressed |
|----------------|-------------------:|-----------------------:|---------------------:|
| connect | 117,734 b | 51,217 b | 13,697 b |
| connect | 122,817 b | 53,918 b | 14,494 b |
| grpc-web | 415,212 b | 300,936 b | 53,420 b |
4 changes: 2 additions & 2 deletions packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"clean": "rm -rf README.md src/gen"
},
"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@bufbuild/protoc-gen-es": "^1.6.0",
"@bufbuild/protobuf": "^1.7.2",
"@bufbuild/protoc-gen-es": "^1.7.2",
"@connectrpc/connect-web": "1.3.0",
"brotli": "^1.3.3",
"esbuild": "^0.19.8",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connect-web-test/src/gen/server/v1/server_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/connect/src/protocol-grpc/gen/status_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"node": ">=16"
},
"dependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@bufbuild/protobuf": "^1.7.2",
"@connectrpc/connect-node": "^1.3.0",
"@connectrpc/connect-web": "^1.3.0",
"tsx": "^4.7.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.29.0",
"@bufbuild/protoc-gen-es": "^1.6.0",
"@bufbuild/protoc-gen-es": "^1.7.2",
"@connectrpc/protoc-gen-connect-es": "^1.3.0",
"@types/express": "^4.17.18",
"esbuild": "^0.19.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/example/src/gen/eliza_pb.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/protoc-gen-connect-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
},
"preferUnplugged": true,
"dependencies": {
"@bufbuild/protobuf": "^1.6.0",
"@bufbuild/protoplugin": "^1.6.0"
"@bufbuild/protobuf": "^1.7.2",
"@bufbuild/protoplugin": "^1.7.2"
},
"peerDependencies": {
"@connectrpc/connect": "1.3.0",
"@bufbuild/protoc-gen-es": "^1.6.0"
"@bufbuild/protoc-gen-es": "^1.7.2"
},
"peerDependenciesMeta": {
"@connectrpc/connect": {
Expand Down

0 comments on commit 68bc583

Please sign in to comment.