Skip to content

Commit f4763bf

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.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v4.9.5...v5.9.2) Updates `tsx` from 4.20.4 to 4.20.5 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.4...v4.20.5) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: build - dependency-name: tsx dependency-version: 4.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cedb07d commit f4763bf

File tree

14 files changed

+29
-159
lines changed

14 files changed

+29
-159
lines changed

package-lock.json

Lines changed: 16 additions & 146 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.29.1",
1919
"@cloudflare/workers-types": "^4.20250831.0",
20-
"tsx": "^4.20.4",
20+
"tsx": "^4.20.5",
2121
"@connectrpc/connect-conformance": "^2.1.0"
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.0",
3838
"@types/express": "^5.0.3",
3939
"express": "^5.1.0",
40-
"tsx": "^4.20.4"
40+
"tsx": "^4.20.5"
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.0",
2020
"@connectrpc/connect-web": "^2.1.0",
21-
"tsx": "^4.20.4"
21+
"tsx": "^4.20.5"
2222
},
2323
"devDependencies": {
2424
"@bufbuild/buf": "^1.57.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.2.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.2.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.2.1",
11-
"typescript": "5.4.x"
11+
"typescript": "5.9.x"
1212
}
1313
}

0 commit comments

Comments
 (0)