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

version --outdated command #68

Closed
rishson opened this issue Nov 7, 2016 · 1 comment
Closed

version --outdated command #68

rishson opened this issue Nov 7, 2016 · 1 comment
Assignees
Milestone

Comments

@rishson
Copy link
Contributor

rishson commented Nov 7, 2016

Refs #49 .
Implement version --outdated

@rishson
Copy link
Contributor Author

rishson commented Nov 7, 2016

Implementation plan:

Using david,

  • parse package.json
  • remove all non dojo-cli prefixed dev-deps.
  • pass to david
  • display dojo cli command modules that can be updated and show latest stable release no, e.g.

build (dojo-cli-build-webpack) 1.0.0 can be updated to 1.2.3

where 1.2.3 is the latest stable release.

The removal of non dojo-cli prefixed dev-deps is to speed up the check, and because to get david to ignore deps, you have to name the deps to ignore rather than passing a regex.

@rishson rishson self-assigned this Nov 7, 2016
@rishson rishson added this to the 2016.11 milestone Nov 7, 2016
@rishson rishson closed this as completed Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant