Skip to content

Commit

Permalink
Dependabot updates (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrsna-buf authored Nov 6, 2023
1 parent 623a6d1 commit fec06c7
Show file tree
Hide file tree
Showing 21 changed files with 311 additions and 313 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.26.1
- uses: bufbuild/buf-setup-action@v1.27.2
with:
github_token: ${{ github.token }}
- name: cache
Expand Down
570 changes: 284 additions & 286 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"npm": ">=8"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.11.0",
"@typescript-eslint/parser": "^6.7.3",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@arethetypeswrong/cli": "^0.13.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.50.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/express": "^4.17.18"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.1.3",
"@connectrpc/connect-node": "1.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node": ">=16.0.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protobuf": "^1.4.2",
"fastify": "^4.22.1",
"@connectrpc/connect": "1.1.3",
"@connectrpc/connect-node": "1.1.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"fast-glob": "3.3.1",
"jscodeshift": "0.15.0",
"jscodeshift": "0.15.1",
"semver": "^7.5.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node": ">=16.0.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protobuf": "^1.4.2",
"next": "^13.2.4",
"@connectrpc/connect": "1.1.3",
"@connectrpc/connect-node": "1.1.3"
Expand Down

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-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"undici": "^5.26.2"
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.1.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@connectrpc/connect-web": "1.1.3",
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@bufbuild/protoc-gen-es": "^1.4.2",
"@bufbuild/protobuf": "^1.4.2",
"brotli": "^1.3.3",
"esbuild": "^0.16.12",
"google-protobuf": "^3.21.0",
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-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.1.3"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@
}
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.3.3"
"@bufbuild/protobuf": "^1.4.2"
},
"devDependencies": {
"@bufbuild/protoc-gen-es": "^1.3.3",
"@bufbuild/protoc-gen-es": "^1.4.2",
"@types/jasmine": "^4.3.5",
"jasmine": "^5.0.0",
"undici": "^5.26.2"
Expand Down
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.

6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"dependencies": {
"@connectrpc/connect-node": "^1.1.3",
"@connectrpc/connect-web": "^1.1.3",
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protobuf": "^1.4.2",
"tsx": "^3.13.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.26.1",
"@bufbuild/buf": "^1.27.2",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@bufbuild/protoc-gen-es": "^1.3.1",
"@bufbuild/protoc-gen-es": "^1.4.2",
"@types/express": "^4.17.18",
"esbuild": "^0.16.12",
"typescript": "^5.2.2"
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.

4 changes: 2 additions & 2 deletions packages/protoc-gen-connect-es/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"preferUnplugged": true,
"dependencies": {
"@bufbuild/protobuf": "^1.3.3",
"@bufbuild/protoplugin": "^1.3.3"
"@bufbuild/protobuf": "^1.4.2",
"@bufbuild/protoplugin": "^1.4.1"
},
"peerDependencies": {
"@connectrpc/connect": "1.1.3",
Expand Down

0 comments on commit fec06c7

Please sign in to comment.