Skip to content

build(deps-dev): bump mastra from 1.20.1 to 1.21.0 - #969

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/mastra-1.21.0
Closed

build(deps-dev): bump mastra from 1.20.1 to 1.21.0#969
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/mastra-1.21.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps mastra from 1.20.1 to 1.21.0.

Changelog

Sourced from mastra's changelog.

1.21.0

Minor Changes

  • Added mastra api learning commands for querying Trace Intelligence (private beta) from the CLI. You can now list entities with theme output, browse analysis snapshots, read cross-signal theme flows and per-trace paths, and drill into individual themes, examples, history, and noise buckets — without writing curl requests against the platform API. (#20382)

    # Discover agents with Trace Intelligence output
    mastra api learning entities '{"entityType":"agent"}'
    List analysis snapshots for an agent
    mastra api learning snapshots my-agent '{"entityType":"agent","signalNames":"goal,outcome,behavior,sentiment"}'
    List themes for one trace signal in one snapshot
    mastra api learning theme list my-agent '{"entityType":"agent","signalName":"goal","snapshotId":"<snapshotId>"}'

    The commands target the hosted Trace Intelligence service and resolve credentials the same way as other observability commands.

  • Added contextual board actions that appear on hover or keyboard focus and remain visible on touch devices. Selecting the action opens an inline composer, and successful submissions add the work item to the selected column. (#20337)

    For example, open Work, select Create work item in Planning, enter a title, and submit it to add the new card to Planning without leaving the board.

    If Factory rules reject the move from Intake, the composer keeps the error visible and retries the same work item instead of creating a duplicate.

Patch Changes

  • Reorganized Factory settings into Preferences, Factory, Repositories, Work Intake, Models, and Behavior. Worktree setup and the GitHub connection now sit with the repositories they configure, and custom providers moved under Models. Removing a Factory now asks for confirmation first. (#20386)

  • Added links from Factory threads to related GitHub and Linear work items. (#20362)

  • Updated dependencies [3f472b4, ba369f2, 35b929b, 55c9e24, dcfed93, 2876e15, 9b3626a, 4696963, 723aa54, 07f5b4b, 723aa54, 723aa54, 598080f]:

    • @​mastra/core@​1.55.0
    • @​mastra/deployer@​1.55.0

1.21.0-alpha.3

Patch Changes

1.21.0-alpha.2

Minor Changes

  • Added mastra api learning commands for querying Trace Intelligence (private beta) from the CLI. You can now list entities with theme output, browse analysis snapshots, read cross-signal theme flows and per-trace paths, and drill into individual themes, examples, history, and noise buckets — without writing curl requests against the platform API. (#20382)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mastra](https://github.com/mastra-ai/mastra/tree/HEAD/packages/cli) from 1.20.1 to 1.21.0.
- [Release notes](https://github.com/mastra-ai/mastra/releases)
- [Changelog](https://github.com/mastra-ai/mastra/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/mastra-ai/mastra/commits/mastra@1.21.0/packages/cli)

---
updated-dependencies:
- dependency-name: mastra
  dependency-version: 1.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for server

Status Category Percentage Covered / Total
🟢 Lines 98.53% (🎯 97%) 3019 / 3064
🟢 Statements 97.88% (🎯 96%) 3152 / 3220
🟢 Functions 99.22% (🎯 97%) 512 / 516
🟢 Branches 88.51% (🎯 87%) 1195 / 1350
File CoverageNo changed files found.
Generated in workflow #1672 for commit 97a1913 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for web

Status Category Percentage Covered / Total
🟢 Lines 97.65% (🎯 96%) 1252 / 1282
🟢 Statements 96.17% (🎯 95%) 1331 / 1384
🟢 Functions 96.56% (🎯 95%) 506 / 524
🟢 Branches 89.18% (🎯 88%) 759 / 851
File CoverageNo changed files found.
Generated in workflow #1672 for commit 97a1913 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for shared

Status Category Percentage Covered / Total
🟢 Lines 99.07% (🎯 98%) 215 / 217
🟢 Statements 81.2% (🎯 80%) 229 / 282
🟢 Functions 100% (🎯 98%) 71 / 71
🟢 Branches 62.83% (🎯 62%) 93 / 148
File CoverageNo changed files found.
Generated in workflow #1672 for commit 97a1913 by the Vitest Coverage Report Action

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Coverage Report for widget

Status Category Percentage Covered / Total
🟢 Lines 100% (🎯 98%) 207 / 207
🟢 Statements 99.55% (🎯 96%) 222 / 223
🟢 Functions 100% (🎯 98%) 40 / 40
🟢 Branches 95.41% (🎯 92%) 104 / 109
File CoverageNo changed files found.
Generated in workflow #1672 for commit 97a1913 by the Vitest Coverage Report Action

@dependabot @github

dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1014.

@dependabot dependabot Bot closed this Aug 10, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mastra-1.21.0 branch August 10, 2026 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants