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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-cli",
3
- "version": "14.2.3",
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": "~18.2.1423",
76
- "@igniteui/cli-core": "~14.2.3",
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": "^18.2.4",
89
- "@angular-devkit/schematics": "^18.2.4",
90
- "@schematics/angular": "~14.0.0",
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",
@@ -15,7 +15,7 @@
15
15
  "prefix": "app",
16
16
  "architect": {
17
17
  "build": {
18
- "builder": "@angular-devkit/build-angular:browser",
18
+ "builder": "@angular-devkit/build-angular:application",
19
19
  "options": {
20
20
  "outputPath": "dist/$(dash-name)",
21
21
  "index": "src/index.html",
@@ -10,26 +10,26 @@
10
10
  },
11
11
  "private": true,
12
12
  "dependencies": {
13
- "@angular/animations": "~17.2.0",
14
- "@angular/common": "~17.2.0",
15
- "@angular/compiler": "~17.2.0",
16
- "@angular/core": "~17.2.0",
17
- "@angular/forms": "~17.2.0",
18
- "@angular/platform-browser": "~17.2.0",
19
- "@angular/platform-browser-dynamic": "~17.2.0",
20
- "@angular/router": "~17.2.0",
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.14.0"
27
+ "zone.js": "~0.15.0"
28
28
  },
29
29
  "devDependencies": {
30
- "@angular-devkit/build-angular": "~17.2.0",
31
- "@angular/cli": "~17.2.0",
32
- "@angular/compiler-cli": "~17.2.0",
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.5.4"
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], prepend, anchorElement);
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
- # Deactivate the workflow. Will be changed when AB is ready
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]
@@ -26,5 +26,6 @@ export declare class BaseIgrTsProject implements ProjectTemplate {
26
26
  path: string;
27
27
  projectTemplate: string;
28
28
  yamlDefaultBranch: string;
29
+ yamlGenerateDeploymentScript: string;
29
30
  };
30
31
  }
@@ -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], prepend, anchorElement);
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
- # Deactivate the workflow. Will be changed when AB is ready
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
  }