@aws/nx-plugin 0.114.2 → 0.115.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/LICENSE-THIRD-PARTY +4629 -5062
- package/package.json +11 -11
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +23 -23
- package/src/preset/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +7 -7
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/lib/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +10 -4
- package/src/ts/rdb/files/src/prisma.ts.template +10 -4
- package/src/ts/rdb/mcp-server-connection/__snapshots__/generator.spec.ts.snap +42 -0
- package/src/ts/rdb/mcp-server-connection/generator.js +4 -0
- package/src/ts/rdb/mcp-server-connection/generator.js.map +1 -1
- package/src/ts/rdb/strands-agent-connection/__snapshots__/generator.spec.ts.snap +63 -0
- package/src/ts/rdb/strands-agent-connection/generator.js +4 -0
- package/src/ts/rdb/strands-agent-connection/generator.js.map +1 -1
- package/src/ts/rdb/utils.d.ts +6 -0
- package/src/ts/rdb/utils.js +20 -0
- package/src/ts/rdb/utils.js.map +1 -0
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +56 -50
- package/src/ts/react-website/app/generator.js +7 -0
- package/src/ts/react-website/app/generator.js.map +1 -1
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.spec.ts.snap +7 -5
- package/src/ts/strands-agent/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/utils/identity-constructs/files/cdk/core/user-identity.ts.template +7 -6
- package/src/utils/versions.d.ts +67 -67
- package/src/utils/versions.js +66 -66
- package/src/utils/versions.js.map +1 -1
|
@@ -1064,24 +1064,24 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1064
1064
|
"{
|
|
1065
1065
|
"name": "@proj/source",
|
|
1066
1066
|
"dependencies": {
|
|
1067
|
-
"@cloudscape-design/board-components": "3.0.
|
|
1068
|
-
"@cloudscape-design/components": "3.0.
|
|
1069
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
1070
|
-
"aws-cdk-lib": "2.
|
|
1067
|
+
"@cloudscape-design/board-components": "3.0.180",
|
|
1068
|
+
"@cloudscape-design/components": "3.0.1297",
|
|
1069
|
+
"@cloudscape-design/global-styles": "1.0.59",
|
|
1070
|
+
"aws-cdk-lib": "2.254.0",
|
|
1071
1071
|
"constructs": "10.6.0",
|
|
1072
|
-
"react": "19.2.
|
|
1073
|
-
"react-dom": "19.2.
|
|
1072
|
+
"react": "19.2.6",
|
|
1073
|
+
"react-dom": "19.2.6",
|
|
1074
1074
|
"tailwindcss": "4.2.2"
|
|
1075
1075
|
},
|
|
1076
1076
|
"devDependencies": {
|
|
1077
1077
|
"@eslint/js": "^9.8.0",
|
|
1078
|
-
"@nx/eslint": "22.7.
|
|
1079
|
-
"@nx/eslint-plugin": "22.7.
|
|
1080
|
-
"@nx/js": "22.7.
|
|
1081
|
-
"@nx/react": "22.7.
|
|
1082
|
-
"@nx/vite": "22.7.
|
|
1083
|
-
"@nx/vitest": "22.7.
|
|
1084
|
-
"@nx/web": "22.7.
|
|
1078
|
+
"@nx/eslint": "22.7.2",
|
|
1079
|
+
"@nx/eslint-plugin": "22.7.2",
|
|
1080
|
+
"@nx/js": "22.7.2",
|
|
1081
|
+
"@nx/react": "22.7.2",
|
|
1082
|
+
"@nx/vite": "22.7.2",
|
|
1083
|
+
"@nx/vitest": "22.7.2",
|
|
1084
|
+
"@nx/web": "22.7.2",
|
|
1085
1085
|
"@swc-node/register": "~1.11.1",
|
|
1086
1086
|
"@swc/cli": "~0.8.0",
|
|
1087
1087
|
"@swc/core": "~1.15.5",
|
|
@@ -1089,12 +1089,12 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1089
1089
|
"@tailwindcss/vite": "4.2.2",
|
|
1090
1090
|
"@testing-library/dom": "10.4.0",
|
|
1091
1091
|
"@testing-library/react": "16.3.0",
|
|
1092
|
-
"@types/node": "25.
|
|
1092
|
+
"@types/node": "25.8.0",
|
|
1093
1093
|
"@types/react": "^19.0.0",
|
|
1094
1094
|
"@types/react-dom": "^19.0.0",
|
|
1095
1095
|
"@vitejs/plugin-react": "^6.0.0",
|
|
1096
|
-
"@vitest/coverage-v8": "4.1.
|
|
1097
|
-
"@vitest/ui": "4.1.
|
|
1096
|
+
"@vitest/coverage-v8": "4.1.6",
|
|
1097
|
+
"@vitest/ui": "4.1.6",
|
|
1098
1098
|
"eslint": "^9.8.0",
|
|
1099
1099
|
"eslint-config-prettier": "^10.0.0",
|
|
1100
1100
|
"eslint-plugin-import": "2.31.0",
|
|
@@ -1109,9 +1109,12 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1109
1109
|
"typescript": "~5.9.2",
|
|
1110
1110
|
"typescript-eslint": "^8.40.0",
|
|
1111
1111
|
"vite": "8.0.8",
|
|
1112
|
-
"vitest": "4.1.
|
|
1112
|
+
"vitest": "4.1.6"
|
|
1113
1113
|
},
|
|
1114
|
-
"type": "module"
|
|
1114
|
+
"type": "module",
|
|
1115
|
+
"scripts": {
|
|
1116
|
+
"dev": "nx serve-local @proj/test-app"
|
|
1117
|
+
}
|
|
1115
1118
|
}
|
|
1116
1119
|
"
|
|
1117
1120
|
`;
|
|
@@ -1165,7 +1168,7 @@ export default [
|
|
|
1165
1168
|
{
|
|
1166
1169
|
ignoredFiles: [
|
|
1167
1170
|
'{projectRoot}/eslint.config.{js,cjs,mjs,ts,cts,mts}',
|
|
1168
|
-
'{projectRoot}/
|
|
1171
|
+
'{projectRoot}/vitest.config.{js,ts,mjs,mts}',
|
|
1169
1172
|
],
|
|
1170
1173
|
},
|
|
1171
1174
|
],
|
|
@@ -2681,42 +2684,42 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2681
2684
|
"{
|
|
2682
2685
|
"name": "@proj/source",
|
|
2683
2686
|
"dependencies": {
|
|
2684
|
-
"@cloudscape-design/board-components": "3.0.
|
|
2685
|
-
"@cloudscape-design/components": "3.0.
|
|
2686
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
2687
|
-
"@tanstack/react-router": "1.
|
|
2688
|
-
"aws-cdk-lib": "2.
|
|
2687
|
+
"@cloudscape-design/board-components": "3.0.180",
|
|
2688
|
+
"@cloudscape-design/components": "3.0.1297",
|
|
2689
|
+
"@cloudscape-design/global-styles": "1.0.59",
|
|
2690
|
+
"@tanstack/react-router": "1.170.4",
|
|
2691
|
+
"aws-cdk-lib": "2.254.0",
|
|
2689
2692
|
"constructs": "10.6.0",
|
|
2690
|
-
"react": "19.2.
|
|
2691
|
-
"react-dom": "19.2.
|
|
2693
|
+
"react": "19.2.6",
|
|
2694
|
+
"react-dom": "19.2.6",
|
|
2692
2695
|
"tailwindcss": "4.2.2"
|
|
2693
2696
|
},
|
|
2694
2697
|
"devDependencies": {
|
|
2695
2698
|
"@eslint/js": "^9.8.0",
|
|
2696
|
-
"@nx/eslint": "22.7.
|
|
2697
|
-
"@nx/eslint-plugin": "22.7.
|
|
2698
|
-
"@nx/js": "22.7.
|
|
2699
|
-
"@nx/react": "22.7.
|
|
2700
|
-
"@nx/vite": "22.7.
|
|
2701
|
-
"@nx/vitest": "22.7.
|
|
2702
|
-
"@nx/web": "22.7.
|
|
2699
|
+
"@nx/eslint": "22.7.2",
|
|
2700
|
+
"@nx/eslint-plugin": "22.7.2",
|
|
2701
|
+
"@nx/js": "22.7.2",
|
|
2702
|
+
"@nx/react": "22.7.2",
|
|
2703
|
+
"@nx/vite": "22.7.2",
|
|
2704
|
+
"@nx/vitest": "22.7.2",
|
|
2705
|
+
"@nx/web": "22.7.2",
|
|
2703
2706
|
"@swc-node/register": "~1.11.1",
|
|
2704
2707
|
"@swc/cli": "~0.8.0",
|
|
2705
2708
|
"@swc/core": "~1.15.5",
|
|
2706
2709
|
"@swc/helpers": "~0.5.18",
|
|
2707
2710
|
"@tailwindcss/vite": "4.2.2",
|
|
2708
|
-
"@tanstack/router-generator": "1.
|
|
2709
|
-
"@tanstack/router-plugin": "1.
|
|
2710
|
-
"@tanstack/router-utils": "1.
|
|
2711
|
-
"@tanstack/virtual-file-routes": "1.
|
|
2711
|
+
"@tanstack/router-generator": "1.167.5",
|
|
2712
|
+
"@tanstack/router-plugin": "1.168.6",
|
|
2713
|
+
"@tanstack/router-utils": "1.162.0",
|
|
2714
|
+
"@tanstack/virtual-file-routes": "1.162.0",
|
|
2712
2715
|
"@testing-library/dom": "10.4.0",
|
|
2713
2716
|
"@testing-library/react": "16.3.0",
|
|
2714
|
-
"@types/node": "25.
|
|
2717
|
+
"@types/node": "25.8.0",
|
|
2715
2718
|
"@types/react": "^19.0.0",
|
|
2716
2719
|
"@types/react-dom": "^19.0.0",
|
|
2717
2720
|
"@vitejs/plugin-react": "^6.0.0",
|
|
2718
|
-
"@vitest/coverage-v8": "4.1.
|
|
2719
|
-
"@vitest/ui": "4.1.
|
|
2721
|
+
"@vitest/coverage-v8": "4.1.6",
|
|
2722
|
+
"@vitest/ui": "4.1.6",
|
|
2720
2723
|
"eslint": "^9.8.0",
|
|
2721
2724
|
"eslint-config-prettier": "^10.0.0",
|
|
2722
2725
|
"eslint-plugin-import": "2.31.0",
|
|
@@ -2731,9 +2734,12 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2731
2734
|
"typescript": "~5.9.2",
|
|
2732
2735
|
"typescript-eslint": "^8.40.0",
|
|
2733
2736
|
"vite": "8.0.8",
|
|
2734
|
-
"vitest": "4.1.
|
|
2737
|
+
"vitest": "4.1.6"
|
|
2735
2738
|
},
|
|
2736
|
-
"type": "module"
|
|
2739
|
+
"type": "module",
|
|
2740
|
+
"scripts": {
|
|
2741
|
+
"dev": "nx serve-local @proj/test-app"
|
|
2742
|
+
}
|
|
2737
2743
|
}
|
|
2738
2744
|
"
|
|
2739
2745
|
`;
|
|
@@ -2787,7 +2793,7 @@ export default [
|
|
|
2787
2793
|
{
|
|
2788
2794
|
ignoredFiles: [
|
|
2789
2795
|
'{projectRoot}/eslint.config.{js,cjs,mjs,ts,cts,mts}',
|
|
2790
|
-
'{projectRoot}/
|
|
2796
|
+
'{projectRoot}/vitest.config.{js,ts,mjs,mts}',
|
|
2791
2797
|
],
|
|
2792
2798
|
},
|
|
2793
2799
|
],
|
|
@@ -4963,14 +4969,14 @@ root &&
|
|
|
4963
4969
|
|
|
4964
4970
|
exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
|
|
4965
4971
|
{
|
|
4966
|
-
"@cloudscape-design/board-components": "3.0.
|
|
4967
|
-
"@cloudscape-design/components": "3.0.
|
|
4968
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
4969
|
-
"@tanstack/react-router": "1.
|
|
4970
|
-
"aws-cdk-lib": "2.
|
|
4972
|
+
"@cloudscape-design/board-components": "3.0.180",
|
|
4973
|
+
"@cloudscape-design/components": "3.0.1297",
|
|
4974
|
+
"@cloudscape-design/global-styles": "1.0.59",
|
|
4975
|
+
"@tanstack/react-router": "1.170.4",
|
|
4976
|
+
"aws-cdk-lib": "2.254.0",
|
|
4971
4977
|
"constructs": "10.6.0",
|
|
4972
|
-
"react": "19.2.
|
|
4973
|
-
"react-dom": "19.2.
|
|
4978
|
+
"react": "19.2.6",
|
|
4979
|
+
"react-dom": "19.2.6",
|
|
4974
4980
|
"tailwindcss": "4.2.2",
|
|
4975
4981
|
}
|
|
4976
4982
|
`;
|
|
@@ -292,6 +292,13 @@ async function tsReactWebsiteGenerator(tree, schema) {
|
|
|
292
292
|
devDependencies.push('@tanstack/router-plugin', '@tanstack/router-generator', '@tanstack/virtual-file-routes', '@tanstack/router-utils');
|
|
293
293
|
}
|
|
294
294
|
(0, devkit_1.addDependenciesToPackageJson)(tree, (0, versions_1.withVersions)(dependencies), (0, versions_1.withVersions)(devDependencies));
|
|
295
|
+
(0, devkit_1.updateJson)(tree, 'package.json', (pkgJson) => {
|
|
296
|
+
pkgJson.scripts ??= {};
|
|
297
|
+
if (!pkgJson.scripts.dev) {
|
|
298
|
+
pkgJson.scripts.dev = `nx serve-local ${fullyQualifiedName}`;
|
|
299
|
+
}
|
|
300
|
+
return pkgJson;
|
|
301
|
+
});
|
|
295
302
|
await (0, metrics_1.addGeneratorMetricsIfApplicable)(tree, [
|
|
296
303
|
exports.REACT_WEBSITE_APP_GENERATOR_INFO,
|
|
297
304
|
]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../packages/nx-plugin/src/ts/react-website/app/generator.ts"],"names":[],"mappings":";;;AAyDA,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../packages/nx-plugin/src/ts/react-website/app/generator.ts"],"names":[],"mappings":"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"}
|
|
@@ -196,11 +196,13 @@ export class UserIdentity extends Construct {
|
|
|
196
196
|
});
|
|
197
197
|
// Retain the SMS role alongside the pool so the pool can still be updated and deleted manually
|
|
198
198
|
const poolCfn = userPool.node.defaultChild as CfnResource;
|
|
199
|
-
const
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
199
|
+
const smsRoleNode = userPool.node.tryFindChild('smsRole');
|
|
200
|
+
if (smsRoleNode) {
|
|
201
|
+
const smsRoleCfn = smsRoleNode.node.defaultChild as CfnResource;
|
|
202
|
+
smsRoleCfn.cfnOptions.deletionPolicy = poolCfn.cfnOptions.deletionPolicy;
|
|
203
|
+
smsRoleCfn.cfnOptions.updateReplacePolicy =
|
|
204
|
+
poolCfn.cfnOptions.updateReplacePolicy;
|
|
205
|
+
}
|
|
204
206
|
return userPool;
|
|
205
207
|
};
|
|
206
208
|
|
|
@@ -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.
|
|
10
|
+
RUN npm install @aws/aws-distro-opentelemetry-node-autoinstrumentation@0.11.0
|
|
11
11
|
|
|
12
12
|
# Copy bundled agent
|
|
13
13
|
COPY index.js /app
|
|
@@ -108,12 +108,13 @@ export class UserIdentity extends Construct {
|
|
|
108
108
|
});
|
|
109
109
|
// Retain the SMS role alongside the pool so the pool can still be updated and deleted manually
|
|
110
110
|
const poolCfn = userPool.node.defaultChild as CfnResource;
|
|
111
|
-
const
|
|
112
|
-
|
|
113
|
-
.node.defaultChild as CfnResource;
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
111
|
+
const smsRoleNode = userPool.node.tryFindChild('smsRole');
|
|
112
|
+
if (smsRoleNode) {
|
|
113
|
+
const smsRoleCfn = smsRoleNode.node.defaultChild as CfnResource;
|
|
114
|
+
smsRoleCfn.cfnOptions.deletionPolicy = poolCfn.cfnOptions.deletionPolicy;
|
|
115
|
+
smsRoleCfn.cfnOptions.updateReplacePolicy =
|
|
116
|
+
poolCfn.cfnOptions.updateReplacePolicy;
|
|
117
|
+
}
|
|
117
118
|
return userPool;
|
|
118
119
|
};
|
|
119
120
|
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
9
|
readonly '@a2a-js/sdk': "0.3.13";
|
|
10
|
-
readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.
|
|
11
|
-
readonly '@aws-sdk/client-dynamodb': "3.
|
|
12
|
-
readonly '@aws-sdk/client-bedrock-runtime': "3.
|
|
13
|
-
readonly '@aws-sdk/client-s3': "3.
|
|
14
|
-
readonly '@aws-sdk/client-sts': "3.
|
|
15
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
16
|
-
readonly '@aws-sdk/client-secrets-manager': "3.
|
|
17
|
-
readonly '@aws-sdk/rds-signer': "3.
|
|
10
|
+
readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.11.0";
|
|
11
|
+
readonly '@aws-sdk/client-dynamodb': "3.1048.0";
|
|
12
|
+
readonly '@aws-sdk/client-bedrock-runtime': "3.1048.0";
|
|
13
|
+
readonly '@aws-sdk/client-s3': "3.1048.0";
|
|
14
|
+
readonly '@aws-sdk/client-sts': "3.1048.0";
|
|
15
|
+
readonly '@aws-sdk/credential-providers': "3.1048.0";
|
|
16
|
+
readonly '@aws-sdk/client-secrets-manager': "3.1048.0";
|
|
17
|
+
readonly '@aws-sdk/rds-signer': "3.1048.0";
|
|
18
18
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
19
19
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
20
20
|
readonly '@aws-lambda-powertools/logger': "2.33.0";
|
|
@@ -22,55 +22,55 @@ export declare const TS_VERSIONS: {
|
|
|
22
22
|
readonly '@aws-lambda-powertools/parameters': "2.33.0";
|
|
23
23
|
readonly '@aws-lambda-powertools/tracer': "2.33.0";
|
|
24
24
|
readonly '@aws-lambda-powertools/parser': "2.33.0";
|
|
25
|
-
readonly '@aws-sdk/client-appconfigdata': "3.
|
|
26
|
-
readonly '@middy/core': "7.
|
|
27
|
-
readonly '@nxlv/python': "22.1.
|
|
25
|
+
readonly '@aws-sdk/client-appconfigdata': "3.1048.0";
|
|
26
|
+
readonly '@middy/core': "7.6.4";
|
|
27
|
+
readonly '@nxlv/python': "22.1.4";
|
|
28
28
|
readonly '@nx-extend/terraform': "10.2.1";
|
|
29
|
-
readonly '@nx/devkit': "22.7.
|
|
30
|
-
readonly '@nx/react': "22.7.
|
|
31
|
-
readonly 'create-nx-workspace': "22.7.
|
|
29
|
+
readonly '@nx/devkit': "22.7.2";
|
|
30
|
+
readonly '@nx/react': "22.7.2";
|
|
31
|
+
readonly 'create-nx-workspace': "22.7.2";
|
|
32
32
|
readonly '@modelcontextprotocol/sdk': "1.29.0";
|
|
33
33
|
readonly '@modelcontextprotocol/inspector': "0.19.0";
|
|
34
34
|
readonly '@ag-ui/client': "0.0.53";
|
|
35
35
|
readonly 'agent-chat-cli': "0.2.0";
|
|
36
|
-
readonly '@copilotkit/react-core': "1.
|
|
36
|
+
readonly '@copilotkit/react-core': "1.57.1";
|
|
37
37
|
readonly rxjs: "7.8.2";
|
|
38
|
-
readonly '@strands-agents/sdk': "1.
|
|
39
|
-
readonly '@tanstack/react-router': "1.
|
|
40
|
-
readonly '@tanstack/router-plugin': "1.
|
|
41
|
-
readonly '@tanstack/router-generator': "1.
|
|
42
|
-
readonly '@tanstack/virtual-file-routes': "1.
|
|
43
|
-
readonly '@tanstack/router-utils': "1.
|
|
44
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
45
|
-
readonly '@cloudscape-design/chat-components': "1.0.
|
|
46
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
47
|
-
readonly '@cloudscape-design/global-styles': "1.0.
|
|
48
|
-
readonly '@tanstack/react-query': "5.100.
|
|
49
|
-
readonly '@tanstack/react-query-devtools': "5.100.
|
|
38
|
+
readonly '@strands-agents/sdk': "1.2.0";
|
|
39
|
+
readonly '@tanstack/react-router': "1.170.4";
|
|
40
|
+
readonly '@tanstack/router-plugin': "1.168.6";
|
|
41
|
+
readonly '@tanstack/router-generator': "1.167.5";
|
|
42
|
+
readonly '@tanstack/virtual-file-routes': "1.162.0";
|
|
43
|
+
readonly '@tanstack/router-utils': "1.162.0";
|
|
44
|
+
readonly '@cloudscape-design/board-components': "3.0.180";
|
|
45
|
+
readonly '@cloudscape-design/chat-components': "1.0.129";
|
|
46
|
+
readonly '@cloudscape-design/components': "3.0.1297";
|
|
47
|
+
readonly '@cloudscape-design/global-styles': "1.0.59";
|
|
48
|
+
readonly '@tanstack/react-query': "5.100.10";
|
|
49
|
+
readonly '@tanstack/react-query-devtools': "5.100.10";
|
|
50
50
|
readonly '@trpc/tanstack-react-query': "11.17.0";
|
|
51
51
|
readonly '@trpc/client': "11.17.0";
|
|
52
52
|
readonly '@trpc/server': "11.17.0";
|
|
53
53
|
readonly dockerode: "5.0.0";
|
|
54
54
|
readonly '@types/dockerode': "4.0.1";
|
|
55
|
-
readonly '@types/node': "25.
|
|
55
|
+
readonly '@types/node': "25.8.0";
|
|
56
56
|
readonly '@types/aws-lambda': "8.10.161";
|
|
57
57
|
readonly '@types/cors': "2.8.19";
|
|
58
58
|
readonly '@types/pg': "8.20.0";
|
|
59
59
|
readonly '@types/ws': "8.18.1";
|
|
60
60
|
readonly '@types/express': "5.0.6";
|
|
61
|
-
readonly '@smithy/config-resolver': "4.
|
|
62
|
-
readonly '@smithy/node-config-provider': "4.3
|
|
63
|
-
readonly '@smithy/node-http-handler': "4.
|
|
64
|
-
readonly '@smithy/types': "4.14.
|
|
65
|
-
readonly '@vitest/coverage-v8': "4.1.
|
|
66
|
-
readonly '@vitest/ui': "4.1.
|
|
67
|
-
readonly '@astrojs/react': "5.0.
|
|
68
|
-
readonly '@astrojs/starlight': "0.
|
|
69
|
-
readonly astro: "6.
|
|
61
|
+
readonly '@smithy/config-resolver': "4.5.3";
|
|
62
|
+
readonly '@smithy/node-config-provider': "4.4.3";
|
|
63
|
+
readonly '@smithy/node-http-handler': "4.7.3";
|
|
64
|
+
readonly '@smithy/types': "4.14.2";
|
|
65
|
+
readonly '@vitest/coverage-v8': "4.1.6";
|
|
66
|
+
readonly '@vitest/ui': "4.1.6";
|
|
67
|
+
readonly '@astrojs/react': "5.0.5";
|
|
68
|
+
readonly '@astrojs/starlight': "0.39.2";
|
|
69
|
+
readonly astro: "6.3.3";
|
|
70
70
|
readonly aws4fetch: "1.0.20";
|
|
71
|
-
readonly 'aws-cdk': "2.
|
|
72
|
-
readonly 'aws-cdk-lib': "2.
|
|
73
|
-
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.
|
|
71
|
+
readonly 'aws-cdk': "2.1122.0";
|
|
72
|
+
readonly 'aws-cdk-lib': "2.254.0";
|
|
73
|
+
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.254.0-alpha.0";
|
|
74
74
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
75
75
|
readonly constructs: "10.6.0";
|
|
76
76
|
readonly cors: "2.8.6";
|
|
@@ -82,18 +82,18 @@ export declare const TS_VERSIONS: {
|
|
|
82
82
|
readonly esbuild: "0.28.0";
|
|
83
83
|
readonly 'event-source-polyfill': "1.0.31";
|
|
84
84
|
readonly '@types/event-source-polyfill': "1.0.5";
|
|
85
|
-
readonly '@typescript-eslint/eslint-plugin': "8.59.
|
|
86
|
-
readonly '@typescript-eslint/parser': "8.59.
|
|
85
|
+
readonly '@typescript-eslint/eslint-plugin': "8.59.3";
|
|
86
|
+
readonly '@typescript-eslint/parser': "8.59.3";
|
|
87
87
|
readonly '@prisma/adapter-mariadb': "7.8.0";
|
|
88
88
|
readonly '@prisma/adapter-pg': "7.8.0";
|
|
89
89
|
readonly '@prisma/client': "7.8.0";
|
|
90
90
|
readonly 'eslint-plugin-prettier': "5.5.5";
|
|
91
91
|
readonly express: "5.2.1";
|
|
92
92
|
readonly 'fast-glob': "3.3.3";
|
|
93
|
-
readonly 'fs-extra': "11.3.
|
|
93
|
+
readonly 'fs-extra': "11.3.5";
|
|
94
94
|
readonly '@types/fs-extra': "11.0.4";
|
|
95
95
|
readonly 'jsonc-eslint-parser': "3.1.0";
|
|
96
|
-
readonly 'typescript-eslint': "8.59.
|
|
96
|
+
readonly 'typescript-eslint': "8.59.3";
|
|
97
97
|
readonly 'make-dir-cli': "4.0.0";
|
|
98
98
|
readonly mariadb: "3.5.2";
|
|
99
99
|
readonly ncp: "2.0.0";
|
|
@@ -103,8 +103,8 @@ export declare const TS_VERSIONS: {
|
|
|
103
103
|
readonly pg: "8.20.0";
|
|
104
104
|
readonly prisma: "7.8.0";
|
|
105
105
|
readonly 'react-oidc-context': "3.3.1";
|
|
106
|
-
readonly react: "19.2.
|
|
107
|
-
readonly 'react-dom': "19.2.
|
|
106
|
+
readonly react: "19.2.6";
|
|
107
|
+
readonly 'react-dom': "19.2.6";
|
|
108
108
|
readonly rimraf: "6.1.3";
|
|
109
109
|
readonly rolldown: "1.0.0-rc.15";
|
|
110
110
|
readonly 'simple-git': "3.36.0";
|
|
@@ -112,48 +112,48 @@ export declare const TS_VERSIONS: {
|
|
|
112
112
|
readonly 'starlight-blog': "0.26.1";
|
|
113
113
|
readonly tailwindcss: "4.2.2";
|
|
114
114
|
readonly '@tailwindcss/vite': "4.2.2";
|
|
115
|
-
readonly tsx: "4.
|
|
116
|
-
readonly 'lucide-react': "1.
|
|
115
|
+
readonly tsx: "4.22.1";
|
|
116
|
+
readonly 'lucide-react': "1.16.0";
|
|
117
117
|
readonly 'radix-ui': "1.4.3";
|
|
118
|
-
readonly shadcn: "4.
|
|
118
|
+
readonly shadcn: "4.7.0";
|
|
119
119
|
readonly 'tw-animate-css': "1.4.0";
|
|
120
|
-
readonly 'tailwind-merge': "3.
|
|
120
|
+
readonly 'tailwind-merge': "3.6.0";
|
|
121
121
|
readonly vite: "8.0.8";
|
|
122
122
|
readonly typescript: "6.0.3";
|
|
123
|
-
readonly vitest: "4.1.
|
|
124
|
-
readonly zod: "4.4.
|
|
125
|
-
readonly ws: "8.20.
|
|
123
|
+
readonly vitest: "4.1.6";
|
|
124
|
+
readonly zod: "4.4.3";
|
|
125
|
+
readonly ws: "8.20.1";
|
|
126
126
|
};
|
|
127
127
|
export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
128
128
|
/**
|
|
129
129
|
* Add versions to the given dependencies
|
|
130
130
|
*/
|
|
131
131
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
132
|
-
[k: string]: "22.7.
|
|
132
|
+
[k: string]: "22.7.2" | "3.8.3" | "1.29.0" | "22.1.4" | "3.3.3" | "4.7.0" | "5.0.0" | "6.0.3" | "4.1.6" | "4.4.3" | "0.3.13" | "0.11.0" | "3.1048.0" | "1.0.0-alpha.10" | "2.33.0" | "7.6.4" | "10.2.1" | "0.19.0" | "0.0.53" | "0.2.0" | "1.57.1" | "7.8.2" | "1.2.0" | "1.170.4" | "1.168.6" | "1.167.5" | "1.162.0" | "3.0.180" | "1.0.129" | "3.0.1297" | "1.0.59" | "5.100.10" | "11.17.0" | "4.0.1" | "25.8.0" | "8.10.161" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.5.3" | "4.7.3" | "4.14.2" | "5.0.5" | "0.39.2" | "6.3.3" | "1.0.20" | "2.1122.0" | "2.254.0" | "2.254.0-alpha.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.3" | "7.8.0" | "5.5.5" | "5.2.1" | "11.3.5" | "11.0.4" | "3.1.0" | "4.0.0" | "3.5.2" | "2.0.0" | "19.6.6" | "3.5.0" | "3.3.1" | "19.2.6" | "6.1.3" | "1.0.0-rc.15" | "3.36.0" | "0.5.21" | "0.26.1" | "4.2.2" | "4.22.1" | "1.16.0" | "1.4.3" | "1.4.0" | "3.6.0" | "8.0.8" | "8.20.1";
|
|
133
133
|
};
|
|
134
134
|
/**
|
|
135
135
|
* Versions for Python dependencies added by generators
|
|
136
136
|
*/
|
|
137
137
|
export declare const PY_VERSIONS: {
|
|
138
138
|
readonly 'ag-ui-protocol': "==0.1.18";
|
|
139
|
-
readonly 'ag-ui-strands': "==0.1.
|
|
140
|
-
readonly 'aws-lambda-powertools': "==3.
|
|
141
|
-
readonly 'aws-lambda-powertools[tracer]': "==3.
|
|
142
|
-
readonly 'aws-lambda-powertools[parser]': "==3.
|
|
139
|
+
readonly 'ag-ui-strands': "==0.1.9";
|
|
140
|
+
readonly 'aws-lambda-powertools': "==3.29.0";
|
|
141
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.29.0";
|
|
142
|
+
readonly 'aws-lambda-powertools[parser]': "==3.29.0";
|
|
143
143
|
readonly 'aws-opentelemetry-distro': "==0.17.0";
|
|
144
|
-
readonly 'bedrock-agentcore': "==1.
|
|
145
|
-
readonly boto3: "==1.43.
|
|
146
|
-
readonly checkov: "==3.2.
|
|
144
|
+
readonly 'bedrock-agentcore': "==1.9.1";
|
|
145
|
+
readonly boto3: "==1.43.9";
|
|
146
|
+
readonly checkov: "==3.2.529";
|
|
147
147
|
readonly fastapi: "==0.136.1";
|
|
148
148
|
readonly 'fastapi[standard]': "==0.136.1";
|
|
149
149
|
readonly httpx: "==0.28.1";
|
|
150
|
-
readonly mcp: "==1.27.
|
|
150
|
+
readonly mcp: "==1.27.1";
|
|
151
151
|
readonly 'pip-check-updates': "==0.28.0";
|
|
152
|
-
readonly 'strands-agents': "==1.
|
|
153
|
-
readonly 'strands-agents[a2a]': "==1.
|
|
154
|
-
readonly 'strands-agents-tools': "==0.5.
|
|
155
|
-
readonly ty: "==0.0.
|
|
156
|
-
readonly uvicorn: "==0.
|
|
152
|
+
readonly 'strands-agents': "==1.40.0";
|
|
153
|
+
readonly 'strands-agents[a2a]': "==1.40.0";
|
|
154
|
+
readonly 'strands-agents-tools': "==0.5.3";
|
|
155
|
+
readonly ty: "==0.0.37";
|
|
156
|
+
readonly uvicorn: "==0.47.0";
|
|
157
157
|
};
|
|
158
158
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
|
159
159
|
/**
|