@schematics/update
Advanced tools
Comparing version 0.1102.16 to 0.1102.17
{ | ||
"name": "@schematics/update", | ||
"version": "0.1102.16", | ||
"version": "0.1102.17", | ||
"description": "Schematics specific to updating packages", | ||
@@ -19,4 +19,4 @@ "experimental": true, | ||
"dependencies": { | ||
"@angular-devkit/core": "11.2.16", | ||
"@angular-devkit/schematics": "11.2.16", | ||
"@angular-devkit/core": "11.2.17", | ||
"@angular-devkit/schematics": "11.2.17", | ||
"@yarnpkg/lockfile": "1.1.0", | ||
@@ -23,0 +23,0 @@ "ini": "2.0.0", |
@@ -116,5 +116,11 @@ "use strict"; | ||
} | ||
if (installed === '@angular-devkit/build-ng-packagr') { | ||
// Ignore peerDependencies mismatches for `@angular-devkit/build-ng-packagr`. | ||
// This package is deprecated and is removed via a migration. | ||
// Ignore peerDependency mismatches for these packages. | ||
// They are deprecated and removed via a migration. | ||
const ignoredPackages = [ | ||
'codelyzer', | ||
'@schematics/update', | ||
'@angular-devkit/build-ng-packagr', | ||
'tsickle', | ||
]; | ||
if (ignoredPackages.includes(installed)) { | ||
continue; | ||
@@ -121,0 +127,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60925
1517
+ Added@angular-devkit/core@11.2.17(transitive)
+ Added@angular-devkit/schematics@11.2.17(transitive)
- Removed@angular-devkit/core@11.2.16(transitive)
- Removed@angular-devkit/schematics@11.2.16(transitive)
Updated@angular-devkit/core@11.2.17