Skip to content

build(deps): bump @mastra/libsql from 1.17.0 to 1.22.0 - #1101

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/mastra/libsql-1.22.0
Open

build(deps): bump @mastra/libsql from 1.17.0 to 1.22.0#1101
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/mastra/libsql-1.22.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @mastra/libsql from 1.17.0 to 1.22.0.

Release notes

Sourced from @​mastra/libsql's releases.

December 9, 2025

Changelog

Summary

  • Total packages with changes: 12
  • Packages with major changes: 0
  • Packages with minor changes: 0
  • Packages with patch changes: 4

@​mastra/agent-builder@​0.2.6-alpha.1

Patch Changes

  • Fix install step validation error by making targetPath optional in InstallInputSchema. This resolves the "expected string, received undefined" error when running the agent builder template workflow without explicitly providing a targetPath parameter. (#10923)

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

@​mastra/ai-sdk@​0.3.3-alpha.0

Patch Changes

  • Return NetworkDataPart on each agent-execution-event and workflow-execution-event in network streams (#10979)

  • Fixed tool-call-suspended chunks being dropped in workflow-step-output when using AI SDK. Previously, when an agent inside a workflow step called a tool that got suspended, the tool-call-suspended chunk was not received on the frontend even though tool-input-available chunks were correctly received. (#10988)

    The issue occurred because tool-call-suspended was not included in the isMastraTextStreamChunk list, causing it to be filtered out in transformWorkflow. Now tool-call-suspended, tool-call-approval, object, and tripwire chunks are properly included in the text stream chunk list and will be transformed and passed through correctly.

    Fixes #10978

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

@​mastra/client-js@​0.17.0-alpha.3

Dependency Updates

  • @​mastra/core@​0.24.7-alpha.3

... (truncated)

Changelog

Sourced from @​mastra/libsql's changelog.

1.22.0

Minor Changes

  • Added native application collection counts so totals no longer load matching rows. (#22021)

    Before

    const total = (await storage.ops.findMany('jobs', { status: 'failed' })).length;

    After

    const total = await storage.ops.count?.('jobs', { status: 'failed' });
  • Added embedded-replica sync support to LibSQLStore. You can now pass syncUrl and syncInterval to keep a local database file synced with a remote libSQL primary (for example Turso), matching the options LibSQLVector already supports. (#22261)

    import { LibSQLStore } from '@mastra/libsql';
    const storage = new LibSQLStore({
    id: 'libsql-storage',
    url: 'file:./replica.db',
    syncUrl: 'libsql://your-db-name.turso.io',
    authToken: process.env.TURSO_AUTH_TOKEN,
    syncInterval: 60,
    });

    See mastra-ai/mastra#21994

  • Added a reusable SQLite client contract so storage adapters can use compatible SQLite drivers. (#22181)

    import type { SqliteClient } from '@mastra/libsql';
    const client: SqliteClient = createCompatibleSqliteClient();

Patch Changes

  • Added native Turso Database file storage for Mastra agents, workflows, memory, and other storage domains. (#22181)

    import { TursoStore } from '@mastra/turso';
    const storage = new TursoStore({

... (truncated)

Commits
  • 3cd96a3 chore: version - exit prerelease mode
  • 3086f23 chore: version packages (alpha) (#22241)
  • c7d2ac2 feat(libsql): support embedded-replica sync in LibSQLStore (#22261)
  • a58483c fix(core): preserve cancellation during background task dispatch (#22228)
  • 5165cdc fix(datasets): preserve item metadata in experiment results (#22005)
  • 6eb8bd3 chore: version packages (alpha) (#22100)
  • db6940e feat(turso): add native database storage (#22181)
  • 0e4bcea chore: version packages
  • c5eaec5 fix(core): apply resourceId filter at the storage level in listSuspendedRuns/...
  • 8661d7d feat(factory): add the Needs attention action center (#22021)
  • Additional commits viewable in compare view

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/libsql](https://github.com/mastra-ai/mastra/tree/HEAD/stores/libsql) from 1.17.0 to 1.22.0.
- [Release notes](https://github.com/mastra-ai/mastra/releases)
- [Changelog](https://github.com/mastra-ai/mastra/blob/main/stores/libsql/CHANGELOG.md)
- [Commits](https://github.com/mastra-ai/mastra/commits/@mastra/libsql@1.22.0/stores/libsql)

---
updated-dependencies:
- dependency-name: "@mastra/libsql"
  dependency-version: 1.22.0
  dependency-type: direct:production
  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 31, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for server

Status Category Percentage Covered / Total
🟢 Lines 98.11% (🎯 97%) 3336 / 3400
🟢 Statements 97.48% (🎯 96%) 3495 / 3585
🟢 Functions 98.32% (🎯 97%) 586 / 596
🟢 Branches 89.29% (🎯 87%) 1385 / 1551
File CoverageNo changed files found.
Generated in workflow #2066 for commit 7e74c9d by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for web

Status Category Percentage Covered / Total
🟢 Lines 97.34% (🎯 96%) 1614 / 1658
🟢 Statements 96.17% (🎯 95%) 1709 / 1777
🟢 Functions 95.89% (🎯 95%) 677 / 706
🟢 Branches 89.97% (🎯 88%) 1095 / 1217
File CoverageNo changed files found.
Generated in workflow #2066 for commit 7e74c9d by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for shared

Status Category Percentage Covered / Total
🟢 Lines 99.15% (🎯 98%) 235 / 237
🟢 Statements 80.96% (🎯 80%) 251 / 310
🟢 Functions 100% (🎯 98%) 79 / 79
🟢 Branches 62.87% (🎯 62%) 105 / 167
File CoverageNo changed files found.
Generated in workflow #2066 for commit 7e74c9d by the Vitest Coverage Report Action

@github-actions

Copy link
Copy Markdown
Contributor

Coverage Report for widget

Status Category Percentage Covered / Total
🟢 Lines 99.62% (🎯 98%) 265 / 266
🟢 Statements 97.94% (🎯 96%) 286 / 292
🟢 Functions 98.11% (🎯 98%) 52 / 53
🟢 Branches 93.28% (🎯 92%) 139 / 149
File CoverageNo changed files found.
Generated in workflow #2066 for commit 7e74c9d by the Vitest Coverage Report Action

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