Skip to content

Commit 471e5b8

Browse files
Merge remote-tracking branch 'remotes/origin/master' into bpenkov/reordering-array-literals
2 parents ffaa2de + 6de8673 commit 471e5b8

File tree

28 files changed

+2487
-3897
lines changed

28 files changed

+2487
-3897
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: yarn coverage
3636
- name: Publish to coveralls.io
3737
if: matrix.node-version == '20.x'
38-
uses: coverallsapp/github-action@v1.1.2
38+
uses: coverallsapp/github-action@v2.3.4
3939
with:
40-
github-token: ${{ github.token }}
40+
github-token: ${{ github.token }}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [14.2.2](https://github.com/IgniteUI/igniteui-cli/compare/v14.2.1...v14.2.2) (2024-11-8)
2+
3+
## What's Changed
4+
* resolve code scanning vulnerability alerts by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1331
5+
* resolve dependabot vulnerability alerts by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1332
6+
* build(coverage): bumping coveralls action version by @kdinev in https://github.com/IgniteUI/igniteui-cli/pull/1333
7+
* update node version in yml files and fix build logic for angular templates by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1330
8+
* remove and upgrade packages by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1335
9+
* replace coveralls with coveralls-next by @Hristo313 in https://github.com/IgniteUI/igniteui-cli/pull/1336
10+
11+
12+
**Full Changelog**: https://github.com/IgniteUI/igniteui-cli/compare/v14.2.1...v14.2.2
13+
114
# [14.2.1](https://github.com/IgniteUI/igniteui-cli/compare/v14.2.0...v14.2.1) (2024-10-28)
215

316
## What's Changed

lerna.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"packages/*"
44
],
55
"npmClient": "yarn",
6-
"useWorkspaces": true,
76
"version": "independent",
87
"changelog": {
98
"repo": "igniteui-cli-repo",

package.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,34 @@
6666
"@types/node": "^22.5.5",
6767
"@typescript-eslint/eslint-plugin": "^7.5.0",
6868
"@typescript-eslint/parser": "^7.5.0",
69-
"browser-sync": "^3.0.2",
70-
"coveralls": "^3.1.1",
69+
"coveralls-next": "^4.2.1",
70+
"browser-sync": "^3.0.3",
7171
"eslint": "^8.57.0",
7272
"eslint-plugin-import": "^2.29.1",
7373
"eslint-plugin-prefer-arrow": "^1.2.3",
7474
"eslint-plugin-unicorn": "^52.0.0",
7575
"glob": "^11.0.0",
7676
"jasmine": "^5.3.0",
7777
"jasmine-spec-reporter": "^7.0.0",
78-
"lerna": "^3.16.4",
79-
"lerna-changelog": "^0.8.2",
78+
"lerna": "^8.1.9",
79+
"lerna-changelog": "^2.2.0",
8080
"lite-server": "^2.6.1",
8181
"nyc": "^17.0.0",
8282
"resolve": "^1.22.8",
8383
"source-map-support": "^0.5.21",
8484
"ts-node": "^10.9.2",
8585
"tslint": "^5.11.0",
8686
"typescript": "~5.5.4",
87-
"typescript-json-schema": "^0.65.1"
87+
"typescript-json-schema": "^0.65.1",
88+
"parse-url": "^8.1.0",
89+
"braces": "^3.0.3",
90+
"highlight.js": "^10.4.1",
91+
"mem": "^4.0.0",
92+
"tar": "^6.2.1",
93+
"micromatch": "^4.0.8",
94+
"trim-newlines": "^3.0.1",
95+
"parse-path": "^5.0.0",
96+
"http-cache-semantics": "^4.1.1"
8897
},
8998
"workspaces": [
9099
"packages/*"

packages/cli/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igniteui-cli",
3-
"version": "14.2.2-beta.0",
3+
"version": "14.2.2",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",
@@ -78,8 +78,8 @@
7878
"all": true
7979
},
8080
"dependencies": {
81-
"@igniteui/angular-templates": "~18.2.1422-beta.0",
82-
"@igniteui/cli-core": "~14.2.2-beta.0",
81+
"@igniteui/angular-templates": "~18.2.1422",
82+
"@igniteui/cli-core": "~14.2.2",
8383
"@inquirer/prompts": "^5.4.0",
8484
"@types/yargs": "^17.0.33",
8585
"chalk": "^5.3.0",
@@ -96,8 +96,8 @@
9696
"@schematics/angular": "~14.0.0",
9797
"@types/jasmine": "^5.1.4",
9898
"@types/node": "^22.5.5",
99-
"browser-sync": "^3.0.2",
100-
"coveralls": "^3.1.1",
99+
"browser-sync": "^3.0.3",
100+
"coveralls-next": "^4.2.1",
101101
"jasmine": "^5.3.0",
102102
"jasmine-spec-reporter": "^7.0.0",
103103
"lite-server": "^2.6.1",

packages/cli/templates/jquery/js/projects/empty/files/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"ignite-ui": "~21.2"
1111
},
1212
"devDependencies": {
13-
"browser-sync": "^2.26.3",
13+
"browser-sync": "^3.0.3",
1414
"igniteui-cli": "^$(cliVersion)",
15-
"karma": "^1.7.1",
15+
"karma": "^6.4.4",
1616
"karma-chrome-launcher": "^2.2.0",
1717
"karma-qunit": "^1.2.1",
1818
"qunitjs": "^2.4.1"

packages/cli/templates/quickstart/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
"html-webpack-plugin": "2.26.0",
3838
"style-loader": "0.13.1",
3939
"webpack": "5.94.0",
40-
"webpack-dev-server": "2.2.0"
40+
"webpack-dev-server": "^5.1.0"
4141
}
4242
}

packages/cli/templates/react/igr-ts/projects/_base/files/__dot__github/workflows/github.io.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
build-and-deploy:
11-
11+
# Deactivate the workflow. Will be changed when AB is ready
12+
if: false
1213
runs-on: ubuntu-latest
1314

1415
permissions:
@@ -17,7 +18,7 @@ jobs:
1718

1819
strategy:
1920
matrix:
20-
node-version: [18.x, 20.x]
21+
node-version: [22.x]
2122

2223
steps:
2324
- uses: actions/checkout@v3

packages/cli/templates/react/igr-ts/projects/_base/files/__dot__github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [18.x, 20.x]
19+
node-version: [22.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/__dot__github/workflows/github.io.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88

99
jobs:
1010
build-and-deploy:
11-
11+
# Deactivate the workflow. Will be changed when AB is ready
12+
if: false
1213
runs-on: ubuntu-latest
1314

1415
permissions:
@@ -17,7 +18,7 @@ jobs:
1718

1819
strategy:
1920
matrix:
20-
node-version: [18.x, 20.x]
21+
node-version: [22.x]
2122

2223
steps:
2324
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)