OUT-3587: bump trigger.dev to 4.4.4 - #235
Conversation
Upgrade @trigger.dev/sdk and @trigger.dev/build from 4.3.0 to 4.4.4 to match the CLI version used in trigger:dev/trigger:deploy scripts. Pin exact versions (no caret) to keep the SDK, build extension, and CLI in lockstep and avoid silent minor drift on future yarn upgrades. Also adds trigger:deploy script for operational convenience. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR upgrades Confidence Score: 5/5Safe to merge — straightforward version bump with consistent pinning across SDK, build extension, core, and CLI. All three trigger.dev packages (sdk, build, core) and the npx CLI reference are aligned at 4.4.4. Exact version pinning prevents future drift. The lock file reflects the expected resolved versions. No logic changes. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[package.json scripts] -->|npx trigger.dev at 4.4.4| B[CLI 4.4.4]
C[trigger.dev/sdk 4.4.4] --> D[trigger.dev/core 4.4.4]
E[trigger.dev/build 4.4.4] --> D
B -.->|version must match| C
B -.->|version must match| E
Reviews (1): Last reviewed commit: "chore(OUT-3587): bump trigger.dev to 4.4..." | Re-trigger Greptile |
Summary
Upgrade @trigger.dev/sdk and @trigger.dev/build from 4.3.0 to 4.4.4 to match the CLI version used in trigger:dev/trigger:deploy scripts. Pin exact versions (no caret) to keep the SDK, build extension, and CLI in lockstep and avoid silent minor drift on future yarn upgrades.
Also adds trigger:deploy script for operational convenience.