Skip to content

Commit 7bd3667

Browse files
committed
chore: upgrade typescript 5.8 to 6.0
1 parent 164f124 commit 7bd3667

8 files changed

Lines changed: 22 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Learn authentication by building it right.**
66

77
[![License](https://img.shields.io/badge/License-Apache_2.0-blue?style=for-the-badge)](https://opensource.org/licenses/Apache-2.0)
8-
[![TypeScript](https://img.shields.io/badge/TypeScript-5.8+-3178c6?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
8+
[![TypeScript](https://img.shields.io/badge/TypeScript-6.0+-3178c6?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
99
[![Cloudflare Workers](https://img.shields.io/badge/Cloudflare-Workers-f38020?style=for-the-badge&logo=cloudflareworkers&logoColor=white)](https://workers.cloudflare.com/)
1010
<br>
1111
[![CI](https://img.shields.io/github/actions/workflow/status/vhscom/private-landing/ci.yml?style=for-the-badge&label=CI)](https://github.com/vhscom/private-landing/actions/workflows/ci.yml)

apps/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@cloudflare/workers-types": "^4.20260124.0",
5959
"@types/bun": "^1.3.6",
6060
"@types/nanoid": "^3.0.0",
61-
"typescript": "^5.8.2",
61+
"typescript": "^6.0.2",
6262
"vitest": "~3.2.x",
6363
"wrangler": "^4.60.0"
6464
}

bun.lock

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"bun-types": "^1.2.5",
52-
"typescript": "^5.8.2",
52+
"typescript": "^6.0.2",
5353
"vitest": "~3.2.x"
5454
}
5555
}

packages/infrastructure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"devDependencies": {
4949
"@cloudflare/workers-types": "4.20250224.0",
5050
"bun-types": "^1.2.5",
51-
"typescript": "^5.8.2"
51+
"typescript": "^6.0.2"
5252
}
5353
}

packages/observability/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"devDependencies": {
4141
"@cloudflare/workers-types": "^4.20260124.0",
4242
"bun-types": "^1.2.5",
43-
"typescript": "^5.8.2"
43+
"typescript": "^6.0.2"
4444
}
4545
}

packages/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"bun-types": "^1.2.5",
47-
"typescript": "^5.8.2",
47+
"typescript": "^6.0.2",
4848
"vitest": "~3.2.x"
4949
}
5050
}

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
},
4747
"devDependencies": {
4848
"bun-types": "latest",
49-
"typescript": "^5.8.2"
49+
"typescript": "^6.0.2"
5050
}
5151
}

0 commit comments

Comments
 (0)