@aws/nx-plugin 0.53.1 → 0.54.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 +9 -9
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +9 -9
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/nx-plugin/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +22 -22
- package/src/utils/versions.d.ts +33 -33
- package/src/utils/versions.js +32 -32
- package/src/utils/versions.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/nx-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.54.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/awslabs/nx-plugin-for-aws.git",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
27
27
|
"@hey-api/openapi-ts": "0.64.13",
|
|
28
28
|
"@iarna/toml": "^2.2.5",
|
|
29
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
30
|
-
"@nx/devkit": "~21.6.
|
|
31
|
-
"@nx/eslint": "~21.6.
|
|
32
|
-
"@nx/js": "~21.6.
|
|
33
|
-
"@nx/react": "~21.6.
|
|
34
|
-
"@nx/vite": "~21.6.
|
|
29
|
+
"@modelcontextprotocol/sdk": "^1.19.1",
|
|
30
|
+
"@nx/devkit": "~21.6.3",
|
|
31
|
+
"@nx/eslint": "~21.6.3",
|
|
32
|
+
"@nx/js": "~21.6.3",
|
|
33
|
+
"@nx/react": "~21.6.3",
|
|
34
|
+
"@nx/vite": "~21.6.3",
|
|
35
35
|
"@nxlv/python": "~21.2.0",
|
|
36
36
|
"@phenomnomnominal/tsquery": "6.1.3",
|
|
37
37
|
"enquirer": "^2.4.1",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"minimatch": "^10.0.3",
|
|
46
46
|
"openapi-types": "^12.1.3",
|
|
47
47
|
"pip-requirements-js": "^0.2.1",
|
|
48
|
-
"typescript": "~5.9.
|
|
48
|
+
"typescript": "~5.9.3",
|
|
49
49
|
"vite": "^6.3.6",
|
|
50
50
|
"vitest": "^3.2.4",
|
|
51
|
-
"zod": "^4.1.
|
|
51
|
+
"zod": "^4.1.12",
|
|
52
52
|
"zod-v3": "npm:zod@^3.25.76"
|
|
53
53
|
},
|
|
54
54
|
"types": "./src/index.d.ts"
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
|
|
4
4
|
{
|
|
5
|
-
"aws-cdk": "2.1029.
|
|
6
|
-
"aws-cdk-lib": "2.
|
|
5
|
+
"aws-cdk": "2.1029.4",
|
|
6
|
+
"aws-cdk-lib": "2.219.0",
|
|
7
7
|
"constructs": "10.4.2",
|
|
8
8
|
"esbuild": "0.25.10",
|
|
9
9
|
"source-map-support": "0.5.21",
|
|
@@ -21,7 +21,7 @@ exports[`infra generator > should add required dependencies to package.json > de
|
|
|
21
21
|
"@swc-node/register": "~1.9.1",
|
|
22
22
|
"@swc/core": "~1.5.7",
|
|
23
23
|
"@swc/helpers": "~0.5.11",
|
|
24
|
-
"@types/node": "22.18.
|
|
24
|
+
"@types/node": "22.18.8",
|
|
25
25
|
"@vitest/coverage-v8": "^3.0.5",
|
|
26
26
|
"@vitest/ui": "^3.0.0",
|
|
27
27
|
"eslint": "^9.8.0",
|
|
@@ -42,8 +42,8 @@ exports[`infra generator > should add required dependencies to package.json > de
|
|
|
42
42
|
exports[`infra generator > should add required dependencies to package.json > package-json 1`] = `
|
|
43
43
|
{
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"aws-cdk": "2.1029.
|
|
46
|
-
"aws-cdk-lib": "2.
|
|
45
|
+
"aws-cdk": "2.1029.4",
|
|
46
|
+
"aws-cdk-lib": "2.219.0",
|
|
47
47
|
"constructs": "10.4.2",
|
|
48
48
|
"esbuild": "0.25.10",
|
|
49
49
|
"source-map-support": "0.5.21",
|
|
@@ -58,7 +58,7 @@ exports[`infra generator > should add required dependencies to package.json > pa
|
|
|
58
58
|
"@swc-node/register": "~1.9.1",
|
|
59
59
|
"@swc/core": "~1.5.7",
|
|
60
60
|
"@swc/helpers": "~0.5.11",
|
|
61
|
-
"@types/node": "22.18.
|
|
61
|
+
"@types/node": "22.18.8",
|
|
62
62
|
"@vitest/coverage-v8": "^3.0.5",
|
|
63
63
|
"@vitest/ui": "^3.0.0",
|
|
64
64
|
"eslint": "^9.8.0",
|
|
@@ -90,7 +90,7 @@ exports[`infra generator > should configure Checkov target correctly > checkov-t
|
|
|
90
90
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
91
91
|
],
|
|
92
92
|
"options": {
|
|
93
|
-
"command": "uvx checkov==3.2.
|
|
93
|
+
"command": "uvx checkov==3.2.483 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
|
|
94
94
|
},
|
|
95
95
|
"outputs": [
|
|
96
96
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -175,7 +175,7 @@ exports[`infra generator > should configure project.json with correct targets >
|
|
|
175
175
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
176
176
|
],
|
|
177
177
|
"options": {
|
|
178
|
-
"command": "uvx checkov==3.2.
|
|
178
|
+
"command": "uvx checkov==3.2.483 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
|
|
179
179
|
},
|
|
180
180
|
"outputs": [
|
|
181
181
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -714,7 +714,7 @@ exports[`infra generator > should handle custom project names correctly > custom
|
|
|
714
714
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
715
715
|
],
|
|
716
716
|
"options": {
|
|
717
|
-
"command": "uvx checkov==3.2.
|
|
717
|
+
"command": "uvx checkov==3.2.483 --config-file packages/custom-infra/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
|
|
718
718
|
},
|
|
719
719
|
"outputs": [
|
|
720
720
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -871,8 +871,8 @@ exports[`py#mcp-server generator > should match snapshot for generated files > u
|
|
|
871
871
|
name = "proj.test_project"
|
|
872
872
|
version = "0.1.0"
|
|
873
873
|
dependencies = [
|
|
874
|
-
"mcp==1.
|
|
875
|
-
"boto3==1.40.
|
|
874
|
+
"mcp==1.17.0",
|
|
875
|
+
"boto3==1.40.50",
|
|
876
876
|
"aws-opentelemetry-distro==0.12.1"
|
|
877
877
|
]
|
|
878
878
|
|
|
@@ -898,10 +898,10 @@ version = "0.1.0"
|
|
|
898
898
|
dependencies = [
|
|
899
899
|
"aws-opentelemetry-distro==0.12.1",
|
|
900
900
|
"bedrock-agentcore==0.1.7",
|
|
901
|
-
"boto3==1.40.
|
|
902
|
-
"mcp==1.
|
|
903
|
-
"strands-agents==1.
|
|
904
|
-
"strands-agents-tools==0.2.
|
|
901
|
+
"boto3==1.40.50",
|
|
902
|
+
"mcp==1.17.0",
|
|
903
|
+
"strands-agents==1.12.0",
|
|
904
|
+
"strands-agents-tools==0.2.11"
|
|
905
905
|
]
|
|
906
906
|
|
|
907
907
|
[dependency-groups]
|
|
@@ -970,12 +970,12 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
|
|
|
970
970
|
"snapshot-server": "./src/snapshot-server/stdio.js"
|
|
971
971
|
},
|
|
972
972
|
"dependencies": {
|
|
973
|
-
"@modelcontextprotocol/sdk": "1.
|
|
973
|
+
"@modelcontextprotocol/sdk": "1.19.1",
|
|
974
974
|
"express": "5.1.0",
|
|
975
975
|
"zod-v3": "npm:zod@^3"
|
|
976
976
|
},
|
|
977
977
|
"devDependencies": {
|
|
978
|
-
"@modelcontextprotocol/inspector": "0.
|
|
978
|
+
"@modelcontextprotocol/inspector": "0.17.0",
|
|
979
979
|
"@types/express": "5.0.3",
|
|
980
980
|
"tsx": "4.20.6"
|
|
981
981
|
}
|
|
@@ -242,7 +242,7 @@ export const registerCreateWorkspaceCommandTool = (server: McpServer) => {
|
|
|
242
242
|
text: \`Run the following command to create a workspace:
|
|
243
243
|
|
|
244
244
|
\\\`\\\`\\\`bash
|
|
245
|
-
npx create-nx-workspace@21.6.
|
|
245
|
+
npx create-nx-workspace@21.6.3 \${workspaceName} --pm=\${packageManager} --preset=@aws/nx-plugin --ci=skip --aiAgents
|
|
246
246
|
\\\`\\\`\\\`
|
|
247
247
|
|
|
248
248
|
This will create a new workspace within the \${workspaceName} directory.
|
|
@@ -1069,14 +1069,14 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1069
1069
|
"{
|
|
1070
1070
|
"name": "@proj/source",
|
|
1071
1071
|
"dependencies": {
|
|
1072
|
-
"@cloudscape-design/board-components": "3.0.
|
|
1073
|
-
"@cloudscape-design/components": "3.0.
|
|
1072
|
+
"@cloudscape-design/board-components": "3.0.122",
|
|
1073
|
+
"@cloudscape-design/components": "3.0.1107",
|
|
1074
1074
|
"@cloudscape-design/global-styles": "1.0.46",
|
|
1075
|
-
"aws-cdk-lib": "2.
|
|
1075
|
+
"aws-cdk-lib": "2.219.0",
|
|
1076
1076
|
"constructs": "10.4.2",
|
|
1077
1077
|
"react": "19.0.0",
|
|
1078
1078
|
"react-dom": "19.0.0",
|
|
1079
|
-
"tailwindcss": "4.1.
|
|
1079
|
+
"tailwindcss": "4.1.14"
|
|
1080
1080
|
},
|
|
1081
1081
|
"devDependencies": {
|
|
1082
1082
|
"@eslint/js": "^9.8.0",
|
|
@@ -1090,10 +1090,10 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1090
1090
|
"@swc/cli": "~0.6.0",
|
|
1091
1091
|
"@swc/core": "~1.5.7",
|
|
1092
1092
|
"@swc/helpers": "~0.5.11",
|
|
1093
|
-
"@tailwindcss/vite": "4.1.
|
|
1093
|
+
"@tailwindcss/vite": "4.1.14",
|
|
1094
1094
|
"@testing-library/dom": "10.4.0",
|
|
1095
1095
|
"@testing-library/react": "16.1.0",
|
|
1096
|
-
"@types/node": "22.18.
|
|
1096
|
+
"@types/node": "22.18.8",
|
|
1097
1097
|
"@types/react": "19.0.0",
|
|
1098
1098
|
"@types/react-dom": "19.0.0",
|
|
1099
1099
|
"@vitejs/plugin-react": "^4.2.0",
|
|
@@ -2489,15 +2489,15 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2489
2489
|
"{
|
|
2490
2490
|
"name": "@proj/source",
|
|
2491
2491
|
"dependencies": {
|
|
2492
|
-
"@cloudscape-design/board-components": "3.0.
|
|
2493
|
-
"@cloudscape-design/components": "3.0.
|
|
2492
|
+
"@cloudscape-design/board-components": "3.0.122",
|
|
2493
|
+
"@cloudscape-design/components": "3.0.1107",
|
|
2494
2494
|
"@cloudscape-design/global-styles": "1.0.46",
|
|
2495
|
-
"@tanstack/react-router": "1.132.
|
|
2496
|
-
"aws-cdk-lib": "2.
|
|
2495
|
+
"@tanstack/react-router": "1.132.47",
|
|
2496
|
+
"aws-cdk-lib": "2.219.0",
|
|
2497
2497
|
"constructs": "10.4.2",
|
|
2498
2498
|
"react": "19.0.0",
|
|
2499
2499
|
"react-dom": "19.0.0",
|
|
2500
|
-
"tailwindcss": "4.1.
|
|
2500
|
+
"tailwindcss": "4.1.14"
|
|
2501
2501
|
},
|
|
2502
2502
|
"devDependencies": {
|
|
2503
2503
|
"@eslint/js": "^9.8.0",
|
|
@@ -2511,14 +2511,14 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2511
2511
|
"@swc/cli": "~0.6.0",
|
|
2512
2512
|
"@swc/core": "~1.5.7",
|
|
2513
2513
|
"@swc/helpers": "~0.5.11",
|
|
2514
|
-
"@tailwindcss/vite": "4.1.
|
|
2515
|
-
"@tanstack/router-generator": "1.132.
|
|
2516
|
-
"@tanstack/router-plugin": "1.132.
|
|
2517
|
-
"@tanstack/router-utils": "1.132.
|
|
2518
|
-
"@tanstack/virtual-file-routes": "1.132.
|
|
2514
|
+
"@tailwindcss/vite": "4.1.14",
|
|
2515
|
+
"@tanstack/router-generator": "1.132.47",
|
|
2516
|
+
"@tanstack/router-plugin": "1.132.47",
|
|
2517
|
+
"@tanstack/router-utils": "1.132.31",
|
|
2518
|
+
"@tanstack/virtual-file-routes": "1.132.31",
|
|
2519
2519
|
"@testing-library/dom": "10.4.0",
|
|
2520
2520
|
"@testing-library/react": "16.1.0",
|
|
2521
|
-
"@types/node": "22.18.
|
|
2521
|
+
"@types/node": "22.18.8",
|
|
2522
2522
|
"@types/react": "19.0.0",
|
|
2523
2523
|
"@types/react-dom": "19.0.0",
|
|
2524
2524
|
"@vitejs/plugin-react": "^4.2.0",
|
|
@@ -4585,14 +4585,14 @@ root &&
|
|
|
4585
4585
|
|
|
4586
4586
|
exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
|
|
4587
4587
|
{
|
|
4588
|
-
"@cloudscape-design/board-components": "3.0.
|
|
4589
|
-
"@cloudscape-design/components": "3.0.
|
|
4588
|
+
"@cloudscape-design/board-components": "3.0.122",
|
|
4589
|
+
"@cloudscape-design/components": "3.0.1107",
|
|
4590
4590
|
"@cloudscape-design/global-styles": "1.0.46",
|
|
4591
|
-
"@tanstack/react-router": "1.132.
|
|
4592
|
-
"aws-cdk-lib": "2.
|
|
4591
|
+
"@tanstack/react-router": "1.132.47",
|
|
4592
|
+
"aws-cdk-lib": "2.219.0",
|
|
4593
4593
|
"constructs": "10.4.2",
|
|
4594
4594
|
"react": "19.0.0",
|
|
4595
4595
|
"react-dom": "19.0.0",
|
|
4596
|
-
"tailwindcss": "4.1.
|
|
4596
|
+
"tailwindcss": "4.1.14",
|
|
4597
4597
|
}
|
|
4598
4598
|
`;
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
* Versons for TypeScript dependencies added by generators
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
|
-
readonly '@aws-sdk/client-cognito-identity': "3.
|
|
10
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
11
|
-
readonly '@aws-sdk/credential-provider-cognito-identity': "3.
|
|
9
|
+
readonly '@aws-sdk/client-cognito-identity': "3.901.0";
|
|
10
|
+
readonly '@aws-sdk/credential-providers': "3.901.0";
|
|
11
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.901.0";
|
|
12
12
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
13
13
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
14
14
|
readonly '@aws-lambda-powertools/logger': "2.27.0";
|
|
@@ -18,31 +18,31 @@ export declare const TS_VERSIONS: {
|
|
|
18
18
|
readonly '@middy/core': "6.4.5";
|
|
19
19
|
readonly '@nxlv/python': "21.2.0";
|
|
20
20
|
readonly '@nx-extend/terraform': "9.0.0";
|
|
21
|
-
readonly '@nx/devkit': "21.6.
|
|
22
|
-
readonly 'create-nx-workspace': "21.6.
|
|
23
|
-
readonly '@modelcontextprotocol/sdk': "1.
|
|
24
|
-
readonly '@modelcontextprotocol/inspector': "0.
|
|
25
|
-
readonly '@tanstack/react-router': "1.132.
|
|
26
|
-
readonly '@tanstack/router-plugin': "1.132.
|
|
27
|
-
readonly '@tanstack/router-generator': "1.132.
|
|
28
|
-
readonly '@tanstack/virtual-file-routes': "1.132.
|
|
29
|
-
readonly '@tanstack/router-utils': "1.132.
|
|
30
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
31
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
21
|
+
readonly '@nx/devkit': "21.6.3";
|
|
22
|
+
readonly 'create-nx-workspace': "21.6.3";
|
|
23
|
+
readonly '@modelcontextprotocol/sdk': "1.19.1";
|
|
24
|
+
readonly '@modelcontextprotocol/inspector': "0.17.0";
|
|
25
|
+
readonly '@tanstack/react-router': "1.132.47";
|
|
26
|
+
readonly '@tanstack/router-plugin': "1.132.47";
|
|
27
|
+
readonly '@tanstack/router-generator': "1.132.47";
|
|
28
|
+
readonly '@tanstack/virtual-file-routes': "1.132.31";
|
|
29
|
+
readonly '@tanstack/router-utils': "1.132.31";
|
|
30
|
+
readonly '@cloudscape-design/board-components': "3.0.122";
|
|
31
|
+
readonly '@cloudscape-design/components': "3.0.1107";
|
|
32
32
|
readonly '@cloudscape-design/global-styles': "1.0.46";
|
|
33
33
|
readonly '@tanstack/react-query': "5.90.2";
|
|
34
34
|
readonly '@tanstack/react-query-devtools': "5.90.2";
|
|
35
35
|
readonly '@trpc/tanstack-react-query': "11.6.0";
|
|
36
36
|
readonly '@trpc/client': "11.6.0";
|
|
37
37
|
readonly '@trpc/server': "11.6.0";
|
|
38
|
-
readonly '@types/node': "22.18.
|
|
39
|
-
readonly '@types/aws-lambda': "8.10.
|
|
38
|
+
readonly '@types/node': "22.18.8";
|
|
39
|
+
readonly '@types/aws-lambda': "8.10.155";
|
|
40
40
|
readonly '@types/cors': "2.8.19";
|
|
41
41
|
readonly '@types/express': "5.0.3";
|
|
42
42
|
readonly '@smithy/types': "4.6.0";
|
|
43
43
|
readonly aws4fetch: "1.0.20";
|
|
44
|
-
readonly 'aws-cdk': "2.1029.
|
|
45
|
-
readonly 'aws-cdk-lib': "2.
|
|
44
|
+
readonly 'aws-cdk': "2.1029.4";
|
|
45
|
+
readonly 'aws-cdk-lib': "2.219.0";
|
|
46
46
|
readonly 'aws-xray-sdk-core': "3.10.3";
|
|
47
47
|
readonly constructs: "10.4.2";
|
|
48
48
|
readonly cors: "2.8.5";
|
|
@@ -57,13 +57,13 @@ export declare const TS_VERSIONS: {
|
|
|
57
57
|
readonly prettier: "3.6.2";
|
|
58
58
|
readonly 'react-oidc-context': "3.3.0";
|
|
59
59
|
readonly rimraf: "6.0.1";
|
|
60
|
-
readonly rolldown: "1.0.0-beta.
|
|
60
|
+
readonly rolldown: "1.0.0-beta.42";
|
|
61
61
|
readonly 'source-map-support': "0.5.21";
|
|
62
|
-
readonly tailwindcss: "4.1.
|
|
63
|
-
readonly '@tailwindcss/vite': "4.1.
|
|
62
|
+
readonly tailwindcss: "4.1.14";
|
|
63
|
+
readonly '@tailwindcss/vite': "4.1.14";
|
|
64
64
|
readonly tsx: "4.20.6";
|
|
65
65
|
readonly 'vite-tsconfig-paths': "5.1.4";
|
|
66
|
-
readonly zod: "4.1.
|
|
66
|
+
readonly zod: "4.1.12";
|
|
67
67
|
readonly 'zod-v3': "npm:zod@^3";
|
|
68
68
|
};
|
|
69
69
|
export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
@@ -71,26 +71,26 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
71
71
|
* Add versions to the given dependencies
|
|
72
72
|
*/
|
|
73
73
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
74
|
-
[k: string]: "3.
|
|
74
|
+
[k: string]: "3.901.0" | "1.0.0-alpha.10" | "2.27.0" | "6.4.5" | "21.2.0" | "9.0.0" | "21.6.3" | "1.19.1" | "0.17.0" | "1.132.47" | "1.132.31" | "3.0.122" | "3.0.1107" | "1.0.46" | "5.90.2" | "11.6.0" | "22.18.8" | "8.10.155" | "2.8.19" | "5.0.3" | "4.6.0" | "1.0.20" | "2.1029.4" | "2.219.0" | "3.10.3" | "10.4.2" | "2.8.5" | "0.25.10" | "5.5.4" | "5.1.0" | "2.4.1" | "4.0.0" | "2.0.0" | "19.0.0" | "3.3.0" | "3.6.2" | "6.0.1" | "1.0.0-beta.42" | "0.5.21" | "4.1.14" | "4.20.6" | "5.1.4" | "4.1.12" | "npm:zod@^3";
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* Versions for Python dependencies added by generators
|
|
78
78
|
*/
|
|
79
79
|
export declare const PY_VERSIONS: {
|
|
80
|
-
readonly 'aws-lambda-powertools': "==3.
|
|
81
|
-
readonly 'aws-lambda-powertools[tracer]': "==3.
|
|
82
|
-
readonly 'aws-lambda-powertools[parser]': "==3.
|
|
80
|
+
readonly 'aws-lambda-powertools': "==3.21.0";
|
|
81
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.21.0";
|
|
82
|
+
readonly 'aws-lambda-powertools[parser]': "==3.21.0";
|
|
83
83
|
readonly 'aws-opentelemetry-distro': "==0.12.1";
|
|
84
84
|
readonly 'bedrock-agentcore': "==0.1.7";
|
|
85
|
-
readonly boto3: "==1.40.
|
|
86
|
-
readonly checkov: "==3.2.
|
|
87
|
-
readonly fastapi: "==0.
|
|
88
|
-
readonly 'fastapi[standard]': "==0.
|
|
85
|
+
readonly boto3: "==1.40.50";
|
|
86
|
+
readonly checkov: "==3.2.483";
|
|
87
|
+
readonly fastapi: "==0.119.0";
|
|
88
|
+
readonly 'fastapi[standard]': "==0.119.0";
|
|
89
89
|
readonly mangum: "==0.19.0";
|
|
90
|
-
readonly mcp: "==1.
|
|
90
|
+
readonly mcp: "==1.17.0";
|
|
91
91
|
readonly 'pip-check-updates': "==0.27.0";
|
|
92
|
-
readonly 'strands-agents': "==1.
|
|
93
|
-
readonly 'strands-agents-tools': "==0.2.
|
|
92
|
+
readonly 'strands-agents': "==1.12.0";
|
|
93
|
+
readonly 'strands-agents-tools': "==0.2.11";
|
|
94
94
|
};
|
|
95
95
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
|
96
96
|
/**
|
package/src/utils/versions.js
CHANGED
|
@@ -9,9 +9,9 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
|
|
|
9
9
|
* Versons for TypeScript dependencies added by generators
|
|
10
10
|
*/
|
|
11
11
|
exports.TS_VERSIONS = {
|
|
12
|
-
'@aws-sdk/client-cognito-identity': '3.
|
|
13
|
-
'@aws-sdk/credential-providers': '3.
|
|
14
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.
|
|
12
|
+
'@aws-sdk/client-cognito-identity': '3.901.0',
|
|
13
|
+
'@aws-sdk/credential-providers': '3.901.0',
|
|
14
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.901.0',
|
|
15
15
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
16
16
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
17
17
|
'@aws-lambda-powertools/logger': '2.27.0',
|
|
@@ -21,31 +21,31 @@ exports.TS_VERSIONS = {
|
|
|
21
21
|
'@middy/core': '6.4.5',
|
|
22
22
|
'@nxlv/python': '21.2.0',
|
|
23
23
|
'@nx-extend/terraform': '9.0.0',
|
|
24
|
-
'@nx/devkit': '21.6.
|
|
25
|
-
'create-nx-workspace': '21.6.
|
|
26
|
-
'@modelcontextprotocol/sdk': '1.
|
|
27
|
-
'@modelcontextprotocol/inspector': '0.
|
|
28
|
-
'@tanstack/react-router': '1.132.
|
|
29
|
-
'@tanstack/router-plugin': '1.132.
|
|
30
|
-
'@tanstack/router-generator': '1.132.
|
|
31
|
-
'@tanstack/virtual-file-routes': '1.132.
|
|
32
|
-
'@tanstack/router-utils': '1.132.
|
|
33
|
-
'@cloudscape-design/board-components': '3.0.
|
|
34
|
-
'@cloudscape-design/components': '3.0.
|
|
24
|
+
'@nx/devkit': '21.6.3',
|
|
25
|
+
'create-nx-workspace': '21.6.3',
|
|
26
|
+
'@modelcontextprotocol/sdk': '1.19.1',
|
|
27
|
+
'@modelcontextprotocol/inspector': '0.17.0',
|
|
28
|
+
'@tanstack/react-router': '1.132.47',
|
|
29
|
+
'@tanstack/router-plugin': '1.132.47',
|
|
30
|
+
'@tanstack/router-generator': '1.132.47',
|
|
31
|
+
'@tanstack/virtual-file-routes': '1.132.31',
|
|
32
|
+
'@tanstack/router-utils': '1.132.31',
|
|
33
|
+
'@cloudscape-design/board-components': '3.0.122',
|
|
34
|
+
'@cloudscape-design/components': '3.0.1107',
|
|
35
35
|
'@cloudscape-design/global-styles': '1.0.46',
|
|
36
36
|
'@tanstack/react-query': '5.90.2',
|
|
37
37
|
'@tanstack/react-query-devtools': '5.90.2',
|
|
38
38
|
'@trpc/tanstack-react-query': '11.6.0',
|
|
39
39
|
'@trpc/client': '11.6.0',
|
|
40
40
|
'@trpc/server': '11.6.0',
|
|
41
|
-
'@types/node': '22.18.
|
|
42
|
-
'@types/aws-lambda': '8.10.
|
|
41
|
+
'@types/node': '22.18.8',
|
|
42
|
+
'@types/aws-lambda': '8.10.155',
|
|
43
43
|
'@types/cors': '2.8.19',
|
|
44
44
|
'@types/express': '5.0.3',
|
|
45
45
|
'@smithy/types': '4.6.0',
|
|
46
46
|
aws4fetch: '1.0.20',
|
|
47
|
-
'aws-cdk': '2.1029.
|
|
48
|
-
'aws-cdk-lib': '2.
|
|
47
|
+
'aws-cdk': '2.1029.4',
|
|
48
|
+
'aws-cdk-lib': '2.219.0',
|
|
49
49
|
'aws-xray-sdk-core': '3.10.3',
|
|
50
50
|
constructs: '10.4.2',
|
|
51
51
|
cors: '2.8.5',
|
|
@@ -60,13 +60,13 @@ exports.TS_VERSIONS = {
|
|
|
60
60
|
prettier: '3.6.2',
|
|
61
61
|
'react-oidc-context': '3.3.0',
|
|
62
62
|
rimraf: '6.0.1',
|
|
63
|
-
rolldown: '1.0.0-beta.
|
|
63
|
+
rolldown: '1.0.0-beta.42',
|
|
64
64
|
'source-map-support': '0.5.21',
|
|
65
|
-
tailwindcss: '4.1.
|
|
66
|
-
'@tailwindcss/vite': '4.1.
|
|
65
|
+
tailwindcss: '4.1.14',
|
|
66
|
+
'@tailwindcss/vite': '4.1.14',
|
|
67
67
|
tsx: '4.20.6', // https://github.com/privatenumber/tsx/issues/727
|
|
68
68
|
'vite-tsconfig-paths': '5.1.4',
|
|
69
|
-
zod: '4.1.
|
|
69
|
+
zod: '4.1.12',
|
|
70
70
|
// TODO: remove zod-v3 when @modelcontextprotocol/sdk upgrades to Zod v4 or standard schema
|
|
71
71
|
// https://github.com/modelcontextprotocol/typescript-sdk/issues/164
|
|
72
72
|
'zod-v3': 'npm:zod@^3',
|
|
@@ -80,20 +80,20 @@ exports.withVersions = withVersions;
|
|
|
80
80
|
* Versions for Python dependencies added by generators
|
|
81
81
|
*/
|
|
82
82
|
exports.PY_VERSIONS = {
|
|
83
|
-
'aws-lambda-powertools': '==3.
|
|
84
|
-
'aws-lambda-powertools[tracer]': '==3.
|
|
85
|
-
'aws-lambda-powertools[parser]': '==3.
|
|
83
|
+
'aws-lambda-powertools': '==3.21.0',
|
|
84
|
+
'aws-lambda-powertools[tracer]': '==3.21.0',
|
|
85
|
+
'aws-lambda-powertools[parser]': '==3.21.0',
|
|
86
86
|
'aws-opentelemetry-distro': '==0.12.1',
|
|
87
87
|
'bedrock-agentcore': '==0.1.7',
|
|
88
|
-
boto3: '==1.40.
|
|
89
|
-
checkov: '==3.2.
|
|
90
|
-
fastapi: '==0.
|
|
91
|
-
'fastapi[standard]': '==0.
|
|
88
|
+
boto3: '==1.40.50',
|
|
89
|
+
checkov: '==3.2.483',
|
|
90
|
+
fastapi: '==0.119.0',
|
|
91
|
+
'fastapi[standard]': '==0.119.0',
|
|
92
92
|
mangum: '==0.19.0',
|
|
93
|
-
mcp: '==1.
|
|
93
|
+
mcp: '==1.17.0',
|
|
94
94
|
'pip-check-updates': '==0.27.0',
|
|
95
|
-
'strands-agents': '==1.
|
|
96
|
-
'strands-agents-tools': '==0.2.
|
|
95
|
+
'strands-agents': '==1.12.0',
|
|
96
|
+
'strands-agents-tools': '==0.2.11',
|
|
97
97
|
};
|
|
98
98
|
/**
|
|
99
99
|
* Add versions to the given dependencies
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,kCAAkC,EAAE,SAAS;IAC7C,+BAA+B,EAAE,SAAS;IAC1C,+CAA+C,EAAE,SAAS;IAC1D,+BAA+B,EAAE,gBAAgB;IACjD,yBAAyB,EAAE,gBAAgB;IAC3C,+BAA+B,EAAE,QAAQ;IACzC,gCAAgC,EAAE,QAAQ;IAC1C,+BAA+B,EAAE,QAAQ;IACzC,+BAA+B,EAAE,QAAQ;IACzC,aAAa,EAAE,OAAO;IACtB,cAAc,EAAE,QAAQ;IACxB,sBAAsB,EAAE,OAAO;IAC/B,YAAY,EAAE,QAAQ;IACtB,qBAAqB,EAAE,QAAQ;IAC/B,2BAA2B,EAAE,QAAQ;IACrC,iCAAiC,EAAE,QAAQ;IAC3C,wBAAwB,EAAE,UAAU;IACpC,yBAAyB,EAAE,UAAU;IACrC,4BAA4B,EAAE,UAAU;IACxC,+BAA+B,EAAE,UAAU;IAC3C,wBAAwB,EAAE,UAAU;IACpC,qCAAqC,EAAE,SAAS;IAChD,+BAA+B,EAAE,UAAU;IAC3C,kCAAkC,EAAE,QAAQ;IAC5C,uBAAuB,EAAE,QAAQ;IACjC,gCAAgC,EAAE,QAAQ;IAC1C,4BAA4B,EAAE,QAAQ;IACtC,cAAc,EAAE,QAAQ;IACxB,cAAc,EAAE,QAAQ;IACxB,aAAa,EAAE,SAAS;IACxB,mBAAmB,EAAE,UAAU;IAC/B,aAAa,EAAE,QAAQ;IACvB,gBAAgB,EAAE,OAAO;IACzB,eAAe,EAAE,OAAO;IACxB,SAAS,EAAE,QAAQ;IACnB,SAAS,EAAE,UAAU;IACrB,aAAa,EAAE,SAAS;IACxB,mBAAmB,EAAE,QAAQ;IAC7B,UAAU,EAAE,QAAQ;IACpB,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,SAAS;IAClB,wBAAwB,EAAE,OAAO;IACjC,OAAO,EAAE,OAAO;IAChB,qBAAqB,EAAE,OAAO;IAC9B,cAAc,EAAE,OAAO;IACvB,GAAG,EAAE,OAAO;IACZ,mBAAmB,EAAE,QAAQ;IAC7B,gBAAgB,EAAE,OAAO;IACzB,QAAQ,EAAE,OAAO;IACjB,oBAAoB,EAAE,OAAO;IAC7B,MAAM,EAAE,OAAO;IACf,QAAQ,EAAE,eAAe;IACzB,oBAAoB,EAAE,QAAQ;IAC9B,WAAW,EAAE,QAAQ;IACrB,mBAAmB,EAAE,QAAQ;IAC7B,GAAG,EAAE,QAAQ,EAAE,kDAAkD;IACjE,qBAAqB,EAAE,OAAO;IAC9B,GAAG,EAAE,QAAQ;IACb,2FAA2F;IAC3F,oEAAoE;IACpE,QAAQ,EAAE,YAAY;CACd,CAAC;AAGX;;GAEG;AACI,MAAM,YAAY,GAAG,CAAC,IAAqB,EAAE,EAAE,CACpD,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,mBAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AADpD,QAAA,YAAY,gBACwC;AAEjE;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,uBAAuB,EAAE,UAAU;IACnC,+BAA+B,EAAE,UAAU;IAC3C,+BAA+B,EAAE,UAAU;IAC3C,0BAA0B,EAAE,UAAU;IACtC,mBAAmB,EAAE,SAAS;IAC9B,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,WAAW;IACpB,OAAO,EAAE,WAAW;IACpB,mBAAmB,EAAE,WAAW;IAChC,MAAM,EAAE,UAAU;IAClB,GAAG,EAAE,UAAU;IACf,mBAAmB,EAAE,UAAU;IAC/B,gBAAgB,EAAE,UAAU;IAC5B,sBAAsB,EAAE,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
|