-
Notifications
You must be signed in to change notification settings - Fork 12k
fix(@schematics/angular): update @angular-devkit/build-ng-packagr
w…
#12768
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(@schematics/angular): update @angular-devkit/build-ng-packagr
w…
#12768
Conversation
@angular-devkit/build-ng-packagr
w…@angular-devkit/build-ng-packagr
w…
@@ -19,6 +19,11 @@ | |||
"version": "7.1.0-beta.0", | |||
"factory": "./update-7/index#typeScriptHelpersRule", | |||
"description": "Update an Angular CLI project to version 7." | |||
}, | |||
"migration-05": { | |||
"version": "7.0.3", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yesterday we were talking about not adding migrations on minors/patch versions, so I'm not sure if we should add this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In that case maybe I should add it as 7.1.0-beta.0
, what do you reckon?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is really fixing a deficiency in the 7.0 update process. So it would make sense to have it in a 7.0 patch release so that anyone updating from earlier majors will immediately benefit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the logic is that newly updated projects (6->7) will include this migration, but that we don't expect users to run update from 7->7 and to get it, right? I'm ok with that.
Hi @alan-agius4! This PR has merge conflicts due to recent upstream merges. |
1 similar comment
Hi @alan-agius4! This PR has merge conflicts due to recent upstream merges. |
…hen migrating Closes #12642
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. |
…hen migrating
Closes #12642