Skip to content

Commit 32c56b7

Browse files
committed
fix(@schematics/update): add note that additional packages might require updating
1 parent 824add1 commit 32c56b7

File tree

1 file changed

+5
-0
lines changed
  • packages/schematics/update/update

1 file changed

+5
-0
lines changed

packages/schematics/update/update/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,11 @@ function _usageMessage(
530530
logger.info(' ' + fields.map((x, i) => x.padEnd(pads[i])).join(''));
531531
});
532532

533+
logger.info(
534+
`There might be additional packages which don't provide 'ng update' capabilities that are outdated.\n`
535+
+ `You can update the addition packages by running the update command of your package manager.`,
536+
);
537+
533538
return;
534539
}
535540

0 commit comments

Comments
 (0)