-
Notifications
You must be signed in to change notification settings - Fork 12k
Add the ability to skip dependencies with ng update #18813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Also related to #15296 |
@alan-agius4 Does this mean we have to use |
@pavankjadda, yes. For packages which do not explicitly support This will be available in v11.0.0-next.4. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🚀 Feature request
Command (mark with an
x
)Description
At present when I do
ng update --all
, the command fails when it finds incompatible dependencies(Attached image). I force update all dependencies and revert back incompatible dependencies through a shell scriptDescribe the solution you'd like
Provide the ability to skip dependencies through flag like below
Describe alternatives you've considered
I have a script that force updates the all dependencies and reverts incompatible dependencies
The text was updated successfully, but these errors were encountered: