@gooddata/create-pluggable-module 11.56.0-alpha.1 → 11.56.0-alpha.3
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gdc-app-template-name-harness",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "Standalone harness for gdc-app-template-name module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"gdc-app-template-name-module": "workspace:*",
|
|
39
39
|
"react": "19.1.1",
|
|
40
40
|
"react-dom": "19.1.1",
|
|
41
|
-
"react-intl": "
|
|
41
|
+
"react-intl": "10.1.25",
|
|
42
42
|
"react-router": "7.18.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/react-dom": "19.1.7",
|
|
50
50
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
51
51
|
"@typescript-eslint/parser": "8.58.0",
|
|
52
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
52
|
+
"@typescript/native-preview": "7.0.0-dev.20260701.1",
|
|
53
53
|
"@vitejs/plugin-react": "6.0.2",
|
|
54
54
|
"eslint": "^9.39.2",
|
|
55
55
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"oxlint": "1.57.0",
|
|
65
65
|
"oxlint-tsgolint": "0.15.0",
|
|
66
66
|
"rolldown": "1.0.3",
|
|
67
|
-
"sass": "1.
|
|
68
|
-
"typescript": "
|
|
67
|
+
"sass": "1.79.0",
|
|
68
|
+
"typescript": "6.0.3",
|
|
69
69
|
"vite": "8.0.16"
|
|
70
70
|
}
|
|
71
71
|
}
|
|
@@ -37,18 +37,7 @@
|
|
|
37
37
|
"react": [
|
|
38
38
|
"./node_modules/@types/react"
|
|
39
39
|
]
|
|
40
|
-
}
|
|
41
|
-
"allowSyntheticDefaultImports": true,
|
|
42
|
-
"resolvePackageJsonExports": true,
|
|
43
|
-
"resolvePackageJsonImports": true,
|
|
44
|
-
"useDefineForClassFields": true,
|
|
45
|
-
"noImplicitAny": true,
|
|
46
|
-
"noImplicitThis": true,
|
|
47
|
-
"strictNullChecks": true,
|
|
48
|
-
"strictFunctionTypes": true,
|
|
49
|
-
"strictBindCallApply": true,
|
|
50
|
-
"strictPropertyInitialization": true,
|
|
51
|
-
"strictBuiltinIteratorReturn": true
|
|
40
|
+
}
|
|
52
41
|
},
|
|
53
42
|
"files": [
|
|
54
43
|
"./src/app.tsx",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gdc-app-template-name-module",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.3",
|
|
4
4
|
"private": true,
|
|
5
5
|
"description": "{applicationTemplateTitle} pluggable application module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@gooddata/sdk-ui-pluggable-application": "workspace:*",
|
|
50
50
|
"@gooddata/util": "workspace:*",
|
|
51
51
|
"lodash-es": "^4.17.23",
|
|
52
|
-
"react-intl": "
|
|
52
|
+
"react-intl": "10.1.25"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@gooddata/eslint-config": "workspace:*",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@types/react-dom": "19.1.7",
|
|
64
64
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
65
65
|
"@typescript-eslint/parser": "8.58.0",
|
|
66
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
66
|
+
"@typescript/native-preview": "7.0.0-dev.20260701.1",
|
|
67
67
|
"@vitejs/plugin-react": "6.0.2",
|
|
68
68
|
"eslint": "^9.39.2",
|
|
69
69
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"react": "19.1.1",
|
|
83
83
|
"react-dom": "19.1.1",
|
|
84
84
|
"rolldown": "1.0.3",
|
|
85
|
-
"sass": "1.
|
|
86
|
-
"typescript": "
|
|
85
|
+
"sass": "1.79.0",
|
|
86
|
+
"typescript": "6.0.3",
|
|
87
87
|
"vite": "8.0.16",
|
|
88
88
|
"vitest": "4.1.8"
|
|
89
89
|
}
|
|
@@ -10,6 +10,11 @@ interface IAppProps {
|
|
|
10
10
|
onEvent?: (e: IPluggableAppEvent) => void;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
+
// In the un-scaffolded template the title message is the literal scaffolder token, which ICU parses
|
|
14
|
+
// as a message argument - this constant satisfies it. `create-pluggable-module` rewrites the token
|
|
15
|
+
// here and in the translations alike, so a generated app gets its real title and an unused value.
|
|
16
|
+
const applicationTemplateTitle = "{applicationTemplateTitle}";
|
|
17
|
+
|
|
13
18
|
export function App({ onEvent: _onEvent }: IAppProps) {
|
|
14
19
|
const ctx = usePlatformContextStrict();
|
|
15
20
|
const workspaceId = useWorkspace();
|
|
@@ -21,7 +26,7 @@ export function App({ onEvent: _onEvent }: IAppProps) {
|
|
|
21
26
|
return (
|
|
22
27
|
<div style={{ display: "flex", flexDirection: "column", padding: "4rem" }}>
|
|
23
28
|
<h1>
|
|
24
|
-
<FormattedMessage id="gdc-app-template-name.title" />
|
|
29
|
+
<FormattedMessage id="gdc-app-template-name.title" values={{ applicationTemplateTitle }} />
|
|
25
30
|
</h1>
|
|
26
31
|
<p>Your pluggable application is running.</p>
|
|
27
32
|
<ul>
|
|
@@ -32,18 +32,7 @@
|
|
|
32
32
|
"allowJs": true,
|
|
33
33
|
"noEmit": true,
|
|
34
34
|
"outDir": "./dist",
|
|
35
|
-
"moduleDetection": "force"
|
|
36
|
-
"allowSyntheticDefaultImports": true,
|
|
37
|
-
"resolvePackageJsonExports": true,
|
|
38
|
-
"resolvePackageJsonImports": true,
|
|
39
|
-
"useDefineForClassFields": true,
|
|
40
|
-
"noImplicitAny": true,
|
|
41
|
-
"noImplicitThis": true,
|
|
42
|
-
"strictNullChecks": true,
|
|
43
|
-
"strictFunctionTypes": true,
|
|
44
|
-
"strictBindCallApply": true,
|
|
45
|
-
"strictPropertyInitialization": true,
|
|
46
|
-
"strictBuiltinIteratorReturn": true
|
|
35
|
+
"moduleDetection": "force"
|
|
47
36
|
},
|
|
48
37
|
"files": [
|
|
49
38
|
"./eslint.config.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/create-pluggable-module",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.3",
|
|
4
4
|
"description": "Scaffolder for GoodData pluggable applications. Invoked via `npm init @gooddata/pluggable-module`.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/node": "24.12.0",
|
|
34
34
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
35
35
|
"@typescript-eslint/parser": "8.58.0",
|
|
36
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
36
|
+
"@typescript/native-preview": "7.0.0-dev.20260701.1",
|
|
37
37
|
"eslint": "^9.39.2",
|
|
38
38
|
"eslint-plugin-headers": "1.3.3",
|
|
39
39
|
"eslint-plugin-import-esm": "1.2.1",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"oxlint": "1.57.0",
|
|
46
46
|
"oxlint-tsgolint": "0.15.0",
|
|
47
47
|
"tslib": "2.8.1",
|
|
48
|
-
"typescript": "
|
|
48
|
+
"typescript": "6.0.3",
|
|
49
49
|
"vite": "8.0.16",
|
|
50
50
|
"vitest": "4.1.8",
|
|
51
|
-
"@gooddata/eslint-config": "11.56.0-alpha.
|
|
52
|
-
"@gooddata/oxlint-config": "11.56.0-alpha.
|
|
53
|
-
"gdc-app-template-name-
|
|
54
|
-
"gdc-app-template-name-
|
|
51
|
+
"@gooddata/eslint-config": "11.56.0-alpha.3",
|
|
52
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.3",
|
|
53
|
+
"gdc-app-template-name-harness": "11.56.0-alpha.3",
|
|
54
|
+
"gdc-app-template-name-module": "11.56.0-alpha.3"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=24.12.0"
|