Skip to content

Commit

Permalink
Bump the connectrelated group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the connectrelated group with 4 updates: [@bufbuild/buf](https://github.com/bufbuild/buf), [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf), [@bufbuild/protoc-gen-es](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoc-gen-es) and [@bufbuild/protoplugin](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protoplugin).


Updates `@bufbuild/buf` from 1.46.0 to 1.47.2
- [Release notes](https://github.com/bufbuild/buf/releases)
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
- [Commits](bufbuild/buf@v1.46.0...v1.47.2)

Updates `@bufbuild/protobuf` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.2/packages/protobuf)

Updates `@bufbuild/protoc-gen-es` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.2/packages/protoc-gen-es)

Updates `@bufbuild/protoplugin` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/bufbuild/protobuf-es/releases)
- [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.2.2/packages/protoplugin)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent d007559 commit a7ebdee
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 105 deletions.
6 changes: 3 additions & 3 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"format": "prettier --write . '!src/gen' && eslint . --fix && license-header"
},
"dependencies": {
"@bufbuild/buf": "1.46.0",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@bufbuild/buf": "1.47.2",
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-query": "workspace:*",
"@connectrpc/connect-web": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-query-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@bufbuild/buf": "1.46.0",
"@bufbuild/buf": "1.47.2",
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"test-utils": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions packages/connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@bufbuild/buf": "1.46.0",
"@bufbuild/buf": "1.47.2",
"@bufbuild/jest-environment-jsdom": "^0.1.1",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"@tanstack/react-query": "^5.59.16",
Expand Down
8 changes: 4 additions & 4 deletions packages/protoc-gen-connect-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
},
"preferUnplugged": true,
"devDependencies": {
"@bufbuild/buf": "1.46.0",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@bufbuild/buf": "1.47.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-query": "workspace:*",
"@tanstack/react-query": "^5.59.16",
"typescript": "^5.6.3"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoplugin": "^2.2.1"
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protoplugin": "^2.2.2"
},
"peerDependencies": {
"@bufbuild/protoc-gen-es": "2.x"
Expand Down
6 changes: 3 additions & 3 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"./gen/*": "./dist/esm/gen/*"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/protobuf": "^2.2.1",
"@bufbuild/protoc-gen-es": "^2.2.1",
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protobuf": "^2.2.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@connectrpc/connect": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"@types/react": "18.3.12",
Expand Down
Loading

0 comments on commit a7ebdee

Please sign in to comment.