Files
triggerdotdev--trigger.dev/pnpm-workspace.yaml
T
Chris Arderne 85f5b37c68 chore: upgrade to TypeScript 7 (#4318)
## 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>
2026-08-05 15:49:44 +01:00

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