Add bolt normalize --force flag
Open
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
Add a `--force` flag to `bolt normalize` which skips the check to see if workspaces have a compatible version range with the project's dependencies.
Instead just look for the highest compatible version with the project's dependencies, and then update the dependency ranges in workspaces to match the project.
Contributor guide
Research direction
Start by locating the `bolt normalize` command and its option parsing, then find the workspace compatibility check. Implement the `--force` behavior described in the issue and verify that workspace dependency ranges are updated to the highest compatible project version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100