From 684df284f3c46cb50447904ffe6ed222e395fb3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 02:36:55 +0000 Subject: [PATCH] build(deps): bump @mastra/evals from 1.6.0 to 1.7.0 Bumps [@mastra/evals](https://github.com/mastra-ai/mastra/tree/HEAD/packages/evals) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/mastra-ai/mastra/releases) - [Changelog](https://github.com/mastra-ai/mastra/blob/main/packages/evals/CHANGELOG.md) - [Commits](https://github.com/mastra-ai/mastra/commits/@mastra/evals@1.7.0/packages/evals) --- updated-dependencies: - dependency-name: "@mastra/evals" dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 18 +++++++++--------- server/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50824576..32ac40b5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -109,8 +109,8 @@ importers: specifier: 1.52.1 version: 1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3) '@mastra/evals': - specifier: 1.6.0 - version: 1.6.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3)) + specifier: 1.7.0 + version: 1.7.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3)) '@mastra/libsql': specifier: 1.17.0 version: 1.17.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3)) @@ -2282,8 +2282,8 @@ packages: peerDependencies: '@mastra/core': '>=1.50.0-0 <2.0.0-0' - '@mastra/evals@1.6.0': - resolution: {integrity: sha512-VWLzeDxGB08/AY5UYHX/e7/Z+zryUrUSHuNj92COUFVQDgi/My0r1pnQ/c9x51u06dTDyVHSoxsNqcXQmHqZlA==} + '@mastra/evals@1.7.0': + resolution: {integrity: sha512-K+UXN0h+Z9RfTyD1rCZJP2WbLjfti/3S2DT32BLUwsNaBZmEODEeNByyFA5bfW3XrsoMcKMEl1TOIKfVt6jFbg==} engines: {node: '>=22.13.0'} peerDependencies: '@mastra/core': '>=1.0.0-0 <2.0.0-0' @@ -3767,8 +3767,8 @@ packages: resolution: {integrity: sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==} engines: {node: '>= 0.8.0'} - compromise@14.15.1: - resolution: {integrity: sha512-9F3UkUaEU1PPz2fgStkE/TI4tk++0wHxS8xfWq9PQWL/v28dy8bEcPVVSLh3dISIRD7PEhJ8YTzHRKF8y9tnLA==} + compromise@14.16.0: + resolution: {integrity: sha512-4DFYl/Hl7sW4XWUDfx9S5vxqyYKpZDwwqrpXsQv5acdbVP+joKceIcIaLb0lhVWUpDBV0OnExk/o/dnYUwXnhQ==} engines: {node: '>=12.0.0'} concat-map@0.0.1: @@ -8467,10 +8467,10 @@ snapshots: - utf-8-validate - zod - '@mastra/evals@1.6.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3))': + '@mastra/evals@1.7.0(@mastra/core@1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3))': dependencies: '@mastra/core': 1.52.1(ai@6.0.208(zod@4.4.3))(express@5.2.1(supports-color@10.2.2))(supports-color@10.2.2)(zod@4.4.3) - compromise: 14.15.1 + compromise: 14.16.0 keyword-extractor: 0.0.28 sentiment: 5.0.2 string-similarity: 4.0.4 @@ -9997,7 +9997,7 @@ snapshots: transitivePeerDependencies: - supports-color - compromise@14.15.1: + compromise@14.16.0: dependencies: efrt: 2.7.0 grad-school: 0.0.5 diff --git a/server/package.json b/server/package.json index 65179d00..e77eb40e 100644 --- a/server/package.json +++ b/server/package.json @@ -31,7 +31,7 @@ "@mastra/ai-sdk": "^1.6.2", "@mastra/cloudflare-d1": "1.1.1", "@mastra/core": "1.52.1", - "@mastra/evals": "1.6.0", + "@mastra/evals": "1.7.0", "@mastra/libsql": "1.17.0", "@mastra/loggers": "1.2.0", "@mastra/mcp": "1.15.0",