1 Commits

Author SHA1 Message Date
22f038f75b chore(deps): update dependency typescript to v6
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / guarddog (pull_request) Successful in 21s
test-build / build (pull_request) Successful in 2m55s
2026-03-25 06:02:02 +00:00
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 24.14.1
node-version: 24.14.0
- name: Set up Bun
uses: oven-sh/setup-bun@v2
@@ -114,7 +114,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 24.14.1
node-version: 24.14.0
- name: Set up Bun
uses: oven-sh/setup-bun@v2

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 24.14.1
node-version: 24.14.0
- name: Set up Bun
uses: oven-sh/setup-bun@v2

View File

@@ -35,7 +35,7 @@
"prettier-plugin-tailwindcss": "^0.7.2",
"semantic-release": "^25.0.3",
"semantic-release-export-data": "^1.2.0",
"typescript": "^5.9.3",
"typescript": "^6.0.0",
"typescript-eslint": "^8.57.0",
},
},
@@ -1623,7 +1623,7 @@
"type-fest": ["type-fest@0.10.0", "", {}, "sha512-EUV9jo4sffrwlg8s0zDhP0T2WD3pru5Xi0+HTE3zTUmBaZNhfkite9PdSJwdXLwPVW0jnAHT56pZHIOYckPEiw=="],
"typescript": ["typescript@5.9.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw=="],
"typescript": ["typescript@6.0.2", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ=="],
"typescript-eslint": ["typescript-eslint@8.57.0", "", { "dependencies": { "@typescript-eslint/eslint-plugin": "8.57.0", "@typescript-eslint/parser": "8.57.0", "@typescript-eslint/typescript-estree": "8.57.0", "@typescript-eslint/utils": "8.57.0" }, "peerDependencies": { "eslint": "10.0.3", "typescript": "5.9.2" } }, "sha512-W8GcigEMEeB07xEZol8oJ26rigm3+bfPHxHvwbYUlu1fUDsGuQ7Hiskx5xGW/xM4USc9Ephe3jtv7ZYPQntHeA=="],

View File

@@ -42,7 +42,7 @@
"prettier-plugin-tailwindcss": "^0.7.2",
"semantic-release": "^25.0.3",
"semantic-release-export-data": "^1.2.0",
"typescript": "^5.9.3",
"typescript": "^6.0.0",
"typescript-eslint": "^8.57.0"
}
}