@aws/nx-plugin 0.94.2 → 0.95.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin",
3
- "version": "0.94.2",
3
+ "version": "0.95.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -19,8 +19,8 @@
19
19
  },
20
20
  "generators": "./generators.json",
21
21
  "peerDependencies": {
22
- "nx": "22.6.4",
23
- "prettier": "3.8.1"
22
+ "nx": "22.6.5",
23
+ "prettier": "3.8.2"
24
24
  },
25
25
  "dependencies": {
26
26
  "@apidevtools/swagger-parser": "12.1.0",
@@ -28,13 +28,13 @@
28
28
  "@hey-api/openapi-ts": "0.64.13",
29
29
  "@iarna/toml": "2.2.5",
30
30
  "@modelcontextprotocol/sdk": "1.29.0",
31
- "@nx/devkit": "22.6.4",
32
- "@nx/eslint": "22.6.4",
33
- "@nx/js": "22.6.4",
34
- "@nx/react": "22.6.4",
35
- "@nx/vite": "22.6.4",
31
+ "@nx/devkit": "22.6.5",
32
+ "@nx/eslint": "22.6.5",
33
+ "@nx/js": "22.6.5",
34
+ "@nx/react": "22.6.5",
35
+ "@nx/vite": "22.6.5",
36
36
  "@nxlv/python": "22.1.1",
37
- "@phenomnomnominal/tsquery": "6.1.4",
37
+ "@phenomnomnominal/tsquery": "6.2.0",
38
38
  "enquirer": "2.4.1",
39
39
  "fast-glob": "3.3.3",
40
40
  "lodash.camelcase": "4.3.0",
@@ -47,8 +47,8 @@
47
47
  "openapi-types": "12.1.3",
48
48
  "pip-requirements-js": "1.0.3",
49
49
  "typescript": "6.0.2",
50
- "vite": "8.0.3",
51
- "vitest": "4.1.2",
50
+ "vite": "8.0.8",
51
+ "vitest": "4.1.4",
52
52
  "zod": "4.3.6"
53
53
  },
54
54
  "types": "./src/index.d.ts"
@@ -2,10 +2,10 @@
2
2
 
3
3
  exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
4
4
  {
5
- "aws-cdk": "2.1117.0",
5
+ "aws-cdk": "2.1118.0",
6
6
  "aws-cdk-lib": "2.248.0",
7
7
  "constructs": "10.6.0",
8
- "esbuild": "0.27.4",
8
+ "esbuild": "0.28.0",
9
9
  "source-map-support": "0.5.21",
10
10
  }
11
11
  `;
@@ -13,60 +13,60 @@ exports[`infra generator > should add required dependencies to package.json > de
13
13
  exports[`infra generator > should add required dependencies to package.json > dev-dependencies 1`] = `
14
14
  {
15
15
  "@eslint/js": "^9.8.0",
16
- "@nx/eslint": "22.6.4",
17
- "@nx/eslint-plugin": "22.6.4",
18
- "@nx/js": "22.6.4",
19
- "@nx/vitest": "22.6.4",
16
+ "@nx/eslint": "22.6.5",
17
+ "@nx/eslint-plugin": "22.6.5",
18
+ "@nx/js": "22.6.5",
19
+ "@nx/vitest": "22.6.5",
20
20
  "@swc-node/register": "~1.11.1",
21
21
  "@swc/core": "~1.15.5",
22
22
  "@swc/helpers": "~0.5.18",
23
- "@types/node": "25.5.2",
24
- "@vitest/coverage-v8": "4.1.2",
23
+ "@types/node": "25.6.0",
24
+ "@vitest/coverage-v8": "4.1.4",
25
25
  "eslint": "^9.8.0",
26
26
  "eslint-config-prettier": "^10.0.0",
27
27
  "eslint-plugin-prettier": "5.5.5",
28
28
  "jsdom": "^27.1.0",
29
29
  "jsonc-eslint-parser": "3.1.0",
30
- "prettier": "3.8.1",
30
+ "prettier": "3.8.2",
31
31
  "tsx": "4.21.0",
32
32
  "typescript": "~5.9.2",
33
33
  "typescript-eslint": "^8.40.0",
34
- "vite": "8.0.3",
35
- "vitest": "4.1.2",
34
+ "vite": "8.0.8",
35
+ "vitest": "4.1.4",
36
36
  }
37
37
  `;
38
38
 
39
39
  exports[`infra generator > should add required dependencies to package.json > package-json 1`] = `
40
40
  {
41
41
  "dependencies": {
42
- "aws-cdk": "2.1117.0",
42
+ "aws-cdk": "2.1118.0",
43
43
  "aws-cdk-lib": "2.248.0",
44
44
  "constructs": "10.6.0",
45
- "esbuild": "0.27.4",
45
+ "esbuild": "0.28.0",
46
46
  "source-map-support": "0.5.21",
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^9.8.0",
50
- "@nx/eslint": "22.6.4",
51
- "@nx/eslint-plugin": "22.6.4",
52
- "@nx/js": "22.6.4",
53
- "@nx/vitest": "22.6.4",
50
+ "@nx/eslint": "22.6.5",
51
+ "@nx/eslint-plugin": "22.6.5",
52
+ "@nx/js": "22.6.5",
53
+ "@nx/vitest": "22.6.5",
54
54
  "@swc-node/register": "~1.11.1",
55
55
  "@swc/core": "~1.15.5",
56
56
  "@swc/helpers": "~0.5.18",
57
- "@types/node": "25.5.2",
58
- "@vitest/coverage-v8": "4.1.2",
57
+ "@types/node": "25.6.0",
58
+ "@vitest/coverage-v8": "4.1.4",
59
59
  "eslint": "^9.8.0",
60
60
  "eslint-config-prettier": "^10.0.0",
61
61
  "eslint-plugin-prettier": "5.5.5",
62
62
  "jsdom": "^27.1.0",
63
63
  "jsonc-eslint-parser": "3.1.0",
64
- "prettier": "3.8.1",
64
+ "prettier": "3.8.2",
65
65
  "tsx": "4.21.0",
66
66
  "typescript": "~5.9.2",
67
67
  "typescript-eslint": "^8.40.0",
68
- "vite": "8.0.3",
69
- "vitest": "4.1.2",
68
+ "vite": "8.0.8",
69
+ "vitest": "4.1.4",
70
70
  },
71
71
  "name": "@proj/source",
72
72
  "type": "module",
@@ -84,7 +84,7 @@ exports[`infra generator > should configure Checkov target correctly > checkov-t
84
84
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
85
85
  ],
86
86
  "options": {
87
- "command": "uvx --from checkov==3.2.513 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
87
+ "command": "uvx --from checkov==3.2.519 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
88
88
  },
89
89
  "outputs": [
90
90
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -177,7 +177,7 @@ exports[`infra generator > should configure project.json with correct targets >
177
177
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
178
178
  ],
179
179
  "options": {
180
- "command": "uvx --from checkov==3.2.513 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
180
+ "command": "uvx --from checkov==3.2.519 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
181
181
  },
182
182
  "outputs": [
183
183
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -739,7 +739,7 @@ exports[`infra generator > should handle custom project names correctly > custom
739
739
  "{workspaceRoot}/dist/{projectRoot}/cdk.out",
740
740
  ],
741
741
  "options": {
742
- "command": "uvx --from checkov==3.2.513 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
742
+ "command": "uvx --from checkov==3.2.519 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
743
743
  },
744
744
  "outputs": [
745
745
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -192,14 +192,14 @@ exports[`preset generator > should run successfully > package.json 1`] = `
192
192
  "name": "@proj/source",
193
193
  "dependencies": {},
194
194
  "devDependencies": {
195
- "@nx/js": "22.6.4",
196
- "@nx/workspace": "22.6.4",
195
+ "@nx/js": "22.6.5",
196
+ "@nx/workspace": "22.6.5",
197
197
  "@swc-node/register": "~1.11.1",
198
198
  "@swc/core": "~1.15.5",
199
199
  "@swc/helpers": "~0.5.18",
200
200
  "prettier": "~3.6.2",
201
201
  "typescript": "6.0.2",
202
- "typescript-eslint": "8.58.0"
202
+ "typescript-eslint": "8.58.1"
203
203
  },
204
204
  "type": "module",
205
205
  "scripts": {
@@ -633,11 +633,11 @@ exports[`py#mcp-server generator > should match snapshot for generated files > u
633
633
  name = "proj.test_project"
634
634
  version = "0.1.0"
635
635
  dependencies = [
636
- "aws-lambda-powertools==3.26.0",
636
+ "aws-lambda-powertools==3.27.0",
637
637
  "mcp==1.27.0",
638
- "uvicorn==0.43.0",
639
- "boto3==1.42.83",
640
- "aws-opentelemetry-distro==0.16.0"
638
+ "uvicorn==0.44.0",
639
+ "boto3==1.42.88",
640
+ "aws-opentelemetry-distro==0.17.0"
641
641
  ]
642
642
 
643
643
  [dependency-groups]
@@ -680,15 +680,15 @@ exports[`py#strands-agent generator > should match snapshot for generated files
680
680
  name = "proj.test_project"
681
681
  version = "0.1.0"
682
682
  dependencies = [
683
- "aws-lambda-powertools==3.26.0",
684
- "aws-opentelemetry-distro==0.16.0",
685
- "bedrock-agentcore==1.6.0",
683
+ "aws-lambda-powertools==3.27.0",
684
+ "aws-opentelemetry-distro==0.17.0",
685
+ "bedrock-agentcore==1.6.1",
686
686
  "fastapi==0.135.3",
687
- "boto3==1.42.83",
687
+ "boto3==1.42.88",
688
688
  "mcp==1.27.0",
689
- "strands-agents==1.34.1",
690
- "strands-agents-tools==0.3.0",
691
- "uvicorn==0.43.0"
689
+ "strands-agents==1.35.0",
690
+ "strands-agents-tools==0.4.1",
691
+ "uvicorn==0.44.0"
692
692
  ]
693
693
 
694
694
  [dependency-groups]
@@ -713,7 +713,7 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
713
713
  },
714
714
  "dependencies": {
715
715
  "@aws-lambda-powertools/parameters": "2.32.0",
716
- "@aws-sdk/client-appconfigdata": "3.1024.0",
716
+ "@aws-sdk/client-appconfigdata": "3.1029.0",
717
717
  "@modelcontextprotocol/sdk": "1.29.0",
718
718
  "express": "5.2.1",
719
719
  "zod": "4.3.6"
@@ -248,7 +248,7 @@ export const registerCreateWorkspaceCommandTool = (server: McpServer) => {
248
248
  text: \`Run the following command to create a workspace:
249
249
 
250
250
  \\\`\\\`\\\`bash
251
- npx create-nx-workspace@22.6.4 \${workspaceName} --pm=\${packageManager} --preset=@aws/nx-plugin --ci=skip --aiAgents
251
+ npx create-nx-workspace@22.6.5 \${workspaceName} --pm=\${packageManager} --preset=@aws/nx-plugin --ci=skip --aiAgents
252
252
  \\\`\\\`\\\`
253
253
 
254
254
  This will create a new workspace within the \${workspaceName} directory.
@@ -1057,24 +1057,24 @@ exports[`react-website generator > Tanstack router integration > should generate
1057
1057
  "{
1058
1058
  "name": "@proj/source",
1059
1059
  "dependencies": {
1060
- "@cloudscape-design/board-components": "3.0.164",
1061
- "@cloudscape-design/components": "3.0.1266",
1062
- "@cloudscape-design/global-styles": "1.0.56",
1060
+ "@cloudscape-design/board-components": "3.0.166",
1061
+ "@cloudscape-design/components": "3.0.1272",
1062
+ "@cloudscape-design/global-styles": "1.0.57",
1063
1063
  "aws-cdk-lib": "2.248.0",
1064
1064
  "constructs": "10.6.0",
1065
- "react": "19.2.4",
1066
- "react-dom": "19.2.4",
1065
+ "react": "19.2.5",
1066
+ "react-dom": "19.2.5",
1067
1067
  "tailwindcss": "4.2.2"
1068
1068
  },
1069
1069
  "devDependencies": {
1070
1070
  "@eslint/js": "^9.8.0",
1071
- "@nx/eslint": "22.6.4",
1072
- "@nx/eslint-plugin": "22.6.4",
1073
- "@nx/js": "22.6.4",
1074
- "@nx/react": "22.6.4",
1075
- "@nx/vite": "22.6.4",
1076
- "@nx/vitest": "22.6.4",
1077
- "@nx/web": "22.6.4",
1071
+ "@nx/eslint": "22.6.5",
1072
+ "@nx/eslint-plugin": "22.6.5",
1073
+ "@nx/js": "22.6.5",
1074
+ "@nx/react": "22.6.5",
1075
+ "@nx/vite": "22.6.5",
1076
+ "@nx/vitest": "22.6.5",
1077
+ "@nx/web": "22.6.5",
1078
1078
  "@swc-node/register": "~1.11.1",
1079
1079
  "@swc/cli": "~0.8.0",
1080
1080
  "@swc/core": "~1.15.5",
@@ -1082,12 +1082,12 @@ exports[`react-website generator > Tanstack router integration > should generate
1082
1082
  "@tailwindcss/vite": "4.2.2",
1083
1083
  "@testing-library/dom": "10.4.0",
1084
1084
  "@testing-library/react": "16.3.0",
1085
- "@types/node": "25.5.2",
1085
+ "@types/node": "25.6.0",
1086
1086
  "@types/react": "^19.0.0",
1087
1087
  "@types/react-dom": "^19.0.0",
1088
1088
  "@vitejs/plugin-react": "^6.0.0",
1089
- "@vitest/coverage-v8": "4.1.2",
1090
- "@vitest/ui": "4.1.2",
1089
+ "@vitest/coverage-v8": "4.1.4",
1090
+ "@vitest/ui": "4.1.4",
1091
1091
  "eslint": "^9.8.0",
1092
1092
  "eslint-config-prettier": "^10.0.0",
1093
1093
  "eslint-plugin-import": "2.31.0",
@@ -1098,12 +1098,12 @@ exports[`react-website generator > Tanstack router integration > should generate
1098
1098
  "jiti": "2.4.2",
1099
1099
  "jsdom": "~22.1.0",
1100
1100
  "jsonc-eslint-parser": "3.1.0",
1101
- "prettier": "3.8.1",
1101
+ "prettier": "3.8.2",
1102
1102
  "typescript": "~5.9.2",
1103
1103
  "typescript-eslint": "^8.40.0",
1104
- "vite": "8.0.3",
1104
+ "vite": "8.0.8",
1105
1105
  "vite-tsconfig-paths": "6.1.1",
1106
- "vitest": "4.1.2"
1106
+ "vitest": "4.1.4"
1107
1107
  },
1108
1108
  "type": "module"
1109
1109
  }
@@ -2649,42 +2649,42 @@ exports[`react-website generator > Tanstack router integration > should generate
2649
2649
  "{
2650
2650
  "name": "@proj/source",
2651
2651
  "dependencies": {
2652
- "@cloudscape-design/board-components": "3.0.164",
2653
- "@cloudscape-design/components": "3.0.1266",
2654
- "@cloudscape-design/global-styles": "1.0.56",
2655
- "@tanstack/react-router": "1.168.10",
2652
+ "@cloudscape-design/board-components": "3.0.166",
2653
+ "@cloudscape-design/components": "3.0.1272",
2654
+ "@cloudscape-design/global-styles": "1.0.57",
2655
+ "@tanstack/react-router": "1.168.17",
2656
2656
  "aws-cdk-lib": "2.248.0",
2657
2657
  "constructs": "10.6.0",
2658
- "react": "19.2.4",
2659
- "react-dom": "19.2.4",
2658
+ "react": "19.2.5",
2659
+ "react-dom": "19.2.5",
2660
2660
  "tailwindcss": "4.2.2"
2661
2661
  },
2662
2662
  "devDependencies": {
2663
2663
  "@eslint/js": "^9.8.0",
2664
- "@nx/eslint": "22.6.4",
2665
- "@nx/eslint-plugin": "22.6.4",
2666
- "@nx/js": "22.6.4",
2667
- "@nx/react": "22.6.4",
2668
- "@nx/vite": "22.6.4",
2669
- "@nx/vitest": "22.6.4",
2670
- "@nx/web": "22.6.4",
2664
+ "@nx/eslint": "22.6.5",
2665
+ "@nx/eslint-plugin": "22.6.5",
2666
+ "@nx/js": "22.6.5",
2667
+ "@nx/react": "22.6.5",
2668
+ "@nx/vite": "22.6.5",
2669
+ "@nx/vitest": "22.6.5",
2670
+ "@nx/web": "22.6.5",
2671
2671
  "@swc-node/register": "~1.11.1",
2672
2672
  "@swc/cli": "~0.8.0",
2673
2673
  "@swc/core": "~1.15.5",
2674
2674
  "@swc/helpers": "~0.5.18",
2675
2675
  "@tailwindcss/vite": "4.2.2",
2676
- "@tanstack/router-generator": "1.166.24",
2677
- "@tanstack/router-plugin": "1.167.12",
2676
+ "@tanstack/router-generator": "1.166.28",
2677
+ "@tanstack/router-plugin": "1.167.16",
2678
2678
  "@tanstack/router-utils": "1.161.6",
2679
2679
  "@tanstack/virtual-file-routes": "1.161.7",
2680
2680
  "@testing-library/dom": "10.4.0",
2681
2681
  "@testing-library/react": "16.3.0",
2682
- "@types/node": "25.5.2",
2682
+ "@types/node": "25.6.0",
2683
2683
  "@types/react": "^19.0.0",
2684
2684
  "@types/react-dom": "^19.0.0",
2685
2685
  "@vitejs/plugin-react": "^6.0.0",
2686
- "@vitest/coverage-v8": "4.1.2",
2687
- "@vitest/ui": "4.1.2",
2686
+ "@vitest/coverage-v8": "4.1.4",
2687
+ "@vitest/ui": "4.1.4",
2688
2688
  "eslint": "^9.8.0",
2689
2689
  "eslint-config-prettier": "^10.0.0",
2690
2690
  "eslint-plugin-import": "2.31.0",
@@ -2695,12 +2695,12 @@ exports[`react-website generator > Tanstack router integration > should generate
2695
2695
  "jiti": "2.4.2",
2696
2696
  "jsdom": "~22.1.0",
2697
2697
  "jsonc-eslint-parser": "3.1.0",
2698
- "prettier": "3.8.1",
2698
+ "prettier": "3.8.2",
2699
2699
  "typescript": "~5.9.2",
2700
2700
  "typescript-eslint": "^8.40.0",
2701
- "vite": "8.0.3",
2701
+ "vite": "8.0.8",
2702
2702
  "vite-tsconfig-paths": "6.1.1",
2703
- "vitest": "4.1.2"
2703
+ "vitest": "4.1.4"
2704
2704
  },
2705
2705
  "type": "module"
2706
2706
  }
@@ -4909,14 +4909,14 @@ root &&
4909
4909
 
4910
4910
  exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
4911
4911
  {
4912
- "@cloudscape-design/board-components": "3.0.164",
4913
- "@cloudscape-design/components": "3.0.1266",
4914
- "@cloudscape-design/global-styles": "1.0.56",
4915
- "@tanstack/react-router": "1.168.10",
4912
+ "@cloudscape-design/board-components": "3.0.166",
4913
+ "@cloudscape-design/components": "3.0.1272",
4914
+ "@cloudscape-design/global-styles": "1.0.57",
4915
+ "@tanstack/react-router": "1.168.17",
4916
4916
  "aws-cdk-lib": "2.248.0",
4917
4917
  "constructs": "10.6.0",
4918
- "react": "19.2.4",
4919
- "react-dom": "19.2.4",
4918
+ "react": "19.2.5",
4919
+ "react-dom": "19.2.5",
4920
4920
  "tailwindcss": "4.2.2",
4921
4921
  }
4922
4922
  `;
@@ -7,7 +7,7 @@ WORKDIR /app
7
7
 
8
8
  # Add AWS Distro for OpenTelemetry for observability
9
9
  # https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/observability-configure.html
10
- RUN npm install @aws/aws-distro-opentelemetry-node-autoinstrumentation@0.9.0
10
+ RUN npm install @aws/aws-distro-opentelemetry-node-autoinstrumentation@0.10.0
11
11
 
12
12
  # Copy bundled agent
13
13
  COPY --from=workspace dist/apps/test-project/bundle/agent/snapshot-bedrock-agent/index.js /app
@@ -6,10 +6,10 @@
6
6
  * Versons for TypeScript dependencies added by generators
7
7
  */
8
8
  export declare const TS_VERSIONS: {
9
- readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.9.0";
10
- readonly '@aws-sdk/client-dynamodb': "3.1024.0";
11
- readonly '@aws-sdk/client-sts': "3.1024.0";
12
- readonly '@aws-sdk/credential-providers': "3.1024.0";
9
+ readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.10.0";
10
+ readonly '@aws-sdk/client-dynamodb': "3.1029.0";
11
+ readonly '@aws-sdk/client-sts': "3.1029.0";
12
+ readonly '@aws-sdk/credential-providers': "3.1029.0";
13
13
  readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
14
14
  readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
15
15
  readonly '@aws-lambda-powertools/logger': "2.32.0";
@@ -17,39 +17,39 @@ export declare const TS_VERSIONS: {
17
17
  readonly '@aws-lambda-powertools/parameters': "2.32.0";
18
18
  readonly '@aws-lambda-powertools/tracer': "2.32.0";
19
19
  readonly '@aws-lambda-powertools/parser': "2.32.0";
20
- readonly '@aws-sdk/client-appconfigdata': "3.1024.0";
20
+ readonly '@aws-sdk/client-appconfigdata': "3.1029.0";
21
21
  readonly '@middy/core': "7.2.1";
22
22
  readonly '@nxlv/python': "22.1.1";
23
23
  readonly '@nx-extend/terraform': "10.2.1";
24
- readonly '@nx/devkit': "22.6.4";
25
- readonly '@nx/react': "22.6.4";
26
- readonly 'create-nx-workspace': "22.6.4";
24
+ readonly '@nx/devkit': "22.6.5";
25
+ readonly '@nx/react': "22.6.5";
26
+ readonly 'create-nx-workspace': "22.6.5";
27
27
  readonly '@modelcontextprotocol/sdk': "1.29.0";
28
28
  readonly '@modelcontextprotocol/inspector': "0.19.0";
29
29
  readonly '@strands-agents/sdk': "0.7.0";
30
- readonly '@tanstack/react-router': "1.168.10";
31
- readonly '@tanstack/router-plugin': "1.167.12";
32
- readonly '@tanstack/router-generator': "1.166.24";
30
+ readonly '@tanstack/react-router': "1.168.17";
31
+ readonly '@tanstack/router-plugin': "1.167.16";
32
+ readonly '@tanstack/router-generator': "1.166.28";
33
33
  readonly '@tanstack/virtual-file-routes': "1.161.7";
34
34
  readonly '@tanstack/router-utils': "1.161.6";
35
- readonly '@cloudscape-design/board-components': "3.0.164";
36
- readonly '@cloudscape-design/components': "3.0.1266";
37
- readonly '@cloudscape-design/global-styles': "1.0.56";
38
- readonly '@tanstack/react-query': "5.96.2";
39
- readonly '@tanstack/react-query-devtools': "5.96.2";
35
+ readonly '@cloudscape-design/board-components': "3.0.166";
36
+ readonly '@cloudscape-design/components': "3.0.1272";
37
+ readonly '@cloudscape-design/global-styles': "1.0.57";
38
+ readonly '@tanstack/react-query': "5.99.0";
39
+ readonly '@tanstack/react-query-devtools': "5.99.0";
40
40
  readonly '@trpc/tanstack-react-query': "11.16.0";
41
41
  readonly '@trpc/client': "11.16.0";
42
42
  readonly '@trpc/server': "11.16.0";
43
- readonly '@types/node': "25.5.2";
43
+ readonly '@types/node': "25.6.0";
44
44
  readonly '@types/aws-lambda': "8.10.161";
45
45
  readonly '@types/cors': "2.8.19";
46
46
  readonly '@types/ws': "8.18.1";
47
47
  readonly '@types/express': "5.0.6";
48
- readonly '@smithy/types': "4.13.1";
49
- readonly '@vitest/coverage-v8': "4.1.2";
50
- readonly '@vitest/ui': "4.1.2";
48
+ readonly '@smithy/types': "4.14.0";
49
+ readonly '@vitest/coverage-v8': "4.1.4";
50
+ readonly '@vitest/ui': "4.1.4";
51
51
  readonly aws4fetch: "1.0.20";
52
- readonly 'aws-cdk': "2.1117.0";
52
+ readonly 'aws-cdk': "2.1118.0";
53
53
  readonly 'aws-cdk-lib': "2.248.0";
54
54
  readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.248.0-alpha.0";
55
55
  readonly 'aws-xray-sdk-core': "3.12.0";
@@ -57,38 +57,38 @@ export declare const TS_VERSIONS: {
57
57
  readonly cors: "2.8.6";
58
58
  readonly 'class-variance-authority': "0.7.1";
59
59
  readonly clsx: "2.1.1";
60
- readonly electrodb: "3.7.3";
61
- readonly esbuild: "0.27.4";
60
+ readonly electrodb: "3.7.5";
61
+ readonly esbuild: "0.28.0";
62
62
  readonly 'event-source-polyfill': "1.0.31";
63
63
  readonly '@types/event-source-polyfill': "1.0.5";
64
- readonly '@typescript-eslint/eslint-plugin': "8.58.0";
65
- readonly '@typescript-eslint/parser': "8.58.0";
64
+ readonly '@typescript-eslint/eslint-plugin': "8.58.1";
65
+ readonly '@typescript-eslint/parser': "8.58.1";
66
66
  readonly 'eslint-plugin-prettier': "5.5.5";
67
67
  readonly express: "5.2.1";
68
68
  readonly 'jsonc-eslint-parser': "3.1.0";
69
- readonly 'typescript-eslint': "8.58.0";
69
+ readonly 'typescript-eslint': "8.58.1";
70
70
  readonly 'make-dir-cli': "4.0.0";
71
71
  readonly ncp: "2.0.0";
72
72
  readonly 'npm-check-updates': "19.6.6";
73
73
  readonly 'oidc-client-ts': "3.5.0";
74
- readonly prettier: "3.8.1";
74
+ readonly prettier: "3.8.2";
75
75
  readonly 'react-oidc-context': "3.3.1";
76
- readonly react: "19.2.4";
77
- readonly 'react-dom': "19.2.4";
76
+ readonly react: "19.2.5";
77
+ readonly 'react-dom': "19.2.5";
78
78
  readonly rimraf: "6.1.3";
79
- readonly rolldown: "1.0.0-rc.13";
79
+ readonly rolldown: "1.0.0-rc.15";
80
80
  readonly 'source-map-support': "0.5.21";
81
81
  readonly tailwindcss: "4.2.2";
82
82
  readonly '@tailwindcss/vite': "4.2.2";
83
83
  readonly tsx: "4.21.0";
84
- readonly 'lucide-react': "1.7.0";
84
+ readonly 'lucide-react': "1.8.0";
85
85
  readonly 'radix-ui': "1.4.3";
86
- readonly shadcn: "4.1.2";
86
+ readonly shadcn: "4.2.0";
87
87
  readonly 'tw-animate-css': "1.4.0";
88
88
  readonly 'tailwind-merge': "3.5.0";
89
- readonly vite: "8.0.3";
89
+ readonly vite: "8.0.8";
90
90
  readonly typescript: "6.0.2";
91
- readonly vitest: "4.1.2";
91
+ readonly vitest: "4.1.4";
92
92
  readonly 'vite-tsconfig-paths': "6.1.1";
93
93
  readonly zod: "4.3.6";
94
94
  readonly ws: "8.20.0";
@@ -98,26 +98,26 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
98
98
  * Add versions to the given dependencies
99
99
  */
100
100
  export declare const withVersions: (deps: ITsDepVersion[]) => {
101
- [k: string]: "22.6.4" | "3.8.1" | "1.29.0" | "22.1.1" | "6.0.2" | "8.0.3" | "4.1.2" | "4.3.6" | "0.9.0" | "3.1024.0" | "1.0.0-alpha.10" | "2.32.0" | "7.2.1" | "10.2.1" | "0.19.0" | "0.7.0" | "1.168.10" | "1.167.12" | "1.166.24" | "1.161.7" | "1.161.6" | "3.0.164" | "3.0.1266" | "1.0.56" | "5.96.2" | "11.16.0" | "25.5.2" | "8.10.161" | "2.8.19" | "8.18.1" | "5.0.6" | "4.13.1" | "1.0.20" | "2.1117.0" | "2.248.0" | "2.248.0-alpha.0" | "3.12.0" | "10.6.0" | "2.8.6" | "0.7.1" | "2.1.1" | "3.7.3" | "0.27.4" | "1.0.31" | "1.0.5" | "8.58.0" | "5.5.5" | "5.2.1" | "3.1.0" | "4.0.0" | "2.0.0" | "19.6.6" | "3.5.0" | "3.3.1" | "19.2.4" | "6.1.3" | "1.0.0-rc.13" | "0.5.21" | "4.2.2" | "4.21.0" | "1.7.0" | "1.4.3" | "1.4.0" | "6.1.1" | "8.20.0";
101
+ [k: string]: "22.6.5" | "3.8.2" | "1.29.0" | "22.1.1" | "6.0.2" | "8.0.8" | "4.1.4" | "4.3.6" | "0.10.0" | "3.1029.0" | "1.0.0-alpha.10" | "2.32.0" | "7.2.1" | "10.2.1" | "0.19.0" | "0.7.0" | "1.168.17" | "1.167.16" | "1.166.28" | "1.161.7" | "1.161.6" | "3.0.166" | "3.0.1272" | "1.0.57" | "5.99.0" | "11.16.0" | "25.6.0" | "8.10.161" | "2.8.19" | "8.18.1" | "5.0.6" | "4.14.0" | "1.0.20" | "2.1118.0" | "2.248.0" | "2.248.0-alpha.0" | "3.12.0" | "10.6.0" | "2.8.6" | "0.7.1" | "2.1.1" | "3.7.5" | "0.28.0" | "1.0.31" | "1.0.5" | "8.58.1" | "5.5.5" | "5.2.1" | "3.1.0" | "4.0.0" | "2.0.0" | "19.6.6" | "3.5.0" | "3.3.1" | "19.2.5" | "6.1.3" | "1.0.0-rc.15" | "0.5.21" | "4.2.2" | "4.21.0" | "1.8.0" | "1.4.3" | "4.2.0" | "1.4.0" | "6.1.1" | "8.20.0";
102
102
  };
103
103
  /**
104
104
  * Versions for Python dependencies added by generators
105
105
  */
106
106
  export declare const PY_VERSIONS: {
107
- readonly 'aws-lambda-powertools': "==3.26.0";
108
- readonly 'aws-lambda-powertools[tracer]': "==3.26.0";
109
- readonly 'aws-lambda-powertools[parser]': "==3.26.0";
110
- readonly 'aws-opentelemetry-distro': "==0.16.0";
111
- readonly 'bedrock-agentcore': "==1.6.0";
112
- readonly boto3: "==1.42.83";
113
- readonly checkov: "==3.2.513";
107
+ readonly 'aws-lambda-powertools': "==3.27.0";
108
+ readonly 'aws-lambda-powertools[tracer]': "==3.27.0";
109
+ readonly 'aws-lambda-powertools[parser]': "==3.27.0";
110
+ readonly 'aws-opentelemetry-distro': "==0.17.0";
111
+ readonly 'bedrock-agentcore': "==1.6.1";
112
+ readonly boto3: "==1.42.88";
113
+ readonly checkov: "==3.2.519";
114
114
  readonly fastapi: "==0.135.3";
115
115
  readonly 'fastapi[standard]': "==0.135.3";
116
116
  readonly mcp: "==1.27.0";
117
117
  readonly 'pip-check-updates': "==0.28.0";
118
- readonly 'strands-agents': "==1.34.1";
119
- readonly 'strands-agents-tools': "==0.3.0";
120
- readonly uvicorn: "==0.43.0";
118
+ readonly 'strands-agents': "==1.35.0";
119
+ readonly 'strands-agents-tools': "==0.4.1";
120
+ readonly uvicorn: "==0.44.0";
121
121
  };
122
122
  export type IPyDepVersion = keyof typeof PY_VERSIONS;
123
123
  /**