@aws/nx-plugin 0.51.4 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +9 -9
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +29 -29
- package/src/preset/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/trpc/react/__snapshots__/generator.spec.ts.snap +9 -3
- package/src/trpc/react/files/src/components/__apiNameClassName__ClientProvider.tsx.template +1 -1
- package/src/ts/lib/__snapshots__/generator.spec.ts.snap +6 -4
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +121 -73
- package/src/ts/react-website/app/files/app/src/components/AppLayout/index.tsx.template +1 -1
- package/src/utils/versions.d.ts +49 -49
- package/src/utils/versions.js +48 -48
- package/src/utils/versions.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/nx-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/awslabs/nx-plugin-for-aws.git",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
27
27
|
"@hey-api/openapi-ts": "0.64.13",
|
|
28
28
|
"@iarna/toml": "^2.2.5",
|
|
29
|
-
"@modelcontextprotocol/sdk": "^1.18.
|
|
30
|
-
"@nx/devkit": "~21.
|
|
31
|
-
"@nx/eslint": "~21.
|
|
32
|
-
"@nx/js": "~21.
|
|
33
|
-
"@nx/react": "~21.
|
|
34
|
-
"@nx/vite": "~21.
|
|
29
|
+
"@modelcontextprotocol/sdk": "^1.18.2",
|
|
30
|
+
"@nx/devkit": "~21.6.2",
|
|
31
|
+
"@nx/eslint": "~21.6.2",
|
|
32
|
+
"@nx/js": "~21.6.2",
|
|
33
|
+
"@nx/react": "~21.6.2",
|
|
34
|
+
"@nx/vite": "~21.6.2",
|
|
35
35
|
"@nxlv/python": "~21.2.0",
|
|
36
36
|
"@phenomnomnominal/tsquery": "6.1.3",
|
|
37
37
|
"enquirer": "^2.4.1",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"minimatch": "^10.0.3",
|
|
46
46
|
"openapi-types": "^12.1.3",
|
|
47
47
|
"pip-requirements-js": "^0.2.1",
|
|
48
|
-
"typescript": "~5.
|
|
48
|
+
"typescript": "~5.9.2",
|
|
49
49
|
"vite": "^6.3.6",
|
|
50
50
|
"vitest": "^3.2.4",
|
|
51
|
-
"zod": "^4.1.
|
|
51
|
+
"zod": "^4.1.11",
|
|
52
52
|
"zod-v3": "npm:zod@^3.25.76"
|
|
53
53
|
},
|
|
54
54
|
"types": "./src/index.d.ts"
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
|
|
4
4
|
{
|
|
5
5
|
"aws-cdk": "2.1029.3",
|
|
6
|
-
"aws-cdk-lib": "2.
|
|
6
|
+
"aws-cdk-lib": "2.218.0",
|
|
7
7
|
"constructs": "10.4.2",
|
|
8
|
-
"esbuild": "0.25.
|
|
8
|
+
"esbuild": "0.25.10",
|
|
9
9
|
"source-map-support": "0.5.21",
|
|
10
10
|
}
|
|
11
11
|
`;
|
|
@@ -13,15 +13,15 @@ exports[`infra generator > should add required dependencies to package.json > de
|
|
|
13
13
|
exports[`infra generator > should add required dependencies to package.json > dev-dependencies 1`] = `
|
|
14
14
|
{
|
|
15
15
|
"@eslint/js": "^9.8.0",
|
|
16
|
-
"@nx/eslint": "21.
|
|
17
|
-
"@nx/eslint-plugin": "21.
|
|
18
|
-
"@nx/js": "21.
|
|
19
|
-
"@nx/vite": "21.
|
|
20
|
-
"@nx/web": "21.
|
|
16
|
+
"@nx/eslint": "21.6.3",
|
|
17
|
+
"@nx/eslint-plugin": "21.6.3",
|
|
18
|
+
"@nx/js": "21.6.3",
|
|
19
|
+
"@nx/vite": "21.6.3",
|
|
20
|
+
"@nx/web": "21.6.3",
|
|
21
21
|
"@swc-node/register": "~1.9.1",
|
|
22
22
|
"@swc/core": "~1.5.7",
|
|
23
23
|
"@swc/helpers": "~0.5.11",
|
|
24
|
-
"@types/node": "22.18.
|
|
24
|
+
"@types/node": "22.18.7",
|
|
25
25
|
"@vitest/coverage-v8": "^3.0.5",
|
|
26
26
|
"@vitest/ui": "^3.0.0",
|
|
27
27
|
"eslint": "^9.8.0",
|
|
@@ -29,12 +29,12 @@ exports[`infra generator > should add required dependencies to package.json > de
|
|
|
29
29
|
"eslint-plugin-prettier": "5.5.4",
|
|
30
30
|
"jiti": "2.4.2",
|
|
31
31
|
"jsdom": "~22.1.0",
|
|
32
|
-
"jsonc-eslint-parser": "2.4.
|
|
32
|
+
"jsonc-eslint-parser": "2.4.1",
|
|
33
33
|
"prettier": "3.6.2",
|
|
34
|
-
"tsx": "4.20.
|
|
35
|
-
"typescript": "~5.
|
|
36
|
-
"typescript-eslint": "^8.
|
|
37
|
-
"vite": "^
|
|
34
|
+
"tsx": "4.20.6",
|
|
35
|
+
"typescript": "~5.9.2",
|
|
36
|
+
"typescript-eslint": "^8.40.0",
|
|
37
|
+
"vite": "^7.0.0",
|
|
38
38
|
"vitest": "^3.0.0",
|
|
39
39
|
}
|
|
40
40
|
`;
|
|
@@ -43,22 +43,22 @@ exports[`infra generator > should add required dependencies to package.json > pa
|
|
|
43
43
|
{
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"aws-cdk": "2.1029.3",
|
|
46
|
-
"aws-cdk-lib": "2.
|
|
46
|
+
"aws-cdk-lib": "2.218.0",
|
|
47
47
|
"constructs": "10.4.2",
|
|
48
|
-
"esbuild": "0.25.
|
|
48
|
+
"esbuild": "0.25.10",
|
|
49
49
|
"source-map-support": "0.5.21",
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@eslint/js": "^9.8.0",
|
|
53
|
-
"@nx/eslint": "21.
|
|
54
|
-
"@nx/eslint-plugin": "21.
|
|
55
|
-
"@nx/js": "21.
|
|
56
|
-
"@nx/vite": "21.
|
|
57
|
-
"@nx/web": "21.
|
|
53
|
+
"@nx/eslint": "21.6.3",
|
|
54
|
+
"@nx/eslint-plugin": "21.6.3",
|
|
55
|
+
"@nx/js": "21.6.3",
|
|
56
|
+
"@nx/vite": "21.6.3",
|
|
57
|
+
"@nx/web": "21.6.3",
|
|
58
58
|
"@swc-node/register": "~1.9.1",
|
|
59
59
|
"@swc/core": "~1.5.7",
|
|
60
60
|
"@swc/helpers": "~0.5.11",
|
|
61
|
-
"@types/node": "22.18.
|
|
61
|
+
"@types/node": "22.18.7",
|
|
62
62
|
"@vitest/coverage-v8": "^3.0.5",
|
|
63
63
|
"@vitest/ui": "^3.0.0",
|
|
64
64
|
"eslint": "^9.8.0",
|
|
@@ -66,12 +66,12 @@ exports[`infra generator > should add required dependencies to package.json > pa
|
|
|
66
66
|
"eslint-plugin-prettier": "5.5.4",
|
|
67
67
|
"jiti": "2.4.2",
|
|
68
68
|
"jsdom": "~22.1.0",
|
|
69
|
-
"jsonc-eslint-parser": "2.4.
|
|
69
|
+
"jsonc-eslint-parser": "2.4.1",
|
|
70
70
|
"prettier": "3.6.2",
|
|
71
|
-
"tsx": "4.20.
|
|
72
|
-
"typescript": "~5.
|
|
73
|
-
"typescript-eslint": "^8.
|
|
74
|
-
"vite": "^
|
|
71
|
+
"tsx": "4.20.6",
|
|
72
|
+
"typescript": "~5.9.2",
|
|
73
|
+
"typescript-eslint": "^8.40.0",
|
|
74
|
+
"vite": "^7.0.0",
|
|
75
75
|
"vitest": "^3.0.0",
|
|
76
76
|
},
|
|
77
77
|
"name": "@proj/source",
|
|
@@ -90,7 +90,7 @@ exports[`infra generator > should configure Checkov target correctly > checkov-t
|
|
|
90
90
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
91
91
|
],
|
|
92
92
|
"options": {
|
|
93
|
-
"command": "uvx checkov==3.2.
|
|
93
|
+
"command": "uvx checkov==3.2.474 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
|
|
94
94
|
},
|
|
95
95
|
"outputs": [
|
|
96
96
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -175,7 +175,7 @@ exports[`infra generator > should configure project.json with correct targets >
|
|
|
175
175
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
176
176
|
],
|
|
177
177
|
"options": {
|
|
178
|
-
"command": "uvx checkov==3.2.
|
|
178
|
+
"command": "uvx checkov==3.2.474 --config-file packages/test/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
|
|
179
179
|
},
|
|
180
180
|
"outputs": [
|
|
181
181
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -714,7 +714,7 @@ exports[`infra generator > should handle custom project names correctly > custom
|
|
|
714
714
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
715
715
|
],
|
|
716
716
|
"options": {
|
|
717
|
-
"command": "uvx checkov==3.2.
|
|
717
|
+
"command": "uvx checkov==3.2.474 --config-file packages/custom-infra/checkov.yml --file dist/packages/infra/cdk.out/**/*.template.json",
|
|
718
718
|
},
|
|
719
719
|
"outputs": [
|
|
720
720
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -177,13 +177,13 @@ exports[`preset generator > should run successfully > package.json 1`] = `
|
|
|
177
177
|
"name": "@proj/source",
|
|
178
178
|
"dependencies": {},
|
|
179
179
|
"devDependencies": {
|
|
180
|
-
"@nx/js": "21.
|
|
181
|
-
"@nx/workspace": "21.
|
|
180
|
+
"@nx/js": "21.6.3",
|
|
181
|
+
"@nx/workspace": "21.6.3",
|
|
182
182
|
"@swc-node/register": "~1.9.1",
|
|
183
183
|
"@swc/core": "~1.5.7",
|
|
184
184
|
"@swc/helpers": "~0.5.11",
|
|
185
185
|
"prettier": "^2.6.2",
|
|
186
|
-
"typescript": "~5.
|
|
186
|
+
"typescript": "~5.9.2"
|
|
187
187
|
},
|
|
188
188
|
"workspaces": [
|
|
189
189
|
"packages/*"
|
|
@@ -871,9 +871,9 @@ exports[`py#mcp-server generator > should match snapshot for generated files > u
|
|
|
871
871
|
name = "proj.test_project"
|
|
872
872
|
version = "0.1.0"
|
|
873
873
|
dependencies = [
|
|
874
|
-
"mcp==1.
|
|
875
|
-
"boto3==1.40.
|
|
876
|
-
"aws-opentelemetry-distro==0.12.
|
|
874
|
+
"mcp==1.16.0",
|
|
875
|
+
"boto3==1.40.45",
|
|
876
|
+
"aws-opentelemetry-distro==0.12.1"
|
|
877
877
|
]
|
|
878
878
|
|
|
879
879
|
[dependency-groups]
|
|
@@ -896,12 +896,12 @@ exports[`py#strands-agent generator > should match snapshot for generated files
|
|
|
896
896
|
name = "proj.test_project"
|
|
897
897
|
version = "0.1.0"
|
|
898
898
|
dependencies = [
|
|
899
|
-
"aws-opentelemetry-distro==0.12.
|
|
900
|
-
"bedrock-agentcore==0.1.
|
|
901
|
-
"boto3==1.40.
|
|
902
|
-
"mcp==1.
|
|
903
|
-
"strands-agents==1.
|
|
904
|
-
"strands-agents-tools==0.2.
|
|
899
|
+
"aws-opentelemetry-distro==0.12.1",
|
|
900
|
+
"bedrock-agentcore==0.1.7",
|
|
901
|
+
"boto3==1.40.45",
|
|
902
|
+
"mcp==1.16.0",
|
|
903
|
+
"strands-agents==1.10.0",
|
|
904
|
+
"strands-agents-tools==0.2.9"
|
|
905
905
|
]
|
|
906
906
|
|
|
907
907
|
[dependency-groups]
|
|
@@ -8,7 +8,9 @@ import { FC, PropsWithChildren, useMemo } from 'react';
|
|
|
8
8
|
import { useRuntimeConfig } from '../hooks/useRuntimeConfig';
|
|
9
9
|
import { HTTPLinkOptions, createTRPCClient, httpLink } from '@trpc/client';
|
|
10
10
|
|
|
11
|
-
export const TestApiTRPCContext
|
|
11
|
+
export const TestApiTRPCContext: ReturnType<
|
|
12
|
+
typeof createTRPCContext<AppRouter>
|
|
13
|
+
> = createTRPCContext<AppRouter>();
|
|
12
14
|
|
|
13
15
|
export const TestApiClientProvider: FC<PropsWithChildren> = ({ children }) => {
|
|
14
16
|
const queryClient = useQueryClient();
|
|
@@ -55,7 +57,9 @@ import { useRuntimeConfig } from '../hooks/useRuntimeConfig';
|
|
|
55
57
|
import { HTTPLinkOptions, createTRPCClient, httpLink } from '@trpc/client';
|
|
56
58
|
import { useAuth } from 'react-oidc-context';
|
|
57
59
|
|
|
58
|
-
export const TestApiTRPCContext
|
|
60
|
+
export const TestApiTRPCContext: ReturnType<
|
|
61
|
+
typeof createTRPCContext<AppRouter>
|
|
62
|
+
> = createTRPCContext<AppRouter>();
|
|
59
63
|
|
|
60
64
|
export const TestApiClientProvider: FC<PropsWithChildren> = ({ children }) => {
|
|
61
65
|
const queryClient = useQueryClient();
|
|
@@ -100,7 +104,9 @@ import { useRuntimeConfig } from '../hooks/useRuntimeConfig';
|
|
|
100
104
|
import { HTTPLinkOptions, createTRPCClient, httpLink } from '@trpc/client';
|
|
101
105
|
import { useSigV4 } from '../hooks/useSigV4';
|
|
102
106
|
|
|
103
|
-
export const TestApiTRPCContext
|
|
107
|
+
export const TestApiTRPCContext: ReturnType<
|
|
108
|
+
typeof createTRPCContext<AppRouter>
|
|
109
|
+
> = createTRPCContext<AppRouter>();
|
|
104
110
|
|
|
105
111
|
export const TestApiClientProvider: FC<PropsWithChildren> = ({ children }) => {
|
|
106
112
|
const queryClient = useQueryClient();
|
|
@@ -10,7 +10,7 @@ import { useSigV4 } from "../hooks/useSigV4";
|
|
|
10
10
|
import { useAuth } from "react-oidc-context";
|
|
11
11
|
<%_ } _%>
|
|
12
12
|
|
|
13
|
-
export const <%= apiNameClassName %>TRPCContext = createTRPCContext<AppRouter>();
|
|
13
|
+
export const <%= apiNameClassName %>TRPCContext: ReturnType<typeof createTRPCContext<AppRouter>> = createTRPCContext<AppRouter>();
|
|
14
14
|
|
|
15
15
|
export const <%= apiNameClassName %>ClientProvider: FC<PropsWithChildren> = ({
|
|
16
16
|
children,
|
|
@@ -41,13 +41,12 @@ exports[`ts lib generator > should configure named inputs in nx.json 1`] = `
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"test": {
|
|
45
|
-
"dependsOn": ["^build"],
|
|
46
|
-
"inputs": ["default"]
|
|
47
|
-
},
|
|
48
44
|
"compile": {
|
|
49
45
|
"cache": true,
|
|
50
46
|
"inputs": ["default"]
|
|
47
|
+
},
|
|
48
|
+
"test": {
|
|
49
|
+
"inputs": ["default"]
|
|
51
50
|
}
|
|
52
51
|
},
|
|
53
52
|
"plugins": [
|
|
@@ -165,6 +164,9 @@ export default [
|
|
|
165
164
|
parser: await import('jsonc-eslint-parser'),
|
|
166
165
|
},
|
|
167
166
|
},
|
|
167
|
+
{
|
|
168
|
+
ignores: ['**/out-tsc'],
|
|
169
|
+
},
|
|
168
170
|
];
|
|
169
171
|
"
|
|
170
172
|
`;
|
|
@@ -970,14 +970,14 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
|
|
|
970
970
|
"snapshot-server": "./src/snapshot-server/stdio.js"
|
|
971
971
|
},
|
|
972
972
|
"dependencies": {
|
|
973
|
-
"@modelcontextprotocol/sdk": "1.
|
|
973
|
+
"@modelcontextprotocol/sdk": "1.18.2",
|
|
974
974
|
"express": "5.1.0",
|
|
975
975
|
"zod-v3": "npm:zod@^3"
|
|
976
976
|
},
|
|
977
977
|
"devDependencies": {
|
|
978
|
-
"@modelcontextprotocol/inspector": "0.16.
|
|
978
|
+
"@modelcontextprotocol/inspector": "0.16.8",
|
|
979
979
|
"@types/express": "5.0.3",
|
|
980
|
-
"tsx": "4.20.
|
|
980
|
+
"tsx": "4.20.6"
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
983
|
"
|
|
@@ -8,6 +8,8 @@ import { tanstackRouter } from '@tanstack/router-plugin/vite';
|
|
|
8
8
|
/// <reference types='vitest' />
|
|
9
9
|
import { defineConfig } from 'vite';
|
|
10
10
|
import react from '@vitejs/plugin-react';
|
|
11
|
+
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
|
|
12
|
+
import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
|
|
11
13
|
|
|
12
14
|
export default defineConfig(() => ({
|
|
13
15
|
define: {
|
|
@@ -29,6 +31,8 @@ export default defineConfig(() => ({
|
|
|
29
31
|
generatedRouteTree: resolve(__dirname, 'src/routeTree.gen.ts'),
|
|
30
32
|
}),
|
|
31
33
|
react(),
|
|
34
|
+
nxViteTsPaths(),
|
|
35
|
+
nxCopyAssetsPlugin(['*.md']),
|
|
32
36
|
tailwindcss(),
|
|
33
37
|
tsconfigPaths(),
|
|
34
38
|
],
|
|
@@ -48,7 +52,7 @@ export default defineConfig(() => ({
|
|
|
48
52
|
include: ['{src,tests}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
49
53
|
reporters: ['default'],
|
|
50
54
|
coverage: {
|
|
51
|
-
reportsDirectory: '
|
|
55
|
+
reportsDirectory: '../coverage/test-app',
|
|
52
56
|
provider: 'v8' as const,
|
|
53
57
|
},
|
|
54
58
|
passWithNoTests: true,
|
|
@@ -64,6 +68,8 @@ import { tanstackRouter } from '@tanstack/router-plugin/vite';
|
|
|
64
68
|
/// <reference types='vitest' />
|
|
65
69
|
import { defineConfig } from 'vite';
|
|
66
70
|
import react from '@vitejs/plugin-react';
|
|
71
|
+
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
|
|
72
|
+
import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
|
|
67
73
|
|
|
68
74
|
export default defineConfig(() => ({
|
|
69
75
|
define: {
|
|
@@ -85,6 +91,8 @@ export default defineConfig(() => ({
|
|
|
85
91
|
generatedRouteTree: resolve(__dirname, 'src/routeTree.gen.ts'),
|
|
86
92
|
}),
|
|
87
93
|
react(),
|
|
94
|
+
nxViteTsPaths(),
|
|
95
|
+
nxCopyAssetsPlugin(['*.md']),
|
|
88
96
|
tsconfigPaths(),
|
|
89
97
|
],
|
|
90
98
|
build: {
|
|
@@ -103,7 +111,7 @@ export default defineConfig(() => ({
|
|
|
103
111
|
include: ['{src,tests}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
104
112
|
reporters: ['default'],
|
|
105
113
|
coverage: {
|
|
106
|
-
reportsDirectory: '
|
|
114
|
+
reportsDirectory: '../coverage/test-app',
|
|
107
115
|
provider: 'v8' as const,
|
|
108
116
|
},
|
|
109
117
|
passWithNoTests: true,
|
|
@@ -886,6 +894,14 @@ vitest.config.*.timestamp*
|
|
|
886
894
|
runtime-config.json"
|
|
887
895
|
`;
|
|
888
896
|
|
|
897
|
+
exports[`react-website generator > Tanstack router integration > should generate website with no router correctly > .prettierignore 1`] = `
|
|
898
|
+
"# Add files here to ignore them from prettier formatting
|
|
899
|
+
/dist
|
|
900
|
+
/coverage
|
|
901
|
+
/.nx/cache
|
|
902
|
+
/.nx/workspace-data"
|
|
903
|
+
`;
|
|
904
|
+
|
|
889
905
|
exports[`react-website generator > Tanstack router integration > should generate website with no router correctly > .prettierrc 1`] = `
|
|
890
906
|
"{ "singleQuote": true }
|
|
891
907
|
"
|
|
@@ -990,13 +1006,12 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
990
1006
|
"dependsOn": ["^build"],
|
|
991
1007
|
"inputs": ["default", "^default"]
|
|
992
1008
|
},
|
|
993
|
-
"test": {
|
|
994
|
-
"dependsOn": ["^build"],
|
|
995
|
-
"inputs": ["default"]
|
|
996
|
-
},
|
|
997
1009
|
"compile": {
|
|
998
1010
|
"cache": true,
|
|
999
1011
|
"inputs": ["default"]
|
|
1012
|
+
},
|
|
1013
|
+
"test": {
|
|
1014
|
+
"inputs": ["default"]
|
|
1000
1015
|
}
|
|
1001
1016
|
},
|
|
1002
1017
|
"generators": {
|
|
@@ -1054,31 +1069,31 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1054
1069
|
"{
|
|
1055
1070
|
"name": "@proj/source",
|
|
1056
1071
|
"dependencies": {
|
|
1057
|
-
"@cloudscape-design/board-components": "3.0.
|
|
1058
|
-
"@cloudscape-design/components": "3.0.
|
|
1059
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
1060
|
-
"aws-cdk-lib": "2.
|
|
1072
|
+
"@cloudscape-design/board-components": "3.0.121",
|
|
1073
|
+
"@cloudscape-design/components": "3.0.1102",
|
|
1074
|
+
"@cloudscape-design/global-styles": "1.0.46",
|
|
1075
|
+
"aws-cdk-lib": "2.218.0",
|
|
1061
1076
|
"constructs": "10.4.2",
|
|
1062
1077
|
"react": "19.0.0",
|
|
1063
1078
|
"react-dom": "19.0.0",
|
|
1064
|
-
"tailwindcss": "4.1.
|
|
1079
|
+
"tailwindcss": "4.1.13"
|
|
1065
1080
|
},
|
|
1066
1081
|
"devDependencies": {
|
|
1067
1082
|
"@eslint/js": "^9.8.0",
|
|
1068
|
-
"@nx/eslint": "21.
|
|
1069
|
-
"@nx/eslint-plugin": "21.
|
|
1070
|
-
"@nx/js": "21.
|
|
1071
|
-
"@nx/react": "21.
|
|
1072
|
-
"@nx/vite": "21.
|
|
1073
|
-
"@nx/web": "21.
|
|
1083
|
+
"@nx/eslint": "21.6.3",
|
|
1084
|
+
"@nx/eslint-plugin": "21.6.3",
|
|
1085
|
+
"@nx/js": "21.6.3",
|
|
1086
|
+
"@nx/react": "21.6.3",
|
|
1087
|
+
"@nx/vite": "21.6.3",
|
|
1088
|
+
"@nx/web": "21.6.3",
|
|
1074
1089
|
"@swc-node/register": "~1.9.1",
|
|
1075
1090
|
"@swc/cli": "~0.6.0",
|
|
1076
1091
|
"@swc/core": "~1.5.7",
|
|
1077
1092
|
"@swc/helpers": "~0.5.11",
|
|
1078
|
-
"@tailwindcss/vite": "4.1.
|
|
1093
|
+
"@tailwindcss/vite": "4.1.13",
|
|
1079
1094
|
"@testing-library/dom": "10.4.0",
|
|
1080
1095
|
"@testing-library/react": "16.1.0",
|
|
1081
|
-
"@types/node": "22.18.
|
|
1096
|
+
"@types/node": "22.18.7",
|
|
1082
1097
|
"@types/react": "19.0.0",
|
|
1083
1098
|
"@types/react-dom": "19.0.0",
|
|
1084
1099
|
"@vitejs/plugin-react": "^4.2.0",
|
|
@@ -1093,11 +1108,11 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1093
1108
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
1094
1109
|
"jiti": "2.4.2",
|
|
1095
1110
|
"jsdom": "~22.1.0",
|
|
1096
|
-
"jsonc-eslint-parser": "2.4.
|
|
1111
|
+
"jsonc-eslint-parser": "2.4.1",
|
|
1097
1112
|
"prettier": "3.6.2",
|
|
1098
|
-
"typescript": "~5.
|
|
1099
|
-
"typescript-eslint": "^8.
|
|
1100
|
-
"vite": "^
|
|
1113
|
+
"typescript": "~5.9.2",
|
|
1114
|
+
"typescript-eslint": "^8.40.0",
|
|
1115
|
+
"vite": "^7.0.0",
|
|
1101
1116
|
"vite-tsconfig-paths": "5.1.4",
|
|
1102
1117
|
"vitest": "^3.0.0"
|
|
1103
1118
|
},
|
|
@@ -1164,6 +1179,9 @@ export default [
|
|
|
1164
1179
|
parser: await import('jsonc-eslint-parser'),
|
|
1165
1180
|
},
|
|
1166
1181
|
},
|
|
1182
|
+
{
|
|
1183
|
+
ignores: ['**/out-tsc'],
|
|
1184
|
+
},
|
|
1167
1185
|
];
|
|
1168
1186
|
"
|
|
1169
1187
|
`;
|
|
@@ -1648,9 +1666,9 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1648
1666
|
|
|
1649
1667
|
exports[`react-website generator > Tanstack router integration > should generate website with no router correctly > packages/common/constructs/tsconfig.spec.json 1`] = `
|
|
1650
1668
|
"{
|
|
1651
|
-
"extends": "
|
|
1669
|
+
"extends": "./tsconfig.json",
|
|
1652
1670
|
"compilerOptions": {
|
|
1653
|
-
"outDir": "
|
|
1671
|
+
"outDir": "../../../dist/out-tsc",
|
|
1654
1672
|
"types": [
|
|
1655
1673
|
"vitest/globals",
|
|
1656
1674
|
"vitest/importMeta",
|
|
@@ -1687,11 +1705,13 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1687
1705
|
|
|
1688
1706
|
exports[`react-website generator > Tanstack router integration > should generate website with no router correctly > packages/common/constructs/vite.config.ts 1`] = `
|
|
1689
1707
|
"import { defineConfig } from 'vite';
|
|
1708
|
+
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
|
|
1709
|
+
import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
|
|
1690
1710
|
|
|
1691
1711
|
export default defineConfig(() => ({
|
|
1692
1712
|
root: __dirname,
|
|
1693
1713
|
cacheDir: '../../../node_modules/.vite/packages/common/constructs',
|
|
1694
|
-
plugins: [],
|
|
1714
|
+
plugins: [nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],
|
|
1695
1715
|
// Uncomment this if you are using workers.
|
|
1696
1716
|
// worker: {
|
|
1697
1717
|
// plugins: [ nxViteTsPaths() ],
|
|
@@ -1704,7 +1724,7 @@ export default defineConfig(() => ({
|
|
|
1704
1724
|
include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
1705
1725
|
reporters: ['default'],
|
|
1706
1726
|
coverage: {
|
|
1707
|
-
reportsDirectory: '
|
|
1727
|
+
reportsDirectory: '../../../coverage/packages/common/constructs',
|
|
1708
1728
|
provider: 'v8' as const,
|
|
1709
1729
|
},
|
|
1710
1730
|
passWithNoTests: true,
|
|
@@ -2159,9 +2179,9 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2159
2179
|
|
|
2160
2180
|
exports[`react-website generator > Tanstack router integration > should generate website with no router correctly > test-app/tsconfig.spec.json 1`] = `
|
|
2161
2181
|
"{
|
|
2162
|
-
"extends": "
|
|
2182
|
+
"extends": "./tsconfig.json",
|
|
2163
2183
|
"compilerOptions": {
|
|
2164
|
-
"outDir": "
|
|
2184
|
+
"outDir": "../dist/out-tsc",
|
|
2165
2185
|
"types": [
|
|
2166
2186
|
"vitest/globals",
|
|
2167
2187
|
"vitest/importMeta",
|
|
@@ -2202,6 +2222,8 @@ import tsconfigPaths from 'vite-tsconfig-paths';
|
|
|
2202
2222
|
/// <reference types='vitest' />
|
|
2203
2223
|
import { defineConfig } from 'vite';
|
|
2204
2224
|
import react from '@vitejs/plugin-react';
|
|
2225
|
+
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
|
|
2226
|
+
import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
|
|
2205
2227
|
|
|
2206
2228
|
export default defineConfig(() => ({
|
|
2207
2229
|
define: {
|
|
@@ -2217,7 +2239,13 @@ export default defineConfig(() => ({
|
|
|
2217
2239
|
port: 4300,
|
|
2218
2240
|
host: 'localhost',
|
|
2219
2241
|
},
|
|
2220
|
-
plugins: [
|
|
2242
|
+
plugins: [
|
|
2243
|
+
react(),
|
|
2244
|
+
nxViteTsPaths(),
|
|
2245
|
+
nxCopyAssetsPlugin(['*.md']),
|
|
2246
|
+
tailwindcss(),
|
|
2247
|
+
tsconfigPaths(),
|
|
2248
|
+
],
|
|
2221
2249
|
build: {
|
|
2222
2250
|
outDir: '../dist/test-app',
|
|
2223
2251
|
emptyOutDir: true,
|
|
@@ -2234,7 +2262,7 @@ export default defineConfig(() => ({
|
|
|
2234
2262
|
include: ['{src,tests}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
2235
2263
|
reporters: ['default'],
|
|
2236
2264
|
coverage: {
|
|
2237
|
-
reportsDirectory: '
|
|
2265
|
+
reportsDirectory: '../coverage/test-app',
|
|
2238
2266
|
provider: 'v8' as const,
|
|
2239
2267
|
},
|
|
2240
2268
|
passWithNoTests: true,
|
|
@@ -2286,6 +2314,14 @@ vitest.config.*.timestamp*
|
|
|
2286
2314
|
runtime-config.json"
|
|
2287
2315
|
`;
|
|
2288
2316
|
|
|
2317
|
+
exports[`react-website generator > Tanstack router integration > should generate website with router correctly > .prettierignore 1`] = `
|
|
2318
|
+
"# Add files here to ignore them from prettier formatting
|
|
2319
|
+
/dist
|
|
2320
|
+
/coverage
|
|
2321
|
+
/.nx/cache
|
|
2322
|
+
/.nx/workspace-data"
|
|
2323
|
+
`;
|
|
2324
|
+
|
|
2289
2325
|
exports[`react-website generator > Tanstack router integration > should generate website with router correctly > .prettierrc 1`] = `
|
|
2290
2326
|
"{ "singleQuote": true }
|
|
2291
2327
|
"
|
|
@@ -2390,13 +2426,12 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2390
2426
|
"dependsOn": ["^build"],
|
|
2391
2427
|
"inputs": ["default", "^default"]
|
|
2392
2428
|
},
|
|
2393
|
-
"test": {
|
|
2394
|
-
"dependsOn": ["^build"],
|
|
2395
|
-
"inputs": ["default"]
|
|
2396
|
-
},
|
|
2397
2429
|
"compile": {
|
|
2398
2430
|
"cache": true,
|
|
2399
2431
|
"inputs": ["default"]
|
|
2432
|
+
},
|
|
2433
|
+
"test": {
|
|
2434
|
+
"inputs": ["default"]
|
|
2400
2435
|
}
|
|
2401
2436
|
},
|
|
2402
2437
|
"generators": {
|
|
@@ -2454,36 +2489,36 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2454
2489
|
"{
|
|
2455
2490
|
"name": "@proj/source",
|
|
2456
2491
|
"dependencies": {
|
|
2457
|
-
"@cloudscape-design/board-components": "3.0.
|
|
2458
|
-
"@cloudscape-design/components": "3.0.
|
|
2459
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
2460
|
-
"@tanstack/react-router": "1.
|
|
2461
|
-
"aws-cdk-lib": "2.
|
|
2492
|
+
"@cloudscape-design/board-components": "3.0.121",
|
|
2493
|
+
"@cloudscape-design/components": "3.0.1102",
|
|
2494
|
+
"@cloudscape-design/global-styles": "1.0.46",
|
|
2495
|
+
"@tanstack/react-router": "1.132.26",
|
|
2496
|
+
"aws-cdk-lib": "2.218.0",
|
|
2462
2497
|
"constructs": "10.4.2",
|
|
2463
2498
|
"react": "19.0.0",
|
|
2464
2499
|
"react-dom": "19.0.0",
|
|
2465
|
-
"tailwindcss": "4.1.
|
|
2500
|
+
"tailwindcss": "4.1.13"
|
|
2466
2501
|
},
|
|
2467
2502
|
"devDependencies": {
|
|
2468
2503
|
"@eslint/js": "^9.8.0",
|
|
2469
|
-
"@nx/eslint": "21.
|
|
2470
|
-
"@nx/eslint-plugin": "21.
|
|
2471
|
-
"@nx/js": "21.
|
|
2472
|
-
"@nx/react": "21.
|
|
2473
|
-
"@nx/vite": "21.
|
|
2474
|
-
"@nx/web": "21.
|
|
2504
|
+
"@nx/eslint": "21.6.3",
|
|
2505
|
+
"@nx/eslint-plugin": "21.6.3",
|
|
2506
|
+
"@nx/js": "21.6.3",
|
|
2507
|
+
"@nx/react": "21.6.3",
|
|
2508
|
+
"@nx/vite": "21.6.3",
|
|
2509
|
+
"@nx/web": "21.6.3",
|
|
2475
2510
|
"@swc-node/register": "~1.9.1",
|
|
2476
2511
|
"@swc/cli": "~0.6.0",
|
|
2477
2512
|
"@swc/core": "~1.5.7",
|
|
2478
2513
|
"@swc/helpers": "~0.5.11",
|
|
2479
|
-
"@tailwindcss/vite": "4.1.
|
|
2480
|
-
"@tanstack/router-generator": "1.
|
|
2481
|
-
"@tanstack/router-plugin": "1.
|
|
2482
|
-
"@tanstack/router-utils": "1.
|
|
2483
|
-
"@tanstack/virtual-file-routes": "1.
|
|
2514
|
+
"@tailwindcss/vite": "4.1.13",
|
|
2515
|
+
"@tanstack/router-generator": "1.132.26",
|
|
2516
|
+
"@tanstack/router-plugin": "1.132.26",
|
|
2517
|
+
"@tanstack/router-utils": "1.132.21",
|
|
2518
|
+
"@tanstack/virtual-file-routes": "1.132.21",
|
|
2484
2519
|
"@testing-library/dom": "10.4.0",
|
|
2485
2520
|
"@testing-library/react": "16.1.0",
|
|
2486
|
-
"@types/node": "22.18.
|
|
2521
|
+
"@types/node": "22.18.7",
|
|
2487
2522
|
"@types/react": "19.0.0",
|
|
2488
2523
|
"@types/react-dom": "19.0.0",
|
|
2489
2524
|
"@vitejs/plugin-react": "^4.2.0",
|
|
@@ -2498,11 +2533,11 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2498
2533
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
2499
2534
|
"jiti": "2.4.2",
|
|
2500
2535
|
"jsdom": "~22.1.0",
|
|
2501
|
-
"jsonc-eslint-parser": "2.4.
|
|
2536
|
+
"jsonc-eslint-parser": "2.4.1",
|
|
2502
2537
|
"prettier": "3.6.2",
|
|
2503
|
-
"typescript": "~5.
|
|
2504
|
-
"typescript-eslint": "^8.
|
|
2505
|
-
"vite": "^
|
|
2538
|
+
"typescript": "~5.9.2",
|
|
2539
|
+
"typescript-eslint": "^8.40.0",
|
|
2540
|
+
"vite": "^7.0.0",
|
|
2506
2541
|
"vite-tsconfig-paths": "5.1.4",
|
|
2507
2542
|
"vitest": "^3.0.0"
|
|
2508
2543
|
},
|
|
@@ -2569,6 +2604,9 @@ export default [
|
|
|
2569
2604
|
parser: await import('jsonc-eslint-parser'),
|
|
2570
2605
|
},
|
|
2571
2606
|
},
|
|
2607
|
+
{
|
|
2608
|
+
ignores: ['**/out-tsc'],
|
|
2609
|
+
},
|
|
2572
2610
|
];
|
|
2573
2611
|
"
|
|
2574
2612
|
`;
|
|
@@ -3053,9 +3091,9 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
3053
3091
|
|
|
3054
3092
|
exports[`react-website generator > Tanstack router integration > should generate website with router correctly > packages/common/constructs/tsconfig.spec.json 1`] = `
|
|
3055
3093
|
"{
|
|
3056
|
-
"extends": "
|
|
3094
|
+
"extends": "./tsconfig.json",
|
|
3057
3095
|
"compilerOptions": {
|
|
3058
|
-
"outDir": "
|
|
3096
|
+
"outDir": "../../../dist/out-tsc",
|
|
3059
3097
|
"types": [
|
|
3060
3098
|
"vitest/globals",
|
|
3061
3099
|
"vitest/importMeta",
|
|
@@ -3092,11 +3130,13 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
3092
3130
|
|
|
3093
3131
|
exports[`react-website generator > Tanstack router integration > should generate website with router correctly > packages/common/constructs/vite.config.ts 1`] = `
|
|
3094
3132
|
"import { defineConfig } from 'vite';
|
|
3133
|
+
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
|
|
3134
|
+
import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
|
|
3095
3135
|
|
|
3096
3136
|
export default defineConfig(() => ({
|
|
3097
3137
|
root: __dirname,
|
|
3098
3138
|
cacheDir: '../../../node_modules/.vite/packages/common/constructs',
|
|
3099
|
-
plugins: [],
|
|
3139
|
+
plugins: [nxViteTsPaths(), nxCopyAssetsPlugin(['*.md'])],
|
|
3100
3140
|
// Uncomment this if you are using workers.
|
|
3101
3141
|
// worker: {
|
|
3102
3142
|
// plugins: [ nxViteTsPaths() ],
|
|
@@ -3109,7 +3149,7 @@ export default defineConfig(() => ({
|
|
|
3109
3149
|
include: ['src/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
3110
3150
|
reporters: ['default'],
|
|
3111
3151
|
coverage: {
|
|
3112
|
-
reportsDirectory: '
|
|
3152
|
+
reportsDirectory: '../../../coverage/packages/common/constructs',
|
|
3113
3153
|
provider: 'v8' as const,
|
|
3114
3154
|
},
|
|
3115
3155
|
passWithNoTests: true,
|
|
@@ -3404,7 +3444,7 @@ const getBreadcrumbs = (
|
|
|
3404
3444
|
.replace('//', '/')}\`;
|
|
3405
3445
|
|
|
3406
3446
|
const matched =
|
|
3407
|
-
!availableRoutes || availableRoutes.find((r) => matchByPath(
|
|
3447
|
+
!availableRoutes || availableRoutes.find((r) => matchByPath(href, {}));
|
|
3408
3448
|
|
|
3409
3449
|
return {
|
|
3410
3450
|
href: matched ? \`\${href}\${search}\` : '#',
|
|
@@ -3793,9 +3833,9 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
3793
3833
|
|
|
3794
3834
|
exports[`react-website generator > Tanstack router integration > should generate website with router correctly > test-app/tsconfig.spec.json 1`] = `
|
|
3795
3835
|
"{
|
|
3796
|
-
"extends": "
|
|
3836
|
+
"extends": "./tsconfig.json",
|
|
3797
3837
|
"compilerOptions": {
|
|
3798
|
-
"outDir": "
|
|
3838
|
+
"outDir": "../dist/out-tsc",
|
|
3799
3839
|
"types": [
|
|
3800
3840
|
"vitest/globals",
|
|
3801
3841
|
"vitest/importMeta",
|
|
@@ -3838,6 +3878,8 @@ import { tanstackRouter } from '@tanstack/router-plugin/vite';
|
|
|
3838
3878
|
/// <reference types='vitest' />
|
|
3839
3879
|
import { defineConfig } from 'vite';
|
|
3840
3880
|
import react from '@vitejs/plugin-react';
|
|
3881
|
+
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
|
|
3882
|
+
import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
|
|
3841
3883
|
|
|
3842
3884
|
export default defineConfig(() => ({
|
|
3843
3885
|
define: {
|
|
@@ -3859,6 +3901,8 @@ export default defineConfig(() => ({
|
|
|
3859
3901
|
generatedRouteTree: resolve(__dirname, 'src/routeTree.gen.ts'),
|
|
3860
3902
|
}),
|
|
3861
3903
|
react(),
|
|
3904
|
+
nxViteTsPaths(),
|
|
3905
|
+
nxCopyAssetsPlugin(['*.md']),
|
|
3862
3906
|
tailwindcss(),
|
|
3863
3907
|
tsconfigPaths(),
|
|
3864
3908
|
],
|
|
@@ -3878,7 +3922,7 @@ export default defineConfig(() => ({
|
|
|
3878
3922
|
include: ['{src,tests}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
3879
3923
|
reporters: ['default'],
|
|
3880
3924
|
coverage: {
|
|
3881
|
-
reportsDirectory: '
|
|
3925
|
+
reportsDirectory: '../coverage/test-app',
|
|
3882
3926
|
provider: 'v8' as const,
|
|
3883
3927
|
},
|
|
3884
3928
|
passWithNoTests: true,
|
|
@@ -3951,6 +3995,8 @@ import { tanstackRouter } from '@tanstack/router-plugin/vite';
|
|
|
3951
3995
|
/// <reference types='vitest' />
|
|
3952
3996
|
import { defineConfig } from 'vite';
|
|
3953
3997
|
import react from '@vitejs/plugin-react';
|
|
3998
|
+
import { nxViteTsPaths } from '@nx/vite/plugins/nx-tsconfig-paths.plugin';
|
|
3999
|
+
import { nxCopyAssetsPlugin } from '@nx/vite/plugins/nx-copy-assets.plugin';
|
|
3954
4000
|
|
|
3955
4001
|
export default defineConfig(() => ({
|
|
3956
4002
|
define: {
|
|
@@ -3972,6 +4018,8 @@ export default defineConfig(() => ({
|
|
|
3972
4018
|
generatedRouteTree: resolve(__dirname, 'src/routeTree.gen.ts'),
|
|
3973
4019
|
}),
|
|
3974
4020
|
react(),
|
|
4021
|
+
nxViteTsPaths(),
|
|
4022
|
+
nxCopyAssetsPlugin(['*.md']),
|
|
3975
4023
|
tailwindcss(),
|
|
3976
4024
|
tsconfigPaths(),
|
|
3977
4025
|
],
|
|
@@ -3991,7 +4039,7 @@ export default defineConfig(() => ({
|
|
|
3991
4039
|
include: ['{src,tests}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
3992
4040
|
reporters: ['default'],
|
|
3993
4041
|
coverage: {
|
|
3994
|
-
reportsDirectory: '
|
|
4042
|
+
reportsDirectory: '../coverage/test-app',
|
|
3995
4043
|
provider: 'v8' as const,
|
|
3996
4044
|
},
|
|
3997
4045
|
passWithNoTests: true,
|
|
@@ -4037,7 +4085,7 @@ const getBreadcrumbs = (
|
|
|
4037
4085
|
.replace('//', '/')}\`;
|
|
4038
4086
|
|
|
4039
4087
|
const matched =
|
|
4040
|
-
!availableRoutes || availableRoutes.find((r) => matchByPath(
|
|
4088
|
+
!availableRoutes || availableRoutes.find((r) => matchByPath(href, {}));
|
|
4041
4089
|
|
|
4042
4090
|
return {
|
|
4043
4091
|
href: matched ? \`\${href}\${search}\` : '#',
|
|
@@ -4537,14 +4585,14 @@ root &&
|
|
|
4537
4585
|
|
|
4538
4586
|
exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
|
|
4539
4587
|
{
|
|
4540
|
-
"@cloudscape-design/board-components": "3.0.
|
|
4541
|
-
"@cloudscape-design/components": "3.0.
|
|
4542
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
4543
|
-
"@tanstack/react-router": "1.
|
|
4544
|
-
"aws-cdk-lib": "2.
|
|
4588
|
+
"@cloudscape-design/board-components": "3.0.121",
|
|
4589
|
+
"@cloudscape-design/components": "3.0.1102",
|
|
4590
|
+
"@cloudscape-design/global-styles": "1.0.46",
|
|
4591
|
+
"@tanstack/react-router": "1.132.26",
|
|
4592
|
+
"aws-cdk-lib": "2.218.0",
|
|
4545
4593
|
"constructs": "10.4.2",
|
|
4546
4594
|
"react": "19.0.0",
|
|
4547
4595
|
"react-dom": "19.0.0",
|
|
4548
|
-
"tailwindcss": "4.1.
|
|
4596
|
+
"tailwindcss": "4.1.13",
|
|
4549
4597
|
}
|
|
4550
4598
|
`;
|
|
@@ -34,7 +34,7 @@ const getBreadcrumbs = (
|
|
|
34
34
|
.replace('//', '/')}`;
|
|
35
35
|
|
|
36
36
|
const matched =
|
|
37
|
-
!availableRoutes || availableRoutes.find((r) => matchByPath(
|
|
37
|
+
!availableRoutes || availableRoutes.find((r) => matchByPath(href, {}));
|
|
38
38
|
|
|
39
39
|
return {
|
|
40
40
|
href: matched ? `${href}${search}` : '#',
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -6,50 +6,50 @@
|
|
|
6
6
|
* Versons for TypeScript dependencies added by generators
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
|
-
readonly '@aws-sdk/client-cognito-identity': "3.
|
|
10
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
11
|
-
readonly '@aws-sdk/credential-provider-cognito-identity': "3.
|
|
9
|
+
readonly '@aws-sdk/client-cognito-identity': "3.899.0";
|
|
10
|
+
readonly '@aws-sdk/credential-providers': "3.899.0";
|
|
11
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.899.0";
|
|
12
12
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
13
13
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
14
|
-
readonly '@aws-lambda-powertools/logger': "2.
|
|
15
|
-
readonly '@aws-lambda-powertools/metrics': "2.
|
|
16
|
-
readonly '@aws-lambda-powertools/tracer': "2.
|
|
17
|
-
readonly '@aws-lambda-powertools/parser': "2.
|
|
18
|
-
readonly '@middy/core': "6.4.
|
|
14
|
+
readonly '@aws-lambda-powertools/logger': "2.27.0";
|
|
15
|
+
readonly '@aws-lambda-powertools/metrics': "2.27.0";
|
|
16
|
+
readonly '@aws-lambda-powertools/tracer': "2.27.0";
|
|
17
|
+
readonly '@aws-lambda-powertools/parser': "2.27.0";
|
|
18
|
+
readonly '@middy/core': "6.4.5";
|
|
19
19
|
readonly '@nxlv/python': "21.2.0";
|
|
20
20
|
readonly '@nx-extend/terraform': "9.0.0";
|
|
21
|
-
readonly '@nx/devkit': "21.
|
|
22
|
-
readonly 'create-nx-workspace': "21.
|
|
23
|
-
readonly '@modelcontextprotocol/sdk': "1.
|
|
24
|
-
readonly '@modelcontextprotocol/inspector': "0.16.
|
|
25
|
-
readonly '@tanstack/react-router': "1.
|
|
26
|
-
readonly '@tanstack/router-plugin': "1.
|
|
27
|
-
readonly '@tanstack/router-generator': "1.
|
|
28
|
-
readonly '@tanstack/virtual-file-routes': "1.
|
|
29
|
-
readonly '@tanstack/router-utils': "1.
|
|
30
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
31
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
32
|
-
readonly '@cloudscape-design/global-styles': "1.0.
|
|
33
|
-
readonly '@tanstack/react-query': "5.
|
|
34
|
-
readonly '@tanstack/react-query-devtools': "5.
|
|
35
|
-
readonly '@trpc/tanstack-react-query': "11.
|
|
36
|
-
readonly '@trpc/client': "11.
|
|
37
|
-
readonly '@trpc/server': "11.
|
|
38
|
-
readonly '@types/node': "22.18.
|
|
39
|
-
readonly '@types/aws-lambda': "8.10.
|
|
21
|
+
readonly '@nx/devkit': "21.6.2";
|
|
22
|
+
readonly 'create-nx-workspace': "21.6.2";
|
|
23
|
+
readonly '@modelcontextprotocol/sdk': "1.18.2";
|
|
24
|
+
readonly '@modelcontextprotocol/inspector': "0.16.8";
|
|
25
|
+
readonly '@tanstack/react-router': "1.132.26";
|
|
26
|
+
readonly '@tanstack/router-plugin': "1.132.26";
|
|
27
|
+
readonly '@tanstack/router-generator': "1.132.26";
|
|
28
|
+
readonly '@tanstack/virtual-file-routes': "1.132.21";
|
|
29
|
+
readonly '@tanstack/router-utils': "1.132.21";
|
|
30
|
+
readonly '@cloudscape-design/board-components': "3.0.121";
|
|
31
|
+
readonly '@cloudscape-design/components': "3.0.1102";
|
|
32
|
+
readonly '@cloudscape-design/global-styles': "1.0.46";
|
|
33
|
+
readonly '@tanstack/react-query': "5.90.2";
|
|
34
|
+
readonly '@tanstack/react-query-devtools': "5.90.2";
|
|
35
|
+
readonly '@trpc/tanstack-react-query': "11.6.0";
|
|
36
|
+
readonly '@trpc/client': "11.6.0";
|
|
37
|
+
readonly '@trpc/server': "11.6.0";
|
|
38
|
+
readonly '@types/node': "22.18.7";
|
|
39
|
+
readonly '@types/aws-lambda': "8.10.153";
|
|
40
40
|
readonly '@types/cors': "2.8.19";
|
|
41
41
|
readonly '@types/express': "5.0.3";
|
|
42
|
-
readonly '@smithy/types': "4.
|
|
42
|
+
readonly '@smithy/types': "4.6.0";
|
|
43
43
|
readonly aws4fetch: "1.0.20";
|
|
44
44
|
readonly 'aws-cdk': "2.1029.3";
|
|
45
|
-
readonly 'aws-cdk-lib': "2.
|
|
45
|
+
readonly 'aws-cdk-lib': "2.218.0";
|
|
46
46
|
readonly 'aws-xray-sdk-core': "3.10.3";
|
|
47
47
|
readonly constructs: "10.4.2";
|
|
48
48
|
readonly cors: "2.8.5";
|
|
49
|
-
readonly esbuild: "0.25.
|
|
49
|
+
readonly esbuild: "0.25.10";
|
|
50
50
|
readonly 'eslint-plugin-prettier': "5.5.4";
|
|
51
51
|
readonly express: "5.1.0";
|
|
52
|
-
readonly 'jsonc-eslint-parser': "2.4.
|
|
52
|
+
readonly 'jsonc-eslint-parser': "2.4.1";
|
|
53
53
|
readonly 'make-dir-cli': "4.0.0";
|
|
54
54
|
readonly ncp: "2.0.0";
|
|
55
55
|
readonly 'npm-check-updates': "19.0.0";
|
|
@@ -57,13 +57,13 @@ export declare const TS_VERSIONS: {
|
|
|
57
57
|
readonly prettier: "3.6.2";
|
|
58
58
|
readonly 'react-oidc-context': "3.3.0";
|
|
59
59
|
readonly rimraf: "6.0.1";
|
|
60
|
-
readonly rolldown: "1.0.0-beta.
|
|
60
|
+
readonly rolldown: "1.0.0-beta.41";
|
|
61
61
|
readonly 'source-map-support': "0.5.21";
|
|
62
|
-
readonly tailwindcss: "4.1.
|
|
63
|
-
readonly '@tailwindcss/vite': "4.1.
|
|
64
|
-
readonly tsx: "4.20.
|
|
62
|
+
readonly tailwindcss: "4.1.13";
|
|
63
|
+
readonly '@tailwindcss/vite': "4.1.13";
|
|
64
|
+
readonly tsx: "4.20.6";
|
|
65
65
|
readonly 'vite-tsconfig-paths': "5.1.4";
|
|
66
|
-
readonly zod: "4.1.
|
|
66
|
+
readonly zod: "4.1.11";
|
|
67
67
|
readonly 'zod-v3': "npm:zod@^3";
|
|
68
68
|
};
|
|
69
69
|
export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
@@ -71,26 +71,26 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
71
71
|
* Add versions to the given dependencies
|
|
72
72
|
*/
|
|
73
73
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
74
|
-
[k: string]: "3.
|
|
74
|
+
[k: string]: "3.899.0" | "1.0.0-alpha.10" | "2.27.0" | "6.4.5" | "21.2.0" | "9.0.0" | "21.6.2" | "1.18.2" | "0.16.8" | "1.132.26" | "1.132.21" | "3.0.121" | "3.0.1102" | "1.0.46" | "5.90.2" | "11.6.0" | "22.18.7" | "8.10.153" | "2.8.19" | "5.0.3" | "4.6.0" | "1.0.20" | "2.1029.3" | "2.218.0" | "3.10.3" | "10.4.2" | "2.8.5" | "0.25.10" | "5.5.4" | "5.1.0" | "2.4.1" | "4.0.0" | "2.0.0" | "19.0.0" | "3.3.0" | "3.6.2" | "6.0.1" | "1.0.0-beta.41" | "0.5.21" | "4.1.13" | "4.20.6" | "5.1.4" | "4.1.11" | "npm:zod@^3";
|
|
75
75
|
};
|
|
76
76
|
/**
|
|
77
77
|
* Versions for Python dependencies added by generators
|
|
78
78
|
*/
|
|
79
79
|
export declare const PY_VERSIONS: {
|
|
80
|
-
readonly 'aws-lambda-powertools': "==3.
|
|
81
|
-
readonly 'aws-lambda-powertools[tracer]': "==3.
|
|
82
|
-
readonly 'aws-lambda-powertools[parser]': "==3.
|
|
83
|
-
readonly 'aws-opentelemetry-distro': "==0.12.
|
|
84
|
-
readonly 'bedrock-agentcore': "==0.1.
|
|
85
|
-
readonly boto3: "==1.40.
|
|
86
|
-
readonly checkov: "==3.2.
|
|
87
|
-
readonly fastapi: "==0.
|
|
88
|
-
readonly 'fastapi[standard]': "==0.
|
|
80
|
+
readonly 'aws-lambda-powertools': "==3.20.0";
|
|
81
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.20.0";
|
|
82
|
+
readonly 'aws-lambda-powertools[parser]': "==3.20.0";
|
|
83
|
+
readonly 'aws-opentelemetry-distro': "==0.12.1";
|
|
84
|
+
readonly 'bedrock-agentcore': "==0.1.7";
|
|
85
|
+
readonly boto3: "==1.40.45";
|
|
86
|
+
readonly checkov: "==3.2.474";
|
|
87
|
+
readonly fastapi: "==0.118.0";
|
|
88
|
+
readonly 'fastapi[standard]': "==0.118.0";
|
|
89
89
|
readonly mangum: "==0.19.0";
|
|
90
|
-
readonly mcp: "==1.
|
|
90
|
+
readonly mcp: "==1.16.0";
|
|
91
91
|
readonly 'pip-check-updates': "==0.27.0";
|
|
92
|
-
readonly 'strands-agents': "==1.
|
|
93
|
-
readonly 'strands-agents-tools': "==0.2.
|
|
92
|
+
readonly 'strands-agents': "==1.10.0";
|
|
93
|
+
readonly 'strands-agents-tools': "==0.2.9";
|
|
94
94
|
};
|
|
95
95
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
|
96
96
|
/**
|
package/src/utils/versions.js
CHANGED
|
@@ -9,50 +9,50 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
|
|
|
9
9
|
* Versons for TypeScript dependencies added by generators
|
|
10
10
|
*/
|
|
11
11
|
exports.TS_VERSIONS = {
|
|
12
|
-
'@aws-sdk/client-cognito-identity': '3.
|
|
13
|
-
'@aws-sdk/credential-providers': '3.
|
|
14
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.
|
|
12
|
+
'@aws-sdk/client-cognito-identity': '3.899.0',
|
|
13
|
+
'@aws-sdk/credential-providers': '3.899.0',
|
|
14
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.899.0',
|
|
15
15
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
16
16
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
17
|
-
'@aws-lambda-powertools/logger': '2.
|
|
18
|
-
'@aws-lambda-powertools/metrics': '2.
|
|
19
|
-
'@aws-lambda-powertools/tracer': '2.
|
|
20
|
-
'@aws-lambda-powertools/parser': '2.
|
|
21
|
-
'@middy/core': '6.4.
|
|
17
|
+
'@aws-lambda-powertools/logger': '2.27.0',
|
|
18
|
+
'@aws-lambda-powertools/metrics': '2.27.0',
|
|
19
|
+
'@aws-lambda-powertools/tracer': '2.27.0',
|
|
20
|
+
'@aws-lambda-powertools/parser': '2.27.0',
|
|
21
|
+
'@middy/core': '6.4.5',
|
|
22
22
|
'@nxlv/python': '21.2.0',
|
|
23
23
|
'@nx-extend/terraform': '9.0.0',
|
|
24
|
-
'@nx/devkit': '21.
|
|
25
|
-
'create-nx-workspace': '21.
|
|
26
|
-
'@modelcontextprotocol/sdk': '1.
|
|
27
|
-
'@modelcontextprotocol/inspector': '0.16.
|
|
28
|
-
'@tanstack/react-router': '1.
|
|
29
|
-
'@tanstack/router-plugin': '1.
|
|
30
|
-
'@tanstack/router-generator': '1.
|
|
31
|
-
'@tanstack/virtual-file-routes': '1.
|
|
32
|
-
'@tanstack/router-utils': '1.
|
|
33
|
-
'@cloudscape-design/board-components': '3.0.
|
|
34
|
-
'@cloudscape-design/components': '3.0.
|
|
35
|
-
'@cloudscape-design/global-styles': '1.0.
|
|
36
|
-
'@tanstack/react-query': '5.
|
|
37
|
-
'@tanstack/react-query-devtools': '5.
|
|
38
|
-
'@trpc/tanstack-react-query': '11.
|
|
39
|
-
'@trpc/client': '11.
|
|
40
|
-
'@trpc/server': '11.
|
|
41
|
-
'@types/node': '22.18.
|
|
42
|
-
'@types/aws-lambda': '8.10.
|
|
24
|
+
'@nx/devkit': '21.6.2',
|
|
25
|
+
'create-nx-workspace': '21.6.2',
|
|
26
|
+
'@modelcontextprotocol/sdk': '1.18.2',
|
|
27
|
+
'@modelcontextprotocol/inspector': '0.16.8',
|
|
28
|
+
'@tanstack/react-router': '1.132.26',
|
|
29
|
+
'@tanstack/router-plugin': '1.132.26',
|
|
30
|
+
'@tanstack/router-generator': '1.132.26',
|
|
31
|
+
'@tanstack/virtual-file-routes': '1.132.21',
|
|
32
|
+
'@tanstack/router-utils': '1.132.21',
|
|
33
|
+
'@cloudscape-design/board-components': '3.0.121',
|
|
34
|
+
'@cloudscape-design/components': '3.0.1102',
|
|
35
|
+
'@cloudscape-design/global-styles': '1.0.46',
|
|
36
|
+
'@tanstack/react-query': '5.90.2',
|
|
37
|
+
'@tanstack/react-query-devtools': '5.90.2',
|
|
38
|
+
'@trpc/tanstack-react-query': '11.6.0',
|
|
39
|
+
'@trpc/client': '11.6.0',
|
|
40
|
+
'@trpc/server': '11.6.0',
|
|
41
|
+
'@types/node': '22.18.7',
|
|
42
|
+
'@types/aws-lambda': '8.10.153',
|
|
43
43
|
'@types/cors': '2.8.19',
|
|
44
44
|
'@types/express': '5.0.3',
|
|
45
|
-
'@smithy/types': '4.
|
|
45
|
+
'@smithy/types': '4.6.0',
|
|
46
46
|
aws4fetch: '1.0.20',
|
|
47
47
|
'aws-cdk': '2.1029.3',
|
|
48
|
-
'aws-cdk-lib': '2.
|
|
48
|
+
'aws-cdk-lib': '2.218.0',
|
|
49
49
|
'aws-xray-sdk-core': '3.10.3',
|
|
50
50
|
constructs: '10.4.2',
|
|
51
51
|
cors: '2.8.5',
|
|
52
|
-
esbuild: '0.25.
|
|
52
|
+
esbuild: '0.25.10',
|
|
53
53
|
'eslint-plugin-prettier': '5.5.4',
|
|
54
54
|
express: '5.1.0',
|
|
55
|
-
'jsonc-eslint-parser': '2.4.
|
|
55
|
+
'jsonc-eslint-parser': '2.4.1',
|
|
56
56
|
'make-dir-cli': '4.0.0',
|
|
57
57
|
ncp: '2.0.0',
|
|
58
58
|
'npm-check-updates': '19.0.0',
|
|
@@ -60,13 +60,13 @@ exports.TS_VERSIONS = {
|
|
|
60
60
|
prettier: '3.6.2',
|
|
61
61
|
'react-oidc-context': '3.3.0',
|
|
62
62
|
rimraf: '6.0.1',
|
|
63
|
-
rolldown: '1.0.0-beta.
|
|
63
|
+
rolldown: '1.0.0-beta.41',
|
|
64
64
|
'source-map-support': '0.5.21',
|
|
65
|
-
tailwindcss: '4.1.
|
|
66
|
-
'@tailwindcss/vite': '4.1.
|
|
67
|
-
tsx: '4.20.
|
|
65
|
+
tailwindcss: '4.1.13',
|
|
66
|
+
'@tailwindcss/vite': '4.1.13',
|
|
67
|
+
tsx: '4.20.6', // https://github.com/privatenumber/tsx/issues/727
|
|
68
68
|
'vite-tsconfig-paths': '5.1.4',
|
|
69
|
-
zod: '4.1.
|
|
69
|
+
zod: '4.1.11',
|
|
70
70
|
// TODO: remove zod-v3 when @modelcontextprotocol/sdk upgrades to Zod v4 or standard schema
|
|
71
71
|
// https://github.com/modelcontextprotocol/typescript-sdk/issues/164
|
|
72
72
|
'zod-v3': 'npm:zod@^3',
|
|
@@ -80,20 +80,20 @@ exports.withVersions = withVersions;
|
|
|
80
80
|
* Versions for Python dependencies added by generators
|
|
81
81
|
*/
|
|
82
82
|
exports.PY_VERSIONS = {
|
|
83
|
-
'aws-lambda-powertools': '==3.
|
|
84
|
-
'aws-lambda-powertools[tracer]': '==3.
|
|
85
|
-
'aws-lambda-powertools[parser]': '==3.
|
|
86
|
-
'aws-opentelemetry-distro': '==0.12.
|
|
87
|
-
'bedrock-agentcore': '==0.1.
|
|
88
|
-
boto3: '==1.40.
|
|
89
|
-
checkov: '==3.2.
|
|
90
|
-
fastapi: '==0.
|
|
91
|
-
'fastapi[standard]': '==0.
|
|
83
|
+
'aws-lambda-powertools': '==3.20.0',
|
|
84
|
+
'aws-lambda-powertools[tracer]': '==3.20.0',
|
|
85
|
+
'aws-lambda-powertools[parser]': '==3.20.0',
|
|
86
|
+
'aws-opentelemetry-distro': '==0.12.1',
|
|
87
|
+
'bedrock-agentcore': '==0.1.7',
|
|
88
|
+
boto3: '==1.40.45',
|
|
89
|
+
checkov: '==3.2.474',
|
|
90
|
+
fastapi: '==0.118.0',
|
|
91
|
+
'fastapi[standard]': '==0.118.0',
|
|
92
92
|
mangum: '==0.19.0',
|
|
93
|
-
mcp: '==1.
|
|
93
|
+
mcp: '==1.16.0',
|
|
94
94
|
'pip-check-updates': '==0.27.0',
|
|
95
|
-
'strands-agents': '==1.
|
|
96
|
-
'strands-agents-tools': '==0.2.
|
|
95
|
+
'strands-agents': '==1.10.0',
|
|
96
|
+
'strands-agents-tools': '==0.2.9',
|
|
97
97
|
};
|
|
98
98
|
/**
|
|
99
99
|
* Add versions to the given dependencies
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,kCAAkC,EAAE,SAAS;IAC7C,+BAA+B,EAAE,SAAS;IAC1C,+CAA+C,EAAE,SAAS;IAC1D,+BAA+B,EAAE,gBAAgB;IACjD,yBAAyB,EAAE,gBAAgB;IAC3C,+BAA+B,EAAE,QAAQ;IACzC,gCAAgC,EAAE,QAAQ;IAC1C,+BAA+B,EAAE,QAAQ;IACzC,+BAA+B,EAAE,QAAQ;IACzC,aAAa,EAAE,OAAO;IACtB,cAAc,EAAE,QAAQ;IACxB,sBAAsB,EAAE,OAAO;IAC/B,YAAY,EAAE,QAAQ;IACtB,qBAAqB,EAAE,QAAQ;IAC/B,2BAA2B,EAAE,QAAQ;IACrC,iCAAiC,EAAE,QAAQ;IAC3C,wBAAwB,EAAE,UAAU;IACpC,yBAAyB,EAAE,UAAU;IACrC,4BAA4B,EAAE,UAAU;IACxC,+BAA+B,EAAE,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
|