Skip to content

Commit

Permalink
fix(@angular/cli): ignore tsickle during updates
Browse files Browse the repository at this point in the history
`tsickle` doesn't be a dependency in users projects, if it is most certain it will cause updates to fail due to mismatching peer dependency on TypeScript.

(cherry picked from commit 266c0ce)
  • Loading branch information
alan-agius4 committed Apr 19, 2021
1 parent 6e6da9b commit 5cc1a4e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ function _validateReversePeerDependencies(
'codelyzer',
'@schematics/update',
'@angular-devkit/build-ng-packagr',
'tsickle',
];
if (ignoredPackages.includes(installed)) {
continue;
Expand Down

0 comments on commit 5cc1a4e

Please sign in to comment.