igniteui-cli 14.3.6 → 14.3.7

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.3.6",
3
+ "version": "14.3.7",
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": "~19.0.1436",
74
- "@igniteui/cli-core": "~14.3.6",
73
+ "@igniteui/angular-templates": "~19.0.1437",
74
+ "@igniteui/cli-core": "~14.3.7",
75
75
  "@inquirer/prompts": "^5.4.0",
76
76
  "@types/yargs": "^17.0.33",
77
77
  "chalk": "^5.3.0",
@@ -13,6 +13,7 @@ jobs:
13
13
  permissions:
14
14
  pages: write
15
15
  id-token: write
16
+ actions: read
16
17
 
17
18
  environment:
18
19
  name: github-pages
@@ -40,8 +41,8 @@ jobs:
40
41
  - name: SPA routing handling
41
42
  run: cp ./dist/index.html ./dist/404.html
42
43
  - name: Upload build artifact to GitHub Pages
43
- uses: actions/upload-pages-artifact@v1
44
+ uses: actions/upload-pages-artifact@v3
44
45
  with:
45
46
  path: ./dist
46
47
  - name: Deploy to GitHub Pages
47
- uses: actions/deploy-pages@v1
48
+ uses: actions/deploy-pages@v4
@@ -18,10 +18,10 @@
18
18
  "devDependencies": {
19
19
  "@types/react": "^18.2.15",
20
20
  "@types/react-dom": "^18.2.7",
21
- "@typescript-eslint/eslint-plugin": "^6.2.1",
22
- "@typescript-eslint/parser": "^6.2.1",
21
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
22
+ "@typescript-eslint/parser": "^8.21.0",
23
23
  "@vitejs/plugin-react": "^4.0.3",
24
- "eslint": "^8.46.0",
24
+ "eslint": "^8.57.0",
25
25
  "eslint-plugin-react-hooks": "^4.6.0",
26
26
  "eslint-plugin-react-refresh": "^0.4.3",
27
27
  "jsdom": "^22.1.0",
@@ -13,6 +13,7 @@ jobs:
13
13
  permissions:
14
14
  pages: write
15
15
  id-token: write
16
+ actions: read
16
17
 
17
18
  environment:
18
19
  name: github-pages
@@ -47,8 +48,8 @@ jobs:
47
48
  - name: SPA routing handling
48
49
  run: cp ./dist/index.html ./dist/404.html
49
50
  - name: Upload build artifact to GitHub Pages
50
- uses: actions/upload-pages-artifact@v1
51
+ uses: actions/upload-pages-artifact@v3
51
52
  with:
52
53
  path: ./dist
53
54
  - name: Deploy to GitHub Pages
54
- uses: actions/deploy-pages@v1
55
+ uses: actions/deploy-pages@v4
@@ -31,8 +31,8 @@
31
31
  "@open-wc/testing": "^4.0.0",
32
32
  "@rollup/plugin-babel": "^6.0.3",
33
33
  "@rollup/plugin-node-resolve": "^15.0.1",
34
- "@typescript-eslint/eslint-plugin": "^7.13.1",
35
- "@typescript-eslint/parser": "^7.13.1",
34
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
35
+ "@typescript-eslint/parser": "^8.21.0",
36
36
  "@web/dev-server": "^0.4.6",
37
37
  "@web/rollup-plugin-html": "^2.3.0",
38
38
  "@web/rollup-plugin-import-meta-assets": "^1.0.7",
@@ -39,8 +39,8 @@
39
39
  "@open-wc/testing": "^4.0.0",
40
40
  "@rollup/plugin-babel": "^6.0.3",
41
41
  "@rollup/plugin-node-resolve": "^15.0.1",
42
- "@typescript-eslint/eslint-plugin": "^7.13.1",
43
- "@typescript-eslint/parser": "^7.13.1",
42
+ "@typescript-eslint/eslint-plugin": "^8.21.0",
43
+ "@typescript-eslint/parser": "^8.21.0",
44
44
  "@web/dev-server": "^0.4.6",
45
45
  "@web/rollup-plugin-html": "^2.3.0",
46
46
  "@web/rollup-plugin-import-meta-assets": "^1.0.7",