85f5b37c68
## Summary Upgrade the monorepo to TypeScript 7.0.2 and update package build tooling for compatibility with the native compiler. ## Design Package builds now use `tshy` 4, while the packages still using `tsup` move to `tsdown`. The few scripts that depend on the legacy TypeScript compiler API use an explicit TypeScript 6 alias; declaration portability coverage invokes the TypeScript 7 CLI directly. Turbo is updated so workspace tasks can read the regenerated pnpm lockfile. --------- Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
28 lines
476 B
YAML
28 lines
476 B
YAML
packages:
|
|
- "packages/*"
|
|
- "internal-packages/*"
|
|
- "apps/**"
|
|
- "docs"
|
|
- "!packages/cli-v3/e2e/**"
|
|
|
|
catalog:
|
|
typescript: 7.0.2
|
|
|
|
minimumReleaseAge: 4320
|
|
minimumReleaseAgeExclude:
|
|
- "@trigger.dev/platform"
|
|
- "next"
|
|
- "@next/*"
|
|
- "agentcrumbs"
|
|
- "tsdown"
|
|
- "secure-exec"
|
|
- "@secure-exec/*"
|
|
preferOffline: true
|
|
|
|
linkWorkspacePackages: false
|
|
publicHoistPattern:
|
|
- "*prisma*"
|
|
preferWorkspacePackages: true
|
|
sideEffectsCache: false
|
|
blockExoticSubdeps: true
|