Skip to content

Commit 3bb011d

Browse files
Bump the build group with 2 updates
Bumps the build group with 2 updates: [typescript](https://github.com/microsoft/TypeScript) and [tsx](https://github.com/privatenumber/tsx). Updates `typescript` from 4.9.5 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.9.3) Updates `tsx` from 4.20.6 to 4.21.0 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.6...v4.21.0) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build - dependency-name: tsx dependency-version: 4.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8141f78 commit 3bb011d

File tree

14 files changed

+150
-263
lines changed

14 files changed

+150
-263
lines changed

package-lock.json

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

packages/connect-cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"wrangler": "^4.40.3",
1919
"@cloudflare/workers-types": "^4.20250831.0",
20-
"tsx": "^4.20.6",
20+
"tsx": "^4.21.0",
2121
"@connectrpc/connect-conformance": "^2.1.1"
2222
}
2323
}

packages/connect-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@connectrpc/connect-node": "2.1.1",
3838
"@types/express": "^5.0.6",
3939
"express": "^5.2.1",
40-
"tsx": "^4.20.6"
40+
"tsx": "^4.21.0"
4141
},
4242
"peerDependencies": {
4343
"express": "^4.18.2 || ^5.0.1",

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@bufbuild/protobuf": "^2.7.0",
1919
"@connectrpc/connect-node": "^2.1.1",
2020
"@connectrpc/connect-web": "^2.1.1",
21-
"tsx": "^4.20.6"
21+
"tsx": "^4.21.0"
2222
},
2323
"devDependencies": {
2424
"@bufbuild/buf": "^1.59.0",

packages/typescript-compat/v4.9.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@connectrpc/connect-conformance": "*",
99
"@connectrpc/example": "*",
1010
"@types/node": "22.9.3",
11-
"typescript": "4.9.x"
11+
"typescript": "5.9.x"
1212
}
1313
}

packages/typescript-compat/v5.0.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@connectrpc/connect-conformance": "*",
99
"@connectrpc/example": "*",
1010
"@types/node": "22.13.14",
11-
"typescript": "5.0.x"
11+
"typescript": "5.9.x"
1212
}
1313
}

packages/typescript-compat/v5.1.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@connectrpc/connect-conformance": "*",
99
"@connectrpc/example": "*",
1010
"@types/node": "24.1.0",
11-
"typescript": "5.1.x"
11+
"typescript": "5.9.x"
1212
}
1313
}

packages/typescript-compat/v5.2.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@connectrpc/connect-conformance": "*",
99
"@connectrpc/example": "*",
1010
"@types/node": "24.10.1",
11-
"typescript": "5.2.x"
11+
"typescript": "5.9.x"
1212
}
1313
}

packages/typescript-compat/v5.3.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@connectrpc/connect-conformance": "*",
99
"@connectrpc/example": "*",
1010
"@types/node": "24.10.1",
11-
"typescript": "5.3.x"
11+
"typescript": "5.9.x"
1212
}
1313
}

packages/typescript-compat/v5.4.x/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@connectrpc/connect-conformance": "*",
99
"@connectrpc/example": "*",
1010
"@types/node": "24.10.1",
11-
"typescript": "5.4.x"
11+
"typescript": "5.9.x"
1212
}
1313
}

0 commit comments

Comments
 (0)