Skip to content

chore: update snapshots #8244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tap-snapshots/test/lib/docs.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ Ignored if \`--save-peer\` is set, since peerDependencies cannot be bundled.

Save installed packages to a package.json file as \`devDependencies\`.


This config can not be used with: \`save-optional\`, \`save-peer\`, \`save-prod\`

#### \`save-exact\`

Expand All @@ -1419,7 +1419,7 @@ rather than using npm's default semver range operator.

Save installed packages to a package.json file as \`optionalDependencies\`.


This config can not be used with: \`save-dev\`, \`save-peer\`, \`save-prod\`

#### \`save-peer\`

Expand All @@ -1428,7 +1428,7 @@ Save installed packages to a package.json file as \`optionalDependencies\`.

Save installed packages to a package.json file as \`peerDependencies\`


This config can not be used with: \`save-dev\`, \`save-optional\`, \`save-prod\`

#### \`save-prefix\`

Expand Down Expand Up @@ -1457,7 +1457,7 @@ you want to move it to be a non-optional production dependency.
This is the default behavior if \`--save\` is true, and neither \`--save-dev\`
or \`--save-optional\` are true.


This config can not be used with: \`save-dev\`, \`save-optional\`, \`save-peer\`

#### \`sbom-format\`

Expand Down
Loading