From c1d2d187b3d6d9a6eb6570caf2b08d0d86f48d05 Mon Sep 17 00:00:00 2001 From: Sri Krishna Paritala Date: Mon, 6 Jan 2025 15:22:22 -0500 Subject: [PATCH] Rever ts and proto package version updates Signed-off-by: Sri Krishna Paritala --- package-lock.json | 99 ++++++++++++++++--- .../typescript-compat/v4.9.x/package.json | 2 +- .../typescript-compat/v5.0.x/package.json | 2 +- .../typescript-compat/v5.1.x/package.json | 2 +- .../typescript-compat/v5.2.x/package.json | 2 +- .../typescript-compat/v5.3.x/package.json | 2 +- .../typescript-compat/v5.4.x/package.json | 2 +- .../typescript-compat/v5.5.x/package.json | 2 +- 8 files changed, 91 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index b31807086..0313dad19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15377,13 +15377,13 @@ "jasmine": "^5.5.0" }, "peerDependencies": { - "@bufbuild/protobuf": "^2.2.3" + "@bufbuild/protobuf": "^2.2.0" } }, "packages/connect-cloudflare": { "name": "@connectrpc/connect-cloudflare", "dependencies": { - "@bufbuild/protobuf": "^2.2.3", + "@bufbuild/protobuf": "^2.2.0", "@connectrpc/connect": "2.0.0", "@connectrpc/connect-node": "2.0.0" }, @@ -15398,7 +15398,7 @@ "name": "@connectrpc/connect-conformance", "version": "2.0.0", "dependencies": { - "@bufbuild/protobuf": "^2.2.3", + "@bufbuild/protobuf": "^2.2.0", "@connectrpc/connect": "2.0.0", "fflate": "^0.8.2", "tar-stream": "^3.1.7" @@ -15430,7 +15430,7 @@ "node": ">=18.14.1" }, "peerDependencies": { - "@bufbuild/protobuf": "^2.2.3", + "@bufbuild/protobuf": "^2.2.0", "@connectrpc/connect": "2.0.0", "@connectrpc/connect-node": "2.0.0", "express": "^4.18.2 || ^5.0.1" @@ -15449,7 +15449,7 @@ "node": ">=18.14.1" }, "peerDependencies": { - "@bufbuild/protobuf": "^2.2.3", + "@bufbuild/protobuf": "^2.2.0", "@connectrpc/connect": "2.0.0", "@connectrpc/connect-node": "2.0.0", "fastify": "^4.22.1 || ^5.1.0" @@ -15488,7 +15488,7 @@ "node": ">=18.14.1" }, "peerDependencies": { - "@bufbuild/protobuf": "^2.2.3", + "@bufbuild/protobuf": "^2.2.0", "@connectrpc/connect": "2.0.0", "@connectrpc/connect-node": "2.0.0", "next": "^13.2.4 || ^14.2.5 || ^15.0.2" @@ -15535,7 +15535,7 @@ "name": "@connectrpc/connect-web-bench", "dependencies": { "@bufbuild/buf": "^1.48.0", - "@bufbuild/protobuf": "^2.2.3", + "@bufbuild/protobuf": "^2.2.0", "@bufbuild/protoc-gen-es": "^2.2.3", "@connectrpc/connect-web": "2.0.0", "@types/brotli": "^1.3.4", @@ -15548,7 +15548,7 @@ "packages/example": { "name": "@connectrpc/example", "dependencies": { - "@bufbuild/protobuf": "^2.2.3", + "@bufbuild/protobuf": "^2.2.0", "@connectrpc/connect-node": "^2.0.0", "@connectrpc/connect-web": "^2.0.0", "tsx": "^4.19.2" @@ -15568,10 +15568,19 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.9.3", "typescript": "4.9.x" } }, + "packages/typescript-compat/v4.9.x/node_modules/@types/node": { + "version": "22.9.3", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.9.3.tgz", + "integrity": "sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.19.8" + } + }, "packages/typescript-compat/v4.9.x/node_modules/typescript": { "version": "4.9.5", "license": "Apache-2.0", @@ -15583,15 +15592,30 @@ "node": ">=4.2.0" } }, + "packages/typescript-compat/v4.9.x/node_modules/undici-types": { + "version": "6.19.8", + "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" + }, "packages/typescript-compat/v5.0.x": { "name": "ts5.0", "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.0.x" } }, + "packages/typescript-compat/v5.0.x/node_modules/@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "packages/typescript-compat/v5.0.x/node_modules/typescript": { "version": "5.0.4", "license": "Apache-2.0", @@ -15608,10 +15632,19 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.1.x" } }, + "packages/typescript-compat/v5.1.x/node_modules/@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "packages/typescript-compat/v5.1.x/node_modules/typescript": { "version": "5.1.6", "license": "Apache-2.0", @@ -15628,10 +15661,19 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.2.x" } }, + "packages/typescript-compat/v5.2.x/node_modules/@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "packages/typescript-compat/v5.2.x/node_modules/typescript": { "version": "5.2.2", "license": "Apache-2.0", @@ -15648,10 +15690,19 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.3.x" } }, + "packages/typescript-compat/v5.3.x/node_modules/@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "packages/typescript-compat/v5.3.x/node_modules/typescript": { "version": "5.3.3", "license": "Apache-2.0", @@ -15668,10 +15719,19 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.4.x" } }, + "packages/typescript-compat/v5.4.x/node_modules/@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "packages/typescript-compat/v5.4.x/node_modules/typescript": { "version": "5.4.5", "license": "Apache-2.0", @@ -15688,10 +15748,19 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.5.x" } }, + "packages/typescript-compat/v5.5.x/node_modules/@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmmirror.com/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "packages/typescript-compat/v5.5.x/node_modules/typescript": { "version": "5.5.4", "license": "Apache-2.0", diff --git a/packages/typescript-compat/v4.9.x/package.json b/packages/typescript-compat/v4.9.x/package.json index 1bb43d777..b3c509cb3 100644 --- a/packages/typescript-compat/v4.9.x/package.json +++ b/packages/typescript-compat/v4.9.x/package.json @@ -7,7 +7,7 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.9.3", "typescript": "4.9.x" } } diff --git a/packages/typescript-compat/v5.0.x/package.json b/packages/typescript-compat/v5.0.x/package.json index a924d7c29..fa90903f5 100644 --- a/packages/typescript-compat/v5.0.x/package.json +++ b/packages/typescript-compat/v5.0.x/package.json @@ -7,7 +7,7 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.0.x" } } diff --git a/packages/typescript-compat/v5.1.x/package.json b/packages/typescript-compat/v5.1.x/package.json index ba744d891..d9dd86719 100644 --- a/packages/typescript-compat/v5.1.x/package.json +++ b/packages/typescript-compat/v5.1.x/package.json @@ -7,7 +7,7 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.1.x" } } diff --git a/packages/typescript-compat/v5.2.x/package.json b/packages/typescript-compat/v5.2.x/package.json index 32345d53f..c1dbeb600 100644 --- a/packages/typescript-compat/v5.2.x/package.json +++ b/packages/typescript-compat/v5.2.x/package.json @@ -7,7 +7,7 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.2.x" } } diff --git a/packages/typescript-compat/v5.3.x/package.json b/packages/typescript-compat/v5.3.x/package.json index bf0749d9a..12d304f32 100644 --- a/packages/typescript-compat/v5.3.x/package.json +++ b/packages/typescript-compat/v5.3.x/package.json @@ -7,7 +7,7 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.3.x" } } diff --git a/packages/typescript-compat/v5.4.x/package.json b/packages/typescript-compat/v5.4.x/package.json index 864960d29..c82644350 100644 --- a/packages/typescript-compat/v5.4.x/package.json +++ b/packages/typescript-compat/v5.4.x/package.json @@ -7,7 +7,7 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.4.x" } } diff --git a/packages/typescript-compat/v5.5.x/package.json b/packages/typescript-compat/v5.5.x/package.json index 404c1dfe2..d2b4c6b1a 100644 --- a/packages/typescript-compat/v5.5.x/package.json +++ b/packages/typescript-compat/v5.5.x/package.json @@ -7,7 +7,7 @@ "dependencies": { "@connectrpc/connect-conformance": "*", "@connectrpc/example": "*", - "@types/node": "22.10.5", + "@types/node": "22.10.1", "typescript": "5.5.x" } }