-
Notifications
You must be signed in to change notification settings - Fork 27.4k
avoid publishing new releases to deprecated bower #16013
Conversation
This will probably require some doc fixes for how people can transition to npm based angular, eg use |
currently this PR stops all new releases to bower, however it might be better to release 1.7 and above only on npm. |
TBH, I don't see the benefit in doing so. Although not recommended for use in new projects, bower is still maintained and there are people using it. Given the next-to-zero overhead for us, I don't see why we should make the lives of people still using bower more difficult than they already are 😈 |
@gkalpak perhaps to start this off, I could make a PR that updates the tutorial to use plain old npm and move the bower option on the download page to the bottom and mark it as deprecated? |
Well, that would be nice, but...the tutorial uses We should get one of those in (probably #390) and then you could work on the tutorial 😁 |
Wrong link. Try again :) |
Is there a cost to supporting bower? It seems needlessly breaking to stop publishing to it even if it is deprecated, especially since it's probably an automated process that is doing so. |
I agree that stopping publishing to bower is a needless BC. I also agree that we can point out the deprecation where possible, but let's not track this in this PR. |
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
N/A
What is the current behavior? (You can also link to an open issue here)
bower install angular
What is the new behavior (if this is a feature change)?
bower install angular
installs old version of angular
Does this PR introduce a breaking change?
yes, no new bower releases.
Please check if the PR fulfills these requirements
Other information: