@bleedingdev/modern-js-create 3.5.0-ultramodern.36 → 3.5.0-ultramodern.38
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/README.md +11 -14
- package/dist/cjs/cli/flags.cjs +0 -31
- package/dist/cjs/cli/help.cjs +0 -1
- package/dist/cjs/cli/package-source.cjs +0 -3
- package/dist/cjs/cli/prompts.cjs +2 -20
- package/dist/cjs/index.cjs +0 -5
- package/dist/cjs/locale/en.cjs +2 -6
- package/dist/cjs/locale/zh.cjs +2 -6
- package/dist/cjs/ultramodern-package-source.cjs +0 -32
- package/dist/cjs/ultramodern-tooling/commands/migrate-strict-effect/declaration-patches.cjs +1 -0
- package/dist/cjs/ultramodern-tooling/commands/migrate-strict-effect/generated-artifacts-build-identity.cjs +1 -1
- package/dist/cjs/ultramodern-tooling/commands/migrate-strict-effect/generated-artifacts-modern-configs.cjs +1 -1
- package/dist/cjs/ultramodern-tooling/commands/migrate-strict-effect/package-cohort.cjs +5 -3
- package/dist/cjs/ultramodern-tooling/commands/migrate-strict-effect/pnpm-policy.cjs +8 -0
- package/dist/cjs/ultramodern-tooling/commands/migrate-strict-effect/pnpm-yaml.cjs +2 -8
- package/dist/cjs/ultramodern-tooling/commands/migrate-strict-effect/policy-constants.cjs +14 -0
- package/dist/cjs/ultramodern-workspace/add-vertical/plan.cjs +0 -12
- package/dist/cjs/ultramodern-workspace/add-vertical/preflight.cjs +2 -26
- package/dist/cjs/ultramodern-workspace/add-vertical/shell-files.cjs +1 -1
- package/dist/cjs/ultramodern-workspace/add-vertical/topology.cjs +6 -4
- package/dist/cjs/ultramodern-workspace/app-files.cjs +2 -23
- package/dist/cjs/ultramodern-workspace/contracts.cjs +25 -16
- package/dist/cjs/ultramodern-workspace/delivery-unit-sync.cjs +1 -1
- package/dist/cjs/ultramodern-workspace/demo-components.cjs +0 -3
- package/dist/cjs/ultramodern-workspace/fs-io.cjs +0 -33
- package/dist/cjs/ultramodern-workspace/locales.cjs +1 -14
- package/dist/cjs/ultramodern-workspace/mf-validation/inspect.cjs +2 -10
- package/dist/cjs/ultramodern-workspace/mf-validation/object-literal.cjs +2 -17
- package/dist/cjs/ultramodern-workspace/mf-validation/path-utils.cjs +0 -6
- package/dist/cjs/ultramodern-workspace/mf-validation/syntax.cjs +2 -29
- package/dist/cjs/ultramodern-workspace/mf-validation/validate.cjs +1 -1
- package/dist/cjs/ultramodern-workspace/module-federation/config.cjs +19 -8
- package/dist/cjs/ultramodern-workspace/module-federation/reexport-module.cjs +3 -2
- package/dist/cjs/ultramodern-workspace/naming.cjs +0 -6
- package/dist/cjs/ultramodern-workspace/package-json.cjs +5 -14
- package/dist/cjs/ultramodern-workspace/policy.cjs +0 -21
- package/dist/cjs/ultramodern-workspace/public-surface.cjs +0 -21
- package/dist/cjs/ultramodern-workspace/routes.cjs +0 -15
- package/dist/cjs/ultramodern-workspace/shared-patches.cjs +4 -3
- package/dist/cjs/ultramodern-workspace/tooling-command-catalog.cjs +2 -8
- package/dist/cjs/ultramodern-workspace/versions.cjs +25 -37
- package/dist/cjs/ultramodern-workspace/workspace-script-plan.cjs +2 -20
- package/dist/cjs/ultramodern-workspace/workspace-scripts.cjs +0 -21
- package/dist/cjs/ultramodern-workspace/write-app.cjs +3 -6
- package/dist/cjs/ultramodern-workspace/write-workspace.cjs +3 -5
- package/dist/esm/cli/flags.js +1 -11
- package/dist/esm/cli/help.js +0 -1
- package/dist/esm/cli/package-source.js +1 -1
- package/dist/esm/cli/prompts.js +2 -14
- package/dist/esm/index.js +2 -7
- package/dist/esm/locale/en.js +2 -6
- package/dist/esm/locale/zh.js +2 -6
- package/dist/esm/ultramodern-package-source.js +1 -24
- package/dist/esm/ultramodern-tooling/commands/migrate-strict-effect/declaration-patches.js +2 -1
- package/dist/esm/ultramodern-tooling/commands/migrate-strict-effect/generated-artifacts-build-identity.js +1 -1
- package/dist/esm/ultramodern-tooling/commands/migrate-strict-effect/generated-artifacts-modern-configs.js +1 -1
- package/dist/esm/ultramodern-tooling/commands/migrate-strict-effect/package-cohort.js +6 -4
- package/dist/esm/ultramodern-tooling/commands/migrate-strict-effect/pnpm-policy.js +9 -1
- package/dist/esm/ultramodern-tooling/commands/migrate-strict-effect/pnpm-yaml.js +1 -1
- package/dist/esm/ultramodern-tooling/commands/migrate-strict-effect/policy-constants.js +6 -1
- package/dist/esm/ultramodern-workspace/add-vertical/plan.js +1 -1
- package/dist/esm/ultramodern-workspace/add-vertical/preflight.js +1 -1
- package/dist/esm/ultramodern-workspace/add-vertical/shell-files.js +1 -1
- package/dist/esm/ultramodern-workspace/add-vertical/topology.js +6 -4
- package/dist/esm/ultramodern-workspace/app-files.js +1 -4
- package/dist/esm/ultramodern-workspace/contracts.js +25 -16
- package/dist/esm/ultramodern-workspace/delivery-unit-sync.js +1 -1
- package/dist/esm/ultramodern-workspace/demo-components.js +1 -1
- package/dist/esm/ultramodern-workspace/fs-io.js +1 -15
- package/dist/esm/ultramodern-workspace/locales.js +1 -1
- package/dist/esm/ultramodern-workspace/mf-validation/inspect.js +3 -2
- package/dist/esm/ultramodern-workspace/mf-validation/object-literal.js +1 -1
- package/dist/esm/ultramodern-workspace/mf-validation/path-utils.js +1 -1
- package/dist/esm/ultramodern-workspace/mf-validation/syntax.js +1 -1
- package/dist/esm/ultramodern-workspace/mf-validation/validate.js +1 -1
- package/dist/esm/ultramodern-workspace/module-federation/config.js +19 -8
- package/dist/esm/ultramodern-workspace/module-federation/reexport-module.js +4 -3
- package/dist/esm/ultramodern-workspace/naming.js +1 -1
- package/dist/esm/ultramodern-workspace/package-json.js +5 -8
- package/dist/esm/ultramodern-workspace/policy.js +1 -7
- package/dist/esm/ultramodern-workspace/public-surface.js +1 -1
- package/dist/esm/ultramodern-workspace/routes.js +1 -1
- package/dist/esm/ultramodern-workspace/shared-patches.js +4 -3
- package/dist/esm/ultramodern-workspace/tooling-command-catalog.js +1 -1
- package/dist/esm/ultramodern-workspace/versions.js +20 -23
- package/dist/esm/ultramodern-workspace/workspace-script-plan.js +1 -1
- package/dist/esm/ultramodern-workspace/workspace-scripts.js +6 -9
- package/dist/esm/ultramodern-workspace/write-app.js +4 -7
- package/dist/esm/ultramodern-workspace/write-workspace.js +3 -2
- package/dist/esm-node/cli/flags.js +1 -11
- package/dist/esm-node/cli/help.js +0 -1
- package/dist/esm-node/cli/package-source.js +1 -1
- package/dist/esm-node/cli/prompts.js +2 -14
- package/dist/esm-node/index.js +2 -7
- package/dist/esm-node/locale/en.js +2 -6
- package/dist/esm-node/locale/zh.js +2 -6
- package/dist/esm-node/ultramodern-package-source.js +1 -24
- package/dist/esm-node/ultramodern-tooling/commands/migrate-strict-effect/declaration-patches.js +2 -1
- package/dist/esm-node/ultramodern-tooling/commands/migrate-strict-effect/generated-artifacts-build-identity.js +1 -1
- package/dist/esm-node/ultramodern-tooling/commands/migrate-strict-effect/generated-artifacts-modern-configs.js +1 -1
- package/dist/esm-node/ultramodern-tooling/commands/migrate-strict-effect/package-cohort.js +6 -4
- package/dist/esm-node/ultramodern-tooling/commands/migrate-strict-effect/pnpm-policy.js +9 -1
- package/dist/esm-node/ultramodern-tooling/commands/migrate-strict-effect/pnpm-yaml.js +1 -1
- package/dist/esm-node/ultramodern-tooling/commands/migrate-strict-effect/policy-constants.js +6 -1
- package/dist/esm-node/ultramodern-workspace/add-vertical/plan.js +1 -1
- package/dist/esm-node/ultramodern-workspace/add-vertical/preflight.js +1 -1
- package/dist/esm-node/ultramodern-workspace/add-vertical/shell-files.js +1 -1
- package/dist/esm-node/ultramodern-workspace/add-vertical/topology.js +6 -4
- package/dist/esm-node/ultramodern-workspace/app-files.js +1 -4
- package/dist/esm-node/ultramodern-workspace/contracts.js +25 -16
- package/dist/esm-node/ultramodern-workspace/delivery-unit-sync.js +1 -1
- package/dist/esm-node/ultramodern-workspace/demo-components.js +1 -1
- package/dist/esm-node/ultramodern-workspace/fs-io.js +1 -15
- package/dist/esm-node/ultramodern-workspace/locales.js +1 -1
- package/dist/esm-node/ultramodern-workspace/mf-validation/inspect.js +3 -2
- package/dist/esm-node/ultramodern-workspace/mf-validation/object-literal.js +1 -1
- package/dist/esm-node/ultramodern-workspace/mf-validation/path-utils.js +1 -1
- package/dist/esm-node/ultramodern-workspace/mf-validation/syntax.js +1 -1
- package/dist/esm-node/ultramodern-workspace/mf-validation/validate.js +1 -1
- package/dist/esm-node/ultramodern-workspace/module-federation/config.js +19 -8
- package/dist/esm-node/ultramodern-workspace/module-federation/reexport-module.js +4 -3
- package/dist/esm-node/ultramodern-workspace/naming.js +1 -1
- package/dist/esm-node/ultramodern-workspace/package-json.js +5 -8
- package/dist/esm-node/ultramodern-workspace/policy.js +1 -7
- package/dist/esm-node/ultramodern-workspace/public-surface.js +1 -1
- package/dist/esm-node/ultramodern-workspace/routes.js +1 -1
- package/dist/esm-node/ultramodern-workspace/shared-patches.js +4 -3
- package/dist/esm-node/ultramodern-workspace/tooling-command-catalog.js +1 -1
- package/dist/esm-node/ultramodern-workspace/versions.js +20 -23
- package/dist/esm-node/ultramodern-workspace/workspace-script-plan.js +1 -1
- package/dist/esm-node/ultramodern-workspace/workspace-scripts.js +6 -9
- package/dist/esm-node/ultramodern-workspace/write-app.js +4 -7
- package/dist/esm-node/ultramodern-workspace/write-workspace.js +3 -2
- package/dist/types/cli/flags.d.ts +4 -9
- package/dist/types/cli/package-source.d.ts +3 -3
- package/dist/types/cli/project-setup.d.ts +1 -1
- package/dist/types/cli/prompts.d.ts +0 -2
- package/dist/types/locale/en.d.ts +0 -4
- package/dist/types/locale/index.d.ts +0 -8
- package/dist/types/locale/zh.d.ts +0 -4
- package/dist/types/ultramodern-package-source.d.ts +0 -11
- package/dist/types/ultramodern-tooling/commands/cloudflare-output-verify.d.ts +1 -1
- package/dist/types/ultramodern-tooling/commands/context.d.ts +3 -3
- package/dist/types/ultramodern-tooling/commands/migrate-strict-effect/install.d.ts +1 -1
- package/dist/types/ultramodern-tooling/commands/migrate-strict-effect/pnpm-yaml.d.ts +0 -5
- package/dist/types/ultramodern-tooling/commands/migrate-strict-effect/policy-constants.d.ts +9 -6
- package/dist/types/ultramodern-tooling/commands/migrate-strict-effect.d.ts +1 -1
- package/dist/types/ultramodern-tooling/commands/routes-generate.d.ts +1 -1
- package/dist/types/ultramodern-tooling/commands/skills.d.ts +1 -1
- package/dist/types/ultramodern-tooling/commands/validate.d.ts +1 -1
- package/dist/types/ultramodern-tooling/commands.d.ts +1 -1
- package/dist/types/ultramodern-tooling/config/load.d.ts +1 -1
- package/dist/types/ultramodern-workspace/add-vertical/plan.d.ts +1 -6
- package/dist/types/ultramodern-workspace/add-vertical/preflight.d.ts +1 -9
- package/dist/types/ultramodern-workspace/app-files.d.ts +1 -7
- package/dist/types/ultramodern-workspace/codesmith.d.ts +5 -5
- package/dist/types/ultramodern-workspace/delivery-unit.d.ts +1 -1
- package/dist/types/ultramodern-workspace/demo-components.d.ts +0 -1
- package/dist/types/ultramodern-workspace/fs-io.d.ts +1 -7
- package/dist/types/ultramodern-workspace/generation-result.d.ts +2 -1
- package/dist/types/ultramodern-workspace/locales.d.ts +0 -181
- package/dist/types/ultramodern-workspace/mf-validation/inspect.d.ts +0 -3
- package/dist/types/ultramodern-workspace/mf-validation/object-literal.d.ts +0 -5
- package/dist/types/ultramodern-workspace/mf-validation/path-utils.d.ts +0 -2
- package/dist/types/ultramodern-workspace/mf-validation/syntax.d.ts +0 -9
- package/dist/types/ultramodern-workspace/module-federation/config.d.ts +1 -1
- package/dist/types/ultramodern-workspace/module-federation/reexport-module.d.ts +1 -1
- package/dist/types/ultramodern-workspace/naming.d.ts +0 -2
- package/dist/types/ultramodern-workspace/package-json.d.ts +0 -2
- package/dist/types/ultramodern-workspace/policy.d.ts +0 -47
- package/dist/types/ultramodern-workspace/public-surface.d.ts +5 -15
- package/dist/types/ultramodern-workspace/routes.d.ts +0 -9
- package/dist/types/ultramodern-workspace/shared-patches.d.ts +1 -2
- package/dist/types/ultramodern-workspace/tooling-command-catalog.d.ts +4 -4
- package/dist/types/ultramodern-workspace/types.d.ts +3 -2
- package/dist/types/ultramodern-workspace/versions.d.ts +20 -23
- package/dist/types/ultramodern-workspace/workspace-script-plan.d.ts +7 -21
- package/dist/types/ultramodern-workspace/workspace-scripts.d.ts +2 -9
- package/dist/types/ultramodern-workspace/workspace-validation-contract.d.ts +0 -1
- package/dist/types/ultramodern-workspace/write-workspace.d.ts +0 -1
- package/package.json +14 -12
- package/template-workspace/AGENTS.md.handlebars +2 -2
- package/template-workspace/README.md.handlebars +3 -4
- package/template-workspace/patches/{@module-federation__bridge-react@2.6.0.patch → @module-federation__bridge-react@2.7.0.patch} +22 -22
- package/template-workspace/patches/@module-federation__dts-plugin@2.7.0.patch +37 -0
- package/template-workspace/patches/{@module-federation__modern-js-v3@2.6.0.patch → @module-federation__modern-js-v3@2.7.0.patch} +22 -22
- package/template-workspace/patches/@tanstack__router-core@1.171.14.patch +123 -0
- package/template-workspace/pnpm-workspace.yaml.handlebars +25 -2
- package/templates/workspace/apps/modern.config.ts.handlebars +1 -1
- package/templates/workspace-scripts/assert-mf-types.mjs.handlebars +4 -4
- package/templates/workspace-scripts/ultramodern-typecheck.mjs +1 -1
- package/templates/workspace-scripts/validate-ultramodern-workspace.mjs.handlebars +3 -5
- package/dist/cjs/ultramodern-workspace/pnpm-workspace-policy-plan.cjs +0 -166
- package/dist/esm/ultramodern-workspace/pnpm-workspace-policy-plan.js +0 -113
- package/dist/esm-node/ultramodern-workspace/pnpm-workspace-policy-plan.js +0 -114
- package/dist/types/ultramodern-workspace/pnpm-workspace-policy-plan.d.ts +0 -39
- package/template-workspace/patches/@tanstack__router-core@1.171.13.patch +0 -51
- package/templates/workspace/postcss.config.mjs.handlebars +0 -5
|
@@ -1,183 +1,2 @@
|
|
|
1
1
|
import type { WorkspaceApp } from './types';
|
|
2
|
-
export declare const commonLocaleMessages: {
|
|
3
|
-
cs: {
|
|
4
|
-
language: {
|
|
5
|
-
cs: string;
|
|
6
|
-
en: string;
|
|
7
|
-
switcher: string;
|
|
8
|
-
};
|
|
9
|
-
routes: {
|
|
10
|
-
home: string;
|
|
11
|
-
};
|
|
12
|
-
seo: {
|
|
13
|
-
description: string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
en: {
|
|
17
|
-
language: {
|
|
18
|
-
cs: string;
|
|
19
|
-
en: string;
|
|
20
|
-
switcher: string;
|
|
21
|
-
};
|
|
22
|
-
routes: {
|
|
23
|
-
home: string;
|
|
24
|
-
};
|
|
25
|
-
seo: {
|
|
26
|
-
description: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
export declare const generatedLocaleResources: {
|
|
31
|
-
cs: {
|
|
32
|
-
shell: {
|
|
33
|
-
boundaries: {
|
|
34
|
-
toggle: string;
|
|
35
|
-
};
|
|
36
|
-
hero: {
|
|
37
|
-
cardOne: string;
|
|
38
|
-
cardOneKicker: string;
|
|
39
|
-
cardTwo: string;
|
|
40
|
-
cardTwoKicker: string;
|
|
41
|
-
empty: string;
|
|
42
|
-
eyebrow: string;
|
|
43
|
-
lede: string;
|
|
44
|
-
primary: string;
|
|
45
|
-
secondary: string;
|
|
46
|
-
};
|
|
47
|
-
language: {
|
|
48
|
-
cs: string;
|
|
49
|
-
en: string;
|
|
50
|
-
switcher: string;
|
|
51
|
-
};
|
|
52
|
-
remoteUnavailable: string;
|
|
53
|
-
remotes: {};
|
|
54
|
-
routes: {
|
|
55
|
-
home: string;
|
|
56
|
-
};
|
|
57
|
-
seo: {
|
|
58
|
-
description: string;
|
|
59
|
-
};
|
|
60
|
-
title: string;
|
|
61
|
-
};
|
|
62
|
-
};
|
|
63
|
-
en: {
|
|
64
|
-
shell: {
|
|
65
|
-
boundaries: {
|
|
66
|
-
toggle: string;
|
|
67
|
-
};
|
|
68
|
-
hero: {
|
|
69
|
-
cardOne: string;
|
|
70
|
-
cardOneKicker: string;
|
|
71
|
-
cardTwo: string;
|
|
72
|
-
cardTwoKicker: string;
|
|
73
|
-
empty: string;
|
|
74
|
-
eyebrow: string;
|
|
75
|
-
lede: string;
|
|
76
|
-
primary: string;
|
|
77
|
-
secondary: string;
|
|
78
|
-
};
|
|
79
|
-
language: {
|
|
80
|
-
cs: string;
|
|
81
|
-
en: string;
|
|
82
|
-
switcher: string;
|
|
83
|
-
};
|
|
84
|
-
remoteUnavailable: string;
|
|
85
|
-
remotes: {};
|
|
86
|
-
routes: {
|
|
87
|
-
home: string;
|
|
88
|
-
};
|
|
89
|
-
seo: {
|
|
90
|
-
description: string;
|
|
91
|
-
};
|
|
92
|
-
title: string;
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
export declare const createFallbackLocaleMessages: (app: WorkspaceApp, language: 'en' | 'cs') => {
|
|
97
|
-
language: {
|
|
98
|
-
cs: string;
|
|
99
|
-
en: string;
|
|
100
|
-
switcher: string;
|
|
101
|
-
};
|
|
102
|
-
routes: {
|
|
103
|
-
home: string;
|
|
104
|
-
};
|
|
105
|
-
seo: {
|
|
106
|
-
description: string;
|
|
107
|
-
};
|
|
108
|
-
federatedSurface: "Federated surface owned by this vertical." | "Federovaná plocha vlastněná tímto verticalem.";
|
|
109
|
-
remoteUnavailable: "Remote vertical je nedostupný" | "Remote vertical unavailable";
|
|
110
|
-
role: string;
|
|
111
|
-
routeSurface: "Route surface owned by this vertical." | "Routovaná plocha vlastněná tímto verticalem.";
|
|
112
|
-
title: string;
|
|
113
|
-
widgetBody: "Owns a vertical route surface." | "Vlastní routovanou plochu verticalu.";
|
|
114
|
-
} | {
|
|
115
|
-
language: {
|
|
116
|
-
cs: string;
|
|
117
|
-
en: string;
|
|
118
|
-
switcher: string;
|
|
119
|
-
};
|
|
120
|
-
routes: {
|
|
121
|
-
home: string;
|
|
122
|
-
};
|
|
123
|
-
seo: {
|
|
124
|
-
description: string;
|
|
125
|
-
};
|
|
126
|
-
federatedSurface: "Federated surface owned by this vertical." | "Federovaná plocha vlastněná tímto verticalem.";
|
|
127
|
-
remoteUnavailable: "Remote vertical je nedostupný" | "Remote vertical unavailable";
|
|
128
|
-
role: string;
|
|
129
|
-
routeSurface: "Route surface owned by this vertical." | "Routovaná plocha vlastněná tímto verticalem.";
|
|
130
|
-
title: string;
|
|
131
|
-
widgetBody: "Owns a vertical route surface." | "Vlastní routovanou plochu verticalu.";
|
|
132
|
-
};
|
|
133
|
-
export declare function createAppLocaleMessages(app: WorkspaceApp, language: 'en' | 'cs'): {
|
|
134
|
-
[x: string]: {
|
|
135
|
-
boundaries: {
|
|
136
|
-
toggle: string;
|
|
137
|
-
};
|
|
138
|
-
hero: {
|
|
139
|
-
cardOne: string;
|
|
140
|
-
cardOneKicker: string;
|
|
141
|
-
cardTwo: string;
|
|
142
|
-
cardTwoKicker: string;
|
|
143
|
-
empty: string;
|
|
144
|
-
eyebrow: string;
|
|
145
|
-
lede: string;
|
|
146
|
-
primary: string;
|
|
147
|
-
secondary: string;
|
|
148
|
-
};
|
|
149
|
-
language: {
|
|
150
|
-
cs: string;
|
|
151
|
-
en: string;
|
|
152
|
-
switcher: string;
|
|
153
|
-
};
|
|
154
|
-
remoteUnavailable: string;
|
|
155
|
-
remotes: {};
|
|
156
|
-
routes: {
|
|
157
|
-
home: string;
|
|
158
|
-
};
|
|
159
|
-
seo: {
|
|
160
|
-
description: string;
|
|
161
|
-
};
|
|
162
|
-
title: string;
|
|
163
|
-
} | {
|
|
164
|
-
language: {
|
|
165
|
-
cs: string;
|
|
166
|
-
en: string;
|
|
167
|
-
switcher: string;
|
|
168
|
-
};
|
|
169
|
-
routes: {
|
|
170
|
-
home: string;
|
|
171
|
-
};
|
|
172
|
-
seo: {
|
|
173
|
-
description: string;
|
|
174
|
-
};
|
|
175
|
-
federatedSurface: "Federated surface owned by this vertical." | "Federovaná plocha vlastněná tímto verticalem.";
|
|
176
|
-
remoteUnavailable: "Remote vertical je nedostupný" | "Remote vertical unavailable";
|
|
177
|
-
role: string;
|
|
178
|
-
routeSurface: "Route surface owned by this vertical." | "Routovaná plocha vlastněná tímto verticalem.";
|
|
179
|
-
title: string;
|
|
180
|
-
widgetBody: "Owns a vertical route surface." | "Vlastní routovanou plochu verticalu.";
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
2
|
export declare function createAppPublicLocaleMessages(app: WorkspaceApp, language: 'en' | 'cs', remotes?: WorkspaceApp[]): any;
|
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
import type { ModuleFederationConfigInspection } from './types';
|
|
2
|
-
export declare function extractExposes(configPath: string, value: string | undefined): string[];
|
|
3
|
-
export declare function extractDtsSettings(configPath: string, value: string | undefined): ModuleFederationConfigInspection['dts'];
|
|
4
|
-
export declare function hasHostOnlyNoExposesDeclaration(source: string): boolean;
|
|
5
2
|
export declare function inspectModuleFederationConfigSource(source: string, appDir: string, configPath: string): ModuleFederationConfigInspection;
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
import type { ParsedObjectLiteral } from './types';
|
|
2
|
-
export declare function splitTopLevelEntries(source: string): string[];
|
|
3
|
-
export declare function findTopLevelColon(source: string): number;
|
|
4
|
-
export declare function stripConstAssertion(source: string): string;
|
|
5
|
-
export declare function unescapeSingleQuotedString(value: string): string;
|
|
6
2
|
export declare function parseLiteralString(source: string | undefined): string | undefined;
|
|
7
|
-
export declare function parseObjectKey(source: string): string | undefined;
|
|
8
3
|
export declare function parseObjectLiteral(source: string | undefined): ParsedObjectLiteral | undefined;
|
|
9
4
|
export declare function parseArrayLiteral(source: string | undefined): string[] | undefined;
|
|
@@ -4,9 +4,7 @@ export declare function toPosixPath(value: string): string;
|
|
|
4
4
|
export declare function normalizeRelativePath(value: string): string;
|
|
5
5
|
export declare function relativePath(root: string, target: string): string;
|
|
6
6
|
export declare function readJsonIfExists(filePath: string): unknown;
|
|
7
|
-
export declare function addMetadataAppDir(value: unknown, appDirs: Set<string>, hint?: string): void;
|
|
8
7
|
export declare function collectMetadataAppDirs(value: unknown, appDirs: Set<string>, hint?: string): void;
|
|
9
|
-
export declare function literalRootFromPattern(pattern: string): string | undefined;
|
|
10
8
|
export declare function collectBridgeScanRoots(value: unknown, roots: Set<string>): void;
|
|
11
9
|
export declare function readGeneratedMetadata(workspaceRoot: string): unknown[];
|
|
12
10
|
export declare function firstSegment(appDir: string): string | undefined;
|
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
import type { BalancedBlock } from './types';
|
|
2
|
-
export declare function isEscaped(source: string, index: number): boolean;
|
|
3
|
-
export declare function skipQuoted(source: string, start: number, quote: "'" | '"'): number;
|
|
4
|
-
export declare function skipLineComment(source: string, start: number): number;
|
|
5
|
-
export declare function skipBlockComment(source: string, start: number): number;
|
|
6
|
-
export declare function skipTemplateExpression(source: string, start: number): number;
|
|
7
|
-
export declare function skipTemplate(source: string, start: number): number;
|
|
8
2
|
export declare function skipSyntax(source: string, index: number): number;
|
|
9
|
-
export declare function findBalanced(source: string, start: number, open: '{' | '[' | '(', close: '}' | ']' | ')'): number | undefined;
|
|
10
|
-
export declare function skipWhitespaceAndComments(source: string, start: number): number;
|
|
11
|
-
export declare function hasIdentifierBoundary(source: string, start: number, end: number): boolean;
|
|
12
3
|
export declare function findCreateModuleFederationConfigObject(source: string): string | undefined;
|
|
13
4
|
export declare function findExportDefaultObject(source: string): string | undefined;
|
|
14
5
|
export declare function getOuterBlock(source: string, open: '{' | '[', close: '}' | ']'): BalancedBlock | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { WorkspaceApp } from '../types';
|
|
2
|
-
export declare function createAppModernConfig(scope: string, app: WorkspaceApp, remotes?: WorkspaceApp[]): string;
|
|
2
|
+
export declare function createAppModernConfig(scope: string, app: WorkspaceApp, remotes?: WorkspaceApp[], enableTailwind?: boolean): string;
|
|
3
3
|
export declare function createShellModuleFederationConfig(scope: string, remotes?: WorkspaceApp[]): string;
|
|
4
4
|
export declare function createBackendModuleFederationConfig(app: WorkspaceApp): string;
|
|
5
5
|
export declare function createRemoteModuleFederationConfig(scope: string, app: WorkspaceApp, remotes?: WorkspaceApp[]): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { WorkspaceApp } from '../types';
|
|
2
2
|
export declare function createUltramodernBuildArtifactJson(scope: string, app: WorkspaceApp): string;
|
|
3
|
-
export declare function createUltramodernBuildModule(): string;
|
|
3
|
+
export declare function createUltramodernBuildModule(scope: string, app: WorkspaceApp): string;
|
|
4
4
|
export declare function createUltramodernBuildReexportModule(): string;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { WorkspaceApp } from './types';
|
|
2
|
-
export declare const TAILWIND_PREFIX_DIGIT_WORDS: readonly ['zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'];
|
|
3
2
|
export declare function normalizePath(filePath: string): string;
|
|
4
3
|
export declare function toPackageScope(packageName: string): string;
|
|
5
4
|
export declare function toKebabCase(value: string): string;
|
|
@@ -9,7 +8,6 @@ export declare function createRspackUniqueName(app: WorkspaceApp): string;
|
|
|
9
8
|
export declare function createRspackChunkLoadingGlobal(app: WorkspaceApp): string;
|
|
10
9
|
export declare function packageName(scope: string, suffix: string): string;
|
|
11
10
|
export declare function relativeRootFor(packageDir: string): string;
|
|
12
|
-
export declare function createTailwindPrefix(raw: string): string;
|
|
13
11
|
export declare function tailwindPrefixForApp(app: WorkspaceApp): string;
|
|
14
12
|
export declare function assertUniqueTailwindPrefixes(apps: WorkspaceApp[]): void;
|
|
15
13
|
export declare function createTw(prefix: string): (classList: string) => string;
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import type { UltramodernBridgeConfig } from './bridge-config';
|
|
2
2
|
import type { JsonValue, ResolvedPackageSource, WorkspaceApp } from './types';
|
|
3
3
|
export declare function appDependencies(scope: string, packageSource: ResolvedPackageSource, app: WorkspaceApp, remotes?: WorkspaceApp[], bridge?: UltramodernBridgeConfig): Record<string, string>;
|
|
4
|
-
export declare function appDevDependencies(packageSource: ResolvedPackageSource, enableTailwind: boolean): Record<string, string>;
|
|
5
4
|
export declare function createRootPackageJson(scope: string, packageSource: ResolvedPackageSource, remotes?: WorkspaceApp[], bridge?: UltramodernBridgeConfig): JsonValue;
|
|
6
|
-
export declare function createZephyrDependencies(scope: string, app: WorkspaceApp, remotes?: WorkspaceApp[]): JsonValue;
|
|
7
5
|
export { createAppMfTypesTsConfig, createAppTsConfig, createPackageTsConfig, createRootTsConfig, createSharedPackageTsConfig, createTsConfigBase, } from './tsconfigs';
|
|
8
6
|
export declare function createAppPackage(scope: string, app: WorkspaceApp, packageSource: ResolvedPackageSource, enableTailwind: boolean, remotes?: WorkspaceApp[], bridge?: UltramodernBridgeConfig): JsonValue;
|
|
9
7
|
export declare function createSharedPackage(scope: string, id: string, description: string): JsonValue;
|
|
@@ -1,53 +1,6 @@
|
|
|
1
1
|
import type { JsonValue, WorkspaceApp } from './types';
|
|
2
|
-
export declare function createCloudflareProofRoute(app: WorkspaceApp): JsonValue;
|
|
3
2
|
export declare function createCloudflareSecurityContract(): JsonValue;
|
|
4
|
-
export declare const PUBLIC_WEBSITE_POLICY: {
|
|
5
|
-
qualityGates: {
|
|
6
|
-
publicRoutes: {
|
|
7
|
-
requireSitemapWhenPresent: boolean;
|
|
8
|
-
requireRobotsSitemapConsistency: boolean;
|
|
9
|
-
requireWebManifestWhenPresent: boolean;
|
|
10
|
-
};
|
|
11
|
-
statusCodes: {
|
|
12
|
-
notFoundRoute: string;
|
|
13
|
-
unknownRouteStatus: number;
|
|
14
|
-
};
|
|
15
|
-
indexing: {
|
|
16
|
-
previewNoindex: boolean;
|
|
17
|
-
productionPublicRoutesIndexable: boolean;
|
|
18
|
-
};
|
|
19
|
-
assets: {
|
|
20
|
-
cssPreloadRequired: boolean;
|
|
21
|
-
cssResponseRequired: boolean;
|
|
22
|
-
cacheControlRequiredForCss: boolean;
|
|
23
|
-
sourcemapsPubliclyReferenced: boolean;
|
|
24
|
-
};
|
|
25
|
-
budgets: {
|
|
26
|
-
ssrHtmlMaxBytes: number;
|
|
27
|
-
mfManifestMaxBytes: number;
|
|
28
|
-
localeJsonMaxBytes: number;
|
|
29
|
-
sitemapXmlMaxBytes: number;
|
|
30
|
-
cssAssetMaxBytes: number;
|
|
31
|
-
};
|
|
32
|
-
csp: {
|
|
33
|
-
finalMode: string;
|
|
34
|
-
decision: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
publicHead: {
|
|
38
|
-
indexableRobots: string;
|
|
39
|
-
privateRouteRobots: string;
|
|
40
|
-
};
|
|
41
|
-
publicSurface: {
|
|
42
|
-
defaultProviderFile: string;
|
|
43
|
-
draftPolicy: string;
|
|
44
|
-
indexablePolicy: string;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
3
|
export declare function formatTsJsonValue(value: JsonValue, indent: number): string;
|
|
48
|
-
export declare function formatIntegerCodeLiteral(value: number): string;
|
|
49
|
-
export declare function createPublicWebsiteQualityGateContract(): JsonValue;
|
|
50
|
-
export declare function createPublicWebsiteBudgetFallback(budgetName: keyof (typeof PUBLIC_WEBSITE_POLICY)['qualityGates']['budgets']): string;
|
|
51
4
|
export declare function createPublicHeadRobotsPolicy(): {
|
|
52
5
|
indexableRobots: string;
|
|
53
6
|
privateRouteRobots: string;
|
|
@@ -1,17 +1,8 @@
|
|
|
1
|
-
import type { JsonValue,
|
|
1
|
+
import type { JsonValue, SupportedWorkspaceLanguage, WorkspaceApp } from './types';
|
|
2
2
|
export declare const publicSurfaceManagedSourceAssetPaths: readonly ['config/public/robots.txt', 'config/public/sitemap.xml', 'config/public/site.webmanifest'];
|
|
3
|
-
export declare const publicSurfaceBaseOutputFiles: readonly ['robots.txt'];
|
|
4
|
-
export declare const publicSurfacePublicRouteOutputFiles: readonly ['sitemap.xml', 'site.webmanifest'];
|
|
5
|
-
export type PublicSurfaceRouteEntry = PublicRouteMetadata & {
|
|
6
|
-
canonicalUrlPath: string;
|
|
7
|
-
localeUrlPaths: Record<SupportedWorkspaceLanguage, string>;
|
|
8
|
-
} & PublicSurfaceSitemapFields;
|
|
9
3
|
export declare function createLocalisedPublicPath(pathname: string, language: SupportedWorkspaceLanguage): string;
|
|
10
4
|
export declare function uniqueSorted(values: string[]): string[];
|
|
11
|
-
|
|
12
|
-
export declare function createPublicSurfaceUrlPaths(app: WorkspaceApp): string[];
|
|
13
|
-
export declare function createPublicSurfaceOutputFiles(app: WorkspaceApp): string[];
|
|
14
|
-
export type PublicSurfaceGenerationTarget = 'dist' | 'cloudflare';
|
|
5
|
+
type PublicSurfaceGenerationTarget = 'dist' | 'cloudflare';
|
|
15
6
|
export declare function createPublicSurfaceGenerationCommand(app: WorkspaceApp, target: PublicSurfaceGenerationTarget, requirePublicOrigin?: boolean): string;
|
|
16
7
|
/**
|
|
17
8
|
* Tombstone sweep: generated apps never ship hand-authored source assets under
|
|
@@ -19,13 +10,11 @@ export declare function createPublicSurfaceGenerationCommand(app: WorkspaceApp,
|
|
|
19
10
|
* in. The same path list feeds the generated validate script's assertions.
|
|
20
11
|
*/
|
|
21
12
|
export declare function rewriteWorkspaceAssetsForApp(workspaceRoot: string, app: WorkspaceApp): void;
|
|
22
|
-
|
|
23
|
-
export declare function createPublicHeadContract(): JsonValue;
|
|
24
|
-
export type PublicWebGeneratedFile = {
|
|
13
|
+
type PublicWebGeneratedFile = {
|
|
25
14
|
path: string;
|
|
26
15
|
content: string;
|
|
27
16
|
};
|
|
28
|
-
|
|
17
|
+
type PublicWebAppArtifacts = {
|
|
29
18
|
jsonLdHelperFile: PublicWebGeneratedFile;
|
|
30
19
|
routeMetadataFile: PublicWebGeneratedFile;
|
|
31
20
|
routeHeadFile: PublicWebGeneratedFile;
|
|
@@ -35,3 +24,4 @@ export type PublicWebAppArtifacts = {
|
|
|
35
24
|
publicSurface: JsonValue;
|
|
36
25
|
};
|
|
37
26
|
export declare function createPublicWebAppArtifacts(app: WorkspaceApp): PublicWebAppArtifacts;
|
|
27
|
+
export {};
|
|
@@ -1,12 +1,5 @@
|
|
|
1
1
|
import type { JsonValue, PublicRouteMetadata, RouteOwnedI18nPath, WorkspaceApp } from './types';
|
|
2
|
-
export declare const privateAppRoutePublicness: {
|
|
3
|
-
readonly indexable: false;
|
|
4
|
-
readonly public: false;
|
|
5
|
-
readonly publicSurface: 'private-app-screen';
|
|
6
|
-
};
|
|
7
2
|
export declare function createRouteOwnedI18nPaths(app: WorkspaceApp): RouteOwnedI18nPath[];
|
|
8
|
-
export declare function isPublicIndexableRoute(route: RouteOwnedI18nPath): boolean;
|
|
9
|
-
export declare function createLocalisedUrlsMapFromRoutes(routes: RouteOwnedI18nPath[]): Record<string, JsonValue>;
|
|
10
3
|
export declare function createLocalisedUrlsMap(app: WorkspaceApp): Record<string, JsonValue>;
|
|
11
4
|
export declare function createPublicRouteMetadataFromRoutes(routes: RouteOwnedI18nPath[]): PublicRouteMetadata[];
|
|
12
5
|
export declare function createPublicRouteMetadata(app: WorkspaceApp): PublicRouteMetadata[];
|
|
@@ -16,10 +9,8 @@ export declare function createRouteMetaModule(route: RouteOwnedI18nPath): string
|
|
|
16
9
|
export declare function normalisePublicPath(pathname: string): string;
|
|
17
10
|
export declare function splitPublicPathSegments(pathname: string): string[];
|
|
18
11
|
export declare function routePathParamName(segment: string): string | undefined;
|
|
19
|
-
export declare function isDynamicPublicPathSegment(segment: string): boolean;
|
|
20
12
|
export declare function isConcretePublicPath(pathname: string): boolean;
|
|
21
13
|
export declare function routeSegmentToDirectory(segment: string): string;
|
|
22
|
-
export declare function routePathDirectorySegments(routePath: string): string[];
|
|
23
14
|
export declare function createRoutePageFilePath(app: WorkspaceApp, canonicalPath: string): string;
|
|
24
15
|
export declare function createRouteMetaFilePath(app: WorkspaceApp, canonicalPath: string): string;
|
|
25
16
|
export declare function createRouteAliasPage(canonicalPath: string): string;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export declare const SHARED_ULTRAMODERN_WORKSPACE_PATCH_FILES: readonly ['@module-federation__bridge-react@2.
|
|
2
|
-
export type SharedUltramodernWorkspacePatchFile = (typeof SHARED_ULTRAMODERN_WORKSPACE_PATCH_FILES)[number];
|
|
1
|
+
export declare const SHARED_ULTRAMODERN_WORKSPACE_PATCH_FILES: readonly ['@module-federation__bridge-react@2.7.0.patch', '@module-federation__dts-plugin@2.7.0.patch', '@module-federation__modern-js-v3@2.7.0.patch', '@tanstack__router-core@1.171.14.patch'];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type GeneratedToolingCommandId = 'validate' | 'typecheck' | 'mfTypes' | 'publicSurface' | 'backendFederationGenerate' | 'backendFederationProof' | 'cloudflareProof' | 'cloudflareOutputVerify' | 'performanceReadiness' | 'migrateStrictEffect' | 'routesGenerate';
|
|
2
2
|
export type GeneratedToolingCommandKey = GeneratedToolingCommandId;
|
|
3
|
-
|
|
3
|
+
interface GeneratedToolingCommand {
|
|
4
4
|
id: GeneratedToolingCommandId;
|
|
5
5
|
command: string;
|
|
6
6
|
wrapperName: string;
|
|
@@ -11,8 +11,8 @@ export interface GeneratedToolingCommand {
|
|
|
11
11
|
cwd?: 'invocation';
|
|
12
12
|
}
|
|
13
13
|
export declare const generatedToolingCommands: readonly [GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand, GeneratedToolingCommand];
|
|
14
|
-
export declare const toolingCommandById: Record<GeneratedToolingCommandId, GeneratedToolingCommand>;
|
|
15
14
|
export declare const GENERATED_TOOLING_COMMANDS: Record<GeneratedToolingCommandId, GeneratedToolingCommand>;
|
|
16
15
|
export declare const generatedToolingCommandList: () => string[];
|
|
17
|
-
|
|
18
|
-
export declare const createGeneratedToolingWrapperMap:
|
|
16
|
+
declare const createToolingWrapperContract: () => Record<GeneratedToolingCommandKey, GeneratedToolingCommand['wrapperPath']>;
|
|
17
|
+
export declare const createGeneratedToolingWrapperMap: typeof createToolingWrapperContract;
|
|
18
|
+
export {};
|
|
@@ -42,7 +42,7 @@ export type Ownership = {
|
|
|
42
42
|
};
|
|
43
43
|
export declare const supportedWorkspaceLanguages: readonly ['en', 'cs'];
|
|
44
44
|
export type SupportedWorkspaceLanguage = (typeof supportedWorkspaceLanguages)[number];
|
|
45
|
-
|
|
45
|
+
type RoutePublicSurface = 'private-app-screen' | 'generated-public-surface' | 'explicit-public-input';
|
|
46
46
|
export type RouteOwnedI18nPath = {
|
|
47
47
|
id: string;
|
|
48
48
|
canonicalPath: string;
|
|
@@ -67,7 +67,7 @@ export type PublicRouteMetadata = {
|
|
|
67
67
|
descriptionKey: string;
|
|
68
68
|
jsonLd?: RouteJsonLd;
|
|
69
69
|
};
|
|
70
|
-
|
|
70
|
+
type PublicSitemapChangeFrequency = 'always' | 'hourly' | 'daily' | 'weekly' | 'monthly' | 'yearly' | 'never';
|
|
71
71
|
export type PublicSurfaceSitemapFields = {
|
|
72
72
|
lastModified?: string;
|
|
73
73
|
changeFrequency?: PublicSitemapChangeFrequency;
|
|
@@ -197,3 +197,4 @@ export type UltramodernVerticalPlan = UltramodernGenerationResult & {
|
|
|
197
197
|
generatedContractChanges: UltramodernGeneratedContractChange[];
|
|
198
198
|
};
|
|
199
199
|
export declare function isRecord(value: unknown): value is Record<string, JsonValue>;
|
|
200
|
+
export {};
|
|
@@ -3,38 +3,35 @@
|
|
|
3
3
|
* UltraModern workspaces lives here. Values must stay in lockstep with the
|
|
4
4
|
* checked-in templates under templates/ and template-workspace/.
|
|
5
5
|
*/
|
|
6
|
-
export declare const TANSTACK_ROUTER_VERSION = "1.170.
|
|
7
|
-
export declare const TANSTACK_ROUTER_CORE_VERSION = "1.171.
|
|
8
|
-
export declare const MODULE_FEDERATION_VERSION = "2.
|
|
6
|
+
export declare const TANSTACK_ROUTER_VERSION = "1.170.17";
|
|
7
|
+
export declare const TANSTACK_ROUTER_CORE_VERSION = "1.171.14";
|
|
8
|
+
export declare const MODULE_FEDERATION_VERSION = "2.7.0";
|
|
9
9
|
export declare const ZEPHYR_RSPACK_PLUGIN_VERSION = "1.1.1";
|
|
10
10
|
export declare const ZEPHYR_AGENT_VERSION = "1.1.1";
|
|
11
|
-
export declare const WRANGLER_VERSION = "4.
|
|
11
|
+
export declare const WRANGLER_VERSION = "4.109.0";
|
|
12
12
|
export declare const CLOUDFLARE_COMPATIBILITY_DATE = "2026-06-02";
|
|
13
|
-
export declare const TAILWIND_VERSION = "4.3.
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const
|
|
17
|
-
export declare const
|
|
18
|
-
export declare const EFFECT_TSGO_VERSION = "0.14.6";
|
|
13
|
+
export declare const TAILWIND_VERSION = "4.3.2";
|
|
14
|
+
export declare const RSBUILD_PLUGIN_TAILWINDCSS_VERSION = "2.0.3";
|
|
15
|
+
export declare const EFFECT_VERSION = "4.0.0-beta.94";
|
|
16
|
+
export declare const EFFECT_VITEST_VERSION = "4.0.0-beta.94";
|
|
17
|
+
export declare const EFFECT_TSGO_VERSION = "0.16.3";
|
|
19
18
|
export declare const DRIZZLE_ORM_VERSION = "1.0.0-rc.4";
|
|
20
|
-
export declare const TYPESCRIPT_STABLE_VERSION = "
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export declare const OXLINT_VERSION = "1.
|
|
24
|
-
export declare const OXFMT_VERSION = "0.
|
|
25
|
-
export declare const ULTRACITE_VERSION = "7.
|
|
26
|
-
export declare const LEFTHOOK_VERSION = "^2.1.
|
|
27
|
-
export declare const I18NEXT_VERSION = "26.3.
|
|
19
|
+
export declare const TYPESCRIPT_STABLE_VERSION = "7.0.2";
|
|
20
|
+
export declare const TYPESCRIPT_VERSION = "7.0.2";
|
|
21
|
+
export declare const TYPESCRIPT_COMPILER_API_VERSION = "6.0.2";
|
|
22
|
+
export declare const OXLINT_VERSION = "1.73.0";
|
|
23
|
+
export declare const OXFMT_VERSION = "0.58.0";
|
|
24
|
+
export declare const ULTRACITE_VERSION = "7.9.3";
|
|
25
|
+
export declare const LEFTHOOK_VERSION = "^2.1.10";
|
|
26
|
+
export declare const I18NEXT_VERSION = "26.3.6";
|
|
28
27
|
export declare const NODE_FETCH_VERSION = "^3.3.2";
|
|
29
28
|
export declare const REACT_VERSION = "^19.2.7";
|
|
30
29
|
export declare const REACT_DOM_VERSION = "^19.2.7";
|
|
31
30
|
export declare const REACT_ROUTER_VERSION = "7.18.1";
|
|
32
31
|
export declare const TYPES_REACT_VERSION = "^19.2.17";
|
|
33
32
|
export declare const TYPES_REACT_DOM_VERSION = "^19.2.3";
|
|
34
|
-
export declare const NODE_VERSION = "26.
|
|
35
|
-
export declare const PNPM_VERSION = "11.
|
|
36
|
-
export declare const RSTACK_AGENT_SKILLS_COMMIT = "61c948b42512e223bad44b83af4080eba48b2677";
|
|
37
|
-
export declare const MODULE_FEDERATION_AGENT_SKILLS_COMMIT = "07bb5b6c43ad457609e00c081b72d4c42508ec76";
|
|
33
|
+
export declare const NODE_VERSION = "26.5.0";
|
|
34
|
+
export declare const PNPM_VERSION = "11.10.0";
|
|
38
35
|
export declare const ultramodernWorkspaceVersions: {
|
|
39
36
|
tanstackRouter: string;
|
|
40
37
|
tanstackRouterCore: string;
|
|
@@ -43,5 +40,5 @@ export declare const ultramodernWorkspaceVersions: {
|
|
|
43
40
|
effectVitest: string;
|
|
44
41
|
drizzleOrm: string;
|
|
45
42
|
tailwind: string;
|
|
46
|
-
|
|
43
|
+
rsbuildPluginTailwindcss: string;
|
|
47
44
|
};
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
import { type GeneratedToolingCommandKey } from './tooling-command-catalog';
|
|
2
1
|
import type { WorkspaceApp } from './types';
|
|
3
|
-
export declare const rootToolingScriptName: (key: GeneratedToolingCommandKey) => string;
|
|
4
|
-
export declare const rootToolingWrapperCommand: (key: GeneratedToolingCommandKey) => string;
|
|
5
|
-
export declare const packageToolingWrapperCommand: (packageDir: string, key: GeneratedToolingCommandKey) => string;
|
|
6
2
|
export interface WorkspaceRootScriptPlan {
|
|
7
3
|
build: string;
|
|
8
4
|
cloudflareBuild: string;
|
|
@@ -19,7 +15,7 @@ export interface WorkspaceRootScriptPlan {
|
|
|
19
15
|
typecheck: string;
|
|
20
16
|
check: string;
|
|
21
17
|
}
|
|
22
|
-
|
|
18
|
+
declare const workspaceRootPackageScriptNames: {
|
|
23
19
|
readonly build: 'build';
|
|
24
20
|
readonly cloudflareBuild: 'cloudflare:build';
|
|
25
21
|
readonly cloudflareDeploy: 'cloudflare:deploy';
|
|
@@ -35,19 +31,9 @@ export declare const workspaceRootPackageScriptNames: {
|
|
|
35
31
|
readonly typecheck: 'typecheck';
|
|
36
32
|
readonly check: 'check';
|
|
37
33
|
};
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
dev: string;
|
|
42
|
-
build: string;
|
|
43
|
-
cloudflareBuild: string;
|
|
44
|
-
cloudflareDeploy: string;
|
|
45
|
-
cloudflarePreview: string;
|
|
46
|
-
cloudflareProof: string;
|
|
47
|
-
serve: string;
|
|
48
|
-
typecheck: string;
|
|
49
|
-
}
|
|
50
|
-
export declare const workspaceAppPackageScriptNames: {
|
|
34
|
+
type WorkspaceRootPackageScriptName = (typeof workspaceRootPackageScriptNames)[keyof typeof workspaceRootPackageScriptNames];
|
|
35
|
+
type WorkspaceRootPackageScripts = Partial<Record<WorkspaceRootPackageScriptName, string>>;
|
|
36
|
+
declare const workspaceAppPackageScriptNames: {
|
|
51
37
|
readonly dev: 'dev';
|
|
52
38
|
readonly build: 'build';
|
|
53
39
|
readonly cloudflareBuild: 'cloudflare:build';
|
|
@@ -57,10 +43,9 @@ export declare const workspaceAppPackageScriptNames: {
|
|
|
57
43
|
readonly serve: 'serve';
|
|
58
44
|
readonly typecheck: 'typecheck';
|
|
59
45
|
};
|
|
60
|
-
|
|
61
|
-
|
|
46
|
+
type WorkspaceAppPackageScriptName = (typeof workspaceAppPackageScriptNames)[keyof typeof workspaceAppPackageScriptNames];
|
|
47
|
+
type WorkspaceAppPackageScripts = Record<WorkspaceAppPackageScriptName, string>;
|
|
62
48
|
export declare const createStrictTsgoTypecheckCommand: (packageDir: string) => string;
|
|
63
|
-
export declare function createWorkspaceAppScriptPlan(app: WorkspaceApp): WorkspaceAppScriptPlan;
|
|
64
49
|
export declare function createWorkspaceAppPackageScripts(app: WorkspaceApp): WorkspaceAppPackageScripts;
|
|
65
50
|
export declare function createWorkspaceRootScriptPlan(remotes?: WorkspaceApp[], options?: {
|
|
66
51
|
bridgeCheck?: string;
|
|
@@ -70,3 +55,4 @@ export declare function createWorkspaceRootPackageScripts(remotes?: WorkspaceApp
|
|
|
70
55
|
bridgeCheck?: string;
|
|
71
56
|
typecheck?: string;
|
|
72
57
|
}): WorkspaceRootPackageScripts;
|
|
58
|
+
export {};
|
|
@@ -1,16 +1,8 @@
|
|
|
1
1
|
import type { WorkspaceApp } from './types';
|
|
2
|
-
export declare function writeGeneratedToolWrapperScripts(targetDir: string, options?: {
|
|
3
|
-
shellOnly?: boolean;
|
|
4
|
-
}): void;
|
|
5
2
|
export declare function createWorkspaceValidationScript(scope: string, enableTailwind: boolean, remotes?: WorkspaceApp[]): string;
|
|
6
|
-
export declare function createWorkspaceI18nBoundaryValidationScript(): string;
|
|
7
|
-
export declare function createWorkspaceApiBoundaryValidationScript(): string;
|
|
8
|
-
export declare function createPerformanceReadinessConfigScript(): string;
|
|
9
|
-
export declare function createNodeBackendFederationProofScript(): string;
|
|
10
3
|
export declare function createZeropsRuntimeMaterializationScript(): string;
|
|
11
4
|
export declare function writeGeneratedWorkspaceScripts(targetDir: string, _scope: string, _enableTailwind: boolean, remotes?: WorkspaceApp[]): void;
|
|
12
|
-
|
|
13
|
-
export interface MigratedWorkspaceScriptArtifact {
|
|
5
|
+
interface MigratedWorkspaceScriptArtifact {
|
|
14
6
|
relativePath: string;
|
|
15
7
|
content: string;
|
|
16
8
|
legacyPath?: string;
|
|
@@ -19,3 +11,4 @@ export declare function migratedWorkspaceScriptArtifacts(options: {
|
|
|
19
11
|
shellOnly: boolean;
|
|
20
12
|
}): MigratedWorkspaceScriptArtifact[];
|
|
21
13
|
export declare const migratedWorkspaceScriptBasenames: readonly string[];
|
|
14
|
+
export {};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { WorkspaceApp } from './types';
|
|
2
|
-
export type WorkspaceValidationContract = ReturnType<typeof createWorkspaceValidationContract>;
|
|
3
2
|
export declare function createWorkspaceValidationContract(scope: string, enableTailwind: boolean, remotes?: WorkspaceApp[]): {
|
|
4
3
|
packageScope: string;
|
|
5
4
|
versions: {
|
|
@@ -2,6 +2,5 @@ import type { UltramodernBridgeConfig } from './bridge-config';
|
|
|
2
2
|
import type { JsonValue, ResolvedPackageSource, UltramodernGenerationResult, UltramodernWorkspaceOptions, WorkspaceApp } from './types';
|
|
3
3
|
import { writeApp } from './write-app';
|
|
4
4
|
export { writeApp };
|
|
5
|
-
export declare function writeSharedPackages(targetDir: string, scope: string): void;
|
|
6
5
|
export declare function createCompactUltramodernConfig(scope: string, modernVersion: string, packageSource: ResolvedPackageSource, apps?: WorkspaceApp[], enableTailwind?: boolean, bridge?: UltramodernBridgeConfig): JsonValue;
|
|
7
6
|
export declare function generateUltramodernWorkspace(options: UltramodernWorkspaceOptions): UltramodernGenerationResult;
|