igniteui-cli 14.2.3 → 14.3.0-rc.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 +6 -6
- package/templates/angular/ig-ts/projects/empty/files/angular.json +1 -1
- package/templates/angular/ig-ts/projects/empty/files/package.json +13 -13
- package/templates/react/ReactTypeScriptFileUpdate.js +1 -1
- package/templates/react/igr-ts/projects/_base/files/__dot__github/workflows/{github.io.yml → github-pages.yml} +5 -2
- package/templates/react/igr-ts/projects/_base/index.d.ts +1 -0
- package/templates/react/igr-ts/projects/_base/index.js +2 -1
- package/templates/webcomponents/WebComponentsTypeScriptFileUpdate.js +1 -1
- package/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/{github.io.yml → github-pages.yml} +5 -2
- package/templates/webcomponents/igc-ts/projects/_base/index.js +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-cli",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.3.0-rc.0",
|
|
4
4
|
"description": "CLI tool for creating Ignite UI projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"CLI",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"all": true
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@igniteui/angular-templates": "~
|
|
76
|
-
"@igniteui/cli-core": "~14.
|
|
75
|
+
"@igniteui/angular-templates": "~19.0.1430-rc.0",
|
|
76
|
+
"@igniteui/cli-core": "~14.3.0-rc.0",
|
|
77
77
|
"@inquirer/prompts": "^5.4.0",
|
|
78
78
|
"@types/yargs": "^17.0.33",
|
|
79
79
|
"chalk": "^5.3.0",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"yargs": "^17.7.2"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@angular-devkit/core": "^
|
|
89
|
-
"@angular-devkit/schematics": "^
|
|
90
|
-
"@schematics/angular": "~
|
|
88
|
+
"@angular-devkit/core": "^19.0.0",
|
|
89
|
+
"@angular-devkit/schematics": "^19.0.0",
|
|
90
|
+
"@schematics/angular": "~19.0.0",
|
|
91
91
|
"@types/jasmine": "^5.1.4",
|
|
92
92
|
"@types/node": "^22.5.5",
|
|
93
93
|
"browser-sync": "^3.0.3",
|
|
@@ -10,26 +10,26 @@
|
|
|
10
10
|
},
|
|
11
11
|
"private": true,
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@angular/animations": "~
|
|
14
|
-
"@angular/common": "~
|
|
15
|
-
"@angular/compiler": "~
|
|
16
|
-
"@angular/core": "~
|
|
17
|
-
"@angular/forms": "~
|
|
18
|
-
"@angular/platform-browser": "~
|
|
19
|
-
"@angular/platform-browser-dynamic": "~
|
|
20
|
-
"@angular/router": "~
|
|
13
|
+
"@angular/animations": "~19.0.0",
|
|
14
|
+
"@angular/common": "~19.0.0",
|
|
15
|
+
"@angular/compiler": "~19.0.0",
|
|
16
|
+
"@angular/core": "~19.0.0",
|
|
17
|
+
"@angular/forms": "~19.0.0",
|
|
18
|
+
"@angular/platform-browser": "~19.0.0",
|
|
19
|
+
"@angular/platform-browser-dynamic": "~19.0.0",
|
|
20
|
+
"@angular/router": "~19.0.0",
|
|
21
21
|
"jquery": ">=1.9.1",
|
|
22
22
|
"jquery-ui": ">=1.10.5",
|
|
23
23
|
"igniteui-angular-wrappers": "~17.0.0",
|
|
24
24
|
"ignite-ui": "~22.2",
|
|
25
25
|
"rxjs": "~7.8.0",
|
|
26
26
|
"tslib": "^2.3.0",
|
|
27
|
-
"zone.js": "~0.
|
|
27
|
+
"zone.js": "~0.15.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@angular-devkit/build-angular": "~
|
|
31
|
-
"@angular/cli": "~
|
|
32
|
-
"@angular/compiler-cli": "~
|
|
30
|
+
"@angular-devkit/build-angular": "~19.0.0",
|
|
31
|
+
"@angular/cli": "~19.0.0",
|
|
32
|
+
"@angular/compiler-cli": "~19.0.0",
|
|
33
33
|
"@types/jasmine": "~5.1.0",
|
|
34
34
|
"@types/node": "^18.16.0",
|
|
35
35
|
"igniteui-cli": "^$(cliVersion)",
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"karma-coverage": "~2.2.0",
|
|
40
40
|
"karma-jasmine": "~5.1.0",
|
|
41
41
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
42
|
-
"typescript": "~5.
|
|
42
|
+
"typescript": "~5.6.2"
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -46,7 +46,7 @@ class ReactTypeScriptFileUpdate extends cli_core_1.TypeScriptFileUpdate {
|
|
|
46
46
|
}
|
|
47
47
|
const structure = this.buildRouteStructure(_route, multiline);
|
|
48
48
|
const newRoute = this.factory.createObjectLiteralExpression(structure, multiline);
|
|
49
|
-
this.astTransformer.requestNewMembersInArrayLiteral((0, cli_core_1.variableAsParentCondition)(this.astTransformer, cli_core_1.ROUTES_VARIABLE_NAME), [newRoute],
|
|
49
|
+
this.astTransformer.requestNewMembersInArrayLiteral((0, cli_core_1.variableAsParentCondition)(this.astTransformer, cli_core_1.ROUTES_VARIABLE_NAME), [newRoute], anchorElement, { prepend });
|
|
50
50
|
}
|
|
51
51
|
//#endregion
|
|
52
52
|
//#region Overrides
|
|
@@ -8,14 +8,17 @@ on:
|
|
|
8
8
|
|
|
9
9
|
jobs:
|
|
10
10
|
build-and-deploy:
|
|
11
|
-
|
|
12
|
-
if: false
|
|
11
|
+
if: $(yamlGenerateDeploymentScript) == true
|
|
13
12
|
runs-on: ubuntu-latest
|
|
14
13
|
|
|
15
14
|
permissions:
|
|
16
15
|
pages: write
|
|
17
16
|
id-token: write
|
|
18
17
|
|
|
18
|
+
environment:
|
|
19
|
+
name: github-pages
|
|
20
|
+
url: ${{ steps.deployment.outputs.page_url }}
|
|
21
|
+
|
|
19
22
|
strategy:
|
|
20
23
|
matrix:
|
|
21
24
|
node-version: [22.x]
|
|
@@ -75,7 +75,8 @@ class BaseIgrTsProject {
|
|
|
75
75
|
"dot": ".",
|
|
76
76
|
"path": name,
|
|
77
77
|
"projectTemplate": this.id,
|
|
78
|
-
"yamlDefaultBranch": this.id === "base" ? "<%=yaml-default-branch%>" : "main"
|
|
78
|
+
"yamlDefaultBranch": this.id === "base" ? "<%=yaml-default-branch%>" : "main",
|
|
79
|
+
"yamlGenerateDeploymentScript": "<%=yaml-generate-deployment-script%>"
|
|
79
80
|
};
|
|
80
81
|
}
|
|
81
82
|
}
|
|
@@ -40,7 +40,7 @@ class WebComponentsTypeScriptFileUpdate extends cli_core_1.TypeScriptFileUpdate
|
|
|
40
40
|
}
|
|
41
41
|
const structure = this.buildRouteStructure(route, multiline);
|
|
42
42
|
const newRoute = this.factory.createObjectLiteralExpression(structure, multiline);
|
|
43
|
-
this.astTransformer.requestNewMembersInArrayLiteral((0, cli_core_1.variableAsParentCondition)(this.astTransformer, cli_core_1.ROUTES_VARIABLE_NAME), [newRoute],
|
|
43
|
+
this.astTransformer.requestNewMembersInArrayLiteral((0, cli_core_1.variableAsParentCondition)(this.astTransformer, cli_core_1.ROUTES_VARIABLE_NAME), [newRoute], anchorElement, { prepend });
|
|
44
44
|
}
|
|
45
45
|
//#endregion
|
|
46
46
|
//#region Overrides
|
|
@@ -8,14 +8,17 @@ on:
|
|
|
8
8
|
|
|
9
9
|
jobs:
|
|
10
10
|
build-and-deploy:
|
|
11
|
-
|
|
12
|
-
if: false
|
|
11
|
+
if: $(yamlGenerateDeploymentScript) == true
|
|
13
12
|
runs-on: ubuntu-latest
|
|
14
13
|
|
|
15
14
|
permissions:
|
|
16
15
|
pages: write
|
|
17
16
|
id-token: write
|
|
18
17
|
|
|
18
|
+
environment:
|
|
19
|
+
name: github-pages
|
|
20
|
+
url: ${{ steps.deployment.outputs.page_url }}
|
|
21
|
+
|
|
19
22
|
strategy:
|
|
20
23
|
matrix:
|
|
21
24
|
node-version: [22.x]
|
|
@@ -72,7 +72,8 @@ class BaseIgcProject {
|
|
|
72
72
|
dot: ".",
|
|
73
73
|
path: name,
|
|
74
74
|
projectTemplate: this.id,
|
|
75
|
-
yamlDefaultBranch: this.id === "base" ? "<%=yaml-default-branch%>" : "main"
|
|
75
|
+
yamlDefaultBranch: this.id === "base" ? "<%=yaml-default-branch%>" : "main",
|
|
76
|
+
yamlGenerateDeploymentScript: "<%=yaml-generate-deployment-script%>"
|
|
76
77
|
};
|
|
77
78
|
return config;
|
|
78
79
|
}
|