Skip to content

Commit a3130e0

Browse files
Bump the connectrelated group with 4 updates
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.53.0 to 1.54.0 - [Release notes](https://github.com/bufbuild/buf/releases) - [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md) - [Commits](bufbuild/buf@v1.53.0...v1.54.0) Updates `@bufbuild/protobuf` from 2.2.5 to 2.5.1 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.5.1/packages/protobuf) Updates `@bufbuild/protoc-gen-es` from 2.2.5 to 2.5.1 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.5.1/packages/protoc-gen-es) Updates `@bufbuild/protoplugin` from 2.2.5 to 2.5.1 - [Release notes](https://github.com/bufbuild/protobuf-es/releases) - [Commits](https://github.com/bufbuild/protobuf-es/commits/v2.5.1/packages/protoplugin) --- updated-dependencies: - dependency-name: "@bufbuild/buf" dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: connectrelated - dependency-name: "@bufbuild/protobuf" dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: connectrelated - dependency-name: "@bufbuild/protoc-gen-es" dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: connectrelated - dependency-name: "@bufbuild/protoplugin" dependency-version: 2.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: connectrelated ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a49ab64 commit a3130e0

File tree

6 files changed

+74
-74
lines changed

6 files changed

+74
-74
lines changed

package-lock.json

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/connect-query-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
},
3232
"devDependencies": {
3333
"@arethetypeswrong/cli": "^0.18.1",
34-
"@bufbuild/buf": "1.53.0",
34+
"@bufbuild/buf": "1.54.0",
3535
"@bufbuild/jest-environment-jsdom": "^0.1.1",
36-
"@bufbuild/protobuf": "^2.2.5",
37-
"@bufbuild/protoc-gen-es": "^2.2.5",
36+
"@bufbuild/protobuf": "^2.5.1",
37+
"@bufbuild/protoc-gen-es": "^2.5.1",
3838
"@connectrpc/connect": "^2.0.2",
3939
"@connectrpc/connect-web": "^2.0.2",
4040
"test-utils": "*",

packages/connect-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
},
3535
"devDependencies": {
3636
"@arethetypeswrong/cli": "^0.18.1",
37-
"@bufbuild/buf": "1.53.0",
37+
"@bufbuild/buf": "1.54.0",
3838
"@bufbuild/jest-environment-jsdom": "^0.1.1",
39-
"@bufbuild/protobuf": "^2.2.5",
40-
"@bufbuild/protoc-gen-es": "^2.2.5",
39+
"@bufbuild/protobuf": "^2.5.1",
40+
"@bufbuild/protoc-gen-es": "^2.5.1",
4141
"@connectrpc/connect": "^2.0.2",
4242
"@connectrpc/connect-web": "^2.0.2",
4343
"@tanstack/react-query": "^5.79.0",

packages/examples/react/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"format": "prettier --write . '!src/gen'"
1414
},
1515
"dependencies": {
16-
"@bufbuild/buf": "1.53.0",
17-
"@bufbuild/protobuf": "^2.2.5",
18-
"@bufbuild/protoc-gen-es": "^2.2.5",
16+
"@bufbuild/buf": "1.54.0",
17+
"@bufbuild/protobuf": "^2.5.1",
18+
"@bufbuild/protoc-gen-es": "^2.5.1",
1919
"@connectrpc/connect": "^2.0.2",
2020
"@connectrpc/connect-query": "^2.1.0",
2121
"@connectrpc/connect-web": "^2.0.2",

packages/protoc-gen-connect-query/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"preferUnplugged": true,
2929
"devDependencies": {
30-
"@bufbuild/buf": "1.53.0",
31-
"@bufbuild/protoc-gen-es": "^2.2.5",
30+
"@bufbuild/buf": "1.54.0",
31+
"@bufbuild/protoc-gen-es": "^2.5.1",
3232
"@connectrpc/connect": "^2.0.2",
3333
"@connectrpc/connect-query": "^2.1.0",
3434
"@tanstack/react-query": "^5.79.0",
3535
"typescript": "^5.8.3"
3636
},
3737
"dependencies": {
38-
"@bufbuild/protobuf": "^2.2.5",
38+
"@bufbuild/protobuf": "^2.5.1",
3939
"@bufbuild/protoplugin": "^2.2.1"
4040
},
4141
"peerDependencies": {

packages/test-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
}
2626
},
2727
"devDependencies": {
28-
"@bufbuild/buf": "^1.53.0",
29-
"@bufbuild/protobuf": "^2.2.5",
30-
"@bufbuild/protoc-gen-es": "^2.2.5",
28+
"@bufbuild/buf": "^1.54.0",
29+
"@bufbuild/protobuf": "^2.5.1",
30+
"@bufbuild/protoc-gen-es": "^2.5.1",
3131
"@connectrpc/connect": "^2.0.2",
3232
"@connectrpc/connect-web": "^2.0.2",
3333
"@types/react": "^19.1.6",

0 commit comments

Comments
 (0)