Skip to content

Comments

Bump cpy-cli to 7.0.0#47783

Merged
ZeeshanTamboli merged 2 commits intomasterfrom
renovate/cpy-cli-7.x
Feb 17, 2026
Merged

Bump cpy-cli to 7.0.0#47783
ZeeshanTamboli merged 2 commits intomasterfrom
renovate/cpy-cli-7.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 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 04:59 AM, only on Sunday ( * 0-4 * * 7 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 dependencies Update of dependencies. label Feb 15, 2026
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Feb 16, 2026
@renovate renovate bot force-pushed the renovate/cpy-cli-7.x branch from 511e58a to ffef3c5 Compare February 16, 2026 11:28
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Feb 16, 2026
@mui-bot
Copy link

mui-bot commented Feb 16, 2026

Netlify deploy preview

https://deploy-preview-47783--material-ui.netlify.app/

Bundle size report

Bundle Parsed size Gzip size
@mui/material 0B(0.00%) 0B(0.00%)
@mui/lab 0B(0.00%) 0B(0.00%)
@mui/system 0B(0.00%) 0B(0.00%)
@mui/utils 0B(0.00%) 0B(0.00%)

Details of bundle changes

Generated by 🚫 dangerJS against 1b1a0cb

@ZeeshanTamboli ZeeshanTamboli requested a review from a team February 17, 2026 06:16
@Janpot
Copy link
Member

Janpot commented Feb 17, 2026

The only command that seems to use it is pnpm docs:create-playground, did you test?

@ZeeshanTamboli
Copy link
Member

The only command that seems to use it is pnpm docs:create-playground, did you test?

Tested it right now. Works well.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 17, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ZeeshanTamboli ZeeshanTamboli enabled auto-merge (squash) February 17, 2026 08:55
@ZeeshanTamboli ZeeshanTamboli merged commit b2332e5 into master Feb 17, 2026
23 checks passed
@ZeeshanTamboli ZeeshanTamboli deleted the renovate/cpy-cli-7.x branch February 17, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants