Skip to content

chore(deps)(deps-dev): bump cpy-cli from 4.2.0 to 7.0.0 in /website - #2015

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/website/cpy-cli-7.0.0
Open

chore(deps)(deps-dev): bump cpy-cli from 4.2.0 to 7.0.0 in /website#2015
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/website/cpy-cli-7.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps cpy-cli from 4.2.0 to 7.0.0.

Release notes

Sourced from cpy-cli's releases.

v7.0.0

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

sindresorhus/cpy-cli@v6.0.0...v7.0.0

v6.0.0

Breaking

  • Require Node.js 20 4dbd33f

sindresorhus/cpy-cli@v5.0.0...v6.0.0

v5.0.0

Breaking

  • Require Node.js 16 9dcd134

Improvements

  • Update dependencies 9dcd134

sindresorhus/cpy-cli@v4.2.0...v5.0.0

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 23, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner July 23, 2026 14:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 23, 2026
@netlify

netlify Bot commented Jul 23, 2026

Copy link
Copy Markdown

Deploy Preview for fdc3 ready!

Name Link
🔨 Latest commit de3e7a6
🔍 Latest deploy log https://app.netlify.com/projects/fdc3/deploys/6a67550de9b6920008dc6a64
😎 Deploy Preview https://deploy-preview-2015.preview-fdc3.finos.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov-commenter

codecov-commenter commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.40%. Comparing base (27180ce) to head (de3e7a6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2015    +/-   ##
========================================
  Coverage   95.40%   95.40%            
========================================
  Files          85       85            
  Lines        6718     6718            
  Branches      709      931   +222     
========================================
  Hits         6409     6409            
  Misses        309      309            

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/website/cpy-cli-7.0.0 branch from 6e28724 to 5b9f256 Compare July 23, 2026 16:05
Bumps [cpy-cli](https://github.com/sindresorhus/cpy-cli) from 4.2.0 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/cpy-cli/releases)
- [Commits](sindresorhus/cpy-cli@v4.2.0...v7.0.0)

---
updated-dependencies:
- dependency-name: cpy-cli
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/website/cpy-cli-7.0.0 branch from 5b9f256 to de3e7a6 Compare July 27, 2026 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant