igniteui-cli 14.6.1 → 14.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-cli",
3
- "version": "14.6.1",
3
+ "version": "14.6.3",
4
4
  "description": "CLI tool for creating Ignite UI projects",
5
5
  "keywords": [
6
6
  "CLI",
@@ -70,8 +70,8 @@
70
70
  "all": true
71
71
  },
72
72
  "dependencies": {
73
- "@igniteui/angular-templates": "^20.1.1461",
74
- "@igniteui/cli-core": "^14.6.1",
73
+ "@igniteui/angular-templates": "~20.1.1463",
74
+ "@igniteui/cli-core": "~14.6.3",
75
75
  "@inquirer/prompts": "^5.4.0",
76
76
  "@types/yargs": "^17.0.33",
77
77
  "chalk": "^5.3.0",
@@ -11,7 +11,7 @@ class IgrBulletGraphTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReact
11
11
  this.projectType = "igr-es6";
12
12
  this.name = "Bullet Graph";
13
13
  this.description = `allows for a linear and concise view of measures compared against a scale.`;
14
- this.packages = ["igniteui-react-gauges@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
14
+ this.packages = ["igniteui-react-gauges@~19.2.3"]; // TODO: read version from igniteui-react-core in package.json
15
15
  }
16
16
  }
17
17
  module.exports = new IgrBulletGraphTemplate();
@@ -12,7 +12,7 @@ class IgrCategoryChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
12
12
  this.name = "Category Chart";
13
13
  this.description = `makes visualizing category data easy. Simplifies the complexities
14
14
  of the data visualization domain into manageable API`;
15
- this.packages = ["igniteui-react-charts@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
15
+ this.packages = ["igniteui-react-charts@~19.2.3"]; // TODO: read version from igniteui-react-core in package.json
16
16
  }
17
17
  }
18
18
  module.exports = new IgrCategoryChartTemplate();
@@ -11,7 +11,7 @@ class IgrDoughnutChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
11
11
  this.projectType = "igr-es6";
12
12
  this.name = "Doughnut Chart";
13
13
  this.description = `proportionally illustrate the occurrences of variables.`;
14
- this.packages = ["igniteui-react-charts@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
14
+ this.packages = ["igniteui-react-charts@~19.2.3"]; // TODO: read version from igniteui-react-core in package.json
15
15
  }
16
16
  }
17
17
  module.exports = new IgrDoughnutChartTemplate();
@@ -13,7 +13,7 @@ class IgrFinancialChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRe
13
13
  this.name = "Financial Chart";
14
14
  this.description = `charting component that makes it easy to visualize financial data by
15
15
  using a simple and intuitive API.`;
16
- this.packages = ["igniteui-react-charts@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
16
+ this.packages = ["igniteui-react-charts@~19.2.3"]; // TODO: read version from igniteui-react-core in package.json
17
17
  }
18
18
  }
19
19
  module.exports = new IgrFinancialChartTemplate();
@@ -15,8 +15,8 @@ class GridTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactTemplate {
15
15
  this.components = ["Grid"];
16
16
  this.controlGroup = "Data Grids";
17
17
  // TODO: read version from igniteui-react-core in package.json
18
- this.packages = ["igniteui-react-grids@~19.2.2", "igniteui-react-inputs@~19.2.2",
19
- "igniteui-react-layouts@~19.2.2"];
18
+ this.packages = ["igniteui-react-grids@~19.2.3", "igniteui-react-inputs@~19.2.3",
19
+ "igniteui-react-layouts@~19.2.3"];
20
20
  this.hasExtraConfiguration = false;
21
21
  }
22
22
  }
@@ -11,7 +11,7 @@ class IgrLinearGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReact
11
11
  this.projectType = "igr-es6";
12
12
  this.name = "Linear Gauge";
13
13
  this.description = `value compared against a scale and one or more ranges.`;
14
- this.packages = ["igniteui-react-gauges@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
14
+ this.packages = ["igniteui-react-gauges@~19.2.3"]; // TODO: read version from igniteui-react-core in package.json
15
15
  }
16
16
  }
17
17
  module.exports = new IgrLinearGaugeTemplate();
@@ -11,7 +11,7 @@ class IgrPieChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactTem
11
11
  this.projectType = "igr-es6";
12
12
  this.name = "Pie Chart";
13
13
  this.description = `easily illustate the proportions of data entries`;
14
- this.packages = ["igniteui-react-charts@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
14
+ this.packages = ["igniteui-react-charts@~19.2.3"]; // TODO: read version from igniteui-react-core in package.json
15
15
  }
16
16
  }
17
17
  module.exports = new IgrPieChartTemplate();
@@ -12,7 +12,7 @@ class IgrRadialGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReact
12
12
  this.name = "Radial Gauge";
13
13
  this.description = `provides a number of visual elements, like a needle, tick marks, ranges
14
14
  and labels, in order to create a predefined shape and scale.`;
15
- this.packages = ["igniteui-react-gauges@~19.2.2"]; // TODO: read version from igniteui-react-core in package.json
15
+ this.packages = ["igniteui-react-gauges@~19.2.3"]; // TODO: read version from igniteui-react-core in package.json
16
16
  }
17
17
  }
18
18
  module.exports = new IgrRadialGaugeTemplate();
@@ -11,7 +11,7 @@ class IgrTsBulletGraphTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
11
11
  this.projectType = "igr-ts";
12
12
  this.name = "Bullet Graph";
13
13
  this.description = `allows for a linear and concise view of measures compared against a scale.`;
14
- this.packages = ["igniteui-react-gauges@~19.2.2"];
14
+ this.packages = ["igniteui-react-gauges@~19.2.3"];
15
15
  }
16
16
  }
17
17
  module.exports = new IgrTsBulletGraphTemplate();
@@ -12,7 +12,7 @@ class IgrTsCategoryChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForR
12
12
  this.name = "Category Chart";
13
13
  this.description = `makes visualizing category data easy. Simplifies the complexities
14
14
  of the data visualization domain into manageable API`;
15
- this.packages = ["igniteui-react-charts@~19.2.2"];
15
+ this.packages = ["igniteui-react-charts@~19.2.3"];
16
16
  }
17
17
  }
18
18
  module.exports = new IgrTsCategoryChartTemplate();
@@ -11,7 +11,7 @@ class IgrTsDoughnutChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForR
11
11
  this.projectType = "igr-ts";
12
12
  this.name = "Doughnut Chart";
13
13
  this.description = `proportionally illustrate the occurrences of variables.`;
14
- this.packages = ["igniteui-react-charts@~19.2.2"];
14
+ this.packages = ["igniteui-react-charts@~19.2.3"];
15
15
  }
16
16
  }
17
17
  module.exports = new IgrTsDoughnutChartTemplate();
@@ -13,7 +13,7 @@ class IgrTsFinancialChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIFor
13
13
  this.name = "Financial Chart";
14
14
  this.description = `charting component that makes it easy to visualize financial data by
15
15
  using a simple and intuitive API.`;
16
- this.packages = ["igniteui-react-charts@~19.2.2"];
16
+ this.packages = ["igniteui-react-charts@~19.2.3"];
17
17
  }
18
18
  }
19
19
  module.exports = new IgrTsFinancialChartTemplate();
@@ -14,8 +14,8 @@ class GridTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactTemplate {
14
14
  this.projectType = "igr-ts";
15
15
  this.components = ["Grid"];
16
16
  this.controlGroup = "Data Grids";
17
- this.packages = ["igniteui-react-grids@~19.2.1", "igniteui-react-inputs@~19.2.2",
18
- "igniteui-react-layouts@~19.2.2", "igniteui-react@~19.2.1"];
17
+ this.packages = ["igniteui-react-grids@~19.2.1", "igniteui-react-inputs@~19.2.3",
18
+ "igniteui-react-layouts@~19.2.3", "igniteui-react@~19.2.1"];
19
19
  this.hasExtraConfiguration = false;
20
20
  }
21
21
  }
@@ -11,7 +11,7 @@ class IgrTsLinearGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
11
11
  this.projectType = "igr-ts";
12
12
  this.name = "Linear Gauge";
13
13
  this.description = `value compared against a scale and one or more ranges.`;
14
- this.packages = ["igniteui-react-gauges@~19.2.2"];
14
+ this.packages = ["igniteui-react-gauges@~19.2.3"];
15
15
  }
16
16
  }
17
17
  module.exports = new IgrTsLinearGaugeTemplate();
@@ -11,7 +11,7 @@ class IgrTsPieChartTemplate extends IgniteUIForReactTemplate_1.IgniteUIForReactT
11
11
  this.projectType = "igr-ts";
12
12
  this.name = "Pie Chart";
13
13
  this.description = `easily illustate the proportions of data entries`;
14
- this.packages = ["igniteui-react-charts@~19.2.2"];
14
+ this.packages = ["igniteui-react-charts@~19.2.3"];
15
15
  }
16
16
  }
17
17
  module.exports = new IgrTsPieChartTemplate();
@@ -4,30 +4,31 @@
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "dependencies": {
7
- "@testing-library/jest-dom": "^6.1.3",
7
+ "@testing-library/jest-dom": "^6.9.1",
8
8
  "@testing-library/react": "^16.3.0",
9
- "element-internals-polyfill": "^1.3.10",
9
+ "element-internals-polyfill": "^3.0.2",
10
10
  "functions-have-names": "^1.2.3",
11
11
  "react": "^19.1.0",
12
- "react-app-polyfill": "^0.2.0",
12
+ "react-app-polyfill": "^3.0.0",
13
13
  "react-dom": "^19.1.0",
14
- "react-router-dom": "^6.16.0",
15
- "resize-observer-polyfill": "^1.5.1",
16
- "vitest": "^0.34.4"
14
+ "react-router-dom": "^7.9.3",
15
+ "resize-observer-polyfill": "^1.5.1"
17
16
  },
18
17
  "devDependencies": {
19
18
  "@types/react": "^19.1.8",
20
19
  "@types/react-dom": "^19.1.6",
21
20
  "@typescript-eslint/eslint-plugin": "^8.21.0",
22
21
  "@typescript-eslint/parser": "^8.21.0",
23
- "@vitejs/plugin-react": "^4.0.3",
24
22
  "eslint": "^9.20.0",
25
23
  "eslint-plugin-react-hooks": "^5.1.0",
26
24
  "eslint-plugin-react-refresh": "^0.4.3",
27
- "jsdom": "^22.1.0",
28
- "typescript": "~5.5.4",
29
- "vite": "^4.4.9",
25
+ "typescript": "^5.8.3",
26
+ "vite": "^7.1.6",
27
+ "vitest": "^3.2.4",
28
+ "@vitest/browser": "^3.2.4",
29
+ "@vitejs/plugin-react": "^5.0.3",
30
30
  "vitest-canvas-mock": "^0.3.3",
31
+ "playwright": "^1.55.1",
31
32
  "igniteui-cli": "~$(cliVersion)"
32
33
  },
33
34
  "scripts": {
@@ -1,5 +1,5 @@
1
1
  /// <reference types="vitest" />
2
- import { defineConfig } from 'vite'
2
+ import { defineConfig } from 'vitest/config'
3
3
  import react from '@vitejs/plugin-react'
4
4
 
5
5
  // https://vitejs.dev/config/
@@ -9,15 +9,14 @@ export default defineConfig({
9
9
  },
10
10
  plugins: [react()],
11
11
  test: {
12
- globals: true,
13
- environment: 'jsdom',
14
- setupFiles: ['./src/setupTests.ts'],
15
- deps: {
16
- optimizer: {
17
- web: {
18
- include: ['vitest-canvas-mock'],
12
+ browser: {
13
+ enabled: true,
14
+ provider: 'playwright',
15
+ instances: [
16
+ {
17
+ browser: 'chromium'
19
18
  },
20
- },
19
+ ],
21
20
  },
22
21
  },
23
22
  resolve: {
@@ -13,7 +13,7 @@ class IgrTsRadialGaugeTemplate extends IgniteUIForReactTemplate_1.IgniteUIForRea
13
13
  this.description = `provides a number of visual elements, like a needle, tick marks, ranges
14
14
  and labels, in order to create a predefined shape and scale.`;
15
15
  // TODO: read version from igniteui-react-core in package.json
16
- this.packages = ["igniteui-react-gauges@~19.2.2"];
16
+ this.packages = ["igniteui-react-gauges@~19.2.3"];
17
17
  }
18
18
  }
19
19
  module.exports = new IgrTsRadialGaugeTemplate();