@aws/nx-plugin 1.0.0-rc.80 → 1.0.0-rc.81
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 +59 -33
- package/migrations.json +21 -21
- package/package.json +5 -5
- package/src/agentcore-gateway/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/migrations/v1.0.0-rc.73/0001-remove-mcp-inspector-license-exceptions/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.73/0002-apt-security-updates-in-container-images/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.74/0001-py-agent-session-id-middleware-extraction/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.75/0001-ts-agent-session-id-middleware-extraction/migration.js.map +1 -0
- package/src/preset/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/agent/__snapshots__/generator.constructs.spec.ts.snap +4 -4
- package/src/py/agent/__snapshots__/generator.frameworks.spec.ts.snap +5 -5
- package/src/py/agent/__snapshots__/generator.protocols.spec.ts.snap +2 -2
- package/src/py/agent/a2a-connection/generator.d.ts +1 -1
- package/src/py/agent/gateway-connection/generator.d.ts +1 -1
- package/src/py/agent/mcp-connection/generator.d.ts +1 -1
- package/src/py/dynamodb/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/fast-api/__snapshots__/generator.terraform.spec.ts.snap +12 -12
- package/src/py/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/py/rdb/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/smithy/project/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +8 -8
- package/src/trpc/backend/__snapshots__/generator.spec.ts.snap +12 -12
- package/src/ts/agent/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/astro-docs/generator.d.ts +2 -0
- package/src/ts/astro-docs/generator.js +7 -0
- package/src/ts/astro-docs/generator.js.map +1 -1
- package/src/ts/dcr-proxy/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/dynamodb/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +25 -25
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +2 -2
- package/src/utils/versions.d.ts +60 -59
- package/src/utils/versions.js +59 -58
- package/src/utils/versions.js.map +1 -1
- package/src/migrations/latest/apt-security-updates-in-container-images/migration.js.map +0 -1
- package/src/migrations/latest/py-agent-session-id-middleware-extraction/migration.js.map +0 -1
- package/src/migrations/latest/remove-mcp-inspector-license-exceptions/migration.js.map +0 -1
- package/src/migrations/latest/ts-agent-session-id-middleware-extraction/migration.js.map +0 -1
- /package/src/migrations/{latest/remove-mcp-inspector-license-exceptions → v1.0.0-rc.73/0001-remove-mcp-inspector-license-exceptions}/metadata.json +0 -0
- /package/src/migrations/{latest/remove-mcp-inspector-license-exceptions → v1.0.0-rc.73/0001-remove-mcp-inspector-license-exceptions}/migration.d.ts +0 -0
- /package/src/migrations/{latest/remove-mcp-inspector-license-exceptions → v1.0.0-rc.73/0001-remove-mcp-inspector-license-exceptions}/migration.js +0 -0
- /package/src/migrations/{latest/apt-security-updates-in-container-images → v1.0.0-rc.73/0002-apt-security-updates-in-container-images}/__snapshots__/migration.spec.ts.snap +0 -0
- /package/src/migrations/{latest/apt-security-updates-in-container-images → v1.0.0-rc.73/0002-apt-security-updates-in-container-images}/metadata.json +0 -0
- /package/src/migrations/{latest/apt-security-updates-in-container-images → v1.0.0-rc.73/0002-apt-security-updates-in-container-images}/migration.d.ts +0 -0
- /package/src/migrations/{latest/apt-security-updates-in-container-images → v1.0.0-rc.73/0002-apt-security-updates-in-container-images}/migration.js +0 -0
- /package/src/migrations/{latest/py-agent-session-id-middleware-extraction → v1.0.0-rc.74/0001-py-agent-session-id-middleware-extraction}/metadata.json +0 -0
- /package/src/migrations/{latest/py-agent-session-id-middleware-extraction → v1.0.0-rc.74/0001-py-agent-session-id-middleware-extraction}/migration.d.ts +0 -0
- /package/src/migrations/{latest/py-agent-session-id-middleware-extraction → v1.0.0-rc.74/0001-py-agent-session-id-middleware-extraction}/migration.js +0 -0
- /package/src/migrations/{latest/ts-agent-session-id-middleware-extraction → v1.0.0-rc.75/0001-ts-agent-session-id-middleware-extraction}/metadata.json +0 -0
- /package/src/migrations/{latest/ts-agent-session-id-middleware-extraction → v1.0.0-rc.75/0001-ts-agent-session-id-middleware-extraction}/migration.d.ts +0 -0
- /package/src/migrations/{latest/ts-agent-session-id-middleware-extraction → v1.0.0-rc.75/0001-ts-agent-session-id-middleware-extraction}/migration.js +0 -0
|
@@ -155,7 +155,7 @@ exports[`ts#mcp-server generator > should match snapshot for Terraform generated
|
|
|
155
155
|
required_providers {
|
|
156
156
|
aws = {
|
|
157
157
|
source = "hashicorp/aws"
|
|
158
|
-
version = "6.
|
|
158
|
+
version = "6.61.0"
|
|
159
159
|
}
|
|
160
160
|
null = {
|
|
161
161
|
source = "hashicorp/null"
|
|
@@ -571,7 +571,7 @@ resource "null_resource" "runtime_ready" {
|
|
|
571
571
|
|
|
572
572
|
provisioner "local-exec" {
|
|
573
573
|
command = <<-EOT
|
|
574
|
-
uv run --with boto3==1.43.
|
|
574
|
+
uv run --with boto3==1.43.78 python -c "
|
|
575
575
|
import boto3
|
|
576
576
|
import json
|
|
577
577
|
import os
|
|
@@ -800,7 +800,7 @@ terraform {
|
|
|
800
800
|
required_providers {
|
|
801
801
|
aws = {
|
|
802
802
|
source = "hashicorp/aws"
|
|
803
|
-
version = "6.
|
|
803
|
+
version = "6.61.0"
|
|
804
804
|
}
|
|
805
805
|
null = {
|
|
806
806
|
source = "hashicorp/null"
|
|
@@ -1554,7 +1554,7 @@ exports[`ts#rdb generator > should generate terraform modules when iac is Terraf
|
|
|
1554
1554
|
}
|
|
1555
1555
|
aws = {
|
|
1556
1556
|
source = "hashicorp/aws"
|
|
1557
|
-
version = "6.
|
|
1557
|
+
version = "6.61.0"
|
|
1558
1558
|
}
|
|
1559
1559
|
null = {
|
|
1560
1560
|
source = "hashicorp/null"
|
|
@@ -2286,7 +2286,7 @@ terraform {
|
|
|
2286
2286
|
required_providers {
|
|
2287
2287
|
aws = {
|
|
2288
2288
|
source = "hashicorp/aws"
|
|
2289
|
-
version = "6.
|
|
2289
|
+
version = "6.61.0"
|
|
2290
2290
|
}
|
|
2291
2291
|
null = {
|
|
2292
2292
|
source = "hashicorp/null"
|
|
@@ -3040,7 +3040,7 @@ exports[`ts#rdb generator > should generate terraform modules with MySQL engine
|
|
|
3040
3040
|
}
|
|
3041
3041
|
aws = {
|
|
3042
3042
|
source = "hashicorp/aws"
|
|
3043
|
-
version = "6.
|
|
3043
|
+
version = "6.61.0"
|
|
3044
3044
|
}
|
|
3045
3045
|
null = {
|
|
3046
3046
|
source = "hashicorp/null"
|
|
@@ -131,7 +131,7 @@ exports[`react-website generator > TailwindCSS integration > terraform iac > sho
|
|
|
131
131
|
required_providers {
|
|
132
132
|
aws = {
|
|
133
133
|
source = "hashicorp/aws"
|
|
134
|
-
version = "6.
|
|
134
|
+
version = "6.61.0"
|
|
135
135
|
configuration_aliases = [aws.us_east_1]
|
|
136
136
|
}
|
|
137
137
|
random = {
|
|
@@ -741,7 +741,7 @@ resource "null_resource" "upload_website_files" {
|
|
|
741
741
|
provisioner "local-exec" {
|
|
742
742
|
command = <<-EOT
|
|
743
743
|
cd "$ROOT_PATH"
|
|
744
|
-
uv run --with boto3==1.43.
|
|
744
|
+
uv run --with boto3==1.43.78 python3 -c "
|
|
745
745
|
import os
|
|
746
746
|
import sys
|
|
747
747
|
import boto3
|
|
@@ -864,7 +864,7 @@ resource "null_resource" "cloudfront_invalidation" {
|
|
|
864
864
|
|
|
865
865
|
provisioner "local-exec" {
|
|
866
866
|
command = <<-EOT
|
|
867
|
-
uv run --with boto3==1.43.
|
|
867
|
+
uv run --with boto3==1.43.78 python3 -c "
|
|
868
868
|
import boto3
|
|
869
869
|
import os
|
|
870
870
|
import sys
|
|
@@ -950,7 +950,7 @@ output "waf_web_acl_arn" {
|
|
|
950
950
|
required_providers {
|
|
951
951
|
aws = {
|
|
952
952
|
source = "hashicorp/aws"
|
|
953
|
-
version = "6.
|
|
953
|
+
version = "6.61.0"
|
|
954
954
|
configuration_aliases = [aws.us_east_1]
|
|
955
955
|
}
|
|
956
956
|
}
|
|
@@ -1058,7 +1058,7 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1058
1058
|
|
|
1059
1059
|
exports[`react-website generator > Tanstack router integration > should generate website with no router correctly > biome.json 1`] = `
|
|
1060
1060
|
"{
|
|
1061
|
-
"$schema": "https://biomejs.dev/schemas/2.5.
|
|
1061
|
+
"$schema": "https://biomejs.dev/schemas/2.5.10/schema.json",
|
|
1062
1062
|
"root": true,
|
|
1063
1063
|
"formatter": {
|
|
1064
1064
|
"enabled": true,
|
|
@@ -2312,20 +2312,20 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2312
2312
|
- test-app
|
|
2313
2313
|
- packages/common/*
|
|
2314
2314
|
catalog:
|
|
2315
|
-
vite: 8.2.
|
|
2316
|
-
vitest: 4.1.
|
|
2317
|
-
'@vitest/coverage-v8': 4.1.
|
|
2315
|
+
vite: 8.2.2
|
|
2316
|
+
vitest: 4.1.11
|
|
2317
|
+
'@vitest/coverage-v8': 4.1.11
|
|
2318
2318
|
constructs: 10.8.1
|
|
2319
|
-
aws-cdk-lib: 2.
|
|
2319
|
+
aws-cdk-lib: 2.266.0
|
|
2320
2320
|
'@types/node': 26.2.0
|
|
2321
2321
|
react: 19.2.8
|
|
2322
2322
|
react-dom: 19.2.8
|
|
2323
|
-
'@cloudscape-design/components': 3.0.
|
|
2324
|
-
'@cloudscape-design/board-components': 3.0.
|
|
2325
|
-
'@cloudscape-design/global-styles': 1.0.
|
|
2323
|
+
'@cloudscape-design/components': 3.0.1352
|
|
2324
|
+
'@cloudscape-design/board-components': 3.0.220
|
|
2325
|
+
'@cloudscape-design/global-styles': 1.0.67
|
|
2326
2326
|
tailwindcss: 4.3.3
|
|
2327
2327
|
'@nx/react': 23.1.1
|
|
2328
|
-
'@vitest/ui': 4.1.
|
|
2328
|
+
'@vitest/ui': 4.1.11
|
|
2329
2329
|
'@tailwindcss/vite': 4.3.3
|
|
2330
2330
|
"
|
|
2331
2331
|
`;
|
|
@@ -2917,7 +2917,7 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2917
2917
|
|
|
2918
2918
|
exports[`react-website generator > Tanstack router integration > should generate website with router correctly > biome.json 1`] = `
|
|
2919
2919
|
"{
|
|
2920
|
-
"$schema": "https://biomejs.dev/schemas/2.5.
|
|
2920
|
+
"$schema": "https://biomejs.dev/schemas/2.5.10/schema.json",
|
|
2921
2921
|
"root": true,
|
|
2922
2922
|
"formatter": {
|
|
2923
2923
|
"enabled": true,
|
|
@@ -4175,24 +4175,24 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
4175
4175
|
- test-app
|
|
4176
4176
|
- packages/common/*
|
|
4177
4177
|
catalog:
|
|
4178
|
-
vite: 8.2.
|
|
4179
|
-
vitest: 4.1.
|
|
4180
|
-
'@vitest/coverage-v8': 4.1.
|
|
4178
|
+
vite: 8.2.2
|
|
4179
|
+
vitest: 4.1.11
|
|
4180
|
+
'@vitest/coverage-v8': 4.1.11
|
|
4181
4181
|
constructs: 10.8.1
|
|
4182
|
-
aws-cdk-lib: 2.
|
|
4182
|
+
aws-cdk-lib: 2.266.0
|
|
4183
4183
|
'@types/node': 26.2.0
|
|
4184
4184
|
react: 19.2.8
|
|
4185
4185
|
react-dom: 19.2.8
|
|
4186
|
-
'@cloudscape-design/components': 3.0.
|
|
4187
|
-
'@cloudscape-design/board-components': 3.0.
|
|
4188
|
-
'@cloudscape-design/global-styles': 1.0.
|
|
4186
|
+
'@cloudscape-design/components': 3.0.1352
|
|
4187
|
+
'@cloudscape-design/board-components': 3.0.220
|
|
4188
|
+
'@cloudscape-design/global-styles': 1.0.67
|
|
4189
4189
|
tailwindcss: 4.3.3
|
|
4190
|
-
'@tanstack/react-router': 1.170.
|
|
4190
|
+
'@tanstack/react-router': 1.170.31
|
|
4191
4191
|
'@nx/react': 23.1.1
|
|
4192
|
-
'@vitest/ui': 4.1.
|
|
4192
|
+
'@vitest/ui': 4.1.11
|
|
4193
4193
|
'@tailwindcss/vite': 4.3.3
|
|
4194
|
-
'@tanstack/router-plugin': 1.168.
|
|
4195
|
-
'@tanstack/router-generator': 1.167.
|
|
4194
|
+
'@tanstack/router-plugin': 1.168.34
|
|
4195
|
+
'@tanstack/router-generator': 1.167.32
|
|
4196
4196
|
'@tanstack/virtual-file-routes': 1.162.0
|
|
4197
4197
|
'@tanstack/router-utils': 1.162.2
|
|
4198
4198
|
"
|
|
@@ -6,7 +6,7 @@ exports[`cognito-auth generator terraform iac > should generate terraform files
|
|
|
6
6
|
required_providers {
|
|
7
7
|
aws = {
|
|
8
8
|
source = "hashicorp/aws"
|
|
9
|
-
version = "6.
|
|
9
|
+
version = "6.61.0"
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
12
|
}
|
|
@@ -63,7 +63,7 @@ resource "null_resource" "add_callback_url" {
|
|
|
63
63
|
|
|
64
64
|
provisioner "local-exec" {
|
|
65
65
|
command = <<-EOT
|
|
66
|
-
uv run --with boto3==1.43.
|
|
66
|
+
uv run --with boto3==1.43.78 python -c "
|
|
67
67
|
import boto3
|
|
68
68
|
import os
|
|
69
69
|
import sys
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -11,26 +11,26 @@ export declare const TS_VERSIONS: {
|
|
|
11
11
|
readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.12.0";
|
|
12
12
|
readonly '@opentelemetry/propagator-jaeger': "2.10.0";
|
|
13
13
|
readonly minimatch: "10.2.6";
|
|
14
|
-
readonly '@aws-sdk/client-dynamodb': "3.
|
|
15
|
-
readonly '@aws-sdk/client-api-gateway': "3.
|
|
16
|
-
readonly '@aws-sdk/client-iam': "3.
|
|
17
|
-
readonly '@aws-sdk/client-bedrock-agentcore': "3.
|
|
18
|
-
readonly '@aws-sdk/client-bedrock-runtime': "3.
|
|
19
|
-
readonly '@aws-sdk/client-s3': "3.
|
|
20
|
-
readonly '@aws-sdk/client-sts': "3.
|
|
21
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
22
|
-
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.
|
|
23
|
-
readonly '@aws-sdk/client-secrets-manager': "3.
|
|
24
|
-
readonly '@aws-sdk/rds-signer': "3.
|
|
14
|
+
readonly '@aws-sdk/client-dynamodb': "3.1116.0";
|
|
15
|
+
readonly '@aws-sdk/client-api-gateway': "3.1116.0";
|
|
16
|
+
readonly '@aws-sdk/client-iam': "3.1116.0";
|
|
17
|
+
readonly '@aws-sdk/client-bedrock-agentcore': "3.1116.0";
|
|
18
|
+
readonly '@aws-sdk/client-bedrock-runtime': "3.1116.0";
|
|
19
|
+
readonly '@aws-sdk/client-s3': "3.1116.0";
|
|
20
|
+
readonly '@aws-sdk/client-sts': "3.1116.0";
|
|
21
|
+
readonly '@aws-sdk/credential-providers': "3.1116.0";
|
|
22
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.69";
|
|
23
|
+
readonly '@aws-sdk/client-secrets-manager': "3.1116.0";
|
|
24
|
+
readonly '@aws-sdk/rds-signer': "3.1116.0";
|
|
25
25
|
readonly '@smithy/server-apigateway': "0.3.3";
|
|
26
26
|
readonly '@smithy/server-node': "0.3.3";
|
|
27
|
-
readonly '@aws-lambda-powertools/logger': "2.
|
|
28
|
-
readonly '@aws-lambda-powertools/metrics': "2.
|
|
29
|
-
readonly '@aws-lambda-powertools/parameters': "2.
|
|
30
|
-
readonly '@aws-lambda-powertools/tracer': "2.
|
|
31
|
-
readonly '@aws-lambda-powertools/parser': "2.
|
|
32
|
-
readonly '@aws-sdk/client-appconfigdata': "3.
|
|
33
|
-
readonly '@middy/core': "7.
|
|
27
|
+
readonly '@aws-lambda-powertools/logger': "2.35.0";
|
|
28
|
+
readonly '@aws-lambda-powertools/metrics': "2.35.0";
|
|
29
|
+
readonly '@aws-lambda-powertools/parameters': "2.35.0";
|
|
30
|
+
readonly '@aws-lambda-powertools/tracer': "2.35.0";
|
|
31
|
+
readonly '@aws-lambda-powertools/parser': "2.35.0";
|
|
32
|
+
readonly '@aws-sdk/client-appconfigdata': "3.1116.0";
|
|
33
|
+
readonly '@middy/core': "7.8.0";
|
|
34
34
|
readonly '@nxlv/python': "23.0.0";
|
|
35
35
|
readonly '@nx-extend/terraform': "10.4.1";
|
|
36
36
|
readonly nx: "23.1.1";
|
|
@@ -42,50 +42,51 @@ export declare const TS_VERSIONS: {
|
|
|
42
42
|
readonly '@nx/workspace': "23.1.1";
|
|
43
43
|
readonly 'create-nx-workspace': "23.1.1";
|
|
44
44
|
readonly '@swc-node/register': "1.12.1";
|
|
45
|
-
readonly '@swc/core': "1.16.
|
|
45
|
+
readonly '@swc/core': "1.16.1";
|
|
46
46
|
readonly '@modelcontextprotocol/sdk': "1.30.0";
|
|
47
|
-
readonly '@modelcontextprotocol/inspector': "2.
|
|
47
|
+
readonly '@modelcontextprotocol/inspector': "2.3.0";
|
|
48
48
|
readonly '@ag-ui/a2ui-toolkit': "0.0.4";
|
|
49
49
|
readonly '@ag-ui/aws-strands': "0.2.3";
|
|
50
50
|
readonly '@ag-ui/client': "0.0.57";
|
|
51
51
|
readonly '@ag-ui/core': "0.0.57";
|
|
52
52
|
readonly '@ag-ui/encoder': "0.0.57";
|
|
53
53
|
readonly 'agent-chat-cli': "0.3.0";
|
|
54
|
-
readonly '@copilotkit/react-core': "1.
|
|
54
|
+
readonly '@copilotkit/react-core': "1.69.0";
|
|
55
55
|
readonly rxjs: "7.8.2";
|
|
56
|
-
readonly '@strands-agents/sdk': "1.
|
|
57
|
-
readonly '@tanstack/react-router': "1.170.
|
|
58
|
-
readonly '@tanstack/router-plugin': "1.168.
|
|
59
|
-
readonly '@tanstack/router-generator': "1.167.
|
|
56
|
+
readonly '@strands-agents/sdk': "1.14.0";
|
|
57
|
+
readonly '@tanstack/react-router': "1.170.31";
|
|
58
|
+
readonly '@tanstack/router-plugin': "1.168.34";
|
|
59
|
+
readonly '@tanstack/router-generator': "1.167.32";
|
|
60
60
|
readonly '@tanstack/virtual-file-routes': "1.162.0";
|
|
61
61
|
readonly '@tanstack/router-utils': "1.162.2";
|
|
62
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
63
|
-
readonly '@cloudscape-design/chat-components': "1.0.
|
|
64
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
65
|
-
readonly '@cloudscape-design/global-styles': "1.0.
|
|
66
|
-
readonly '@tanstack/react-query': "5.
|
|
67
|
-
readonly '@tanstack/react-query-devtools': "5.
|
|
62
|
+
readonly '@cloudscape-design/board-components': "3.0.220";
|
|
63
|
+
readonly '@cloudscape-design/chat-components': "1.0.164";
|
|
64
|
+
readonly '@cloudscape-design/components': "3.0.1352";
|
|
65
|
+
readonly '@cloudscape-design/global-styles': "1.0.67";
|
|
66
|
+
readonly '@tanstack/react-query': "5.102.0";
|
|
67
|
+
readonly '@tanstack/react-query-devtools': "5.102.0";
|
|
68
68
|
readonly '@trpc/tanstack-react-query': "11.18.0";
|
|
69
69
|
readonly '@trpc/client': "11.18.0";
|
|
70
70
|
readonly '@trpc/server': "11.18.0";
|
|
71
71
|
readonly '@types/node': "26.2.0";
|
|
72
72
|
readonly '@types/aws-lambda': "8.10.162";
|
|
73
73
|
readonly '@types/cors': "2.8.19";
|
|
74
|
-
readonly '@types/pg': "8.
|
|
74
|
+
readonly '@types/pg': "8.23.1";
|
|
75
75
|
readonly '@types/ws': "8.18.1";
|
|
76
76
|
readonly '@types/express': "5.0.6";
|
|
77
77
|
readonly '@smithy/config-resolver': "4.7.2";
|
|
78
78
|
readonly '@smithy/node-config-provider': "4.6.2";
|
|
79
|
-
readonly '@smithy/node-http-handler': "4.11.
|
|
79
|
+
readonly '@smithy/node-http-handler': "4.11.3";
|
|
80
80
|
readonly '@smithy/types': "4.17.2";
|
|
81
|
-
readonly '@vitest/coverage-v8': "4.1.
|
|
82
|
-
readonly '@vitest/ui': "4.1.
|
|
83
|
-
readonly '@astrojs/react': "6.0.
|
|
81
|
+
readonly '@vitest/coverage-v8': "4.1.11";
|
|
82
|
+
readonly '@vitest/ui': "4.1.11";
|
|
83
|
+
readonly '@astrojs/react': "6.0.4";
|
|
84
84
|
readonly '@astrojs/starlight': "0.41.7";
|
|
85
|
-
readonly astro: "7.
|
|
85
|
+
readonly astro: "7.2.4";
|
|
86
|
+
readonly cookie: "2.0.1";
|
|
86
87
|
readonly aws4fetch: "1.0.20";
|
|
87
|
-
readonly 'aws-cdk': "2.
|
|
88
|
-
readonly 'aws-cdk-lib': "2.
|
|
88
|
+
readonly 'aws-cdk': "2.1138.0";
|
|
89
|
+
readonly 'aws-cdk-lib': "2.266.0";
|
|
89
90
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
90
91
|
readonly constructs: "10.8.1";
|
|
91
92
|
readonly cors: "2.8.6";
|
|
@@ -98,7 +99,7 @@ export declare const TS_VERSIONS: {
|
|
|
98
99
|
readonly esbuild: "0.28.2";
|
|
99
100
|
readonly 'event-source-polyfill': "1.0.31";
|
|
100
101
|
readonly '@types/event-source-polyfill': "1.0.5";
|
|
101
|
-
readonly '@biomejs/biome': "2.5.
|
|
102
|
+
readonly '@biomejs/biome': "2.5.10";
|
|
102
103
|
readonly '@prisma/adapter-mariadb': "7.9.1";
|
|
103
104
|
readonly '@prisma/adapter-pg': "7.9.1";
|
|
104
105
|
readonly '@prisma/client': "7.9.1";
|
|
@@ -111,7 +112,7 @@ export declare const TS_VERSIONS: {
|
|
|
111
112
|
readonly '@types/fs-extra': "11.0.4";
|
|
112
113
|
readonly 'make-dir-cli': "4.0.0";
|
|
113
114
|
readonly mariadb: "3.5.3";
|
|
114
|
-
readonly mise: "2026.8.
|
|
115
|
+
readonly mise: "2026.8.10";
|
|
115
116
|
readonly ncp: "2.0.0";
|
|
116
117
|
readonly npm: "12.0.2";
|
|
117
118
|
readonly 'npm-check-updates': "23.0.2";
|
|
@@ -122,22 +123,22 @@ export declare const TS_VERSIONS: {
|
|
|
122
123
|
readonly react: "19.2.8";
|
|
123
124
|
readonly 'react-dom': "19.2.8";
|
|
124
125
|
readonly rimraf: "6.1.3";
|
|
125
|
-
readonly rolldown: "1.2.
|
|
126
|
+
readonly rolldown: "1.2.5";
|
|
126
127
|
readonly 'rolldown-plugin-dts': "0.28.2";
|
|
127
128
|
readonly 'simple-git': "3.36.0";
|
|
128
129
|
readonly 'source-map-support': "0.5.21";
|
|
129
|
-
readonly 'starlight-blog': "0.
|
|
130
|
+
readonly 'starlight-blog': "0.29.0";
|
|
130
131
|
readonly tailwindcss: "4.3.3";
|
|
131
132
|
readonly '@tailwindcss/vite': "4.3.3";
|
|
132
133
|
readonly tsx: "4.23.12";
|
|
133
|
-
readonly 'lucide-react': "1.
|
|
134
|
+
readonly 'lucide-react': "1.33.0";
|
|
134
135
|
readonly 'radix-ui': "1.6.7";
|
|
135
|
-
readonly shadcn: "4.
|
|
136
|
+
readonly shadcn: "4.19.0";
|
|
136
137
|
readonly 'tw-animate-css': "1.4.0";
|
|
137
138
|
readonly 'tailwind-merge': "3.6.0";
|
|
138
|
-
readonly vite: "8.2.
|
|
139
|
+
readonly vite: "8.2.2";
|
|
139
140
|
readonly typescript: "6.0.3";
|
|
140
|
-
readonly vitest: "4.1.
|
|
141
|
+
readonly vitest: "4.1.11";
|
|
141
142
|
readonly zod: "4.4.3";
|
|
142
143
|
readonly ws: "8.21.3";
|
|
143
144
|
};
|
|
@@ -175,14 +176,14 @@ export declare const PY_VERSIONS: {
|
|
|
175
176
|
readonly 'aws-lambda-powertools[tracer]': "==3.34.0";
|
|
176
177
|
readonly 'aws-lambda-powertools[parser]': "==3.34.0";
|
|
177
178
|
readonly 'aws-opentelemetry-distro': "==0.19.0";
|
|
178
|
-
readonly 'bedrock-agentcore': "==1.
|
|
179
|
-
readonly boto3: "==1.43.
|
|
180
|
-
readonly checkov: "==3.3.
|
|
179
|
+
readonly 'bedrock-agentcore': "==1.22.0";
|
|
180
|
+
readonly boto3: "==1.43.78";
|
|
181
|
+
readonly checkov: "==3.3.13";
|
|
181
182
|
readonly fastapi: "==0.141.1";
|
|
182
183
|
readonly 'fastapi[standard]': "==0.141.1";
|
|
183
184
|
readonly httpx: "==0.28.1";
|
|
184
|
-
readonly langchain: "==1.3.
|
|
185
|
-
readonly 'langchain-aws': "==1.7.
|
|
185
|
+
readonly langchain: "==1.3.16";
|
|
186
|
+
readonly 'langchain-aws': "==1.7.3";
|
|
186
187
|
readonly 'langchain-mcp-adapters': "==0.3.2";
|
|
187
188
|
readonly langgraph: "==1.2.11";
|
|
188
189
|
readonly 'langgraph-checkpoint-aws': "==1.2.2";
|
|
@@ -190,13 +191,13 @@ export declare const PY_VERSIONS: {
|
|
|
190
191
|
readonly mcp: "==1.28.1";
|
|
191
192
|
readonly 'pip-check-updates': "==0.29.0";
|
|
192
193
|
readonly 'pip-licenses': "==5.5.5";
|
|
193
|
-
readonly ruff: "==0.16.
|
|
194
|
-
readonly 'strands-agents': "==1.
|
|
195
|
-
readonly 'strands-agents[a2a]': "==1.
|
|
194
|
+
readonly ruff: "==0.16.4";
|
|
195
|
+
readonly 'strands-agents': "==1.53.0";
|
|
196
|
+
readonly 'strands-agents[a2a]': "==1.53.0";
|
|
196
197
|
readonly 'strands-agents-tools': "==0.8.6";
|
|
197
|
-
readonly ty: "==0.0.
|
|
198
|
+
readonly ty: "==0.0.74";
|
|
198
199
|
readonly pynamodb: "==6.1.0";
|
|
199
|
-
readonly uvicorn: "==0.52.
|
|
200
|
+
readonly uvicorn: "==0.52.4";
|
|
200
201
|
readonly sqlmodel: "==0.0.39";
|
|
201
202
|
readonly alembic: "==1.19.1";
|
|
202
203
|
readonly aiomysql: "==0.3.2";
|
|
@@ -277,7 +278,7 @@ export declare const containerImage: (tool: keyof typeof CONTAINER_VERSIONS) =>
|
|
|
277
278
|
* Pinned exactly (no range operator) so generated infrastructure is reproducible.
|
|
278
279
|
*/
|
|
279
280
|
export declare const TERRAFORM_VERSIONS: {
|
|
280
|
-
readonly aws: "6.
|
|
281
|
+
readonly aws: "6.61.0";
|
|
281
282
|
readonly random: "3.9.0";
|
|
282
283
|
readonly null: "3.3.1";
|
|
283
284
|
readonly archive: "2.8.0";
|
|
@@ -291,7 +292,7 @@ export type ITerraformProviderVersion = keyof typeof TERRAFORM_VERSIONS;
|
|
|
291
292
|
* generated `.tf` templates (e.g. `version = "<%- awsProviderVersion %>"`)
|
|
292
293
|
*/
|
|
293
294
|
export declare const terraformProviderVersions: () => {
|
|
294
|
-
awsProviderVersion: "6.
|
|
295
|
+
awsProviderVersion: "6.61.0";
|
|
295
296
|
randomProviderVersion: "3.9.0";
|
|
296
297
|
nullProviderVersion: "3.3.1";
|
|
297
298
|
archiveProviderVersion: "2.8.0";
|
package/src/utils/versions.js
CHANGED
|
@@ -16,26 +16,26 @@
|
|
|
16
16
|
// as fixed. Overriding brace-expansion directly is not viable — 5.x drops the
|
|
17
17
|
// CommonJS default export that minimatch 9 calls.
|
|
18
18
|
minimatch: '10.2.6',
|
|
19
|
-
'@aws-sdk/client-dynamodb': '3.
|
|
20
|
-
'@aws-sdk/client-api-gateway': '3.
|
|
21
|
-
'@aws-sdk/client-iam': '3.
|
|
22
|
-
'@aws-sdk/client-bedrock-agentcore': '3.
|
|
23
|
-
'@aws-sdk/client-bedrock-runtime': '3.
|
|
24
|
-
'@aws-sdk/client-s3': '3.
|
|
25
|
-
'@aws-sdk/client-sts': '3.
|
|
26
|
-
'@aws-sdk/credential-providers': '3.
|
|
27
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.972.
|
|
28
|
-
'@aws-sdk/client-secrets-manager': '3.
|
|
29
|
-
'@aws-sdk/rds-signer': '3.
|
|
19
|
+
'@aws-sdk/client-dynamodb': '3.1116.0',
|
|
20
|
+
'@aws-sdk/client-api-gateway': '3.1116.0',
|
|
21
|
+
'@aws-sdk/client-iam': '3.1116.0',
|
|
22
|
+
'@aws-sdk/client-bedrock-agentcore': '3.1116.0',
|
|
23
|
+
'@aws-sdk/client-bedrock-runtime': '3.1116.0',
|
|
24
|
+
'@aws-sdk/client-s3': '3.1116.0',
|
|
25
|
+
'@aws-sdk/client-sts': '3.1116.0',
|
|
26
|
+
'@aws-sdk/credential-providers': '3.1116.0',
|
|
27
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.972.69',
|
|
28
|
+
'@aws-sdk/client-secrets-manager': '3.1116.0',
|
|
29
|
+
'@aws-sdk/rds-signer': '3.1116.0',
|
|
30
30
|
'@smithy/server-apigateway': '0.3.3',
|
|
31
31
|
'@smithy/server-node': '0.3.3',
|
|
32
|
-
'@aws-lambda-powertools/logger': '2.
|
|
33
|
-
'@aws-lambda-powertools/metrics': '2.
|
|
34
|
-
'@aws-lambda-powertools/parameters': '2.
|
|
35
|
-
'@aws-lambda-powertools/tracer': '2.
|
|
36
|
-
'@aws-lambda-powertools/parser': '2.
|
|
37
|
-
'@aws-sdk/client-appconfigdata': '3.
|
|
38
|
-
'@middy/core': '7.
|
|
32
|
+
'@aws-lambda-powertools/logger': '2.35.0',
|
|
33
|
+
'@aws-lambda-powertools/metrics': '2.35.0',
|
|
34
|
+
'@aws-lambda-powertools/parameters': '2.35.0',
|
|
35
|
+
'@aws-lambda-powertools/tracer': '2.35.0',
|
|
36
|
+
'@aws-lambda-powertools/parser': '2.35.0',
|
|
37
|
+
'@aws-sdk/client-appconfigdata': '3.1116.0',
|
|
38
|
+
'@middy/core': '7.8.0',
|
|
39
39
|
'@nxlv/python': '23.0.0',
|
|
40
40
|
'@nx-extend/terraform': '10.4.1',
|
|
41
41
|
// These must all hold the same version — see NX_PACKAGES.
|
|
@@ -48,50 +48,51 @@
|
|
|
48
48
|
'@nx/workspace': '23.1.1',
|
|
49
49
|
'create-nx-workspace': '23.1.1',
|
|
50
50
|
'@swc-node/register': '1.12.1',
|
|
51
|
-
'@swc/core': '1.16.
|
|
51
|
+
'@swc/core': '1.16.1',
|
|
52
52
|
'@modelcontextprotocol/sdk': '1.30.0',
|
|
53
|
-
'@modelcontextprotocol/inspector': '2.
|
|
53
|
+
'@modelcontextprotocol/inspector': '2.3.0',
|
|
54
54
|
'@ag-ui/a2ui-toolkit': '0.0.4',
|
|
55
55
|
'@ag-ui/aws-strands': '0.2.3',
|
|
56
56
|
'@ag-ui/client': '0.0.57',
|
|
57
57
|
'@ag-ui/core': '0.0.57',
|
|
58
58
|
'@ag-ui/encoder': '0.0.57',
|
|
59
59
|
'agent-chat-cli': '0.3.0',
|
|
60
|
-
'@copilotkit/react-core': '1.
|
|
60
|
+
'@copilotkit/react-core': '1.69.0',
|
|
61
61
|
rxjs: '7.8.2',
|
|
62
|
-
'@strands-agents/sdk': '1.
|
|
63
|
-
'@tanstack/react-router': '1.170.
|
|
64
|
-
'@tanstack/router-plugin': '1.168.
|
|
65
|
-
'@tanstack/router-generator': '1.167.
|
|
62
|
+
'@strands-agents/sdk': '1.14.0',
|
|
63
|
+
'@tanstack/react-router': '1.170.31',
|
|
64
|
+
'@tanstack/router-plugin': '1.168.34',
|
|
65
|
+
'@tanstack/router-generator': '1.167.32',
|
|
66
66
|
'@tanstack/virtual-file-routes': '1.162.0',
|
|
67
67
|
'@tanstack/router-utils': '1.162.2',
|
|
68
|
-
'@cloudscape-design/board-components': '3.0.
|
|
69
|
-
'@cloudscape-design/chat-components': '1.0.
|
|
70
|
-
'@cloudscape-design/components': '3.0.
|
|
71
|
-
'@cloudscape-design/global-styles': '1.0.
|
|
72
|
-
'@tanstack/react-query': '5.
|
|
73
|
-
'@tanstack/react-query-devtools': '5.
|
|
68
|
+
'@cloudscape-design/board-components': '3.0.220',
|
|
69
|
+
'@cloudscape-design/chat-components': '1.0.164',
|
|
70
|
+
'@cloudscape-design/components': '3.0.1352',
|
|
71
|
+
'@cloudscape-design/global-styles': '1.0.67',
|
|
72
|
+
'@tanstack/react-query': '5.102.0',
|
|
73
|
+
'@tanstack/react-query-devtools': '5.102.0',
|
|
74
74
|
'@trpc/tanstack-react-query': '11.18.0',
|
|
75
75
|
'@trpc/client': '11.18.0',
|
|
76
76
|
'@trpc/server': '11.18.0',
|
|
77
77
|
'@types/node': '26.2.0',
|
|
78
78
|
'@types/aws-lambda': '8.10.162',
|
|
79
79
|
'@types/cors': '2.8.19',
|
|
80
|
-
'@types/pg': '8.
|
|
80
|
+
'@types/pg': '8.23.1',
|
|
81
81
|
'@types/ws': '8.18.1',
|
|
82
82
|
'@types/express': '5.0.6',
|
|
83
83
|
'@smithy/config-resolver': '4.7.2',
|
|
84
84
|
'@smithy/node-config-provider': '4.6.2',
|
|
85
|
-
'@smithy/node-http-handler': '4.11.
|
|
85
|
+
'@smithy/node-http-handler': '4.11.3',
|
|
86
86
|
'@smithy/types': '4.17.2',
|
|
87
|
-
'@vitest/coverage-v8': '4.1.
|
|
88
|
-
'@vitest/ui': '4.1.
|
|
89
|
-
'@astrojs/react': '6.0.
|
|
87
|
+
'@vitest/coverage-v8': '4.1.11',
|
|
88
|
+
'@vitest/ui': '4.1.11',
|
|
89
|
+
'@astrojs/react': '6.0.4',
|
|
90
90
|
'@astrojs/starlight': '0.41.7',
|
|
91
|
-
astro: '7.
|
|
91
|
+
astro: '7.2.4',
|
|
92
|
+
cookie: '2.0.1',
|
|
92
93
|
aws4fetch: '1.0.20',
|
|
93
|
-
'aws-cdk': '2.
|
|
94
|
-
'aws-cdk-lib': '2.
|
|
94
|
+
'aws-cdk': '2.1138.0',
|
|
95
|
+
'aws-cdk-lib': '2.266.0',
|
|
95
96
|
'aws-xray-sdk-core': '3.12.0',
|
|
96
97
|
constructs: '10.8.1',
|
|
97
98
|
cors: '2.8.6',
|
|
@@ -104,7 +105,7 @@
|
|
|
104
105
|
esbuild: '0.28.2',
|
|
105
106
|
'event-source-polyfill': '1.0.31',
|
|
106
107
|
'@types/event-source-polyfill': '1.0.5',
|
|
107
|
-
'@biomejs/biome': '2.5.
|
|
108
|
+
'@biomejs/biome': '2.5.10',
|
|
108
109
|
'@prisma/adapter-mariadb': '7.9.1',
|
|
109
110
|
'@prisma/adapter-pg': '7.9.1',
|
|
110
111
|
'@prisma/client': '7.9.1',
|
|
@@ -117,7 +118,7 @@
|
|
|
117
118
|
'@types/fs-extra': '11.0.4',
|
|
118
119
|
'make-dir-cli': '4.0.0',
|
|
119
120
|
mariadb: '3.5.3',
|
|
120
|
-
mise: '2026.8.
|
|
121
|
+
mise: '2026.8.10',
|
|
121
122
|
ncp: '2.0.0',
|
|
122
123
|
npm: '12.0.2',
|
|
123
124
|
'npm-check-updates': '23.0.2',
|
|
@@ -128,22 +129,22 @@
|
|
|
128
129
|
react: '19.2.8',
|
|
129
130
|
'react-dom': '19.2.8',
|
|
130
131
|
rimraf: '6.1.3',
|
|
131
|
-
rolldown: '1.2.
|
|
132
|
+
rolldown: '1.2.5',
|
|
132
133
|
'rolldown-plugin-dts': '0.28.2',
|
|
133
134
|
'simple-git': '3.36.0',
|
|
134
135
|
'source-map-support': '0.5.21',
|
|
135
|
-
'starlight-blog': '0.
|
|
136
|
+
'starlight-blog': '0.29.0',
|
|
136
137
|
tailwindcss: '4.3.3',
|
|
137
138
|
'@tailwindcss/vite': '4.3.3',
|
|
138
139
|
tsx: '4.23.12',
|
|
139
|
-
'lucide-react': '1.
|
|
140
|
+
'lucide-react': '1.33.0',
|
|
140
141
|
'radix-ui': '1.6.7',
|
|
141
|
-
shadcn: '4.
|
|
142
|
+
shadcn: '4.19.0',
|
|
142
143
|
'tw-animate-css': '1.4.0',
|
|
143
144
|
'tailwind-merge': '3.6.0',
|
|
144
|
-
vite: '8.2.
|
|
145
|
+
vite: '8.2.2',
|
|
145
146
|
typescript: '6.0.3',
|
|
146
|
-
vitest: '4.1.
|
|
147
|
+
vitest: '4.1.11',
|
|
147
148
|
zod: '4.4.3',
|
|
148
149
|
ws: '8.21.3'
|
|
149
150
|
};
|
|
@@ -190,14 +191,14 @@
|
|
|
190
191
|
'aws-lambda-powertools[tracer]': '==3.34.0',
|
|
191
192
|
'aws-lambda-powertools[parser]': '==3.34.0',
|
|
192
193
|
'aws-opentelemetry-distro': '==0.19.0',
|
|
193
|
-
'bedrock-agentcore': '==1.
|
|
194
|
-
boto3: '==1.43.
|
|
195
|
-
checkov: '==3.3.
|
|
194
|
+
'bedrock-agentcore': '==1.22.0',
|
|
195
|
+
boto3: '==1.43.78',
|
|
196
|
+
checkov: '==3.3.13',
|
|
196
197
|
fastapi: '==0.141.1',
|
|
197
198
|
'fastapi[standard]': '==0.141.1',
|
|
198
199
|
httpx: '==0.28.1',
|
|
199
|
-
langchain: '==1.3.
|
|
200
|
-
'langchain-aws': '==1.7.
|
|
200
|
+
langchain: '==1.3.16',
|
|
201
|
+
'langchain-aws': '==1.7.3',
|
|
201
202
|
'langchain-mcp-adapters': '==0.3.2',
|
|
202
203
|
langgraph: '==1.2.11',
|
|
203
204
|
'langgraph-checkpoint-aws': '==1.2.2',
|
|
@@ -205,13 +206,13 @@
|
|
|
205
206
|
mcp: '==1.28.1',
|
|
206
207
|
'pip-check-updates': '==0.29.0',
|
|
207
208
|
'pip-licenses': '==5.5.5',
|
|
208
|
-
ruff: '==0.16.
|
|
209
|
-
'strands-agents': '==1.
|
|
210
|
-
'strands-agents[a2a]': '==1.
|
|
209
|
+
ruff: '==0.16.4',
|
|
210
|
+
'strands-agents': '==1.53.0',
|
|
211
|
+
'strands-agents[a2a]': '==1.53.0',
|
|
211
212
|
'strands-agents-tools': '==0.8.6',
|
|
212
|
-
ty: '==0.0.
|
|
213
|
+
ty: '==0.0.74',
|
|
213
214
|
pynamodb: '==6.1.0',
|
|
214
|
-
uvicorn: '==0.52.
|
|
215
|
+
uvicorn: '==0.52.4',
|
|
215
216
|
sqlmodel: '==0.0.39',
|
|
216
217
|
alembic: '==1.19.1',
|
|
217
218
|
aiomysql: '==0.3.2',
|
|
@@ -291,7 +292,7 @@
|
|
|
291
292
|
* Exact versions for Terraform providers used by generated `.tf` modules.
|
|
292
293
|
* Pinned exactly (no range operator) so generated infrastructure is reproducible.
|
|
293
294
|
*/ export const TERRAFORM_VERSIONS = {
|
|
294
|
-
aws: '6.
|
|
295
|
+
aws: '6.61.0',
|
|
295
296
|
random: '3.9.0',
|
|
296
297
|
null: '3.3.1',
|
|
297
298
|
archive: '2.8.0',
|