igniteui-cli 14.8.1 → 14.8.2-beta.2
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 +3 -3
- package/templates/webcomponents/igc-ts/projects/_base/files/__dot__azure/azure-pipelines.yml +4 -0
- package/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/node.js.yml +4 -0
- package/templates/webcomponents/igc-ts/projects/_base/files/package.json +13 -13
- package/templates/webcomponents/igc-ts/projects/_base/files/vite.config.ts +10 -3
- 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.
|
|
3
|
+
"version": "14.8.2-beta.2",
|
|
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": "~21.0.
|
|
74
|
-
"@igniteui/cli-core": "~14.8.
|
|
73
|
+
"@igniteui/angular-templates": "~21.0.1482-beta.2",
|
|
74
|
+
"@igniteui/cli-core": "~14.8.2-beta.2",
|
|
75
75
|
"@inquirer/prompts": "^7.9.0",
|
|
76
76
|
"@types/yargs": "^17.0.33",
|
|
77
77
|
"chalk": "^5.3.0",
|
package/templates/webcomponents/igc-ts/projects/_base/files/__dot__azure/azure-pipelines.yml
CHANGED
|
@@ -19,5 +19,9 @@ steps:
|
|
|
19
19
|
continueOnError: true
|
|
20
20
|
- script: npm run build
|
|
21
21
|
displayName: 'Build the project'
|
|
22
|
+
- script: npx playwright install chromium-headless-shell
|
|
23
|
+
displayName: 'Install Playwright browsers'
|
|
22
24
|
- script: npm run test
|
|
23
25
|
displayName: 'Run tests'
|
|
26
|
+
env:
|
|
27
|
+
CI: 'true'
|
package/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/node.js.yml
CHANGED
|
@@ -29,5 +29,9 @@ jobs:
|
|
|
29
29
|
- run: npm i # replace with 'npm ci' after committing lock file from first install
|
|
30
30
|
# - run: npm run lint
|
|
31
31
|
- run: npm run build
|
|
32
|
+
- name: Install Playwright browsers
|
|
33
|
+
run: npx playwright install chromium-headless-shell
|
|
32
34
|
- run: npm run test
|
|
35
|
+
env:
|
|
36
|
+
CI: 'true'
|
|
33
37
|
|
|
@@ -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.
|
|
37
|
+
"eslint-plugin-lit": "^2.1.1",
|
|
38
38
|
"igniteui-cli": "~14.8.0",
|
|
39
|
-
"
|
|
40
|
-
"rimraf": "^
|
|
41
|
-
"source-map": "^0.7.
|
|
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
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineConfig } from '
|
|
1
|
+
import { defineConfig } from 'vitest/config';
|
|
2
2
|
import { VitePWA } from 'vite-plugin-pwa';
|
|
3
3
|
import { viteStaticCopy } from 'vite-plugin-static-copy';
|
|
4
4
|
|
|
@@ -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.8.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
|
}
|