Skip to content

Commit

Permalink
Bump the build group with 2 updates
Browse files Browse the repository at this point in the history
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.6.3
- [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.6.3)

Updates `tsx` from 4.19.1 to 4.19.2
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.19.1...v4.19.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: tsx
  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 Nov 4, 2024
1 parent e4dfc82 commit 7adb4e2
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 95 deletions.
102 changes: 18 additions & 84 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.10.1",
"prettier": "^3.3.3",
"turbo": "^2.1.0",
"typescript": "5.5.4"
"typescript": "5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/connect-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20240821.1",
"wrangler": "^3.73.0",
"tsx": "^4.19.0",
"tsx": "^4.19.2",
"@connectrpc/connect-conformance": "^2.0.0-rc.2"
}
}
2 changes: 1 addition & 1 deletion packages/connect-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@connectrpc/connect-node": "2.0.0-rc.2",
"@types/express": "^5.0.0",
"express": "^5.0.1",
"tsx": "^4.19.0"
"tsx": "^4.19.2"
},
"peerDependencies": {
"express": "^4.18.2 || ^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"@bufbuild/protobuf": "^2.2.0",
"@connectrpc/connect-node": "^2.0.0-rc.2",
"@connectrpc/connect-web": "^2.0.0-rc.2",
"tsx": "^4.16.5"
"tsx": "^4.19.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protoc-gen-es": "^2.1.0",
"@types/express": "^4.17.18",
"esbuild": "^0.19.8",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
}
}
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 @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.5.4",
"typescript": "4.9.x"
"typescript": "5.6.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 @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.5.4",
"typescript": "5.0.x"
"typescript": "5.6.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 @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.5.4",
"typescript": "5.1.x"
"typescript": "5.6.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 @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.5.4",
"typescript": "5.2.x"
"typescript": "5.6.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 @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.5.4",
"typescript": "5.3.x"
"typescript": "5.6.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 @@ -7,6 +7,6 @@
"@connectrpc/connect-conformance": "*",
"@connectrpc/example": "*",
"@types/node": "22.5.4",
"typescript": "5.4.x"
"typescript": "5.6.x"
}
}

0 comments on commit 7adb4e2

Please sign in to comment.