igniteui-cli 14.8.0 → 14.8.2-beta.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 +7 -7
- package/templates/angular/ig-ts/projects/empty/files/angular.json +2 -2
- package/templates/angular/ig-ts/projects/empty/files/package.json +20 -21
- package/templates/angular/ig-ts/projects/empty/files/tsconfig.json +5 -9
- package/templates/jquery/js/projects/empty/files/package.json +3 -3
- package/templates/react/es6/projects/empty/files/package.json +3 -3
- package/templates/webcomponents/igc-ts/projects/_base/files/package.json +14 -14
- package/templates/webcomponents/igc-ts/projects/_base/files/vite.config.ts +9 -2
- package/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "igniteui-cli",
|
|
3
|
-
"version": "14.8.0",
|
|
3
|
+
"version": "14.8.2-beta.0",
|
|
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": "~
|
|
74
|
-
"@igniteui/cli-core": "~14.8.0",
|
|
73
|
+
"@igniteui/angular-templates": "~20.1.1482-beta.0",
|
|
74
|
+
"@igniteui/cli-core": "~14.8.2-beta.0",
|
|
75
75
|
"@inquirer/prompts": "^7.9.0",
|
|
76
76
|
"@types/yargs": "^17.0.33",
|
|
77
77
|
"chalk": "^5.3.0",
|
|
@@ -83,14 +83,14 @@
|
|
|
83
83
|
"yargs": "^17.7.2"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
|
-
"@angular-devkit/core": "^
|
|
87
|
-
"@angular-devkit/schematics": "^
|
|
88
|
-
"@schematics/angular": "~
|
|
86
|
+
"@angular-devkit/core": "^19.0.0",
|
|
87
|
+
"@angular-devkit/schematics": "^19.0.0",
|
|
88
|
+
"@schematics/angular": "~19.0.0",
|
|
89
89
|
"@types/jasmine": "^5.1.4",
|
|
90
90
|
"@types/node": "^22.5.5",
|
|
91
91
|
"browser-sync": "^3.0.3",
|
|
92
92
|
"coveralls-next": "^4.2.1",
|
|
93
|
-
"jasmine": "^5.
|
|
93
|
+
"jasmine": "^5.3.0",
|
|
94
94
|
"jasmine-spec-reporter": "^7.0.0",
|
|
95
95
|
"nyc": "^17.0.0",
|
|
96
96
|
"rxjs": "^7.8.1",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"prefix": "app",
|
|
16
16
|
"architect": {
|
|
17
17
|
"build": {
|
|
18
|
-
"builder": "@angular/build:application",
|
|
18
|
+
"builder": "@angular-devkit/build-angular:application",
|
|
19
19
|
"options": {
|
|
20
20
|
"outputPath": "dist/$(dash-name)",
|
|
21
21
|
"index": "src/index.html",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"defaultConfiguration": "production"
|
|
66
66
|
},
|
|
67
67
|
"serve": {
|
|
68
|
-
"builder": "@angular/build:dev-server",
|
|
68
|
+
"builder": "@angular-devkit/build-angular:dev-server",
|
|
69
69
|
"configurations": {
|
|
70
70
|
"production": {
|
|
71
71
|
"buildTarget": "$(dash-name):build:production"
|
|
@@ -10,36 +10,35 @@
|
|
|
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": "~
|
|
21
|
-
"jquery": "
|
|
22
|
-
"jquery-ui": "
|
|
23
|
-
"igniteui-angular-wrappers": "~
|
|
24
|
-
"ignite-ui": "~
|
|
13
|
+
"@angular/animations": "~20.0.0",
|
|
14
|
+
"@angular/common": "~20.0.0",
|
|
15
|
+
"@angular/compiler": "~20.0.0",
|
|
16
|
+
"@angular/core": "~20.0.0",
|
|
17
|
+
"@angular/forms": "~20.0.0",
|
|
18
|
+
"@angular/platform-browser": "~20.0.0",
|
|
19
|
+
"@angular/platform-browser-dynamic": "~20.0.0",
|
|
20
|
+
"@angular/router": "~20.0.0",
|
|
21
|
+
"jquery": ">=1.9.1",
|
|
22
|
+
"jquery-ui": ">=1.10.5",
|
|
23
|
+
"igniteui-angular-wrappers": "~20.0.0",
|
|
24
|
+
"ignite-ui": "~22.2",
|
|
25
25
|
"rxjs": "~7.8.0",
|
|
26
26
|
"tslib": "^2.3.0",
|
|
27
27
|
"zone.js": "~0.15.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@angular/build": "~
|
|
31
|
-
"@angular
|
|
32
|
-
"@angular/cli": "~
|
|
33
|
-
"@
|
|
34
|
-
"@types/jasmine": "~5.1.4",
|
|
30
|
+
"@angular-devkit/build-angular": "~20.0.0",
|
|
31
|
+
"@angular/cli": "~20.0.0",
|
|
32
|
+
"@angular/compiler-cli": "~20.0.0",
|
|
33
|
+
"@types/jasmine": "~5.1.0",
|
|
35
34
|
"@types/node": "^18.16.0",
|
|
36
35
|
"igniteui-cli": "^$(cliVersion)",
|
|
37
|
-
"jasmine-core": "~5.
|
|
38
|
-
"karma": "~6.4.
|
|
36
|
+
"jasmine-core": "~5.1.0",
|
|
37
|
+
"karma": "~6.4.0",
|
|
39
38
|
"karma-chrome-launcher": "~3.2.0",
|
|
40
|
-
"karma-coverage": "~2.2.
|
|
39
|
+
"karma-coverage": "~2.2.0",
|
|
41
40
|
"karma-jasmine": "~5.1.0",
|
|
42
41
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
43
|
-
"typescript": "~5.
|
|
42
|
+
"typescript": "~5.6.2"
|
|
44
43
|
}
|
|
45
44
|
}
|
|
@@ -5,23 +5,19 @@
|
|
|
5
5
|
"baseUrl": "./",
|
|
6
6
|
"outDir": "./dist/out-tsc",
|
|
7
7
|
"forceConsistentCasingInFileNames": true,
|
|
8
|
-
"
|
|
9
|
-
"noPropertyAccessFromIndexSignature": true,
|
|
8
|
+
"strict": true,
|
|
10
9
|
"noImplicitReturns": true,
|
|
11
10
|
"noFallthroughCasesInSwitch": true,
|
|
12
|
-
"skipLibCheck": true,
|
|
13
|
-
"isolatedModules": true,
|
|
14
|
-
"strict": true,
|
|
15
11
|
"sourceMap": true,
|
|
16
12
|
"declaration": false,
|
|
17
13
|
"downlevelIteration": true,
|
|
18
14
|
"experimentalDecorators": true,
|
|
19
|
-
"moduleResolution": "
|
|
15
|
+
"moduleResolution": "node",
|
|
20
16
|
"importHelpers": true,
|
|
21
|
-
"target": "
|
|
22
|
-
"module": "
|
|
17
|
+
"target": "es2022",
|
|
18
|
+
"module": "es2022",
|
|
23
19
|
"lib": [
|
|
24
|
-
"
|
|
20
|
+
"es2022",
|
|
25
21
|
"dom"
|
|
26
22
|
]
|
|
27
23
|
},
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "0.0.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"ignite-ui": "
|
|
6
|
+
"ignite-ui": "21.1.13",
|
|
7
7
|
"igniteui-react": "~19.2.0",
|
|
8
|
-
"jquery": "^3.
|
|
9
|
-
"jquery-ui": "^1.
|
|
8
|
+
"jquery": "^3.6.0",
|
|
9
|
+
"jquery-ui": "^1.12.1",
|
|
10
10
|
"react": "^17.0.2",
|
|
11
11
|
"react-dom": "^17.0.2",
|
|
12
12
|
"react-router-dom": "^4.3.1",
|
|
@@ -26,23 +26,23 @@
|
|
|
26
26
|
"igniteui-webcomponents": "~6.3.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@babel/preset-env": "^7.
|
|
30
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
31
|
-
"@typescript-eslint/parser": "^8.
|
|
29
|
+
"@babel/preset-env": "^7.28.3",
|
|
30
|
+
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
|
31
|
+
"@typescript-eslint/parser": "^8.46.0",
|
|
32
32
|
"@web/dev-server": "^0.4.6",
|
|
33
33
|
"babel-plugin-template-html-minifier": "^4.1.0",
|
|
34
|
-
"concurrently": "^9.1
|
|
35
|
-
"deepmerge": "^4.
|
|
34
|
+
"concurrently": "^9.2.1",
|
|
35
|
+
"deepmerge": "^4.3.1",
|
|
36
36
|
"eslint": "^9.20.0",
|
|
37
|
-
"eslint-plugin-lit": "^1.
|
|
38
|
-
"igniteui-cli": "~14.
|
|
39
|
-
"
|
|
40
|
-
"rimraf": "^
|
|
41
|
-
"source-map": "^0.7.
|
|
37
|
+
"eslint-plugin-lit": "^2.1.1",
|
|
38
|
+
"igniteui-cli": "~14.6.0",
|
|
39
|
+
"playwright": "^1.55.1",
|
|
40
|
+
"rimraf": "^6.0.1",
|
|
41
|
+
"source-map": "^0.7.6",
|
|
42
42
|
"tslib": "^2.8.1",
|
|
43
|
-
"vite": "^
|
|
44
|
-
"vite-plugin-pwa": "^0.
|
|
45
|
-
"vite-plugin-static-copy": "^
|
|
46
|
-
"vitest": "^3.
|
|
43
|
+
"vite": "^7.1.16",
|
|
44
|
+
"vite-plugin-pwa": "^1.0.3",
|
|
45
|
+
"vite-plugin-static-copy": "^3.1.3",
|
|
46
|
+
"vitest": "^3.2.4"
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -21,8 +21,15 @@ export default defineConfig({
|
|
|
21
21
|
chunkSizeWarningLimit: 10 * 1024 * 1024 // 10 MB
|
|
22
22
|
},
|
|
23
23
|
test: {
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
browser: {
|
|
25
|
+
enabled: true,
|
|
26
|
+
provider: 'playwright',
|
|
27
|
+
instances: [
|
|
28
|
+
{
|
|
29
|
+
browser: 'chromium'
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
},
|
|
26
33
|
},
|
|
27
34
|
plugins: [
|
|
28
35
|
/** Copy static assets */
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"typescript": "~5.7.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@babel/preset-env": "^7.
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
39
|
-
"@typescript-eslint/parser": "^8.
|
|
37
|
+
"@babel/preset-env": "^7.28.3",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "^8.46.0",
|
|
39
|
+
"@typescript-eslint/parser": "^8.46.0",
|
|
40
40
|
"@web/dev-server": "^0.4.6",
|
|
41
41
|
"babel-plugin-template-html-minifier": "^4.1.0",
|
|
42
|
-
"concurrently": "^9.1
|
|
43
|
-
"deepmerge": "^4.
|
|
42
|
+
"concurrently": "^9.2.1",
|
|
43
|
+
"deepmerge": "^4.3.1",
|
|
44
44
|
"eslint": "^9.20.0",
|
|
45
|
-
"eslint-plugin-lit": "^1.
|
|
46
|
-
"igniteui-cli": "
|
|
47
|
-
"
|
|
48
|
-
"rimraf": "^
|
|
49
|
-
"source-map": "^0.7.
|
|
45
|
+
"eslint-plugin-lit": "^2.1.1",
|
|
46
|
+
"igniteui-cli": "~14.6.0",
|
|
47
|
+
"playwright": "^1.55.1",
|
|
48
|
+
"rimraf": "^6.0.1",
|
|
49
|
+
"source-map": "^0.7.6",
|
|
50
50
|
"tslib": "^2.8.1",
|
|
51
|
-
"vite": "^
|
|
52
|
-
"vite-plugin-pwa": "^0.
|
|
53
|
-
"vite-plugin-static-copy": "^
|
|
54
|
-
"vitest": "^3.
|
|
51
|
+
"vite": "^7.1.16",
|
|
52
|
+
"vite-plugin-pwa": "^1.0.3",
|
|
53
|
+
"vite-plugin-static-copy": "^3.1.3",
|
|
54
|
+
"vitest": "^3.2.4"
|
|
55
55
|
}
|
|
56
56
|
}
|