Uh oh!
There was an error while loading. Please reload this page.
Update dependency cpy-cli to v7 - #110
Merged
Merged
Conversation
✅ Deploy Preview for image-compare-component ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
renovateBotforce-pushed
the
renovate/cpy-cli-7.x
branch
from
February 12, 2026 18:01
390f5f6 to
cde8860ComparerenovateBotforce-pushed
the
renovate/cpy-cli-7.x
branch
from
March 5, 2026 17:14
cde8860 to
4e8f7f7ComparerenovateBotforce-pushed
the
renovate/cpy-cli-7.x
branch
from
March 27, 2026 18:30
4e8f7f7 to
d8026d6ComparerenovateBotforce-pushed
the
renovate/cpy-cli-7.x
branch
from
May 12, 2026 17:53
d8026d6 to
72bd58bComparerenovateBotforce-pushed
the
renovate/cpy-cli-7.x
branch
2 times, most recently
from
July 16, 2026 19:32
b6cae9e to
c244673ComparerenovateBotforce-pushed
the
renovate/cpy-cli-7.x
branch
from
July 21, 2026 03:08
c244673 to
a8a7ea1ComparerenovateBotforce-pushed
the
renovate/cpy-cli-7.x
branch
from
August 11, 2026 21:54
a8a7ea1 to
eeaa22cComparerenovateBotforce-pushed
the
renovate/cpy-cli-7.x
branch
from
August 19, 2026 18:41
eeaa22c to
32b96b9Comparecpy-cli v7 added a cp-like rule: a single, non-dynamic source copied to a destination that is not an existing directory is treated as a file-to-file copy. Because the shell expanded the unquoted `src/*.js` to the lone file `src/index.js`, and `build:clean` deletes `dist` immediately beforehand, the copy step wrote a *file* named `dist` — so `build:minify` then failed with "sh: dist/index.min.js: Not a directory". Quoting the pattern hands the glob to cpy unexpanded, which restores the v6 directory-copy semantics. The trailing slash is a further explicit signal that the destination is a directory; on its own it would not have been enough, since a literal source path resolves relative to the cwd and would have produced dist/src/index.js.
ContributorAuthor
Edited/Blocked NotificationRenovate 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. |
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.0→7.0.0Release Notes
sindresorhus/cpy-cli (cpy-cli)
v7.0.0Compare Source
Breaking
cp73722bccp8c24e5cNew flags
--baseto control how destination paths are calculated for patterns (cwd or pattern)078a9b4--dry-runto list files that would be copied without actually copyinge5e8933--updateto copy only when the source is newer, or when sizes differ with the same modification timecb7c4cf--ignore-existingto skip files that already exist at the destination without error9a85af9Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.