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

Proposal: ng doctor for check diff and sync to the latest project template #7848

Open
lacolaco opened this issue Sep 27, 2017 · 4 comments
Open
Labels
area: angular/cli feature: insufficient votes Label to add when the not a sufficient number of votes or comments from unique authors feature Issue that requests a new feature
Milestone

Comments

@lacolaco
Copy link
Contributor

Bug Report or Feature Request (mark with an x)

- [ ] bug report -> please search issues before submitting
- [x] feature request

Desired functionality.

After updated the CLI version, sometimes package.json is updated. Currently package.json is generated at ng new and never do sync to latest dependencies.

I want something like ng doctor to solve it. The use-case images are below:

$ ng doctor # listing up dependency changes
$ ng doctor --write  # auto-patching on _compatible_ version (with semver ?)

Mention any other details that might be useful.

@filipesilva filipesilva added P5 The team acknowledges the request but does not plan to address it, it remains open for discussion feature Issue that requests a new feature labels Sep 27, 2017
@lucasvanhalst
Copy link

You could use this in the meantime which basically does what you described https://github.com/tjunnone/npm-check-updates

@lacolaco
Copy link
Contributor Author

I want to know about added and removed dependencies. only existing packages version check is not enough.

@hansl hansl removed their assignment Feb 6, 2018
@ngbot ngbot bot added this to the Backlog milestone Oct 1, 2019
@filipesilva filipesilva removed the P5 The team acknowledges the request but does not plan to address it, it remains open for discussion label Oct 1, 2019
@angular-robot angular-robot bot added the feature: votes required Feature request which is currently still in the voting phase label Feb 1, 2022
@angular-robot
Copy link
Contributor

angular-robot bot commented Feb 1, 2022

Just a heads up that we kicked off a community voting process for your feature request. There are 20 days until the voting process ends.

Find more details about Angular's feature request process in our documentation.

@ngbot ngbot bot modified the milestones: Backlog, needsTriage Feb 1, 2022
@angular-robot
Copy link
Contributor

angular-robot bot commented Feb 21, 2022

Thank you for submitting your feature request! Looks like during the polling process it didn't collect a sufficient number of votes to move to the next stage.

We want to keep Angular rich and ergonomic and at the same time be mindful about its scope and learning journey. If you think your request could live outside Angular's scope, we'd encourage you to collaborate with the community on publishing it as an open source package.

You can find more details about the feature request process in our documentation.

@angular-robot angular-robot bot added feature: insufficient votes Label to add when the not a sufficient number of votes or comments from unique authors and removed feature: votes required Feature request which is currently still in the voting phase labels Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: angular/cli feature: insufficient votes Label to add when the not a sufficient number of votes or comments from unique authors feature Issue that requests a new feature
Projects
None yet
Development

No branches or pull requests

6 participants