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

fix(deps): update dependency cpy to v11 #219

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 8, 2023

This PR contains the following updates:

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

Release Notes

sindresorhus/cpy (cpy)

v11.1.0

Compare Source

v11.0.1

Compare Source

v11.0.0

Compare Source

Breaking
Improvements
Maintenance
  • This package has a lot of problems and I unfortunately don't have time to fix them. I would recommend against using this package until these problems are resolved. Help welcome (see the issue tracker).

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/cpy-11.x branch 2 times, most recently from faf7177 to 7d060b9 Compare November 14, 2023 04:57
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 7 times, most recently from 5f905ae to 3ff9742 Compare November 27, 2023 05:04
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 5 times, most recently from abcb2bc to fdc958b Compare December 5, 2023 00:36
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 2 times, most recently from cf17d8b to 50d22b6 Compare December 10, 2023 13:59
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 2 times, most recently from 2861358 to 49d8e6e Compare December 15, 2023 15:59
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 3 times, most recently from cad3005 to 16d2160 Compare January 2, 2024 03:45
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 2 times, most recently from 5cd1879 to 04312bc Compare January 12, 2024 22:38
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 2 times, most recently from 5dcd4ee to 3b2ddfa Compare January 20, 2024 14:20
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 4 times, most recently from 6b81fce to 61d3407 Compare February 3, 2024 07:00
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 3 times, most recently from 10d19f7 to d88d6a2 Compare June 11, 2024 04:33
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 4 times, most recently from 8633469 to 8fba7d9 Compare June 25, 2024 15:13
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 3 times, most recently from ed1eb2e to a49d646 Compare July 2, 2024 02:04
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 3 times, most recently from ebfdd8d to 6b4c6fb Compare July 26, 2024 21:35
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 4 times, most recently from 5a006b5 to d20170c Compare August 5, 2024 14:59
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 2 times, most recently from 9205633 to 3ae403b Compare August 19, 2024 22:40
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 2 times, most recently from f7eec99 to 661bc47 Compare August 22, 2024 08:14
@renovate renovate bot force-pushed the renovate/cpy-11.x branch 4 times, most recently from 42d9e49 to 31dbedf Compare September 7, 2024 04:37
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.

1 participant