Commit 1a22688
committed
perf(@angular/cli): optimize update schematic registry query counts by fetching package metadata lazily
Optimize the ng update registry requests by only querying package metadata for packages that are actually being updated, while resolving other dependencies locally from disk (with fallback to registry for uninstalled/mocked packages). This reduces network query counts by 80-90% during ng update.1 parent 11a4438 commit 1a22688
1 file changed
Lines changed: 286 additions & 94 deletions
0 commit comments