Skip to content

OUT-3587: bump trigger.dev to 4.4.4 - #235

Merged
SandipBajracharya merged 1 commit into
masterfrom
OUT-3587-re
Apr 22, 2026
Merged

OUT-3587: bump trigger.dev to 4.4.4#235
SandipBajracharya merged 1 commit into
masterfrom
OUT-3587-re

Conversation

@SandipBajracharya

Copy link
Copy Markdown
Collaborator

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.

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>
@linear-code

linear-code Bot commented Apr 22, 2026

Copy link
Copy Markdown

@vercel

vercel Bot commented Apr 22, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
quickbooks-sync (dev) Ready Ready Preview, Comment Apr 22, 2026 10:05am
quickbooks-sync Building Building Apr 22, 2026 10:05am

Request Review

@SandipBajracharya SandipBajracharya changed the title chore(OUT-3587): bump trigger.dev to 4.4.4 OUT-3587: bump trigger.dev to 4.4.4 Apr 22, 2026
@greptile-apps

greptile-apps Bot commented Apr 22, 2026

Copy link
Copy Markdown

Greptile Summary

This PR upgrades @trigger.dev/sdk and @trigger.dev/build from 4.3.0 to 4.4.4, aligning the SDK and build extension with the CLI version already referenced in the trigger:dev script. It also removes the caret prefix to pin exact versions, and adds a matching trigger:deploy script for convenience. The yarn.lock is updated consistently — @trigger.dev/core (a shared transitive dep) also resolves to 4.4.4 in both the SDK and build entries.

Confidence Score: 5/5

Safe 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

Filename Overview
package.json Bumps @trigger.dev/sdk and @trigger.dev/build from 4.3.0 → 4.4.4 (exact pin, no caret), updates trigger:dev CLI reference, and adds a new trigger:deploy convenience script — all at the same version.
yarn.lock Lock file updated consistently: @trigger.dev/build, @trigger.dev/core, and @trigger.dev/sdk all resolve to 4.4.4 with matching checksums.

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
Loading

Reviews (1): Last reviewed commit: "chore(OUT-3587): bump trigger.dev to 4.4..." | Re-trigger Greptile

@SandipBajracharya
SandipBajracharya merged commit 0f80c36 into master Apr 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant