@aws/nx-plugin 1.0.0-rc.71 → 1.0.0-rc.73
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 +210 -730
- package/migrations.json +34 -19
- package/package.json +4 -4
- package/src/agentcore-gateway/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/agentcore-harness/generator.d.ts +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/infra/app/generator.d.ts +1 -1
- package/src/init/generator.d.ts +1 -1
- package/src/license/config.d.ts +9 -0
- package/src/license/config.js +28 -0
- package/src/license/config.js.map +1 -1
- package/src/license/dependency-check/collectors/collector.js.map +1 -1
- package/src/license/dependency-check/evaluator.js +55 -10
- package/src/license/dependency-check/evaluator.js.map +1 -1
- package/src/license/generator.js +3 -17
- package/src/license/generator.js.map +1 -1
- package/src/license/known-exceptions.d.ts +0 -1
- package/src/license/known-exceptions.js +1 -23
- package/src/license/known-exceptions.js.map +1 -1
- package/src/migrations/latest/apt-security-updates-in-container-images/__snapshots__/migration.spec.ts.snap +90 -0
- package/src/migrations/latest/apt-security-updates-in-container-images/metadata.json +3 -0
- package/src/migrations/latest/apt-security-updates-in-container-images/migration.js +90 -0
- package/src/migrations/latest/apt-security-updates-in-container-images/migration.js.map +1 -0
- package/src/migrations/latest/remove-mcp-inspector-license-exceptions/metadata.json +3 -0
- package/src/migrations/latest/remove-mcp-inspector-license-exceptions/migration.d.ts +6 -0
- package/src/migrations/latest/remove-mcp-inspector-license-exceptions/migration.js +38 -0
- package/src/migrations/latest/remove-mcp-inspector-license-exceptions/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.67/0001-smithy-server-package-rename/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.68/0001-translate-script-whole-file-writes/migration.js.map +1 -0
- package/src/migrations/{latest/py-agent-a2a-lifespan-construction → v1.0.0-rc.70/0001-py-agent-a2a-lifespan-construction}/migration.js +14 -2
- package/src/migrations/v1.0.0-rc.70/0001-py-agent-a2a-lifespan-construction/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.71/0001-py-agent-a2a-httpx-client-per-call/migration.d.ts +6 -0
- package/src/migrations/v1.0.0-rc.71/0001-py-agent-a2a-httpx-client-per-call/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.72/0001-py-agent-session-management-support/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.72/0001-py-agent-session-management-support/migration.d.ts +2 -0
- package/src/migrations/v1.0.0-rc.72/0001-py-agent-session-management-support/migration.js +308 -0
- package/src/migrations/v1.0.0-rc.72/0001-py-agent-session-management-support/migration.js.map +1 -0
- package/src/preset/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/preset/generator.d.ts +1 -1
- package/src/py/agent/__snapshots__/generator.constructs.spec.ts.snap +626 -10
- package/src/py/agent/__snapshots__/generator.core.spec.ts.snap +186 -0
- package/src/py/agent/__snapshots__/generator.frameworks.spec.ts.snap +55 -11
- package/src/py/agent/__snapshots__/generator.protocols.spec.ts.snap +669 -4
- package/src/py/agent/a2a-connection/generator.js +5 -11
- package/src/py/agent/a2a-connection/generator.js.map +1 -1
- package/src/py/agent/files/deploy/Dockerfile.template +7 -0
- package/src/py/agent/files/langchain/common/__init__.py.template +0 -0
- package/src/py/agent/files/langchain/common/agent.py.template +3 -3
- package/src/py/agent/files/langchain/common/session.py.template +61 -0
- package/src/py/agent/files/strands/ag-ui/main.py.template +5 -1
- package/src/py/agent/files/strands/common/agent.py.template +9 -2
- package/src/py/agent/files/strands/common/session.py.template +36 -0
- package/src/py/agent/generator.d.ts +11 -1
- package/src/py/agent/generator.js +78 -28
- package/src/py/agent/generator.js.map +1 -1
- package/src/py/agent/mcp-connection/__snapshots__/generator.spec.ts.snap +2 -0
- package/src/py/agent/react-connection/generator.d.ts +1 -1
- package/src/py/agent/schema.d.js.map +1 -1
- package/src/py/agent/schema.d.ts +1 -1
- package/src/py/agent/schema.json +3 -3
- package/src/py/fast-api/react/generator.d.ts +1 -1
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/py/mcp-server/files/deploy/Dockerfile.template +7 -0
- package/src/py/mcp-server/generator.js +8 -3
- package/src/py/mcp-server/generator.js.map +1 -1
- package/src/py/rdb/__snapshots__/generator.spec.ts.snap +7 -5
- package/src/py/rdb/generator.js +36 -2
- package/src/py/rdb/generator.js.map +1 -1
- package/src/smithy/project/__snapshots__/generator.spec.ts.snap +14 -14
- package/src/smithy/project/generator.d.ts +1 -1
- package/src/smithy/react-connection/generator.d.ts +1 -1
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/terraform/project/generator.d.ts +1 -1
- package/src/trpc/react/generator.d.ts +1 -1
- package/src/ts/agent/__snapshots__/generator.spec.ts.snap +36 -8
- package/src/ts/agent/a2a-connection/generator.d.ts +1 -1
- package/src/ts/agent/a2a-connection/generator.js +4 -2
- package/src/ts/agent/a2a-connection/generator.js.map +1 -1
- package/src/ts/agent/files/deploy/Dockerfile.template +7 -0
- package/src/ts/agent/gateway-connection/generator.d.ts +1 -1
- package/src/ts/agent/mcp-connection/generator.d.ts +1 -1
- package/src/ts/agent/react-connection/generator.d.ts +1 -1
- package/src/ts/astro-docs/generator.d.ts +1 -1
- package/src/ts/dcr-proxy/generator.d.ts +1 -1
- package/src/ts/dynamodb/generator.d.ts +1 -1
- package/src/ts/lambda-function/generator.d.ts +1 -1
- package/src/ts/lib/generator.d.ts +1 -1
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/mcp-server/files/Dockerfile.template +7 -0
- package/src/ts/mcp-server/generator.js +8 -3
- package/src/ts/mcp-server/generator.js.map +1 -1
- package/src/ts/nx-generator/generator.d.ts +1 -1
- package/src/ts/nx-migration/generator.d.ts +1 -1
- package/src/ts/nx-plugin/generator.d.ts +1 -1
- package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +8 -6
- package/src/ts/rdb/generator.d.ts +1 -1
- package/src/ts/rdb/generator.js +29 -2
- package/src/ts/rdb/generator.js.map +1 -1
- package/src/ts/react-website/agui/generator.d.ts +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +15 -15
- package/src/ts/react-website/app/generator.js +4 -2
- package/src/ts/react-website/app/generator.js.map +1 -1
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +1 -1
- package/src/utils/agent-connection/agent-connection.d.ts +10 -0
- package/src/utils/agent-connection/agent-connection.js +20 -9
- package/src/utils/agent-connection/agent-connection.js.map +1 -1
- package/src/utils/agent-connection/files/core-runtime-config/runtime-config.ts.template +5 -3
- package/src/utils/agent-connection/files/py-core-langchain/s3/s3_checkpoint_saver_langchain.py.template +360 -0
- package/src/utils/agent-connection/files/py-core-runtime-config/runtime_config.py.template +2 -4
- package/src/utils/agent-connection/files/py-core-strands/base/tool_errors_strands.py.template +24 -0
- package/src/utils/agent-core-constructs/agent-core-constructs.d.ts +1 -1
- package/src/utils/agent-core-constructs/agent-core-constructs.js.map +1 -1
- package/src/utils/agent-core-constructs/files/cdk/app/agent-core/__nameKebabCase__/__nameKebabCase__.ts.template +113 -13
- package/src/utils/agent-core-constructs/files/terraform/app/agent-core/__nameKebabCase__/__nameKebabCase__.tf.template +76 -7
- package/src/utils/ast.d.ts +29 -0
- package/src/utils/ast.js +31 -0
- package/src/utils/ast.js.map +1 -1
- package/src/utils/metrics.js +2 -2
- package/src/utils/metrics.js.map +1 -1
- package/src/utils/versions.d.ts +75 -72
- package/src/utils/versions.js +72 -69
- package/src/utils/versions.js.map +1 -1
- package/src/migrations/latest/py-agent-a2a-httpx-client-per-call/migration.js.map +0 -1
- package/src/migrations/latest/py-agent-a2a-lifespan-construction/migration.js.map +0 -1
- package/src/migrations/latest/smithy-server-package-rename/migration.js.map +0 -1
- package/src/migrations/latest/translate-script-whole-file-writes/migration.js.map +0 -1
- package/src/py/rdb/files/__name__/__init__.py.template +0 -3
- package/src/py/rdb/files/config.json.template +0 -14
- package/src/ts/rdb/files/config.json.template +0 -14
- package/src/ts/rdb/files/src/index.ts.template +0 -1
- /package/src/migrations/latest/{py-agent-a2a-httpx-client-per-call → apt-security-updates-in-container-images}/migration.d.ts +0 -0
- /package/src/migrations/{latest/smithy-server-package-rename → v1.0.0-rc.67/0001-smithy-server-package-rename}/metadata.json +0 -0
- /package/src/migrations/{latest/py-agent-a2a-lifespan-construction → v1.0.0-rc.67/0001-smithy-server-package-rename}/migration.d.ts +0 -0
- /package/src/migrations/{latest/smithy-server-package-rename → v1.0.0-rc.67/0001-smithy-server-package-rename}/migration.js +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/build-system-prompt.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/build-user-prompt.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/config-path.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/file-to-translate.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/get-files-to-translate.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/header.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/log.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/main-call.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/main.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/project-root.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/run-with-concurrency.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/scripts-dir.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/files/translate-file-for-language.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/already-migrated.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/build-system-prompt.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/build-user-prompt.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/config-path.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/file-to-translate.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/get-files-to-translate.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/log.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/main-call.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/main.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/project-root.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/run-with-concurrency.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/grit/translate-file-for-language.grit +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/metadata.json +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/migration.d.ts +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/migration.js +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/test-fixtures/released-script-first.ts.fixture +0 -0
- /package/src/migrations/{latest/translate-script-whole-file-writes → v1.0.0-rc.68/0001-translate-script-whole-file-writes}/test-fixtures/released-script.ts.fixture +0 -0
- /package/src/migrations/{latest/py-agent-a2a-lifespan-construction → v1.0.0-rc.70/0001-py-agent-a2a-lifespan-construction}/metadata.json +0 -0
- /package/src/migrations/{latest/smithy-server-package-rename → v1.0.0-rc.70/0001-py-agent-a2a-lifespan-construction}/migration.d.ts +0 -0
- /package/src/migrations/{latest/py-agent-a2a-httpx-client-per-call → v1.0.0-rc.71/0001-py-agent-a2a-httpx-client-per-call}/metadata.json +0 -0
- /package/src/migrations/{latest/py-agent-a2a-httpx-client-per-call → v1.0.0-rc.71/0001-py-agent-a2a-httpx-client-per-call}/migration.js +0 -0
package/src/utils/versions.d.ts
CHANGED
|
@@ -11,27 +11,27 @@ 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.
|
|
25
|
-
readonly '@smithy/server-apigateway': "0.
|
|
26
|
-
readonly '@smithy/server-node': "0.
|
|
14
|
+
readonly '@aws-sdk/client-dynamodb': "3.1111.0";
|
|
15
|
+
readonly '@aws-sdk/client-api-gateway': "3.1111.0";
|
|
16
|
+
readonly '@aws-sdk/client-iam': "3.1111.0";
|
|
17
|
+
readonly '@aws-sdk/client-bedrock-agentcore': "3.1111.0";
|
|
18
|
+
readonly '@aws-sdk/client-bedrock-runtime': "3.1111.0";
|
|
19
|
+
readonly '@aws-sdk/client-s3': "3.1111.0";
|
|
20
|
+
readonly '@aws-sdk/client-sts': "3.1111.0";
|
|
21
|
+
readonly '@aws-sdk/credential-providers': "3.1111.0";
|
|
22
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.68";
|
|
23
|
+
readonly '@aws-sdk/client-secrets-manager': "3.1111.0";
|
|
24
|
+
readonly '@aws-sdk/rds-signer': "3.1111.0";
|
|
25
|
+
readonly '@smithy/server-apigateway': "0.3.3";
|
|
26
|
+
readonly '@smithy/server-node': "0.3.3";
|
|
27
27
|
readonly '@aws-lambda-powertools/logger': "2.34.0";
|
|
28
28
|
readonly '@aws-lambda-powertools/metrics': "2.34.0";
|
|
29
29
|
readonly '@aws-lambda-powertools/parameters': "2.34.0";
|
|
30
30
|
readonly '@aws-lambda-powertools/tracer': "2.34.0";
|
|
31
31
|
readonly '@aws-lambda-powertools/parser': "2.34.0";
|
|
32
|
-
readonly '@aws-sdk/client-appconfigdata': "3.
|
|
33
|
-
readonly '@middy/core': "7.7.
|
|
34
|
-
readonly '@nxlv/python': "
|
|
32
|
+
readonly '@aws-sdk/client-appconfigdata': "3.1111.0";
|
|
33
|
+
readonly '@middy/core': "7.7.4";
|
|
34
|
+
readonly '@nxlv/python': "23.0.0";
|
|
35
35
|
readonly '@nx-extend/terraform': "10.4.1";
|
|
36
36
|
readonly nx: "23.1.1";
|
|
37
37
|
readonly '@nx/devkit': "23.1.1";
|
|
@@ -42,27 +42,27 @@ 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.
|
|
45
|
+
readonly '@swc/core': "1.16.0";
|
|
46
46
|
readonly '@modelcontextprotocol/sdk': "1.30.0";
|
|
47
|
-
readonly '@modelcontextprotocol/inspector': "
|
|
47
|
+
readonly '@modelcontextprotocol/inspector': "2.2.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.68.1";
|
|
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.13.0";
|
|
57
|
+
readonly '@tanstack/react-router': "1.170.29";
|
|
58
|
+
readonly '@tanstack/router-plugin': "1.168.32";
|
|
59
|
+
readonly '@tanstack/router-generator': "1.167.30";
|
|
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.
|
|
62
|
+
readonly '@cloudscape-design/board-components': "3.0.218";
|
|
63
|
+
readonly '@cloudscape-design/chat-components': "1.0.162";
|
|
64
|
+
readonly '@cloudscape-design/components': "3.0.1347";
|
|
65
|
+
readonly '@cloudscape-design/global-styles': "1.0.66";
|
|
66
66
|
readonly '@tanstack/react-query': "5.101.4";
|
|
67
67
|
readonly '@tanstack/react-query-devtools': "5.101.4";
|
|
68
68
|
readonly '@trpc/tanstack-react-query': "11.18.0";
|
|
@@ -74,31 +74,31 @@ export declare const TS_VERSIONS: {
|
|
|
74
74
|
readonly '@types/pg': "8.21.0";
|
|
75
75
|
readonly '@types/ws': "8.18.1";
|
|
76
76
|
readonly '@types/express': "5.0.6";
|
|
77
|
-
readonly '@smithy/config-resolver': "4.
|
|
78
|
-
readonly '@smithy/node-config-provider': "4.
|
|
79
|
-
readonly '@smithy/node-http-handler': "4.
|
|
80
|
-
readonly '@smithy/types': "4.
|
|
77
|
+
readonly '@smithy/config-resolver': "4.7.2";
|
|
78
|
+
readonly '@smithy/node-config-provider': "4.6.2";
|
|
79
|
+
readonly '@smithy/node-http-handler': "4.11.2";
|
|
80
|
+
readonly '@smithy/types': "4.17.2";
|
|
81
81
|
readonly '@vitest/coverage-v8': "4.1.10";
|
|
82
82
|
readonly '@vitest/ui': "4.1.10";
|
|
83
83
|
readonly '@astrojs/react': "6.0.2";
|
|
84
|
-
readonly '@astrojs/starlight': "0.41.
|
|
84
|
+
readonly '@astrojs/starlight': "0.41.7";
|
|
85
85
|
readonly astro: "7.1.1";
|
|
86
86
|
readonly aws4fetch: "1.0.20";
|
|
87
|
-
readonly 'aws-cdk': "2.
|
|
88
|
-
readonly 'aws-cdk-lib': "2.
|
|
87
|
+
readonly 'aws-cdk': "2.1136.0";
|
|
88
|
+
readonly 'aws-cdk-lib': "2.265.0";
|
|
89
89
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
90
90
|
readonly constructs: "10.8.1";
|
|
91
91
|
readonly cors: "2.8.6";
|
|
92
|
-
readonly chalk: "
|
|
92
|
+
readonly chalk: "6.0.0";
|
|
93
93
|
readonly 'class-variance-authority': "0.7.1";
|
|
94
94
|
readonly clsx: "2.1.1";
|
|
95
95
|
readonly commander: "15.0.0";
|
|
96
96
|
readonly 'cpy-cli': "7.0.0";
|
|
97
|
-
readonly electrodb: "3.9.
|
|
97
|
+
readonly electrodb: "3.9.3";
|
|
98
98
|
readonly esbuild: "0.28.2";
|
|
99
99
|
readonly 'event-source-polyfill': "1.0.31";
|
|
100
100
|
readonly '@types/event-source-polyfill': "1.0.5";
|
|
101
|
-
readonly '@biomejs/biome': "2.5.
|
|
101
|
+
readonly '@biomejs/biome': "2.5.8";
|
|
102
102
|
readonly '@prisma/adapter-mariadb': "7.9.1";
|
|
103
103
|
readonly '@prisma/adapter-pg': "7.9.1";
|
|
104
104
|
readonly '@prisma/client': "7.9.1";
|
|
@@ -111,10 +111,10 @@ export declare const TS_VERSIONS: {
|
|
|
111
111
|
readonly '@types/fs-extra': "11.0.4";
|
|
112
112
|
readonly 'make-dir-cli': "4.0.0";
|
|
113
113
|
readonly mariadb: "3.5.3";
|
|
114
|
-
readonly mise: "2026.8.
|
|
114
|
+
readonly mise: "2026.8.6";
|
|
115
115
|
readonly ncp: "2.0.0";
|
|
116
116
|
readonly npm: "12.0.2";
|
|
117
|
-
readonly 'npm-check-updates': "
|
|
117
|
+
readonly 'npm-check-updates': "23.0.2";
|
|
118
118
|
readonly 'oidc-client-ts': "3.5.0";
|
|
119
119
|
readonly pg: "8.23.0";
|
|
120
120
|
readonly prisma: "7.9.1";
|
|
@@ -122,17 +122,17 @@ export declare const TS_VERSIONS: {
|
|
|
122
122
|
readonly react: "19.2.8";
|
|
123
123
|
readonly 'react-dom': "19.2.8";
|
|
124
124
|
readonly rimraf: "6.1.3";
|
|
125
|
-
readonly rolldown: "1.2.
|
|
126
|
-
readonly 'rolldown-plugin-dts': "0.28.
|
|
125
|
+
readonly rolldown: "1.2.4";
|
|
126
|
+
readonly 'rolldown-plugin-dts': "0.28.2";
|
|
127
127
|
readonly 'simple-git': "3.36.0";
|
|
128
128
|
readonly 'source-map-support': "0.5.21";
|
|
129
129
|
readonly 'starlight-blog': "0.28.0";
|
|
130
130
|
readonly tailwindcss: "4.3.3";
|
|
131
131
|
readonly '@tailwindcss/vite': "4.3.3";
|
|
132
|
-
readonly tsx: "4.23.
|
|
133
|
-
readonly 'lucide-react': "1.
|
|
132
|
+
readonly tsx: "4.23.12";
|
|
133
|
+
readonly 'lucide-react': "1.31.0";
|
|
134
134
|
readonly 'radix-ui': "1.6.7";
|
|
135
|
-
readonly shadcn: "4.
|
|
135
|
+
readonly shadcn: "4.18.0";
|
|
136
136
|
readonly 'tw-animate-css': "1.4.0";
|
|
137
137
|
readonly 'tailwind-merge': "3.6.0";
|
|
138
138
|
readonly vite: "8.2.1";
|
|
@@ -167,38 +167,41 @@ export declare const NX_VERSION: "23.1.1";
|
|
|
167
167
|
*/
|
|
168
168
|
export declare const PY_VERSIONS: {
|
|
169
169
|
readonly 'a2a-sdk': "==0.3.26";
|
|
170
|
-
readonly 'ag-ui-langgraph': "==0.0.
|
|
171
|
-
readonly 'ag-ui-protocol': "==0.1.
|
|
172
|
-
readonly 'ag-ui-strands': "==0.
|
|
173
|
-
readonly
|
|
174
|
-
readonly 'aws-lambda-powertools
|
|
175
|
-
readonly 'aws-lambda-powertools[
|
|
170
|
+
readonly 'ag-ui-langgraph': "==0.0.43";
|
|
171
|
+
readonly 'ag-ui-protocol': "==0.1.20";
|
|
172
|
+
readonly 'ag-ui-strands': "==0.3.0";
|
|
173
|
+
readonly aiosqlite: "==0.22.1";
|
|
174
|
+
readonly 'aws-lambda-powertools': "==3.34.0";
|
|
175
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.34.0";
|
|
176
|
+
readonly 'aws-lambda-powertools[parser]': "==3.34.0";
|
|
176
177
|
readonly 'aws-opentelemetry-distro': "==0.19.0";
|
|
177
178
|
readonly 'bedrock-agentcore': "==1.21.0";
|
|
178
|
-
readonly boto3: "==1.43.
|
|
179
|
-
readonly checkov: "==3.3.
|
|
179
|
+
readonly boto3: "==1.43.72";
|
|
180
|
+
readonly checkov: "==3.3.11";
|
|
180
181
|
readonly fastapi: "==0.141.1";
|
|
181
182
|
readonly 'fastapi[standard]': "==0.141.1";
|
|
182
183
|
readonly httpx: "==0.28.1";
|
|
183
|
-
readonly langchain: "==1.3.
|
|
184
|
-
readonly 'langchain-aws': "==1.7.
|
|
184
|
+
readonly langchain: "==1.3.15";
|
|
185
|
+
readonly 'langchain-aws': "==1.7.1";
|
|
185
186
|
readonly 'langchain-mcp-adapters': "==0.3.2";
|
|
186
|
-
readonly langgraph: "==1.2.
|
|
187
|
+
readonly langgraph: "==1.2.11";
|
|
188
|
+
readonly 'langgraph-checkpoint-aws': "==1.2.2";
|
|
189
|
+
readonly 'langgraph-checkpoint-sqlite': "==3.1.1";
|
|
187
190
|
readonly mcp: "==1.28.1";
|
|
188
191
|
readonly 'pip-check-updates': "==0.29.0";
|
|
189
192
|
readonly 'pip-licenses': "==5.5.5";
|
|
190
|
-
readonly ruff: "==0.16.
|
|
191
|
-
readonly 'strands-agents': "==1.
|
|
192
|
-
readonly 'strands-agents[a2a]': "==1.
|
|
193
|
+
readonly ruff: "==0.16.3";
|
|
194
|
+
readonly 'strands-agents': "==1.52.0";
|
|
195
|
+
readonly 'strands-agents[a2a]': "==1.52.0";
|
|
193
196
|
readonly 'strands-agents-tools': "==0.8.6";
|
|
194
|
-
readonly ty: "==0.0.
|
|
197
|
+
readonly ty: "==0.0.72";
|
|
195
198
|
readonly pynamodb: "==6.1.0";
|
|
196
|
-
readonly uvicorn: "==0.52.
|
|
199
|
+
readonly uvicorn: "==0.52.3";
|
|
197
200
|
readonly sqlmodel: "==0.0.39";
|
|
198
201
|
readonly alembic: "==1.19.1";
|
|
199
202
|
readonly aiomysql: "==0.3.2";
|
|
200
203
|
readonly asyncpg: "==0.31.0";
|
|
201
|
-
readonly greenlet: "==3.5.
|
|
204
|
+
readonly greenlet: "==3.5.5";
|
|
202
205
|
};
|
|
203
206
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
|
204
207
|
/**
|
|
@@ -218,10 +221,10 @@ export declare const VENDORED_VERSIONS: {
|
|
|
218
221
|
* `<group>:<artifact>:<version>` where a generator writes it.
|
|
219
222
|
*/
|
|
220
223
|
export declare const JAVA_VERSIONS: {
|
|
221
|
-
readonly 'software.amazon.smithy:smithy-model': "1.
|
|
222
|
-
readonly 'software.amazon.smithy:smithy-aws-traits': "1.
|
|
223
|
-
readonly 'software.amazon.smithy:smithy-validation-model': "1.
|
|
224
|
-
readonly 'software.amazon.smithy:smithy-openapi': "1.
|
|
224
|
+
readonly 'software.amazon.smithy:smithy-model': "1.73.0";
|
|
225
|
+
readonly 'software.amazon.smithy:smithy-aws-traits': "1.73.0";
|
|
226
|
+
readonly 'software.amazon.smithy:smithy-validation-model': "1.73.0";
|
|
227
|
+
readonly 'software.amazon.smithy:smithy-openapi': "1.73.0";
|
|
225
228
|
readonly 'software.amazon.smithy.typescript:smithy-aws-typescript-codegen': "0.52.0";
|
|
226
229
|
};
|
|
227
230
|
export type IJavaVersion = keyof typeof JAVA_VERSIONS;
|
|
@@ -237,7 +240,7 @@ export declare const javaMavenDependency: (artifact: IJavaVersion) => string;
|
|
|
237
240
|
* command, which is what the version sync reaches to move it forward.
|
|
238
241
|
*/
|
|
239
242
|
export declare const MISE_VERSIONS: {
|
|
240
|
-
readonly smithy: "1.
|
|
243
|
+
readonly smithy: "1.73.0";
|
|
241
244
|
};
|
|
242
245
|
export type IMiseVersion = keyof typeof MISE_VERSIONS;
|
|
243
246
|
/** The tools the version update resolves through mise, in declaration order. */
|
|
@@ -276,11 +279,11 @@ export declare const containerImage: (tool: keyof typeof CONTAINER_VERSIONS) =>
|
|
|
276
279
|
export declare const TERRAFORM_VERSIONS: {
|
|
277
280
|
readonly aws: "6.60.0";
|
|
278
281
|
readonly random: "3.9.0";
|
|
279
|
-
readonly null: "3.3.
|
|
282
|
+
readonly null: "3.3.1";
|
|
280
283
|
readonly archive: "2.8.0";
|
|
281
|
-
readonly external: "2.4.
|
|
284
|
+
readonly external: "2.4.1";
|
|
282
285
|
readonly local: "2.9.0";
|
|
283
|
-
readonly time: "0.14.
|
|
286
|
+
readonly time: "0.14.1";
|
|
284
287
|
};
|
|
285
288
|
export type ITerraformProviderVersion = keyof typeof TERRAFORM_VERSIONS;
|
|
286
289
|
/**
|
|
@@ -290,9 +293,9 @@ export type ITerraformProviderVersion = keyof typeof TERRAFORM_VERSIONS;
|
|
|
290
293
|
export declare const terraformProviderVersions: () => {
|
|
291
294
|
awsProviderVersion: "6.60.0";
|
|
292
295
|
randomProviderVersion: "3.9.0";
|
|
293
|
-
nullProviderVersion: "3.3.
|
|
296
|
+
nullProviderVersion: "3.3.1";
|
|
294
297
|
archiveProviderVersion: "2.8.0";
|
|
295
|
-
externalProviderVersion: "2.4.
|
|
298
|
+
externalProviderVersion: "2.4.1";
|
|
296
299
|
localProviderVersion: "2.9.0";
|
|
297
|
-
timeProviderVersion: "0.14.
|
|
300
|
+
timeProviderVersion: "0.14.1";
|
|
298
301
|
};
|
package/src/utils/versions.js
CHANGED
|
@@ -16,27 +16,27 @@
|
|
|
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.
|
|
30
|
-
'@smithy/server-apigateway': '0.
|
|
31
|
-
'@smithy/server-node': '0.
|
|
19
|
+
'@aws-sdk/client-dynamodb': '3.1111.0',
|
|
20
|
+
'@aws-sdk/client-api-gateway': '3.1111.0',
|
|
21
|
+
'@aws-sdk/client-iam': '3.1111.0',
|
|
22
|
+
'@aws-sdk/client-bedrock-agentcore': '3.1111.0',
|
|
23
|
+
'@aws-sdk/client-bedrock-runtime': '3.1111.0',
|
|
24
|
+
'@aws-sdk/client-s3': '3.1111.0',
|
|
25
|
+
'@aws-sdk/client-sts': '3.1111.0',
|
|
26
|
+
'@aws-sdk/credential-providers': '3.1111.0',
|
|
27
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.972.68',
|
|
28
|
+
'@aws-sdk/client-secrets-manager': '3.1111.0',
|
|
29
|
+
'@aws-sdk/rds-signer': '3.1111.0',
|
|
30
|
+
'@smithy/server-apigateway': '0.3.3',
|
|
31
|
+
'@smithy/server-node': '0.3.3',
|
|
32
32
|
'@aws-lambda-powertools/logger': '2.34.0',
|
|
33
33
|
'@aws-lambda-powertools/metrics': '2.34.0',
|
|
34
34
|
'@aws-lambda-powertools/parameters': '2.34.0',
|
|
35
35
|
'@aws-lambda-powertools/tracer': '2.34.0',
|
|
36
36
|
'@aws-lambda-powertools/parser': '2.34.0',
|
|
37
|
-
'@aws-sdk/client-appconfigdata': '3.
|
|
38
|
-
'@middy/core': '7.7.
|
|
39
|
-
'@nxlv/python': '
|
|
37
|
+
'@aws-sdk/client-appconfigdata': '3.1111.0',
|
|
38
|
+
'@middy/core': '7.7.4',
|
|
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.
|
|
42
42
|
nx: '23.1.1',
|
|
@@ -48,27 +48,27 @@
|
|
|
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.
|
|
51
|
+
'@swc/core': '1.16.0',
|
|
52
52
|
'@modelcontextprotocol/sdk': '1.30.0',
|
|
53
|
-
'@modelcontextprotocol/inspector': '
|
|
53
|
+
'@modelcontextprotocol/inspector': '2.2.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.68.1',
|
|
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.13.0',
|
|
63
|
+
'@tanstack/react-router': '1.170.29',
|
|
64
|
+
'@tanstack/router-plugin': '1.168.32',
|
|
65
|
+
'@tanstack/router-generator': '1.167.30',
|
|
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.
|
|
68
|
+
'@cloudscape-design/board-components': '3.0.218',
|
|
69
|
+
'@cloudscape-design/chat-components': '1.0.162',
|
|
70
|
+
'@cloudscape-design/components': '3.0.1347',
|
|
71
|
+
'@cloudscape-design/global-styles': '1.0.66',
|
|
72
72
|
'@tanstack/react-query': '5.101.4',
|
|
73
73
|
'@tanstack/react-query-devtools': '5.101.4',
|
|
74
74
|
'@trpc/tanstack-react-query': '11.18.0',
|
|
@@ -80,31 +80,31 @@
|
|
|
80
80
|
'@types/pg': '8.21.0',
|
|
81
81
|
'@types/ws': '8.18.1',
|
|
82
82
|
'@types/express': '5.0.6',
|
|
83
|
-
'@smithy/config-resolver': '4.
|
|
84
|
-
'@smithy/node-config-provider': '4.
|
|
85
|
-
'@smithy/node-http-handler': '4.
|
|
86
|
-
'@smithy/types': '4.
|
|
83
|
+
'@smithy/config-resolver': '4.7.2',
|
|
84
|
+
'@smithy/node-config-provider': '4.6.2',
|
|
85
|
+
'@smithy/node-http-handler': '4.11.2',
|
|
86
|
+
'@smithy/types': '4.17.2',
|
|
87
87
|
'@vitest/coverage-v8': '4.1.10',
|
|
88
88
|
'@vitest/ui': '4.1.10',
|
|
89
89
|
'@astrojs/react': '6.0.2',
|
|
90
|
-
'@astrojs/starlight': '0.41.
|
|
90
|
+
'@astrojs/starlight': '0.41.7',
|
|
91
91
|
astro: '7.1.1',
|
|
92
92
|
aws4fetch: '1.0.20',
|
|
93
|
-
'aws-cdk': '2.
|
|
94
|
-
'aws-cdk-lib': '2.
|
|
93
|
+
'aws-cdk': '2.1136.0',
|
|
94
|
+
'aws-cdk-lib': '2.265.0',
|
|
95
95
|
'aws-xray-sdk-core': '3.12.0',
|
|
96
96
|
constructs: '10.8.1',
|
|
97
97
|
cors: '2.8.6',
|
|
98
|
-
chalk: '
|
|
98
|
+
chalk: '6.0.0',
|
|
99
99
|
'class-variance-authority': '0.7.1',
|
|
100
100
|
clsx: '2.1.1',
|
|
101
101
|
commander: '15.0.0',
|
|
102
102
|
'cpy-cli': '7.0.0',
|
|
103
|
-
electrodb: '3.9.
|
|
103
|
+
electrodb: '3.9.3',
|
|
104
104
|
esbuild: '0.28.2',
|
|
105
105
|
'event-source-polyfill': '1.0.31',
|
|
106
106
|
'@types/event-source-polyfill': '1.0.5',
|
|
107
|
-
'@biomejs/biome': '2.5.
|
|
107
|
+
'@biomejs/biome': '2.5.8',
|
|
108
108
|
'@prisma/adapter-mariadb': '7.9.1',
|
|
109
109
|
'@prisma/adapter-pg': '7.9.1',
|
|
110
110
|
'@prisma/client': '7.9.1',
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
'@types/fs-extra': '11.0.4',
|
|
118
118
|
'make-dir-cli': '4.0.0',
|
|
119
119
|
mariadb: '3.5.3',
|
|
120
|
-
mise: '2026.8.
|
|
120
|
+
mise: '2026.8.6',
|
|
121
121
|
ncp: '2.0.0',
|
|
122
122
|
npm: '12.0.2',
|
|
123
|
-
'npm-check-updates': '
|
|
123
|
+
'npm-check-updates': '23.0.2',
|
|
124
124
|
'oidc-client-ts': '3.5.0',
|
|
125
125
|
pg: '8.23.0',
|
|
126
126
|
prisma: '7.9.1',
|
|
@@ -128,17 +128,17 @@
|
|
|
128
128
|
react: '19.2.8',
|
|
129
129
|
'react-dom': '19.2.8',
|
|
130
130
|
rimraf: '6.1.3',
|
|
131
|
-
rolldown: '1.2.
|
|
132
|
-
'rolldown-plugin-dts': '0.28.
|
|
131
|
+
rolldown: '1.2.4',
|
|
132
|
+
'rolldown-plugin-dts': '0.28.2',
|
|
133
133
|
'simple-git': '3.36.0',
|
|
134
134
|
'source-map-support': '0.5.21',
|
|
135
135
|
'starlight-blog': '0.28.0',
|
|
136
136
|
tailwindcss: '4.3.3',
|
|
137
137
|
'@tailwindcss/vite': '4.3.3',
|
|
138
|
-
tsx: '4.23.
|
|
139
|
-
'lucide-react': '1.
|
|
138
|
+
tsx: '4.23.12',
|
|
139
|
+
'lucide-react': '1.31.0',
|
|
140
140
|
'radix-ui': '1.6.7',
|
|
141
|
-
shadcn: '4.
|
|
141
|
+
shadcn: '4.18.0',
|
|
142
142
|
'tw-animate-css': '1.4.0',
|
|
143
143
|
'tailwind-merge': '3.6.0',
|
|
144
144
|
vite: '8.2.1',
|
|
@@ -182,33 +182,36 @@
|
|
|
182
182
|
* Versions for Python dependencies added by generators
|
|
183
183
|
*/ export const PY_VERSIONS = {
|
|
184
184
|
'a2a-sdk': '==0.3.26',
|
|
185
|
-
'ag-ui-langgraph': '==0.0.
|
|
186
|
-
'ag-ui-protocol': '==0.1.
|
|
187
|
-
'ag-ui-strands': '==0.
|
|
188
|
-
|
|
189
|
-
'aws-lambda-powertools
|
|
190
|
-
'aws-lambda-powertools[
|
|
185
|
+
'ag-ui-langgraph': '==0.0.43',
|
|
186
|
+
'ag-ui-protocol': '==0.1.20',
|
|
187
|
+
'ag-ui-strands': '==0.3.0',
|
|
188
|
+
aiosqlite: '==0.22.1',
|
|
189
|
+
'aws-lambda-powertools': '==3.34.0',
|
|
190
|
+
'aws-lambda-powertools[tracer]': '==3.34.0',
|
|
191
|
+
'aws-lambda-powertools[parser]': '==3.34.0',
|
|
191
192
|
'aws-opentelemetry-distro': '==0.19.0',
|
|
192
193
|
'bedrock-agentcore': '==1.21.0',
|
|
193
|
-
boto3: '==1.43.
|
|
194
|
-
checkov: '==3.3.
|
|
194
|
+
boto3: '==1.43.72',
|
|
195
|
+
checkov: '==3.3.11',
|
|
195
196
|
fastapi: '==0.141.1',
|
|
196
197
|
'fastapi[standard]': '==0.141.1',
|
|
197
198
|
httpx: '==0.28.1',
|
|
198
|
-
langchain: '==1.3.
|
|
199
|
-
'langchain-aws': '==1.7.
|
|
199
|
+
langchain: '==1.3.15',
|
|
200
|
+
'langchain-aws': '==1.7.1',
|
|
200
201
|
'langchain-mcp-adapters': '==0.3.2',
|
|
201
|
-
langgraph: '==1.2.
|
|
202
|
+
langgraph: '==1.2.11',
|
|
203
|
+
'langgraph-checkpoint-aws': '==1.2.2',
|
|
204
|
+
'langgraph-checkpoint-sqlite': '==3.1.1',
|
|
202
205
|
mcp: '==1.28.1',
|
|
203
206
|
'pip-check-updates': '==0.29.0',
|
|
204
207
|
'pip-licenses': '==5.5.5',
|
|
205
|
-
ruff: '==0.16.
|
|
206
|
-
'strands-agents': '==1.
|
|
207
|
-
'strands-agents[a2a]': '==1.
|
|
208
|
+
ruff: '==0.16.3',
|
|
209
|
+
'strands-agents': '==1.52.0',
|
|
210
|
+
'strands-agents[a2a]': '==1.52.0',
|
|
208
211
|
'strands-agents-tools': '==0.8.6',
|
|
209
|
-
ty: '==0.0.
|
|
212
|
+
ty: '==0.0.72',
|
|
210
213
|
pynamodb: '==6.1.0',
|
|
211
|
-
uvicorn: '==0.52.
|
|
214
|
+
uvicorn: '==0.52.3',
|
|
212
215
|
sqlmodel: '==0.0.39',
|
|
213
216
|
alembic: '==1.19.1',
|
|
214
217
|
aiomysql: '==0.3.2',
|
|
@@ -216,7 +219,7 @@
|
|
|
216
219
|
// Pinned explicitly: SQLAlchemy's async engine pulls greenlet transitively,
|
|
217
220
|
// and leaving it unpinned lets uv resolve to a just-released version whose
|
|
218
221
|
// platform wheels may not all be published yet (breaking aarch64 installs).
|
|
219
|
-
greenlet: '==3.5.
|
|
222
|
+
greenlet: '==3.5.5'
|
|
220
223
|
};
|
|
221
224
|
/**
|
|
222
225
|
* Add versions to the given dependencies
|
|
@@ -242,10 +245,10 @@
|
|
|
242
245
|
* Every entry is resolved from Maven Central by the version update and named
|
|
243
246
|
* `<group>:<artifact>:<version>` where a generator writes it.
|
|
244
247
|
*/ export const JAVA_VERSIONS = {
|
|
245
|
-
'software.amazon.smithy:smithy-model': '1.
|
|
246
|
-
'software.amazon.smithy:smithy-aws-traits': '1.
|
|
247
|
-
'software.amazon.smithy:smithy-validation-model': '1.
|
|
248
|
-
'software.amazon.smithy:smithy-openapi': '1.
|
|
248
|
+
'software.amazon.smithy:smithy-model': '1.73.0',
|
|
249
|
+
'software.amazon.smithy:smithy-aws-traits': '1.73.0',
|
|
250
|
+
'software.amazon.smithy:smithy-validation-model': '1.73.0',
|
|
251
|
+
'software.amazon.smithy:smithy-openapi': '1.73.0',
|
|
249
252
|
'software.amazon.smithy.typescript:smithy-aws-typescript-codegen': '0.52.0'
|
|
250
253
|
};
|
|
251
254
|
/** The Maven coordinates the version update resolves, in declaration order. */ export const JAVA_ARTIFACTS = Object.keys(JAVA_VERSIONS);
|
|
@@ -257,7 +260,7 @@
|
|
|
257
260
|
* is installed into the workspace: the pin travels in the `project.json` target
|
|
258
261
|
* command, which is what the version sync reaches to move it forward.
|
|
259
262
|
*/ export const MISE_VERSIONS = {
|
|
260
|
-
smithy: '1.
|
|
263
|
+
smithy: '1.73.0'
|
|
261
264
|
};
|
|
262
265
|
/** The tools the version update resolves through mise, in declaration order. */ export const MISE_TOOLS = Object.keys(MISE_VERSIONS);
|
|
263
266
|
/**
|
|
@@ -290,11 +293,11 @@
|
|
|
290
293
|
*/ export const TERRAFORM_VERSIONS = {
|
|
291
294
|
aws: '6.60.0',
|
|
292
295
|
random: '3.9.0',
|
|
293
|
-
null: '3.3.
|
|
296
|
+
null: '3.3.1',
|
|
294
297
|
archive: '2.8.0',
|
|
295
|
-
external: '2.4.
|
|
298
|
+
external: '2.4.1',
|
|
296
299
|
local: '2.9.0',
|
|
297
|
-
time: '0.14.
|
|
300
|
+
time: '0.14.1'
|
|
298
301
|
};
|
|
299
302
|
/**
|
|
300
303
|
* Substitution variables exposing Terraform provider version constraints to
|