Skip to content

Commit ac46f82

Browse files
committed
Bumps node modules
1 parent 0141830 commit ac46f82

25 files changed

Lines changed: 617 additions & 603 deletions

File tree

.serena/project.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,17 @@ line_ending:
134134
# list of regex patterns which, when matched, mark a memory entry as read‑only.
135135
# Extends the list from the global configuration, merging the two lists.
136136
read_only_memory_patterns: []
137+
138+
# list of regex patterns for memories to completely ignore.
139+
# Matching memories will not appear in list_memories or activate_project output
140+
# and cannot be accessed via read_memory or write_memory.
141+
# To access ignored memory files, use the read_file tool on the raw file path.
142+
# Extends the list from the global configuration, merging the two lists.
143+
# Example: ["_archive/.*", "_episodes/.*"]
144+
ignored_memory_patterns: []
145+
146+
# advanced configuration option allowing to configure language server-specific options.
147+
# Maps the language key to the options.
148+
# Have a look at the docstring of the constructors of the LS implementations within solidlsp (e.g., for C# or PHP) to see which options are available.
149+
# No documentation on options means no options are available.
150+
ls_specific_settings: {}

agents/agent-ai-sdk/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
2929
"jiti": "^2.6.1",
3030
"tsx": "^4.21.0",
3131
"typescript": "^5.9.3",
32-
"typescript-eslint": "^8.57.1",
32+
"typescript-eslint": "^8.57.2",
3333
"vite": "^7.3.1",
3434
"vite-tsconfig-paths": "^6.1.1",
35-
"vitest": "^4.1.0"
35+
"vitest": "^4.1.1"
3636
},
3737
"dependencies": {
38-
"@ai-sdk/amazon-bedrock": "^4.0.82",
39-
"@ai-sdk/azure": "^3.0.48",
38+
"@ai-sdk/amazon-bedrock": "^4.0.83",
39+
"@ai-sdk/azure": "^3.0.49",
4040
"@llm-ts-example/common-backend-core": "workspace:*",
4141
"@llm-ts-example/common-core": "workspace:*",
4242
"@smithy/eventstream-codec": "^4.2.12",
43-
"ai": "^6.0.134",
43+
"ai": "^6.0.137",
4444
"aws-cdk-lib": "^2.244.0",
4545
"constructs": "^10.6.0",
4646
"dotenv": "^17.3.1",

agents/agent-claude-agent-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"jiti": "^2.6.1",
2929
"tsx": "^4.21.0",
3030
"typescript": "^5.9.3",
31-
"typescript-eslint": "^8.57.1",
31+
"typescript-eslint": "^8.57.2",
3232
"vite": "^7.3.1",
3333
"vite-tsconfig-paths": "^5.1.4",
34-
"vitest": "^4.1.0"
34+
"vitest": "^4.1.1"
3535
},
3636
"dependencies": {
3737
"@anthropic-ai/claude-agent-sdk": "^0.2.81",

agents/agent-langchain-nextjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"lint-fix": "eslint --fix"
1111
},
1212
"dependencies": {
13-
"@ai-sdk/langchain": "^2.0.140",
14-
"@ai-sdk/react": "^3.0.136",
13+
"@ai-sdk/langchain": "^2.0.143",
14+
"@ai-sdk/react": "^3.0.139",
1515
"@arizeai/openinference-instrumentation-bedrock": "^0.4.8",
1616
"@arizeai/openinference-instrumentation-langchain": "^4.0.6",
1717
"@aws-lambda-powertools/logger": "^2.32.0",
18-
"@aws-sdk/credential-provider-node": "^3.972.24",
18+
"@aws-sdk/credential-provider-node": "^3.972.25",
1919
"@langchain/aws": "^1.3.3",
2020
"@langchain/classic": "^1.0.24",
2121
"@langchain/core": "^1.1.35",
@@ -58,7 +58,7 @@
5858
"@streamdown/math": "^1.0.2",
5959
"@streamdown/mermaid": "^1.0.2",
6060
"@xyflow/react": "^12.10.1",
61-
"ai": "^6.0.134",
61+
"ai": "^6.0.137",
6262
"ansi-to-react": "^6.2.6",
6363
"class-variance-authority": "^0.7.1",
6464
"clsx": "^2.1.1",
@@ -95,9 +95,9 @@
9595
"tailwindcss": "^4.2.2",
9696
"tw-animate-css": "^1.4.0",
9797
"typescript": "^5.9.3",
98-
"typescript-eslint": "^8.57.1",
98+
"typescript-eslint": "^8.57.2",
9999
"vite": "^7.3.1",
100100
"vite-tsconfig-paths": "^6.1.1",
101-
"vitest": "^4.1.0"
101+
"vitest": "^4.1.1"
102102
}
103103
}

agents/agent-langchain/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"jiti": "^2.6.1",
2929
"tsx": "^4.21.0",
3030
"typescript": "^5.9.3",
31-
"typescript-eslint": "^8.57.1",
31+
"typescript-eslint": "^8.57.2",
3232
"vite": "^7.3.1",
3333
"vite-tsconfig-paths": "^5.1.4",
34-
"vitest": "^4.1.0"
34+
"vitest": "^4.1.1"
3535
},
3636
"dependencies": {
3737
"@arizeai/openinference-instrumentation-bedrock": "^0.4.8",
3838
"@arizeai/openinference-instrumentation-langchain": "^4.0.6",
3939
"@aws-lambda-powertools/logger": "^2.32.0",
40-
"@aws-sdk/credential-provider-node": "^3.972.24",
40+
"@aws-sdk/credential-provider-node": "^3.972.25",
4141
"@langchain/aws": "^1.3.3",
4242
"@langchain/classic": "^1.0.24",
4343
"@langchain/core": "^1.1.35",

agents/agent-mastra/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"license": "ISC",
1515
"type": "module",
1616
"dependencies": {
17-
"@ai-sdk/amazon-bedrock": "^4.0.82",
18-
"@ai-sdk/azure": "^3.0.48",
17+
"@ai-sdk/amazon-bedrock": "^4.0.83",
18+
"@ai-sdk/azure": "^3.0.49",
1919
"@mastra/core": "^0.24.9",
2020
"@mastra/libsql": "^0.16.4",
2121
"@mastra/loggers": "^0.10.19",
@@ -35,6 +35,6 @@
3535
"eslint-plugin-promise": "^7.2.1",
3636
"mastra": "^0.18.9",
3737
"typescript": "^5.9.3",
38-
"typescript-eslint": "^8.57.1"
38+
"typescript-eslint": "^8.57.2"
3939
}
4040
}

agents/agent-strands/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/aws-lambda": "^8.10.161",
1818
"@types/node": "24.10.1",
1919
"@vitest/eslint-plugin": "^1.6.13",
20-
"aws-cdk": "^2.1112.0",
20+
"aws-cdk": "^2.1113.0",
2121
"dotenv": "^17.3.1",
2222
"esbuild": "^0.25.12",
2323
"eslint": "^9.39.4",
@@ -27,14 +27,14 @@
2727
"jiti": "^2.6.1",
2828
"tsx": "^4.21.0",
2929
"typescript": "^5.9.3",
30-
"typescript-eslint": "^8.57.1",
30+
"typescript-eslint": "^8.57.2",
3131
"vite": "^7.3.1",
3232
"vite-tsconfig-paths": "^5.1.4",
33-
"vitest": "^4.1.0"
33+
"vitest": "^4.1.1"
3434
},
3535
"dependencies": {
3636
"@aws-lambda-powertools/logger": "^2.32.0",
37-
"@aws-sdk/credential-provider-node": "^3.972.24",
37+
"@aws-sdk/credential-provider-node": "^3.972.25",
3838
"@llm-ts-example/common-backend-core": "workspace:*",
3939
"@strands-agents/sdk": "^0.1.6",
4040
"aws-cdk-lib": "^2.244.0",

basic/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"jsdom": "^27.4.0",
3636
"solid-refresh": "^0.7.8",
3737
"typescript": "^5.9.3",
38-
"typescript-eslint": "^8.57.1",
38+
"typescript-eslint": "^8.57.2",
3939
"vite": "^7.3.1",
4040
"vite-plugin-solid": "^2.11.11"
4141
}

basic/cdk/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/aws-lambda": "^8.10.161",
2020
"@types/node": "^24.12.0",
2121
"@vitest/eslint-plugin": "^1.6.13",
22-
"aws-cdk": "^2.1112.0",
22+
"aws-cdk": "^2.1113.0",
2323
"dotenv": "^17.3.1",
2424
"esbuild": "^0.25.12",
2525
"eslint": "^9.39.4",
@@ -31,17 +31,17 @@
3131
"jiti": "^2.6.1",
3232
"tsx": "^4.21.0",
3333
"typescript": "^5.9.3",
34-
"typescript-eslint": "^8.57.1",
34+
"typescript-eslint": "^8.57.2",
3535
"vite": "^7.3.1",
3636
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^4.1.0"
37+
"vitest": "^4.1.1"
3838
},
3939
"dependencies": {
4040
"@arizeai/openinference-instrumentation-bedrock": "^0.4.8",
4141
"@arizeai/openinference-instrumentation-langchain": "^4.0.6",
4242
"@arizeai/phoenix-otel": "^0.3.4",
4343
"@aws-lambda-powertools/logger": "^2.32.0",
44-
"@aws-sdk/credential-provider-node": "^3.972.24",
44+
"@aws-sdk/credential-provider-node": "^3.972.25",
4545
"@langchain/aws": "^1.3.3",
4646
"@langchain/classic": "^1.0.24",
4747
"@langchain/core": "^1.1.35",

chat-app/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"lint-fix": "eslint --fix"
1212
},
1313
"dependencies": {
14-
"@ai-sdk/amazon-bedrock": "^4.0.82",
15-
"@ai-sdk/react": "^3.0.136",
14+
"@ai-sdk/amazon-bedrock": "^4.0.83",
15+
"@ai-sdk/react": "^3.0.139",
1616
"@radix-ui/react-collapsible": "^1.1.12",
1717
"@radix-ui/react-dialog": "^1.1.15",
1818
"@radix-ui/react-dropdown-menu": "^2.1.16",
@@ -25,7 +25,7 @@
2525
"@radix-ui/react-tooltip": "^1.2.8",
2626
"@radix-ui/react-use-controllable-state": "^1.2.2",
2727
"@xyflow/react": "^12.10.1",
28-
"ai": "^6.0.134",
28+
"ai": "^6.0.137",
2929
"class-variance-authority": "^0.7.1",
3030
"clsx": "^2.1.1",
3131
"cmdk": "^1.1.1",
@@ -64,6 +64,6 @@
6464
"tailwindcss": "^4.2.2",
6565
"tw-animate-css": "^1.4.0",
6666
"typescript": "^5.9.3",
67-
"typescript-eslint": "^8.57.1"
67+
"typescript-eslint": "^8.57.2"
6868
}
6969
}

0 commit comments

Comments
 (0)