@sap-ux/ui5-application-writer 0.26.2 → 0.26.4
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/dist/data/ui5Libs.d.ts +6 -0
- package/dist/data/ui5Libs.js +7 -1
- package/package.json +5 -6
- package/templates/optional/codeAssist/package.json +1 -1
- package/templates/optional/eslint/package.json +2 -2
- package/templates/optional/typescript/package.json +4 -4
- package/templates/optional/typescript/.babelrc.json +0 -22
package/dist/data/ui5Libs.d.ts
CHANGED
|
@@ -14,6 +14,9 @@ export declare const ui5TSSupport: {
|
|
|
14
14
|
afterTask: string;
|
|
15
15
|
configuration: {
|
|
16
16
|
debug: boolean;
|
|
17
|
+
transformModulesToUI5: {
|
|
18
|
+
overridesToOverride: boolean;
|
|
19
|
+
};
|
|
17
20
|
};
|
|
18
21
|
};
|
|
19
22
|
middleware: {
|
|
@@ -21,6 +24,9 @@ export declare const ui5TSSupport: {
|
|
|
21
24
|
afterMiddleware: string;
|
|
22
25
|
configuration: {
|
|
23
26
|
debug: boolean;
|
|
27
|
+
transformModulesToUI5: {
|
|
28
|
+
overridesToOverride: boolean;
|
|
29
|
+
};
|
|
24
30
|
excludePatterns: string[];
|
|
25
31
|
};
|
|
26
32
|
};
|
package/dist/data/ui5Libs.js
CHANGED
|
@@ -23,7 +23,10 @@ exports.ui5TSSupport = {
|
|
|
23
23
|
name: 'ui5-tooling-transpile-task',
|
|
24
24
|
afterTask: 'replaceVersion',
|
|
25
25
|
configuration: {
|
|
26
|
-
debug: true
|
|
26
|
+
debug: true,
|
|
27
|
+
transformModulesToUI5: {
|
|
28
|
+
overridesToOverride: true
|
|
29
|
+
}
|
|
27
30
|
}
|
|
28
31
|
},
|
|
29
32
|
middleware: {
|
|
@@ -31,6 +34,9 @@ exports.ui5TSSupport = {
|
|
|
31
34
|
afterMiddleware: 'compression',
|
|
32
35
|
configuration: {
|
|
33
36
|
debug: true,
|
|
37
|
+
transformModulesToUI5: {
|
|
38
|
+
overridesToOverride: true
|
|
39
|
+
},
|
|
34
40
|
excludePatterns: ['/Component-preload.js']
|
|
35
41
|
}
|
|
36
42
|
}
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aui5-application-writer"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.26.
|
|
12
|
+
"version": "0.26.4",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"files": [
|
|
@@ -27,21 +27,20 @@
|
|
|
27
27
|
"mem-fs": "2.1.0",
|
|
28
28
|
"mem-fs-editor": "9.4.0",
|
|
29
29
|
"semver": "7.5.4",
|
|
30
|
-
"@sap-ux/ui5-config": "0.21.
|
|
30
|
+
"@sap-ux/ui5-config": "0.21.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/ejs": "3.1.2",
|
|
34
34
|
"@types/fs-extra": "9.0.13",
|
|
35
|
-
"@types/lodash": "4.14.
|
|
35
|
+
"@types/lodash": "4.14.202",
|
|
36
36
|
"@types/mem-fs": "1.1.2",
|
|
37
37
|
"@types/mem-fs-editor": "7.0.1",
|
|
38
38
|
"@types/semver": "7.5.2",
|
|
39
39
|
"fs-extra": "10.0.0",
|
|
40
|
-
"@sap-ux/eslint-plugin-fiori-tools": "0.3.
|
|
41
|
-
"@sap-ux/project-access": "1.
|
|
40
|
+
"@sap-ux/eslint-plugin-fiori-tools": "0.3.2",
|
|
41
|
+
"@sap-ux/project-access": "1.19.0"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
|
-
"pnpm": ">=6.26.1 < 7.0.0 || >=7.1.0",
|
|
45
44
|
"node": ">=18.x"
|
|
46
45
|
},
|
|
47
46
|
"scripts": {
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"lint": "eslint ./"
|
|
4
4
|
},
|
|
5
5
|
"devDependencies": {
|
|
6
|
-
"@sap-ux/eslint-plugin-fiori-tools": "^0.
|
|
7
|
-
"eslint": "
|
|
6
|
+
"@sap-ux/eslint-plugin-fiori-tools": "^0.3.1",
|
|
7
|
+
"eslint": "8.57.0",
|
|
8
8
|
"eslint-plugin-fiori-custom": "2.6.7",
|
|
9
9
|
"@babel/eslint-parser": "7.14.7"
|
|
10
10
|
}
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"<%- ui5.typesPackage %>": "<%- ui5.typesVersion %>",
|
|
10
|
-
"ui5-tooling-transpile": "^3.
|
|
10
|
+
"ui5-tooling-transpile": "^3.3.7",
|
|
11
11
|
"typescript": "^5.1.6",
|
|
12
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
13
|
-
"@typescript-eslint/parser": "^
|
|
14
|
-
"@sap-ux/eslint-plugin-fiori-tools": "^0.
|
|
12
|
+
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
13
|
+
"@typescript-eslint/parser": "^7.1.1",
|
|
14
|
+
"@sap-ux/eslint-plugin-fiori-tools": "^0.3.1"
|
|
15
15
|
}
|
|
16
16
|
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"presets": [
|
|
3
|
-
"@babel/preset-env",
|
|
4
|
-
[
|
|
5
|
-
"transform-ui5",
|
|
6
|
-
{
|
|
7
|
-
"overridesToOverride": true
|
|
8
|
-
}
|
|
9
|
-
],
|
|
10
|
-
"@babel/preset-typescript"
|
|
11
|
-
],
|
|
12
|
-
"plugins": [
|
|
13
|
-
"transform-remove-console",
|
|
14
|
-
[
|
|
15
|
-
"transform-async-to-promises",
|
|
16
|
-
{
|
|
17
|
-
"inlineHelpers": true
|
|
18
|
-
}
|
|
19
|
-
]
|
|
20
|
-
],
|
|
21
|
-
"sourceMaps": true
|
|
22
|
-
}
|