-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: let --npm-v7 flag be applied to regular repos
- Loading branch information
1 parent
13fbe34
commit 2e648fd
Showing
4 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -70,7 +70,7 @@ success Already up-to-date. | |
|`--only` | Set package [updating scope](https://docs.npmjs.com/cli/audit): `dev`/`prod` | ||
|`--force` | Have audit fix install semver-major updates to toplevel dependencies, not just semver-compatible ones | false | ||
|`--audit-level` | Include a vulnerability with a level as defined or higher. Supported values: low, moderate, high, critical | low | ||
|`--npm-v7` | Use the latest `[email protected]` version. Applicable to monorepos only | false | ||
|`--npm-v7` | Use the latest `[email protected]` version. Recommended for monorepos | false | ||
|
||
## Troubleshooting | ||
### enoent: no such file or directory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters