Skip to content

Commit 8cd451a

Browse files
authored
Merge pull request #3304 from IgniteUI/angular-16
feat(*): updating to angular 16
2 parents 4f8b02e + ae3439c commit 8cd451a

41 files changed

Lines changed: 6099 additions & 3982 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
],
1616
"createDefaultProgram": true
1717
},
18+
"plugins": [
19+
"@typescript-eslint"
20+
],
1821
"extends": [
1922
"plugin:@angular-eslint/recommended",
2023
"plugin:@angular-eslint/template/process-inline-templates"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5050

5151
- name: Install dependencies
52-
run: npm ci
52+
run: npm ci --legacy-peer-deps
5353

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5555

5656
- name: Install dependencies
57-
run: npm ci
57+
run: npm ci --legacy-peer-deps
5858

5959
- name: Run lint
6060
run: npm run lint

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ steps:
1616

1717
- task: Npm@1
1818
inputs:
19-
command: 'ci'
19+
command: 'custom'
20+
customCommand: 'install --legacy-peer-deps'
2021
customEndpoint: 'public proget'
2122
env:
2223
AZURE_PIPELINES: "true"

0 commit comments

Comments
 (0)