Steps to reproduce:
Either https://update.angular.io/#9.0:10.0l3 should inform that it needs to be updated manually too, or it should update with @angualr/material.
Did only update @angular/material and @angular/cdk.
I'd say that this works as expected since @anguar/google-maps isn't related to @angular/material and @angular/cdk, apart from being in the same repository. I suppose we could provide ng update support for the Google Maps package specifically.
It wasn't really hard to upgrade it manually, but since there are breaking changes, I had to go through my code to fix them manually. Either an automatic update or a list of changes to look for after updating would be nice.
Yeah, it works as expected that ng update @angular/material does not update the youtube-player or google-maps package as those are separate unrelated packages. I agree though that we should probably set up update schematics for those packages if there are breaking changes.
I can understand why ng update @angular/material does not update other, but the update.angular.io should have a note about updating these
@Akxe you can open an issue for update.angular.io here: https://github.com/StephenFluin/angular-update-guide/issues
Most helpful comment
It wasn't really hard to upgrade it manually, but since there are breaking changes, I had to go through my code to fix them manually. Either an automatic update or a list of changes to look for after updating would be nice.