fix(build): update toolchain configuration and test error handling for stricter TypeScript builds

This commit is contained in:
2026-04-30 11:56:25 +00:00
parent a51b002141
commit 7339d6c9f0
8 changed files with 2622 additions and 5938 deletions
+26 -22
View File
@@ -37,31 +37,34 @@
"scripts": {
"test": "(tstest test/ --verbose --logfile)",
"typecheck": "tsbuild check",
"build": "(tsbuild tsfolders --allowimplicitany)",
"build": "(tsbuild tsfolders)",
"buildDocs": "(tsdoc)"
},
"devDependencies": {
"@git.zone/tsbuild": "^4.2.6",
"@git.zone/tsbundle": "^2.9.1",
"@git.zone/tsrun": "^2.0.1",
"@git.zone/tstest": "^3.2.0",
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/qenv": "^6.1.3",
"@types/node": "^25.3.3",
"typescript": "^5.9.3"
"@types/json-schema": "^7.0.15",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^25.6.0",
"@types/pngjs": "^6.0.5",
"typescript": "^6.0.3",
"undici-types": "^8.1.0"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.58",
"@ai-sdk/google": "^3.0.43",
"@ai-sdk/groq": "^3.0.29",
"@ai-sdk/mistral": "^3.0.24",
"@ai-sdk/openai": "^3.0.41",
"@ai-sdk/perplexity": "^3.0.23",
"@ai-sdk/provider": "^3.0.8",
"@ai-sdk/xai": "^3.0.67",
"@anthropic-ai/sdk": "^0.78.0",
"@push.rocks/smartpdf": "^4.1.3",
"ai": "^6.0.116",
"openai": "^6.26.0"
"@ai-sdk/anthropic": "^3.0.72",
"@ai-sdk/google": "^3.0.65",
"@ai-sdk/groq": "^3.0.36",
"@ai-sdk/mistral": "^3.0.31",
"@ai-sdk/openai": "^3.0.54",
"@ai-sdk/perplexity": "^3.0.30",
"@ai-sdk/provider": "^3.0.9",
"@ai-sdk/xai": "^3.0.84",
"@anthropic-ai/sdk": "0.91.0",
"@push.rocks/smartpdf": "^4.2.2",
"ai": "^6.0.170",
"openai": "^6.35.0"
},
"repository": {
"type": "git",
@@ -83,6 +86,8 @@
"ts_research/**/*",
"dist_*/**/*",
"assets/**/*",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
@@ -114,8 +119,7 @@
"onlyBuiltDependencies": [
"esbuild",
"puppeteer"
],
"overrides": {}
]
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
"packageManager": "pnpm@10.28.2"
}