Skip to content

chore(deps): update dependency cpy-cli to v7#141

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/cpy-cli-7.x
Feb 8, 2026
Merged

chore(deps): update dependency cpy-cli to v7#141
renovate[bot] merged 1 commit intomainfrom
renovate/cpy-cli-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 8, 2026

This PR contains the following updates:

Package Change Age Confidence
cpy-cli 6.0.07.0.0 age confidence

Release Notes

sindresorhus/cpy-cli (cpy-cli)

v7.0.0

Compare Source

Breaking
  • Single-file source with a destination that is not an existing directory now behaves like a file-to-file copy, matching cp 73722bc
    • If you previously relied on a no-op when patterns matched nothing, the CLI now exits with an error. Ensure your patterns match at least one file or handle the failure explicitly.
  • No matches now error out, consistent with cp 8c24e5c
    • If you previously relied on a new directory being created when copying a single file to a non-existent destination path, the destination is now treated as a file path. Use a trailing separator or an existing directory to force directory semantics.
New flags
  • --base to control how destination paths are calculated for patterns (cwd or pattern) 078a9b4
  • --dry-run to list files that would be copied without actually copying e5e8933
  • --update to copy only when the source is newer, or when sizes differ with the same modification time cb7c4cf
  • --ignore-existing to skip files that already exist at the destination without error 9a85af9


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 8, 2026
@renovate renovate bot requested a review from a team as a code owner February 8, 2026 05:44
@renovate renovate bot requested review from z0isch and removed request for a team February 8, 2026 05:44
@renovate renovate bot added the renovate label Feb 8, 2026
@renovate renovate bot merged commit 1ef4e33 into main Feb 8, 2026
6 checks passed
@renovate renovate bot deleted the renovate/cpy-cli-7.x branch February 8, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants