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

new feature: have align-deps tell you which capabilities you could add #933

Closed
kelset opened this issue Dec 3, 2021 · 0 comments · Fixed by #2204
Closed

new feature: have align-deps tell you which capabilities you could add #933

kelset opened this issue Dec 3, 2021 · 0 comments · Fixed by #2204
Assignees
Labels
enhancement New feature or request feature: align-deps This is related to align-deps

Comments

@kelset
Copy link
Contributor

kelset commented Dec 3, 2021

This started as a side-conversation around #932

Basically, it'd be great if align-deps, when the CLI command is run, could check all your dependencies, check which ones you have in the "capabilities" config in your package.json, and tell you which other capabilities you could add that are covered by the tool. Ex. if you have "react-dom" in your dependencies but not as capability, it could let you know that the capability for it exists - so that you don't need to rely on the vigilant flag to make sure that ALL your dependencies are correct :)

This would also highly help developers when upgrading to newer versions of align-deps; right now the only way to know if some capability has been added is to manually check the changelog or the main table in the README. So there's a high risk of folks not knowing that ex. react-dom has a capability dedicated to it right now.

@kelset kelset added the enhancement New feature or request label Dec 3, 2021
@tido64 tido64 added the feature: align-deps This is related to align-deps label Dec 3, 2021
@afoxman afoxman added this to rnx-kit Mar 20, 2022
@afoxman afoxman moved this to 🌳 Backlog in rnx-kit Mar 20, 2022
@tido64 tido64 changed the title new feature: have dep-check tell you which capabilities you could add new feature: have align-deps tell you which capabilities you could add Nov 11, 2022
@github-project-automation github-project-automation bot moved this from 🌳 Backlog to ✅ Done in rnx-kit Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature: align-deps This is related to align-deps
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants