How do I upgrade all scoped packages with Yarn?
https://github.com/torifat/yarn-update says:
Please use yarn upgrade-interactive
instead.
In the current version v1.2.1 you can actually use the build in --scope
flag to upgrade only packages that begin with that scope yarn upgrade --scope @angular
. Check out more on yarn upgrade scope on the official website.