Skip to content

build(deps): bump @mastra/libsql from 1.17.0 to 1.18.0 - #963

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @mastra/libsql from 1.17.0 to 1.18.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.18.0

Minor Changes

  • Added exact metadata filtering to message history queries across Memory APIs and supported storage providers. (#19991)

    const messages = await memory.recall({
      threadId: 'thread-1',
      filter: {
        metadata: {
          status: 'done',
          priority: 'high',
        },
      },
    });

    Multiple fields use AND semantics. Supported values are strings, finite numbers, booleans, and null.

Patch Changes

1.18.0-alpha.1

Patch Changes

  • Fixed Factory database lock errors by serializing writes that share a LibSQL connection. (#20278)

  • Updated dependencies [a211d09, 05db566, 8124754]:

    • @​mastra/core@​1.54.0-alpha.2

1.18.0-alpha.0

Minor Changes

  • Added exact metadata filtering to message history queries across Memory APIs and supported storage providers. (#19991)

    const messages = await memory.recall({
      threadId: 'thread-1',
      filter: {
        metadata: {
          status: 'done',
          priority: 'high',
        },

... (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/libsql](https://github.com/mastra-ai/mastra/tree/HEAD/stores/libsql) from 1.17.0 to 1.18.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.18.0/stores/libsql)

---
updated-dependencies:
- dependency-name: "@mastra/libsql"
  dependency-version: 1.18.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 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 #1666 for commit 87b44f2 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 #1666 for commit 87b44f2 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 #1666 for commit 87b44f2 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 #1666 for commit 87b44f2 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 #1006.

@dependabot dependabot Bot closed this Aug 10, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mastra/libsql-1.18.0 branch August 10, 2026 05:02
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