@aws/nx-plugin 0.121.0 → 0.122.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/README.md CHANGED
@@ -45,7 +45,7 @@ Install the [Kiro Power](https://kiro.dev/docs/powers/) for the best experience
45
45
 
46
46
  1. Open the Kiro Powers panel from the sidebar
47
47
  2. Click `+` to add a custom power
48
- 3. Paste: `https://github.com/awslabs/nx-plugin-for-aws/tree/main/powers/nx-plugin-for-aws`
48
+ 3. Paste: `https://github.com/awslabs/nx-plugin-for-aws/tree/release/0.x/powers/nx-plugin-for-aws`
49
49
  4. Click install
50
50
 
51
51
  Or add the MCP server manually in `.kiro/mcp.json`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin",
3
- "version": "0.121.0",
3
+ "version": "0.122.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "generators": "./generators.json",
21
21
  "peerDependencies": {
22
- "nx": "22.7.3",
22
+ "nx": "22.7.5",
23
23
  "prettier": "3.8.3"
24
24
  },
25
25
  "dependencies": {
@@ -28,11 +28,11 @@
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.7.3",
32
- "@nx/eslint": "22.7.3",
33
- "@nx/js": "22.7.3",
34
- "@nx/react": "22.7.3",
35
- "@nx/vite": "22.7.3",
31
+ "@nx/devkit": "22.7.5",
32
+ "@nx/eslint": "22.7.5",
33
+ "@nx/js": "22.7.5",
34
+ "@nx/react": "22.7.5",
35
+ "@nx/vite": "22.7.5",
36
36
  "@types/estree": "1.0.9",
37
37
  "@types/js-yaml": "4.0.9",
38
38
  "@types/mdast": "4.0.4",
@@ -40,7 +40,7 @@
40
40
  "@phenomnomnominal/tsquery": "6.2.0",
41
41
  "enquirer": "2.4.1",
42
42
  "fast-glob": "3.3.3",
43
- "js-yaml": "4.1.1",
43
+ "js-yaml": "4.2.0",
44
44
  "lodash.camelcase": "4.3.0",
45
45
  "lodash.clonedeepwith": "4.5.0",
46
46
  "lodash.deburr": "4.1.0",
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
4
4
  {
5
- "aws-cdk": "2.1124.1",
5
+ "aws-cdk": "2.1125.0",
6
6
  "aws-cdk-lib": "2.257.0",
7
7
  "constructs": "10.6.0",
8
8
  "esbuild": "0.28.0",
@@ -13,10 +13,10 @@ 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.7.3",
17
- "@nx/eslint-plugin": "22.7.3",
18
- "@nx/js": "22.7.3",
19
- "@nx/vitest": "22.7.3",
16
+ "@nx/eslint": "22.7.5",
17
+ "@nx/eslint-plugin": "22.7.5",
18
+ "@nx/js": "22.7.5",
19
+ "@nx/vitest": "22.7.5",
20
20
  "@swc-node/register": "~1.11.1",
21
21
  "@swc/core": "~1.15.5",
22
22
  "@swc/helpers": "~0.5.18",
@@ -24,11 +24,11 @@ exports[`infra generator > should add required dependencies to package.json > de
24
24
  "@vitest/coverage-v8": "4.1.7",
25
25
  "eslint": "^9.8.0",
26
26
  "eslint-config-prettier": "^10.0.0",
27
- "eslint-plugin-prettier": "5.5.5",
27
+ "eslint-plugin-prettier": "5.5.6",
28
28
  "jsdom": "^27.1.0",
29
29
  "jsonc-eslint-parser": "3.1.0",
30
30
  "prettier": "3.8.3",
31
- "tsx": "4.22.3",
31
+ "tsx": "4.22.4",
32
32
  "typescript": "~5.9.2",
33
33
  "typescript-eslint": "^8.40.0",
34
34
  "vite": "8.0.14",
@@ -39,7 +39,7 @@ exports[`infra generator > should add required dependencies to package.json > de
39
39
  exports[`infra generator > should add required dependencies to package.json > package-json 1`] = `
40
40
  {
41
41
  "dependencies": {
42
- "aws-cdk": "2.1124.1",
42
+ "aws-cdk": "2.1125.0",
43
43
  "aws-cdk-lib": "2.257.0",
44
44
  "constructs": "10.6.0",
45
45
  "esbuild": "0.28.0",
@@ -47,10 +47,10 @@ exports[`infra generator > should add required dependencies to package.json > pa
47
47
  },
48
48
  "devDependencies": {
49
49
  "@eslint/js": "^9.8.0",
50
- "@nx/eslint": "22.7.3",
51
- "@nx/eslint-plugin": "22.7.3",
52
- "@nx/js": "22.7.3",
53
- "@nx/vitest": "22.7.3",
50
+ "@nx/eslint": "22.7.5",
51
+ "@nx/eslint-plugin": "22.7.5",
52
+ "@nx/js": "22.7.5",
53
+ "@nx/vitest": "22.7.5",
54
54
  "@swc-node/register": "~1.11.1",
55
55
  "@swc/core": "~1.15.5",
56
56
  "@swc/helpers": "~0.5.18",
@@ -58,11 +58,11 @@ exports[`infra generator > should add required dependencies to package.json > pa
58
58
  "@vitest/coverage-v8": "4.1.7",
59
59
  "eslint": "^9.8.0",
60
60
  "eslint-config-prettier": "^10.0.0",
61
- "eslint-plugin-prettier": "5.5.5",
61
+ "eslint-plugin-prettier": "5.5.6",
62
62
  "jsdom": "^27.1.0",
63
63
  "jsonc-eslint-parser": "3.1.0",
64
64
  "prettier": "3.8.3",
65
- "tsx": "4.22.3",
65
+ "tsx": "4.22.4",
66
66
  "typescript": "~5.9.2",
67
67
  "typescript-eslint": "^8.40.0",
68
68
  "vite": "8.0.14",
@@ -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.529 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
87
+ "command": "uvx --from checkov==3.2.532 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.529 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
180
+ "command": "uvx --from checkov==3.2.532 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.529 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
742
+ "command": "uvx --from checkov==3.2.532 checkov --config-file {projectRoot}/checkov.yml --directory dist/{projectRoot}/cdk.out --framework cloudformation",
743
743
  },
744
744
  "outputs": [
745
745
  "{workspaceRoot}/dist/{projectRoot}/checkov",
@@ -201,14 +201,14 @@ exports[`preset generator > should run successfully > package.json 1`] = `
201
201
  "name": "@proj/source",
202
202
  "dependencies": {},
203
203
  "devDependencies": {
204
- "@nx/js": "22.7.3",
205
- "@nx/workspace": "22.7.3",
204
+ "@nx/js": "22.7.5",
205
+ "@nx/workspace": "22.7.5",
206
206
  "@swc-node/register": "~1.11.1",
207
207
  "@swc/core": "~1.15.5",
208
208
  "@swc/helpers": "~0.5.18",
209
209
  "prettier": "~3.6.2",
210
210
  "typescript": "6.0.3",
211
- "typescript-eslint": "8.59.4"
211
+ "typescript-eslint": "8.60.1"
212
212
  },
213
213
  "type": "module",
214
214
  "scripts": {
@@ -747,13 +747,13 @@ version = "0.1.0"
747
747
  dependencies = [
748
748
  "proj.agent_connection",
749
749
  "aws-lambda-powertools==3.29.0",
750
- "aws-opentelemetry-distro==0.17.0",
751
- "bedrock-agentcore==1.11.0",
752
- "boto3==1.43.14",
750
+ "aws-opentelemetry-distro==0.17.1",
751
+ "bedrock-agentcore==1.13.0",
752
+ "boto3==1.43.20",
753
753
  "fastapi==0.136.3",
754
- "mcp==1.27.1",
755
- "strands-agents==1.41.0",
756
- "strands-agents-tools==0.6.0",
754
+ "mcp==1.27.2",
755
+ "strands-agents==1.42.0",
756
+ "strands-agents-tools==0.7.0",
757
757
  "uvicorn==0.48.0"
758
758
  ]
759
759
 
@@ -647,10 +647,10 @@ name = "proj.test_project"
647
647
  version = "0.1.0"
648
648
  dependencies = [
649
649
  "aws-lambda-powertools==3.29.0",
650
- "mcp==1.27.1",
650
+ "mcp==1.27.2",
651
651
  "uvicorn==0.48.0",
652
- "boto3==1.43.14",
653
- "aws-opentelemetry-distro==0.17.0"
652
+ "boto3==1.43.20",
653
+ "aws-opentelemetry-distro==0.17.1"
654
654
  ]
655
655
 
656
656
  [dependency-groups]
@@ -726,8 +726,8 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
726
726
  "snapshot-server": "./src/snapshot-server/stdio.js"
727
727
  },
728
728
  "dependencies": {
729
- "@aws-lambda-powertools/parameters": "2.33.0",
730
- "@aws-sdk/client-appconfigdata": "3.1053.0",
729
+ "@aws-lambda-powertools/parameters": "2.33.1",
730
+ "@aws-sdk/client-appconfigdata": "3.1058.0",
731
731
  "@modelcontextprotocol/sdk": "1.29.0",
732
732
  "express": "5.2.1",
733
733
  "zod": "4.4.3"
@@ -735,7 +735,7 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
735
735
  "devDependencies": {
736
736
  "@modelcontextprotocol/inspector": "0.19.0",
737
737
  "@types/express": "5.0.6",
738
- "tsx": "4.22.3"
738
+ "tsx": "4.22.4"
739
739
  }
740
740
  }
741
741
  "
@@ -1065,24 +1065,24 @@ exports[`react-website generator > Tanstack router integration > should generate
1065
1065
  "{
1066
1066
  "name": "@proj/source",
1067
1067
  "dependencies": {
1068
- "@cloudscape-design/board-components": "3.0.183",
1069
- "@cloudscape-design/components": "3.0.1300",
1068
+ "@cloudscape-design/board-components": "3.0.187",
1069
+ "@cloudscape-design/components": "3.0.1304",
1070
1070
  "@cloudscape-design/global-styles": "1.0.59",
1071
1071
  "aws-cdk-lib": "2.257.0",
1072
1072
  "constructs": "10.6.0",
1073
- "react": "19.2.6",
1074
- "react-dom": "19.2.6",
1073
+ "react": "19.2.7",
1074
+ "react-dom": "19.2.7",
1075
1075
  "tailwindcss": "4.3.0"
1076
1076
  },
1077
1077
  "devDependencies": {
1078
1078
  "@eslint/js": "^9.8.0",
1079
- "@nx/eslint": "22.7.3",
1080
- "@nx/eslint-plugin": "22.7.3",
1081
- "@nx/js": "22.7.3",
1082
- "@nx/react": "22.7.3",
1083
- "@nx/vite": "22.7.3",
1084
- "@nx/vitest": "22.7.3",
1085
- "@nx/web": "22.7.3",
1079
+ "@nx/eslint": "22.7.5",
1080
+ "@nx/eslint-plugin": "22.7.5",
1081
+ "@nx/js": "22.7.5",
1082
+ "@nx/react": "22.7.5",
1083
+ "@nx/vite": "22.7.5",
1084
+ "@nx/vitest": "22.7.5",
1085
+ "@nx/web": "22.7.5",
1086
1086
  "@swc-node/register": "~1.11.1",
1087
1087
  "@swc/cli": "~0.8.0",
1088
1088
  "@swc/core": "~1.15.5",
@@ -1100,7 +1100,7 @@ exports[`react-website generator > Tanstack router integration > should generate
1100
1100
  "eslint-config-prettier": "^10.0.0",
1101
1101
  "eslint-plugin-import": "2.31.0",
1102
1102
  "eslint-plugin-jsx-a11y": "6.10.1",
1103
- "eslint-plugin-prettier": "5.5.5",
1103
+ "eslint-plugin-prettier": "5.5.6",
1104
1104
  "eslint-plugin-react": "7.35.0",
1105
1105
  "eslint-plugin-react-hooks": "5.0.0",
1106
1106
  "jiti": "2.4.2",
@@ -2686,32 +2686,32 @@ exports[`react-website generator > Tanstack router integration > should generate
2686
2686
  "{
2687
2687
  "name": "@proj/source",
2688
2688
  "dependencies": {
2689
- "@cloudscape-design/board-components": "3.0.183",
2690
- "@cloudscape-design/components": "3.0.1300",
2689
+ "@cloudscape-design/board-components": "3.0.187",
2690
+ "@cloudscape-design/components": "3.0.1304",
2691
2691
  "@cloudscape-design/global-styles": "1.0.59",
2692
- "@tanstack/react-router": "1.170.8",
2692
+ "@tanstack/react-router": "1.170.10",
2693
2693
  "aws-cdk-lib": "2.257.0",
2694
2694
  "constructs": "10.6.0",
2695
- "react": "19.2.6",
2696
- "react-dom": "19.2.6",
2695
+ "react": "19.2.7",
2696
+ "react-dom": "19.2.7",
2697
2697
  "tailwindcss": "4.3.0"
2698
2698
  },
2699
2699
  "devDependencies": {
2700
2700
  "@eslint/js": "^9.8.0",
2701
- "@nx/eslint": "22.7.3",
2702
- "@nx/eslint-plugin": "22.7.3",
2703
- "@nx/js": "22.7.3",
2704
- "@nx/react": "22.7.3",
2705
- "@nx/vite": "22.7.3",
2706
- "@nx/vitest": "22.7.3",
2707
- "@nx/web": "22.7.3",
2701
+ "@nx/eslint": "22.7.5",
2702
+ "@nx/eslint-plugin": "22.7.5",
2703
+ "@nx/js": "22.7.5",
2704
+ "@nx/react": "22.7.5",
2705
+ "@nx/vite": "22.7.5",
2706
+ "@nx/vitest": "22.7.5",
2707
+ "@nx/web": "22.7.5",
2708
2708
  "@swc-node/register": "~1.11.1",
2709
2709
  "@swc/cli": "~0.8.0",
2710
2710
  "@swc/core": "~1.15.5",
2711
2711
  "@swc/helpers": "~0.5.18",
2712
2712
  "@tailwindcss/vite": "4.3.0",
2713
- "@tanstack/router-generator": "1.167.10",
2714
- "@tanstack/router-plugin": "1.168.11",
2713
+ "@tanstack/router-generator": "1.167.12",
2714
+ "@tanstack/router-plugin": "1.168.13",
2715
2715
  "@tanstack/router-utils": "1.162.1",
2716
2716
  "@tanstack/virtual-file-routes": "1.162.0",
2717
2717
  "@testing-library/dom": "10.4.0",
@@ -2726,7 +2726,7 @@ exports[`react-website generator > Tanstack router integration > should generate
2726
2726
  "eslint-config-prettier": "^10.0.0",
2727
2727
  "eslint-plugin-import": "2.31.0",
2728
2728
  "eslint-plugin-jsx-a11y": "6.10.1",
2729
- "eslint-plugin-prettier": "5.5.5",
2729
+ "eslint-plugin-prettier": "5.5.6",
2730
2730
  "eslint-plugin-react": "7.35.0",
2731
2731
  "eslint-plugin-react-hooks": "5.0.0",
2732
2732
  "jiti": "2.4.2",
@@ -4971,14 +4971,14 @@ root &&
4971
4971
 
4972
4972
  exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
4973
4973
  {
4974
- "@cloudscape-design/board-components": "3.0.183",
4975
- "@cloudscape-design/components": "3.0.1300",
4974
+ "@cloudscape-design/board-components": "3.0.187",
4975
+ "@cloudscape-design/components": "3.0.1304",
4976
4976
  "@cloudscape-design/global-styles": "1.0.59",
4977
- "@tanstack/react-router": "1.170.8",
4977
+ "@tanstack/react-router": "1.170.10",
4978
4978
  "aws-cdk-lib": "2.257.0",
4979
4979
  "constructs": "10.6.0",
4980
- "react": "19.2.6",
4981
- "react-dom": "19.2.6",
4980
+ "react": "19.2.7",
4981
+ "react-dom": "19.2.7",
4982
4982
  "tailwindcss": "4.3.0",
4983
4983
  }
4984
4984
  `;
@@ -8,28 +8,28 @@
8
8
  export declare const TS_VERSIONS: {
9
9
  readonly '@a2a-js/sdk': "0.3.13";
10
10
  readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.11.0";
11
- readonly '@aws-sdk/client-dynamodb': "3.1053.0";
12
- readonly '@aws-sdk/client-bedrock-runtime': "3.1053.0";
13
- readonly '@aws-sdk/client-s3': "3.1053.0";
14
- readonly '@aws-sdk/client-sts': "3.1053.0";
15
- readonly '@aws-sdk/credential-providers': "3.1053.0";
16
- readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.36";
17
- readonly '@aws-sdk/client-secrets-manager': "3.1053.0";
18
- readonly '@aws-sdk/rds-signer': "3.1053.0";
11
+ readonly '@aws-sdk/client-dynamodb': "3.1058.0";
12
+ readonly '@aws-sdk/client-bedrock-runtime': "3.1058.0";
13
+ readonly '@aws-sdk/client-s3': "3.1058.0";
14
+ readonly '@aws-sdk/client-sts': "3.1058.0";
15
+ readonly '@aws-sdk/credential-providers': "3.1058.0";
16
+ readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.38";
17
+ readonly '@aws-sdk/client-secrets-manager': "3.1058.0";
18
+ readonly '@aws-sdk/rds-signer': "3.1058.0";
19
19
  readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
20
20
  readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
21
- readonly '@aws-lambda-powertools/logger': "2.33.0";
22
- readonly '@aws-lambda-powertools/metrics': "2.33.0";
23
- readonly '@aws-lambda-powertools/parameters': "2.33.0";
24
- readonly '@aws-lambda-powertools/tracer': "2.33.0";
25
- readonly '@aws-lambda-powertools/parser': "2.33.0";
26
- readonly '@aws-sdk/client-appconfigdata': "3.1053.0";
21
+ readonly '@aws-lambda-powertools/logger': "2.33.1";
22
+ readonly '@aws-lambda-powertools/metrics': "2.33.1";
23
+ readonly '@aws-lambda-powertools/parameters': "2.33.1";
24
+ readonly '@aws-lambda-powertools/tracer': "2.33.1";
25
+ readonly '@aws-lambda-powertools/parser': "2.33.1";
26
+ readonly '@aws-sdk/client-appconfigdata': "3.1058.0";
27
27
  readonly '@middy/core': "7.6.5";
28
28
  readonly '@nxlv/python': "22.1.4";
29
29
  readonly '@nx-extend/terraform': "10.2.1";
30
- readonly '@nx/devkit': "22.7.3";
31
- readonly '@nx/react': "22.7.3";
32
- readonly 'create-nx-workspace': "22.7.3";
30
+ readonly '@nx/devkit': "22.7.5";
31
+ readonly '@nx/react': "22.7.5";
32
+ readonly 'create-nx-workspace': "22.7.5";
33
33
  readonly '@modelcontextprotocol/sdk': "1.29.0";
34
34
  readonly '@modelcontextprotocol/inspector': "0.19.0";
35
35
  readonly '@ag-ui/aws-strands': "0.1.0";
@@ -37,17 +37,17 @@ export declare const TS_VERSIONS: {
37
37
  readonly '@ag-ui/core': "0.0.53";
38
38
  readonly '@ag-ui/encoder': "0.0.53";
39
39
  readonly 'agent-chat-cli': "0.2.0";
40
- readonly '@copilotkit/react-core': "1.57.4";
40
+ readonly '@copilotkit/react-core': "1.59.2";
41
41
  readonly rxjs: "7.8.2";
42
42
  readonly '@strands-agents/sdk': "1.3.0";
43
- readonly '@tanstack/react-router': "1.170.8";
44
- readonly '@tanstack/router-plugin': "1.168.11";
45
- readonly '@tanstack/router-generator': "1.167.10";
43
+ readonly '@tanstack/react-router': "1.170.10";
44
+ readonly '@tanstack/router-plugin': "1.168.13";
45
+ readonly '@tanstack/router-generator': "1.167.12";
46
46
  readonly '@tanstack/virtual-file-routes': "1.162.0";
47
47
  readonly '@tanstack/router-utils': "1.162.1";
48
- readonly '@cloudscape-design/board-components': "3.0.183";
49
- readonly '@cloudscape-design/chat-components': "1.0.132";
50
- readonly '@cloudscape-design/components': "3.0.1300";
48
+ readonly '@cloudscape-design/board-components': "3.0.187";
49
+ readonly '@cloudscape-design/chat-components': "1.0.136";
50
+ readonly '@cloudscape-design/components': "3.0.1304";
51
51
  readonly '@cloudscape-design/global-styles': "1.0.59";
52
52
  readonly '@tanstack/react-query': "5.100.14";
53
53
  readonly '@tanstack/react-query-devtools': "5.100.14";
@@ -60,17 +60,17 @@ export declare const TS_VERSIONS: {
60
60
  readonly '@types/pg': "8.20.0";
61
61
  readonly '@types/ws': "8.18.1";
62
62
  readonly '@types/express': "5.0.6";
63
- readonly '@smithy/config-resolver': "4.5.4";
64
- readonly '@smithy/node-config-provider': "4.4.4";
65
- readonly '@smithy/node-http-handler': "4.7.4";
66
- readonly '@smithy/types': "4.14.2";
63
+ readonly '@smithy/config-resolver': "4.5.6";
64
+ readonly '@smithy/node-config-provider': "4.4.6";
65
+ readonly '@smithy/node-http-handler': "4.7.6";
66
+ readonly '@smithy/types': "4.14.3";
67
67
  readonly '@vitest/coverage-v8': "4.1.7";
68
68
  readonly '@vitest/ui': "4.1.7";
69
- readonly '@astrojs/react': "5.0.5";
69
+ readonly '@astrojs/react': "5.0.6";
70
70
  readonly '@astrojs/starlight': "0.39.2";
71
- readonly astro: "6.3.7";
71
+ readonly astro: "6.4.2";
72
72
  readonly aws4fetch: "1.0.20";
73
- readonly 'aws-cdk': "2.1124.1";
73
+ readonly 'aws-cdk': "2.1125.0";
74
74
  readonly 'aws-cdk-lib': "2.257.0";
75
75
  readonly 'aws-xray-sdk-core': "3.12.0";
76
76
  readonly constructs: "10.6.0";
@@ -79,23 +79,23 @@ export declare const TS_VERSIONS: {
79
79
  readonly 'class-variance-authority': "0.7.1";
80
80
  readonly clsx: "2.1.1";
81
81
  readonly commander: "14.0.3";
82
- readonly electrodb: "3.7.5";
82
+ readonly electrodb: "3.9.0";
83
83
  readonly esbuild: "0.28.0";
84
84
  readonly 'event-source-polyfill': "1.0.31";
85
85
  readonly '@types/event-source-polyfill': "1.0.5";
86
- readonly '@typescript-eslint/eslint-plugin': "8.59.4";
87
- readonly '@typescript-eslint/parser': "8.59.4";
86
+ readonly '@typescript-eslint/eslint-plugin': "8.60.1";
87
+ readonly '@typescript-eslint/parser': "8.60.1";
88
88
  readonly '@prisma/adapter-mariadb': "7.8.0";
89
89
  readonly '@prisma/adapter-pg': "7.8.0";
90
90
  readonly '@prisma/client': "7.8.0";
91
- readonly 'eslint-plugin-prettier': "5.5.5";
91
+ readonly 'eslint-plugin-prettier': "5.5.6";
92
92
  readonly express: "5.2.1";
93
93
  readonly 'fast-glob': "3.3.3";
94
94
  readonly husky: "9.1.7";
95
95
  readonly 'fs-extra': "11.3.5";
96
96
  readonly '@types/fs-extra': "11.0.4";
97
97
  readonly 'jsonc-eslint-parser': "3.1.0";
98
- readonly 'typescript-eslint': "8.59.4";
98
+ readonly 'typescript-eslint': "8.60.1";
99
99
  readonly 'make-dir-cli': "4.0.0";
100
100
  readonly mariadb: "3.5.2";
101
101
  readonly ncp: "2.0.0";
@@ -105,8 +105,8 @@ export declare const TS_VERSIONS: {
105
105
  readonly pg: "8.21.0";
106
106
  readonly prisma: "7.8.0";
107
107
  readonly 'react-oidc-context': "3.3.1";
108
- readonly react: "19.2.6";
109
- readonly 'react-dom': "19.2.6";
108
+ readonly react: "19.2.7";
109
+ readonly 'react-dom': "19.2.7";
110
110
  readonly rimraf: "6.1.3";
111
111
  readonly rolldown: "1.0.2";
112
112
  readonly 'simple-git': "3.36.0";
@@ -114,10 +114,10 @@ export declare const TS_VERSIONS: {
114
114
  readonly 'starlight-blog': "0.26.1";
115
115
  readonly tailwindcss: "4.3.0";
116
116
  readonly '@tailwindcss/vite': "4.3.0";
117
- readonly tsx: "4.22.3";
118
- readonly 'lucide-react': "1.16.0";
117
+ readonly tsx: "4.22.4";
118
+ readonly 'lucide-react': "1.17.0";
119
119
  readonly 'radix-ui': "1.4.3";
120
- readonly shadcn: "4.8.0";
120
+ readonly shadcn: "4.10.0";
121
121
  readonly 'tw-animate-css': "1.4.0";
122
122
  readonly 'tailwind-merge': "3.6.0";
123
123
  readonly vite: "8.0.14";
@@ -131,30 +131,30 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
131
131
  * Add versions to the given dependencies
132
132
  */
133
133
  export declare const withVersions: (deps: ITsDepVersion[]) => {
134
- [k: string]: "22.7.3" | "3.8.3" | "1.29.0" | "22.1.4" | "3.3.3" | "4.3.0" | "6.0.3" | "8.0.14" | "4.1.7" | "4.4.3" | "0.3.13" | "0.11.0" | "3.1053.0" | "3.972.36" | "1.0.0-alpha.10" | "2.33.0" | "7.6.5" | "10.2.1" | "0.19.0" | "0.1.0" | "0.0.53" | "0.2.0" | "1.57.4" | "7.8.2" | "1.3.0" | "1.170.8" | "1.168.11" | "1.167.10" | "1.162.0" | "1.162.1" | "3.0.183" | "1.0.132" | "3.0.1300" | "1.0.59" | "5.100.14" | "11.17.0" | "25.9.1" | "8.10.161" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.5.4" | "4.4.4" | "4.7.4" | "4.14.2" | "5.0.5" | "0.39.2" | "6.3.7" | "1.0.20" | "2.1124.1" | "2.257.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.7.5" | "0.28.0" | "1.0.31" | "1.0.5" | "8.59.4" | "7.8.0" | "5.5.5" | "5.2.1" | "9.1.7" | "11.3.5" | "11.0.4" | "3.1.0" | "4.0.0" | "3.5.2" | "2.0.0" | "19.6.6" | "3.5.0" | "8.21.0" | "3.3.1" | "19.2.6" | "6.1.3" | "1.0.2" | "3.36.0" | "0.5.21" | "0.26.1" | "4.22.3" | "1.16.0" | "1.4.3" | "4.8.0" | "1.4.0" | "3.6.0";
134
+ [k: string]: "22.7.5" | "3.8.3" | "1.29.0" | "22.1.4" | "3.3.3" | "4.3.0" | "6.0.3" | "8.0.14" | "4.1.7" | "4.4.3" | "0.3.13" | "0.11.0" | "3.1058.0" | "3.972.38" | "1.0.0-alpha.10" | "2.33.1" | "7.6.5" | "10.2.1" | "0.19.0" | "0.1.0" | "0.0.53" | "0.2.0" | "1.59.2" | "7.8.2" | "1.3.0" | "1.170.10" | "1.168.13" | "1.167.12" | "1.162.0" | "1.162.1" | "3.0.187" | "1.0.136" | "3.0.1304" | "1.0.59" | "5.100.14" | "11.17.0" | "25.9.1" | "8.10.161" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.5.6" | "4.4.6" | "4.7.6" | "4.14.3" | "0.39.2" | "6.4.2" | "1.0.20" | "2.1125.0" | "2.257.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.9.0" | "0.28.0" | "1.0.31" | "1.0.5" | "8.60.1" | "7.8.0" | "5.5.6" | "5.2.1" | "9.1.7" | "11.3.5" | "11.0.4" | "3.1.0" | "4.0.0" | "3.5.2" | "2.0.0" | "19.6.6" | "3.5.0" | "8.21.0" | "3.3.1" | "19.2.7" | "6.1.3" | "1.0.2" | "3.36.0" | "0.5.21" | "0.26.1" | "4.22.4" | "1.17.0" | "1.4.3" | "4.10.0" | "1.4.0" | "3.6.0";
135
135
  };
136
136
  /**
137
137
  * Versions for Python dependencies added by generators
138
138
  */
139
139
  export declare const PY_VERSIONS: {
140
- readonly 'ag-ui-protocol': "==0.1.18";
140
+ readonly 'ag-ui-protocol': "==0.1.19";
141
141
  readonly 'ag-ui-strands': "==0.1.9";
142
142
  readonly 'aws-lambda-powertools': "==3.29.0";
143
143
  readonly 'aws-lambda-powertools[tracer]': "==3.29.0";
144
144
  readonly 'aws-lambda-powertools[parser]': "==3.29.0";
145
- readonly 'aws-opentelemetry-distro': "==0.17.0";
146
- readonly 'bedrock-agentcore': "==1.11.0";
147
- readonly boto3: "==1.43.14";
148
- readonly checkov: "==3.2.529";
145
+ readonly 'aws-opentelemetry-distro': "==0.17.1";
146
+ readonly 'bedrock-agentcore': "==1.13.0";
147
+ readonly boto3: "==1.43.20";
148
+ readonly checkov: "==3.2.532";
149
149
  readonly fastapi: "==0.136.3";
150
150
  readonly 'fastapi[standard]': "==0.136.3";
151
151
  readonly httpx: "==0.28.1";
152
- readonly mcp: "==1.27.1";
152
+ readonly mcp: "==1.27.2";
153
153
  readonly 'pip-check-updates': "==0.28.0";
154
- readonly 'strands-agents': "==1.41.0";
155
- readonly 'strands-agents[a2a]': "==1.41.0";
156
- readonly 'strands-agents-tools': "==0.6.0";
157
- readonly ty: "==0.0.39";
154
+ readonly 'strands-agents': "==1.42.0";
155
+ readonly 'strands-agents[a2a]': "==1.42.0";
156
+ readonly 'strands-agents-tools': "==0.7.0";
157
+ readonly ty: "==0.0.42";
158
158
  readonly uvicorn: "==0.48.0";
159
159
  };
160
160
  export type IPyDepVersion = keyof typeof PY_VERSIONS;