[Feature] Split deps in interactive tools by dev and non-dev type
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8.1k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
- I'd be willing to implement this feature (contributing guide)
- This feature is important to have in this repository; a contrib plugin wouldn't do
Describe the user story
As a developer, I want to see list of dependencies split by dev and non-dev so I can quickly upgrade only dev deps, but I they are mixed together now so it's hard to distinguish in the list".
Describe the solution you'd like
Same as in yarn v1, have deps split by dev and non-dev
Describe the drawbacks of your solution
🤷🏾
Describe alternatives you've considered
There are no options to configure this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the interactive tools that list dependencies and inspect how they currently combine development and non-development dependencies. Compare the intended grouping with Yarn v1 behavior, then find the existing tests for those tools. Done means the interactive lists visibly separate the two dependency types and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- cli, developer-experience
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100