boltpkg / boltpkg/bolt

Add bolt normalize --force flag

Open
#222 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.