Skip to content

Commit 09bae4a

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] <[email protected]>
1 parent 6585c9e commit 09bae4a

File tree

15 files changed

+38
-167
lines changed

15 files changed

+38
-167
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"@biomejs/biome": "^1.9.4",
4040
"@bufbuild/license-header": "^0.0.4",
4141
"turbo": "^2.6.0",
42-
"typescript": "^5.9.2"
42+
"typescript": "^5.9.3"
4343
}
4444
}

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.4",
20+
"tsx": "^4.20.6",
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.5",
3939
"express": "^5.1.0",
40-
"tsx": "^4.20.4"
40+
"tsx": "^4.20.6"
4141
},
4242
"peerDependencies": {
4343
"express": "^4.18.2 || ^5.0.1",

0 commit comments

Comments
 (0)