Skip to content
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

chore(deps): update dependency cpy to v10 - autoclosed #742

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cpy 8.1.2 -> 10.1.0 age adoption passing confidence

Release Notes

sindresorhus/cpy (cpy)

v10.1.0

Compare Source

  • Add file sourcePath and destinationPath to the progress event (#​112) 936710e

v10.0.0

Compare Source

Breaking
Fixes
  • Fix: Make rename function receive filename with extension (#​110) cdb7ed4
    • In v9, it incorrectly received a filename without extension.

v9.0.1

Compare Source

v9.0.0

Compare Source

Breaking
  • This package is now pure ESM. Please read this.
  • Require Node.js 12
Recursive by default
  • parents option was removed
  • to get flat list of files use flat: true option

Example directory structure:

- .github/workflows/main.yml
- .github/funding.yml

Command: cpy('.github/**', 'dest')

Old output:

- dest/funding.yml
- dest/main.yml

New output:

- dest/workflows/main.yml
- dest/main.yml
Recreate old parents: true

Example directory structure:

- .github/workflows/main.yml
- .github/funding.yml

Old:
cpy('.github/**', 'dest', {parents: true})

New:
cpy('.github', 'dest')

Output:

- dest/.github/workglows/main.yml
- dest/.github/funding.yml
Recreate old parents: false

Example directory structure:

- .github/workflows/main.yml
- .github/funding.yml

Old:
cpy('.github/**', 'dest', {parents: false})

New:
cpy('.github', 'dest', {flat: true})

Output:

- dest/main.yml
- dest/funding.yml
Copy all package.json and preserve folder structure

Old:
cpy('node_modules/**/package.json', 'dest', {parents: true})

Old output:

New:
cpy('node_modules/**/package.json', 'dest')

New output:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/cpy-10.x branch 2 times, most recently from 5798461 to 18cfec4 Compare July 6, 2023 19:34
@renovate renovate bot changed the title chore(deps): update dependency cpy to v10 chore(deps): update dependency cpy to v10 - autoclosed Nov 5, 2023
@renovate renovate bot closed this Nov 5, 2023
@renovate renovate bot deleted the renovate/cpy-10.x branch November 5, 2023 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants