chore(deps): update dependency trigger.dev to v4.4.5#203
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
918fa3e to
e03b1ad
Compare
e03b1ad to
5008326
Compare
5008326 to
c8f73b3
Compare
c8f73b3 to
736ff50
Compare
736ff50 to
711883a
Compare
711883a to
fe96edd
Compare
fe96edd to
22ce96e
Compare
22ce96e to
f9e91b6
Compare
f9e91b6 to
138f640
Compare
29c974c to
b2119da
Compare
b2119da to
064a17f
Compare
064a17f to
9b3d9f2
Compare
9b3d9f2 to
032dbae
Compare
032dbae to
0dbeadf
Compare
0dbeadf to
2d9938b
Compare
2d9938b to
173474a
Compare
173474a to
c29b3a1
Compare
c29b3a1 to
be5fe1b
Compare
be5fe1b to
e4da362
Compare
e4da362 to
9735c16
Compare
9735c16 to
2ae17f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.7→4.4.5Release Notes
triggerdotdev/trigger.dev (trigger.dev)
v4.4.5Compare Source
Patch Changes
--no-browserflag toinitandloginto skip auto-opening the browser during authentication. Also error loudly wheninitis run without--yesunder non-TTY stdin (previously default-and-exited silently, leaving the project half-initialized). Both commands now show anExamplessection in--help. (#3483)@trigger.dev/core@4.4.5@trigger.dev/build@4.4.5@trigger.dev/schema-to-json@4.4.5v4.4.4Compare Source
Patch Changes
Add platform notifications support to the CLI. The
trigger devandtrigger logincommands now fetch and display platform notifications (info, warn, error, success) from the server. Includes discovery-based filtering to conditionally show notifications based on project file patterns, color markup rendering for styled terminal output, and a non-blocking display flow with a spinner fallback for slow fetches. Use--skip-platform-notificationsflag withtrigger devto disable the notification check. (#3254)Fix dev CLI leaking build directories on rebuild, causing disk space accumulation. Deprecated workers are now pruned (capped at 2 retained) when no active runs reference them. The watchdog process also cleans up
.trigger/tmp/when the dev CLI is killed ungracefully (e.g. SIGKILL from pnpm). (#3224)Fix
--loadflag being silently ignored on local/self-hosted builds. (#3114)Add
get_span_detailsMCP tool for inspecting individual spans within a run trace. (#3255)get_span_detailstool returns full span attributes, timing, events, and AI enrichment (model, tokens, cost, speed)get_run_detailstrace output for easy discoveryGET /api/v1/runs/:runId/spans/:spanIdretrieveSpan()method on the API clientMCP server improvements: new tools, bug fixes, and new flags. (#3224)
New tools:
get_query_schema— discover available TRQL tables and columnsquery— execute TRQL queries against your datalist_dashboards— list built-in dashboards and their widgetsrun_dashboard_query— execute a single dashboard widget querywhoami— show current profile, user, and API URLlist_profiles— list all configured CLI profilesswitch_profile— switch active profile for the MCP sessionstart_dev_server— starttrigger devin the background and stream outputstop_dev_server— stop the running dev serverdev_server_status— check dev server status and view recent logsNew API endpoints:
GET /api/v1/query/schema— query table schema discoveryGET /api/v1/query/dashboards— list built-in dashboardsNew features:
--readonlyflag hides write tools (deploy,trigger_task,cancel_run) so the AI cannot make changesread:queryJWT scope for query endpoint authorizationget_run_detailstrace output is now paginated with cursor supportreadOnlyHint,destructiveHint) for all toolsBug fixes:
search_docstool failing due to renamed upstream Mintlify tool (SearchTriggerDev→search_trigger_dev)list_deploysfailing when deployments have nullruntime/runtimeVersionfields (#3139)list_preview_branchescrashing due to incorrect response shape accessmetricstable column documented asvalueinstead ofmetric_valuein query docsContext optimizations:
get_query_schemanow requires a table name and returns only one table's schema (was returning all tables)get_current_workerno longer inlines payload schemas; use newget_task_schematool insteadcancel_run,list_deploys,list_preview_branchesformatted as text instead of raw JSONAdd support for setting TTL (time-to-live) defaults at the task level and globally in trigger.config.ts, with per-trigger overrides still taking precedence (#3196)
Adapted the CLI API client to propagate the trigger source via http headers. (#3241)
Updated dependencies:
@trigger.dev/core@4.4.4@trigger.dev/build@4.4.4@trigger.dev/schema-to-json@4.4.4v4.4.3Compare Source
Patch Changes
@trigger.dev/core@4.4.3@trigger.dev/build@4.4.3@trigger.dev/schema-to-json@4.4.3v4.4.2Compare Source
Patch Changes
@trigger.dev/build@4.4.2@trigger.dev/core@4.4.2@trigger.dev/schema-to-json@4.4.2v4.4.1Compare Source
Patch Changes
otel.metrics.getMeter(). Metrics are exported to ClickHouse with 10-second aggregation buckets and 1m/5m rollups, and are queryable through the dashboard query engine with typed attribute columns,prettyFormat()for human-readable values, and AI query support. (#3061)@trigger.dev/build@4.4.1@trigger.dev/core@4.4.1@trigger.dev/schema-to-json@4.4.1v4.4.0Compare Source
Patch Changes
execute()is called on a dead child process. (#2978)timeoutInSecondsparameter to thewait_for_run_to_completeMCP tool. Defaults to 60 seconds. If the run doesn't complete within the timeout, the current state of the run is returned instead of waiting indefinitely. (#3035)@trigger.dev/core@4.4.0@trigger.dev/build@4.4.0@trigger.dev/schema-to-json@4.4.0v4.3.3Compare Source
Patch Changes
@trigger.dev/core@4.3.3@trigger.dev/build@4.3.3@trigger.dev/schema-to-json@4.3.3v4.3.2Compare Source
Patch Changes
@trigger.dev/build@4.3.2@trigger.dev/core@4.3.2@trigger.dev/schema-to-json@4.3.2v4.3.1Compare Source
Patch Changes
@trigger.dev/core@4.3.1@trigger.dev/build@4.3.1@trigger.dev/schema-to-json@4.3.1v4.3.0Compare Source
Minor Changes
Patch Changes
triggeredViafield is now populated in deployments via the CLI. (#2767)@trigger.dev/core@4.3.0@trigger.dev/build@4.3.0@trigger.dev/schema-to-json@4.3.0v4.2.0Compare Source
Minor Changes
Patch Changes
--force-local-buildflag is now renamed to just--local-build(#2702)--native-build-server) (#2702)@trigger.dev/build@4.2.0@trigger.dev/core@4.2.0@trigger.dev/schema-to-json@4.2.0v4.1.2Compare Source
Patch Changes
@trigger.dev/build@4.1.2@trigger.dev/core@4.1.2@trigger.dev/schema-to-json@4.1.2v4.1.1Compare Source
Patch Changes
@trigger.dev/build@4.1.1@trigger.dev/core@4.1.1@trigger.dev/schema-to-json@4.1.1v4.1.0Compare Source
Patch Changes
@trigger.dev/build@4.1.0@trigger.dev/core@4.1.0@trigger.dev/schema-to-json@4.1.0Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.