Skip to content

Commit 23401e7

Browse files
committed
chore(mastra): bump deps and update tests
Signed-off-by: Tyler Slaton <[email protected]>
1 parent 50c6b43 commit 23401e7

File tree

7 files changed

+1834
-146
lines changed

7 files changed

+1834
-146
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Node.js
5959
uses: actions/setup-node@v4
6060
with:
61-
node-version: '18'
61+
node-version: '22'
6262

6363
- name: Install protoc
6464
uses: arduino/setup-protoc@v3

typescript-sdk/apps/dojo/e2e/tests/mastraTests/toolBasedGenUIPage.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const pageURL =
55
"/mastra/feature/tool_based_generative_ui";
66

77
// Fails. Not a test issue, issue with the integration or cpk.
8-
test.fixme('[Mastra] Haiku generation and display verification', async ({
8+
test('[Mastra] Haiku generation and display verification', async ({
99
page,
1010
}) => {
1111
await page.goto(pageURL);
@@ -19,7 +19,7 @@ test.fixme('[Mastra] Haiku generation and display verification', async ({
1919
});
2020

2121
// Fails. Not a test issue, issue with the integration or cpk.
22-
test.fixme('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
22+
test('[Mastra] Haiku generation and UI consistency for two different prompts', async ({
2323
page,
2424
}) => {
2525
await page.goto(pageURL);

typescript-sdk/integrations/mastra/example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"main": "index.js",
55
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1",
6+
"test": "echo \"no tests to run\" && exit 0",
77
"dev": "mastra dev",
88
"build": "mastra build"
99
},
@@ -17,16 +17,16 @@
1717
},
1818
"dependencies": {
1919
"@ai-sdk/openai": "^2.0.23",
20-
"@mastra/client-js": "^0.13.2",
21-
"@mastra/core": "^0.18.0",
22-
"@mastra/libsql": "^0.14.3",
23-
"@mastra/loggers": "^0.10.13",
24-
"@mastra/memory": "^0.15.3",
20+
"@mastra/client-js": "^0.14.0",
21+
"@mastra/core": "^0.19.0",
22+
"@mastra/libsql": "^0.15.0",
23+
"@mastra/loggers": "^0.10.14",
24+
"@mastra/memory": "^0.15.4",
2525
"zod": "^3.25.48"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^22.15.29",
29-
"mastra": "^0.11.2",
29+
"mastra": "^0.13.3",
3030
"typescript": "^5.8.3"
3131
}
3232
}

typescript-sdk/integrations/mastra/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ag-ui/mastra",
3-
"version": "0.1.0-next.1",
3+
"version": "0.1.0",
44
"license": "Apache-2.0",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -58,20 +58,20 @@
5858
},
5959
"dependencies": {
6060
"@ai-sdk/ui-utils": "^1.1.19",
61-
"@mastra/client-js": "^0.13.2",
61+
"@mastra/client-js": "^0.14.0",
6262
"rxjs": "7.8.1"
6363
},
6464
"peerDependencies": {
65-
"@ag-ui/core": ">=0.0.38",
66-
"@ag-ui/client": ">=0.0.38",
67-
"@copilotkit/runtime": "^1.10.4",
68-
"@mastra/core": ">=0.18.0",
65+
"@ag-ui/core": ">=0.0.39",
66+
"@ag-ui/client": ">=0.0.39",
67+
"@copilotkit/runtime": "^1.10.5",
68+
"@mastra/core": ">=0.19.0",
6969
"zod": "^3.25.67"
7070
},
7171
"devDependencies": {
7272
"@ag-ui/core": "workspace:*",
7373
"@ag-ui/client": "workspace:*",
74-
"@mastra/core": "^0.18.0",
74+
"@mastra/core": "^0.19.0",
7575
"@types/jest": "^29.5.14",
7676
"@types/node": "^20.11.19",
7777
"jest": "^29.7.0",

0 commit comments

Comments
 (0)