Skip to content

Commit 6db01e8

Browse files
committed
Bumps node modules
1 parent 01314b1 commit 6db01e8

46 files changed

Lines changed: 1724 additions & 1289 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: deploy
6666
working-directory: ./basic/cdk
6767
run: |
68-
cdk deploy \
68+
pnpm dlx aws-cdk@latest deploy \
6969
-c oai-instance-name=${{ secrets.AZURE_OPENAI_API_INSTANCE_NAME }} \
7070
-c oai-api-key=${{ secrets.AZURE_OPENAI_API_KEY }} \
7171
-c oai-api-version=${{ vars.AZURE_OPENAI_API_VERSION }} \
@@ -112,7 +112,7 @@ jobs:
112112
- name: deploy
113113
working-directory: ./rag/cdk
114114
run: |
115-
cdk deploy \
115+
pnpm dlx aws-cdk@latest deploy \
116116
-c oai-instance-name=${{ secrets.AZURE_OPENAI_API_INSTANCE_NAME }} \
117117
-c oai-api-key=${{ secrets.AZURE_OPENAI_API_KEY }} \
118118
-c oai-api-version=${{ vars.AZURE_OPENAI_API_VERSION }} \

agents/agent-mastra/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,26 @@
1414
"license": "ISC",
1515
"type": "module",
1616
"dependencies": {
17-
"@ai-sdk/amazon-bedrock": "^3.0.45",
18-
"@ai-sdk/azure": "^2.0.54",
19-
"@mastra/core": "^0.20.2",
20-
"@mastra/libsql": "^0.15.2",
21-
"@mastra/loggers": "^0.10.16",
22-
"@mastra/mcp": "^0.13.5",
23-
"@mastra/memory": "^0.15.7",
17+
"@ai-sdk/amazon-bedrock": "^3.0.48",
18+
"@ai-sdk/azure": "^2.0.57",
19+
"@mastra/core": "^0.23.1",
20+
"@mastra/libsql": "^0.16.1",
21+
"@mastra/loggers": "^0.10.18",
22+
"@mastra/mcp": "^0.14.1",
23+
"@mastra/memory": "^0.15.9",
2424
"langfuse-vercel": "^3.38.6",
2525
"zod": "^3.25.76"
2626
},
2727
"devDependencies": {
2828
"@eslint/compat": "^1.4.0",
2929
"@eslint/js": "^9.38.0",
3030
"@stylistic/eslint-plugin": "^5.5.0",
31-
"@types/node": "^22.18.12",
31+
"@types/node": "^24.9.1",
3232
"eslint": "^9.38.0",
3333
"eslint-import-resolver-typescript": "^4.4.4",
3434
"eslint-plugin-import": "^2.32.0",
3535
"eslint-plugin-promise": "^7.2.1",
36-
"mastra": "^0.14.1",
37-
"pnpm": "^10.19.0",
36+
"mastra": "^0.17.5",
3837
"typescript": "^5.9.3",
3938
"typescript-eslint": "^8.46.2"
4039
}

agents/agent-voltagent/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"volt": "volt"
1717
},
1818
"dependencies": {
19-
"@ai-sdk/amazon-bedrock": "^3.0.45",
20-
"@voltagent/cli": "^0.1.13",
21-
"@voltagent/core": "^1.1.30",
22-
"@voltagent/libsql": "^1.0.9",
23-
"@voltagent/logger": "^1.0.3",
24-
"@voltagent/server-hono": "^1.0.22",
25-
"ai": "^5.0.76",
19+
"@ai-sdk/amazon-bedrock": "^3.0.48",
20+
"@voltagent/cli": "^0.1.14",
21+
"@voltagent/core": "^1.1.37",
22+
"@voltagent/libsql": "^1.0.10",
23+
"@voltagent/logger": "^1.0.4",
24+
"@voltagent/server-hono": "^1.2.2",
25+
"ai": "^5.0.81",
2626
"dotenv": "^16.6.1",
27-
"hono": "^4.10.1",
27+
"hono": "^4.10.3",
2828
"zod": "3.24.2"
2929
},
3030
"devDependencies": {

basic/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "poku --parallel ."
1313
},
1414
"dependencies": {
15-
"solid-js": "^1.9.9",
15+
"solid-js": "^1.9.10",
1616
"solid-markdown": "^2.0.14",
1717
"uuid": "^11.1.0"
1818
},
@@ -37,6 +37,6 @@
3737
"typescript": "^5.9.3",
3838
"typescript-eslint": "^8.46.2",
3939
"vite": "^6.4.1",
40-
"vite-plugin-solid": "^2.11.9"
40+
"vite-plugin-solid": "^2.11.10"
4141
}
4242
}

basic/cdk/lib/cdk-stack.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,16 @@ export class CloudfrontCdnTemplateStack extends cdk.Stack {
277277
);
278278

279279
// Add permission Lambda Function URLs
280-
fn.addPermission('AllowCloudFrontServicePrincipal', {
280+
fn.addPermission('AllowCloudFrontServicePrincipalFunctionUrl', {
281281
principal: new iam.ServicePrincipal('cloudfront.amazonaws.com'),
282282
action: 'lambda:InvokeFunctionUrl',
283283
sourceArn: `arn:aws:cloudfront::${cdk.Stack.of(this).account}:distribution/${cf.distributionId}`,
284284
});
285+
fn.addPermission('AllowCloudFrontServicePrincipal', {
286+
principal: new iam.ServicePrincipal('cloudfront.amazonaws.com'),
287+
action: 'lambda:InvokeFunction',
288+
sourceArn: `arn:aws:cloudfront::${cdk.Stack.of(this).account}:distribution/${cf.distributionId}`,
289+
});
285290

286291
new cdk.CfnOutput(this, 'AccessURLOutput', {
287292
value: `https://${cf.distributionDomainName}`,

basic/cdk/package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
"@eslint/js": "^9.38.0",
1919
"@stylistic/eslint-plugin": "^5.5.0",
2020
"@types/aws-lambda": "^8.10.156",
21-
"@types/node": "^22.18.12",
22-
"@types/uuid": "^10.0.0",
23-
"@vitest/eslint-plugin": "^1.3.23",
24-
"aws-cdk": "^2.1030.0",
21+
"@types/node": "^24.9.1",
22+
"@vitest/eslint-plugin": "^1.3.26",
23+
"aws-cdk": "^2.1031.0",
2524
"dotenv": "^16.6.1",
2625
"esbuild": "^0.25.11",
2726
"eslint": "^9.38.0",
@@ -32,20 +31,20 @@
3231
"tsx": "^4.20.6",
3332
"typescript": "^5.9.3",
3433
"typescript-eslint": "^8.46.2",
35-
"vite": "^7.1.11",
34+
"vite": "^7.1.12",
3635
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^3.2.4"
36+
"vitest": "^4.0.4"
3837
},
3938
"dependencies": {
4039
"@arizeai/openinference-instrumentation-bedrock": "^0.4.1",
41-
"@arizeai/openinference-instrumentation-langchain": "^3.4.3",
42-
"@aws-lambda-powertools/logger": "^2.28.0",
43-
"@aws-sdk/credential-provider-node": "^3.913.0",
40+
"@arizeai/openinference-instrumentation-langchain": "^3.4.4",
41+
"@aws-lambda-powertools/logger": "^2.28.1",
42+
"@aws-sdk/credential-provider-node": "^3.918.0",
4443
"@langchain/anthropic": "^1.0.0",
4544
"@langchain/aws": "^1.0.0",
46-
"@langchain/classic": "^1.0.0",
47-
"@langchain/core": "^1.0.1",
48-
"@langchain/langgraph": "^1.0.0",
45+
"@langchain/classic": "^1.0.1",
46+
"@langchain/core": "^1.0.2",
47+
"@langchain/langgraph": "^1.0.1",
4948
"@langchain/openai": "^1.0.0",
5049
"@llm-ts-example/common-backend": "workspace:*",
5150
"@opentelemetry/api": "^1.9.0",
@@ -58,7 +57,7 @@
5857
"@opentelemetry/sdk-trace-node": "^2.2.0",
5958
"@opentelemetry/semantic-conventions": "^1.37.0",
6059
"@smithy/eventstream-codec": "^4.2.3",
61-
"aws-cdk-lib": "^2.220.0",
60+
"aws-cdk-lib": "^2.221.0",
6261
"constructs": "^10.4.2",
6362
"langfuse": "^3.38.6",
6463
"langfuse-langchain": "^3.38.6",

common/backend/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ node_modules
66
!dist/**/*.js
77
.env*
88
vite.config.js
9+
eslint.config.d.*
10+
eslint.config.js

common/backend/eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default defineConfig(
4242
sourceType: 'module',
4343
parserOptions: {
4444
tsconfigRootDir: __dirname,
45-
project: ['./tsconfig.json'],
45+
project: ['./tsconfig-eslint.json'],
4646
},
4747
},
4848
plugins: {

common/backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"lint-fix": "eslint . --fix"
2525
},
2626
"dependencies": {
27-
"@aws-lambda-powertools/logger": "^2.28.0",
27+
"@aws-lambda-powertools/logger": "^2.28.1",
2828
"@langchain/aws": "^1.0.0",
29-
"@langchain/core": "^1.0.1",
29+
"@langchain/core": "^1.0.2",
3030
"@langchain/openai": "^1.0.0",
3131
"@llm-ts-example/common-core": "workspace:*"
3232
},
@@ -35,7 +35,7 @@
3535
"@eslint/js": "^9.38.0",
3636
"@stylistic/eslint-plugin": "^5.5.0",
3737
"@types/node": "^24.9.1",
38-
"@vitest/eslint-plugin": "^1.3.23",
38+
"@vitest/eslint-plugin": "^1.3.26",
3939
"eslint": "^9.38.0",
4040
"eslint-import-resolver-typescript": "^4.4.4",
4141
"eslint-plugin-import": "^2.32.0",

common/backend/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import logger from './logger.js';
2-
import selectLlm from './langchain.js';
1+
import logger from './logger';
2+
import selectLlm from './langchain';
33

44
export default { logger, selectLlm };
55
export { logger, selectLlm };

0 commit comments

Comments
 (0)