ReviewOS

also looking at this

stacks/bunpress

chore(deps): update dependency typescript to v6

#61
Closed renovate[bot] wants to merge renovate/typescript-6.x into main
4 files +7 -7
bun.lockmodified+4-4
Changes to bun.lock
@@ -14,14 +14,14 @@
1414 "bun-types": "^1.3.11",
1515 "bunfig": "^0.15.6",
1616 "ts-syntax-highlighter": "^0.2.1",
17 "typescript": "^5.9.3",
17 "typescript": "^6.0.2",
1818 },
1919 },
2020 "packages/bun-plugin": {
2121 "name": "bun-plugin-bunpress",
2222 "version": "0.1.4",
2323 "devDependencies": {
24 "typescript": "^5.9.3",
24 "typescript": "^6.0.2",
2525 },
2626 },
2727 "packages/bunpress": {
@@ -39,7 +39,7 @@
3939 },
4040 "devDependencies": {
4141 "ts-syntax-highlighter": "^0.2.1",
42 "typescript": "^5.9.3",
42 "typescript": "^6.0.2",
4343 },
4444 },
4545 },
@@ -250,7 +250,7 @@
250250
251251 "ts-syntax-highlighter": ["ts-syntax-highlighter@0.2.1", "", { "bin": { "ts-syntax-highlighter": "dist/bin/cli.js" } }, "sha512-HEfxaVKifwvnX0NaOE8nfs4VFdZo6WdREj1KRehelfYsO1N+m9vOIj5exhlOqFpxOPWd4BlalU8y0WWS7yPWjw=="],
252252
253 "typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
253 "typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="],
254254
255255 "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="],
256256
package.jsonmodified+1-1
Changes to package.json
@@ -52,7 +52,7 @@
5252 "bun-types": "^1.3.11",
5353 "bunfig": "^0.15.6",
5454 "ts-syntax-highlighter": "^0.2.1",
55 "typescript": "^5.9.3"
55 "typescript": "^6.0.2"
5656 },
5757 "git-hooks": {
5858 "pre-commit": {
packages/bun-plugin/package.jsonmodified+1-1
Changes to packages/bun-plugin/package.json
@@ -43,6 +43,6 @@
4343 "typecheck": "bun --bun tsc --noEmit"
4444 },
4545 "devDependencies": {
46 "typescript": "^5.9.3"
46 "typescript": "^6.0.2"
4747 }
4848}
packages/bunpress/package.jsonmodified+1-1
Changes to packages/bunpress/package.json
@@ -60,6 +60,6 @@
6060 },
6161 "devDependencies": {
6262 "ts-syntax-highlighter": "^0.2.1",
63 "typescript": "^5.9.3"
63 "typescript": "^6.0.2"
6464 }
6565}