Skip to content
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

fix: ng update showing packages that do not exist in my package #1543

Merged
merged 1 commit into from
Mar 9, 2020
Merged

fix: ng update showing packages that do not exist in my package #1543

merged 1 commit into from
Mar 9, 2020

Conversation

alan-agius4
Copy link
Collaborator

By default if no packageGroupName is provided ng-update will use the first item in packageGroup which in this case it is always @nguniversal/aspnetcore-engine.

With this change we set the packageGroupName of each package, also we remove ng-update from @nguniversal/builders as this gets updated when running ng update on @nguniversal/express-engine or @nguniversal/hapi-engine.

Closes #1542 and closes #1533

By default if no `packageGroupName` is provided `ng-update` will use the first item in `packageGroup` which in this case it is always `@nguniversal/aspnetcore-engine`.

With this change we set the `packageGroupName` of each package, also we remove `ng-update` from `@nguniversal/builders` as this gets updated when running `ng update` on `@nguniversal/express-engine`  or `@nguniversal/hapi-engine`.

Closes #1542 and closes #1533
@alan-agius4 alan-agius4 added the target: minor target: minor This PR is targeted for the next minor release label Mar 9, 2020
@alan-agius4 alan-agius4 merged commit 08657f9 into angular:master Mar 9, 2020
@alan-agius4 alan-agius4 deleted the package-group-name branch March 9, 2020 15:01
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Apr 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
target: minor target: minor This PR is targeted for the next minor release
Projects
None yet
3 participants