Closed as not planned
Description
Is there an existing feature request for this?
- I have searched the existing issues.
Command
melos bootstrap --downgrade
Description
Downgrading allows checking if dependencies rely on newer features than specified.
Reasoning
It's a PANA check, and it's just good in general to know that you aren't unintentionally breaking on old versions.
Additional context and comments
melos bootstrap --upgrade
would also be nice, and at that point --get
would be nice for constantly (i.e, in CI)
It should also ignore enforce-lockfile.
Other
- I'm interested in working on a PR for this.