Skip to content

Commit

Permalink
Bump the build group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the build group with 2 updates in the / directory: [typescript](https://github.com/microsoft/TypeScript) and [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf).


Updates `typescript` from 4.9.5 to 5.7.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.9.5...v5.7.2)

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

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: "@bufbuild/protobuf"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent a8f2f22 commit 6d4a1dc
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 107 deletions.
119 changes: 25 additions & 94 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"eslint-plugin-n": "^17.14.0",
"turbo": "^2.3.3",
"prettier": "^3.4.1",
"typescript": "5.6.3"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/connect-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint --max-warnings 0 ."
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protobuf": "^2.2.3",
"@connectrpc/connect": "2.0.0",
"@connectrpc/connect-node": "2.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"attw": "attw --pack"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protobuf": "^2.2.3",
"@connectrpc/connect": "2.0.0",
"fflate": "^0.8.1",
"tar-stream": "^3.1.7"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protobuf": "^2.2.3",
"@bufbuild/protoc-gen-es": "^2.2.2",
"@connectrpc/connect-web": "2.0.0",
"@types/brotli": "^1.3.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"node": ">=18.14.1"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.0",
"@bufbuild/protobuf": "^2.2.3",
"@connectrpc/connect-node": "^2.0.0",
"@connectrpc/connect-web": "^2.0.0",
"tsx": "^4.19.2"
Expand All @@ -24,6 +24,6 @@
"@bufbuild/buf": "^1.47.2",
"@bufbuild/protoc-gen-es": "^2.2.2",
"esbuild": "^0.19.8",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v4.9.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.9.3",
"typescript": "4.9.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.0.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.10.1",
"typescript": "5.0.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.1.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.10.1",
"typescript": "5.1.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.2.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.10.1",
"typescript": "5.2.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.3.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.10.1",
"typescript": "5.3.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.4.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.10.1",
"typescript": "5.4.x"
"typescript": "5.7.x"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-compat/v5.5.x/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.10.1",
"typescript": "5.5.x"
"typescript": "5.7.x"
}
}

0 comments on commit 6d4a1dc

Please sign in to comment.