-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Update guidance for @angular/* packages #5919
Copy link
Copy link
Closed as not planned
Labels
area: @angular/clifeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authors
Milestone
Metadata
Metadata
Assignees
Labels
area: @angular/clifeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issuesfeature: insufficient votesLabel to add when the not a sufficient number of votes or comments from unique authorsLabel to add when the not a sufficient number of votes or comments from unique authors
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug Report or Feature Request (mark with an
x)Versions.
Repro steps.
n/a
The log given by the failure.
n/a
Desired functionality.
One of the major initiatives within Angular is to ensure that developers are using the latest versions of all of our packages. This includes
@angular/coreas well as@angular/cliand@angular/material.Currently, we don't have a good way to ensure that developers know about our releases. We publish new versions to npm and announce them on twitter, but then it's up to developers to actually pull the latest versions of all packages to their project.
If a developer is using yarn or npm with shrinkwrap, then they have to take a step to update the lock files. If they don't use lock files, then they receive updates the next time they happen to reinstall their npm dependencies.
It would be great if we could find a way to notify developers about available updates in a way that strikes the balance between being helpful in ensuring that projects have up-to-date dependencies and not being annoying.
Several options to consider:
ng servethey could get a notification to that their dependencies are outdated, with instructions on how to update.