@bleedingdev/modern-js-create 3.5.0-ultramodern.22 → 3.5.0-ultramodern.24
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 +1 -1
- package/dist/cjs/ultramodern-workspace/package-json.cjs +1 -2
- package/dist/cjs/ultramodern-workspace/versions.cjs +1 -1
- package/dist/esm/ultramodern-workspace/package-json.js +1 -2
- package/dist/esm/ultramodern-workspace/versions.js +1 -1
- package/dist/esm-node/ultramodern-workspace/package-json.js +1 -2
- package/dist/esm-node/ultramodern-workspace/versions.js +1 -1
- package/dist/types/ultramodern-workspace/versions.d.ts +1 -1
- package/package.json +3 -3
- package/template-workspace/README.md.handlebars +1 -1
- package/templates/workspace-scripts/proof-cloudflare-version.mjs +3 -1
package/README.md
CHANGED
|
@@ -420,7 +420,7 @@ hyphens converted to underscores and uppercased:
|
|
|
420
420
|
pnpm cloudflare:deploy
|
|
421
421
|
ULTRAMODERN_PUBLIC_URL_SHELL_SUPER_APP=https://shell-super-app.example.workers.dev \
|
|
422
422
|
ULTRAMODERN_PUBLIC_URL_TRANSPORTATION=https://transportation.example.workers.dev \
|
|
423
|
-
pnpm cloudflare:proof --
|
|
423
|
+
pnpm cloudflare:proof --require-public-urls
|
|
424
424
|
```
|
|
425
425
|
|
|
426
426
|
Without public URLs and credentials, use local primitive gates and `pnpm build`
|
|
@@ -152,8 +152,7 @@ function appDependencies(scope, packageSource, app, remotes = [], bridge) {
|
|
|
152
152
|
[(0, external_naming_cjs_namespaceObject.packageName)(scope, 'shared-design-tokens')]: external_ultramodern_package_source_cjs_namespaceObject.WORKSPACE_PACKAGE_VERSION,
|
|
153
153
|
react: external_versions_cjs_namespaceObject.REACT_VERSION,
|
|
154
154
|
'react-dom': external_versions_cjs_namespaceObject.REACT_DOM_VERSION,
|
|
155
|
-
'react-router': external_versions_cjs_namespaceObject.REACT_ROUTER_VERSION
|
|
156
|
-
'react-router-dom': external_versions_cjs_namespaceObject.REACT_ROUTER_VERSION
|
|
155
|
+
'react-router': external_versions_cjs_namespaceObject.REACT_ROUTER_VERSION
|
|
157
156
|
};
|
|
158
157
|
for (const dependency of bridge?.dependencies ?? [])dependencies[dependency] = external_ultramodern_package_source_cjs_namespaceObject.WORKSPACE_PACKAGE_VERSION;
|
|
159
158
|
if ('shell' === app.kind) {
|
|
@@ -52,7 +52,7 @@ const I18NEXT_VERSION = '26.3.1';
|
|
|
52
52
|
const NODE_FETCH_VERSION = '^3.3.2';
|
|
53
53
|
const REACT_VERSION = '^19.2.7';
|
|
54
54
|
const REACT_DOM_VERSION = '^19.2.7';
|
|
55
|
-
const REACT_ROUTER_VERSION = '7.18.
|
|
55
|
+
const REACT_ROUTER_VERSION = '7.18.1';
|
|
56
56
|
const TYPES_REACT_VERSION = '^19.2.17';
|
|
57
57
|
const TYPES_REACT_DOM_VERSION = '^19.2.3';
|
|
58
58
|
const NODE_VERSION = '26.3.0';
|
|
@@ -96,8 +96,7 @@ function appDependencies(scope, packageSource, app, remotes = [], bridge) {
|
|
|
96
96
|
[packageName(scope, 'shared-design-tokens')]: WORKSPACE_PACKAGE_VERSION,
|
|
97
97
|
react: REACT_VERSION,
|
|
98
98
|
'react-dom': REACT_DOM_VERSION,
|
|
99
|
-
'react-router': REACT_ROUTER_VERSION
|
|
100
|
-
'react-router-dom': REACT_ROUTER_VERSION
|
|
99
|
+
'react-router': REACT_ROUTER_VERSION
|
|
101
100
|
};
|
|
102
101
|
for (const dependency of bridge?.dependencies ?? [])dependencies[dependency] = WORKSPACE_PACKAGE_VERSION;
|
|
103
102
|
if ('shell' === app.kind) {
|
|
@@ -23,7 +23,7 @@ const I18NEXT_VERSION = '26.3.1';
|
|
|
23
23
|
const NODE_FETCH_VERSION = '^3.3.2';
|
|
24
24
|
const REACT_VERSION = '^19.2.7';
|
|
25
25
|
const REACT_DOM_VERSION = '^19.2.7';
|
|
26
|
-
const REACT_ROUTER_VERSION = '7.18.
|
|
26
|
+
const REACT_ROUTER_VERSION = '7.18.1';
|
|
27
27
|
const TYPES_REACT_VERSION = '^19.2.17';
|
|
28
28
|
const TYPES_REACT_DOM_VERSION = '^19.2.3';
|
|
29
29
|
const NODE_VERSION = '26.3.0';
|
|
@@ -97,8 +97,7 @@ function appDependencies(scope, packageSource, app, remotes = [], bridge) {
|
|
|
97
97
|
[packageName(scope, 'shared-design-tokens')]: WORKSPACE_PACKAGE_VERSION,
|
|
98
98
|
react: REACT_VERSION,
|
|
99
99
|
'react-dom': REACT_DOM_VERSION,
|
|
100
|
-
'react-router': REACT_ROUTER_VERSION
|
|
101
|
-
'react-router-dom': REACT_ROUTER_VERSION
|
|
100
|
+
'react-router': REACT_ROUTER_VERSION
|
|
102
101
|
};
|
|
103
102
|
for (const dependency of bridge?.dependencies ?? [])dependencies[dependency] = WORKSPACE_PACKAGE_VERSION;
|
|
104
103
|
if ('shell' === app.kind) {
|
|
@@ -24,7 +24,7 @@ const I18NEXT_VERSION = '26.3.1';
|
|
|
24
24
|
const NODE_FETCH_VERSION = '^3.3.2';
|
|
25
25
|
const REACT_VERSION = '^19.2.7';
|
|
26
26
|
const REACT_DOM_VERSION = '^19.2.7';
|
|
27
|
-
const REACT_ROUTER_VERSION = '7.18.
|
|
27
|
+
const REACT_ROUTER_VERSION = '7.18.1';
|
|
28
28
|
const TYPES_REACT_VERSION = '^19.2.17';
|
|
29
29
|
const TYPES_REACT_DOM_VERSION = '^19.2.3';
|
|
30
30
|
const NODE_VERSION = '26.3.0';
|
|
@@ -28,7 +28,7 @@ export declare const I18NEXT_VERSION = "26.3.1";
|
|
|
28
28
|
export declare const NODE_FETCH_VERSION = "^3.3.2";
|
|
29
29
|
export declare const REACT_VERSION = "^19.2.7";
|
|
30
30
|
export declare const REACT_DOM_VERSION = "^19.2.7";
|
|
31
|
-
export declare const REACT_ROUTER_VERSION = "7.18.
|
|
31
|
+
export declare const REACT_ROUTER_VERSION = "7.18.1";
|
|
32
32
|
export declare const TYPES_REACT_VERSION = "^19.2.17";
|
|
33
33
|
export declare const TYPES_REACT_DOM_VERSION = "^19.2.3";
|
|
34
34
|
export declare const NODE_VERSION = "26.3.0";
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"engines": {
|
|
22
22
|
"node": ">=20"
|
|
23
23
|
},
|
|
24
|
-
"version": "3.5.0-ultramodern.
|
|
24
|
+
"version": "3.5.0-ultramodern.24",
|
|
25
25
|
"types": "./dist/types/index.d.ts",
|
|
26
26
|
"main": "./dist/esm-node/index.js",
|
|
27
27
|
"bin": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@modern-js/codesmith": "2.6.9",
|
|
78
78
|
"oxfmt": "0.56.0",
|
|
79
79
|
"ultracite": "7.8.3",
|
|
80
|
-
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.5.0-ultramodern.
|
|
80
|
+
"@modern-js/i18n-utils": "npm:@bleedingdev/modern-js-i18n-utils@3.5.0-ultramodern.24"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@rslib/core": "0.23.1",
|
|
@@ -99,6 +99,6 @@
|
|
|
99
99
|
"test": "rm -rf dist && rslib build -c rslibconfig.mts && rstest --passWithNoTests"
|
|
100
100
|
},
|
|
101
101
|
"ultramodern": {
|
|
102
|
-
"frameworkVersion": "3.5.0-ultramodern.
|
|
102
|
+
"frameworkVersion": "3.5.0-ultramodern.24"
|
|
103
103
|
}
|
|
104
104
|
}
|
|
@@ -146,7 +146,7 @@ pattern with hyphens converted to underscores and uppercased.
|
|
|
146
146
|
```bash
|
|
147
147
|
pnpm cloudflare:deploy
|
|
148
148
|
ULTRAMODERN_PUBLIC_URL_SHELL_SUPER_APP=https://shell-super-app.example.workers.dev \
|
|
149
|
-
pnpm cloudflare:proof --
|
|
149
|
+
pnpm cloudflare:proof --require-public-urls
|
|
150
150
|
```
|
|
151
151
|
|
|
152
152
|
## Strict Effect API
|
|
@@ -298,7 +298,9 @@ function parseArgs(argv) {
|
|
|
298
298
|
|
|
299
299
|
for (let index = 0; index < argv.length; index += 1) {
|
|
300
300
|
const arg = argv[index];
|
|
301
|
-
if (arg === '--
|
|
301
|
+
if (arg === '--') {
|
|
302
|
+
continue;
|
|
303
|
+
} else if (arg === '--app') {
|
|
302
304
|
parsed.appId = argv[index + 1];
|
|
303
305
|
index += 1;
|
|
304
306
|
} else if (arg === '--out') {
|