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

Adds support for only checking prod deps #92

Merged
merged 1 commit into from
May 31, 2022
Merged

Conversation

ominestre
Copy link
Owner

refs #1

  • Adds a prod-only flag to CLI
  • Changes configuration to also accept prod only
  • Adds npm ls command runner to npm interactions
  • Uses npm ls --prod to get a list of prod dependencies and filter the outdated dependencies based upon those results
  • Created test helpers and moved directory traversal helpers to a shared file

refs #1

- Adds a prod-only flag to CLI
- Changes configuration to also accept prod only
- Adds `npm ls` command runner to npm interactions
- Uses `npm ls --prod` to get a list of prod dependencies and filter the outdated dependencies based upon those results
- Created test helpers and moved directory traversal helpers to a shared file
@ominestre ominestre added the enhancement New feature or request label May 31, 2022
@ominestre ominestre self-assigned this May 31, 2022
@ominestre ominestre merged commit 121fd9b into main May 31, 2022
@ominestre ominestre deleted the support-prod-only branch May 31, 2022 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant