Conversation
🦋 Changeset detectedLatest commit: b5bbc4a The changes in this PR will be included in the next version bump. This PR includes changesets to release 27 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughThe changes update workspace TypeScript tooling and package build dependencies, migrate plugin and Redis worker builds from tsup to tsdown, and add Redis worker bundling post-processing. The declaration portability test now invokes the TypeScript CLI. The operations guard uses a legacy TypeScript API package, while the workspace catalog targets TypeScript 7. Redis worker cron parsing uses the default parser import. Webapp search parameter parsing broadens its input signature without changing runtime behavior. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
@trigger.dev/build
trigger.dev
@trigger.dev/core
@trigger.dev/python
@trigger.dev/react-hooks
@trigger.dev/redis-worker
@trigger.dev/rsc
@trigger.dev/schema-to-json
@trigger.dev/sdk
commit: |
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
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
tshy4, while the packages still usingtsupmove totsdown. 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.