Skip to content

Commit 9ae40da

Browse files
committed
Update snapshots
1 parent 110b187 commit 9ae40da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/commands/fix/cmd-fix.test.mts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ describe('socket fix', async () => {
2323
--autoMerge Enable auto-merge for pull requests that Socket opens.
2424
See GitHub documentation (\\u200bhttps://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository\\u200b) for managing auto-merge for pull requests in your repository.
2525
--autopilot Shorthand for --autoMerge --test
26-
--limit The number of fixes to attempt at a time
26+
--limit The number of fixes to attempt at a time (default 10)
2727
--minSatisfying Constrain dependency updates to the minimum satisfying version
28-
--purl Provide a list of PURLs (\\u200bhttps://github.com/package-url/purl-spec?tab=readme-ov-file#purl\\u200b) to compute fixes for, as either a comma separated value or as multiple flags,
29-
instead of querying the Socket API
30-
--rangeStyle Define how updated dependency versions should be written in package.json.
28+
--purl Provide a list of PURLs (\\u200bhttps://github.com/package-url/purl-spec?tab=readme-ov-file#purl\\u200b) to compute fixes for, as either a comma separated value or as
29+
multiple flags, instead of querying the Socket API
30+
--rangeStyle Define how dependency version ranges are updated in package.json (default 'preserve').
3131
Available styles:
3232
* caret - Use ^ range for compatible updates (e.g. ^1.2.3)
3333
* gt - Use > to allow any newer version (e.g. >1.2.3)
@@ -38,7 +38,7 @@ describe('socket fix', async () => {
3838
* preserve - Retain the existing version range style as-is
3939
* tilde - Use ~ range for patch/minor updates (e.g. ~1.2.3)
4040
--test Verify the fix by running unit tests
41-
--testScript The test script to run for each fix attempt
41+
--testScript The test script to run for fix attempts (default 'test')
4242
4343
Examples
4444
$ socket fix

0 commit comments

Comments
 (0)