Skip to content

Commit 27fb584

Browse files
ChronosSFdkamburovdesig9stein
authored
Update to NG15 (#3156)
* updating angular eslint schematics * updating eslint to 15 * updating ng cdk * updating igniteui-angular to supporting beta * chore(*): fix the context type in template parameters * chore(hgrid-validation): cast child grid to IgxGridComponent * chore(*): update samples to not use grid types * some fixes around ng-bootstrap and templates * pushing lock that should work * resolving the template type issues * fix(build): sass errors * more fixes in the apps Co-authored-by: Deyan Kamburov <dkamburov@infragistics.com> Co-authored-by: desig9stein <mspopovv@gmail.com>
1 parent dc81138 commit 27fb584

40 files changed

Lines changed: 5089 additions & 5162 deletions

File tree

.github/workflows/build-app-crm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
cache: 'npm'
4444

4545
- name: Install dependencies
46-
run: npm ci
46+
run: npm ci --force
4747

4848
- name: Run lint
4949
run: npm run lint

.github/workflows/build-app-lob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cache: 'npm'
4949

5050
- name: Install dependencies
51-
run: npm ci
51+
run: npm ci --force
5252

5353
- name: Run lint
5454
run: npm run lint

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
- script: npm config set $(igScope):_auth=$(token)
1313
displayName: 'Npm config auth'
1414

15-
- script: npm ci
15+
- script: npm ci --force
1616
displayName: 'Install dependencies'
1717
env:
1818
AZURE_PIPELINES: "true"

0 commit comments

Comments
 (0)