Skip to content

Commit

Permalink
deps: typescript ~5.6.0 (#1655)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: samchungy <[email protected]>
Co-authored-by: Sam Chung <[email protected]>
Co-authored-by: Aaron Moat <[email protected]>
  • Loading branch information
4 people authored Sep 10, 2024
1 parent 329fc56 commit 5801bff
Show file tree
Hide file tree
Showing 9 changed files with 184 additions and 184 deletions.
7 changes: 7 additions & 0 deletions .changeset/renovate-457fabb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'skuba': minor
---

deps: TypeScript 5.6

This major release includes breaking changes. See the [TypeScript 5.6](https://devblogs.microsoft.com/typescript/announcing-typescript-5-6/) announcement for more information.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@octokit/rest": "^21.0.0",
"@octokit/types": "^13.0.0",
"@types/jest": "^29.0.0",
"@types/node": ">=18.12",
"@types/node": "^20.16.5",
"chalk": "^4.1.0",
"concurrently": "^8.0.0",
"dotenv": "^16.0.0",
Expand Down Expand Up @@ -117,7 +117,7 @@
"tsconfig-paths": "^4.0.0",
"tsconfig-seek": "2.0.0",
"tsx": "^4.16.2",
"typescript": "~5.5.0",
"typescript": "~5.6.0",
"validate-npm-package-name": "^5.0.0",
"zod": "^3.22.4"
},
Expand Down
345 changes: 169 additions & 176 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion template/express-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^20.9.0",
"@types/node": "^20.16.5",
"@types/supertest": "^6.0.0",
"mime": "^4.0.1",
"pino-pretty": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion template/koa-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa__router": "^12.0.0",
"@types/node": "^20.9.0",
"@types/node": "^20.16.5",
"@types/supertest": "^6.0.0",
"chance": "^1.1.8",
"mime": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@seek/aws-codedeploy-infra": "^2.1.0",
"@types/aws-lambda": "^8.10.82",
"@types/node": "^20.9.0",
"@types/node": "^20.16.5",
"aws-cdk": "^2.109.0",
"aws-cdk-lib": "^2.109.0",
"constructs": "^10.0.17",
Expand Down
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.84",
"@types/chance": "^1.1.3",
"@types/node": "^20.9.0",
"@types/node": "^20.16.5",
"aws-sdk-client-mock": "^4.0.0",
"aws-sdk-client-mock-jest": "^4.0.0",
"chance": "^1.1.8",
Expand Down
2 changes: 1 addition & 1 deletion template/oss-npm-package/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "^18.19.8",
"@types/node": "^20.16.5",
"commitizen": "^4.2.4",
"skuba": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion template/private-npm-package/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "^18.19.8",
"@types/node": "^20.16.5",
"commitizen": "^4.2.4",
"skuba": "*"
},
Expand Down

0 comments on commit 5801bff

Please sign in to comment.