Skip to content

chore(deps): update dependency cpy to v9 - autoclosed #4199

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cpy ^8.1.0 -> ^9.0.0 age adoption passing confidence

Release Notes

sindresorhus/cpy

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 - "before 3am on Monday" (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 these updates 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.

kodiakhq[bot]
kodiakhq bot previously approved these changes Feb 28, 2022
@github-actions github-actions bot added the type: bug code to address defects in shipped code label Feb 28, 2022
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 2 times, most recently from 400998f to a5f2b54 Compare March 2, 2022 16:30
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 3 times, most recently from b63cddb to 5c774f0 Compare March 14, 2022 00:26
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 5 times, most recently from f64ed1d to 881b4dc Compare March 28, 2022 01:11
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 3 times, most recently from 3abaf24 to 0a72c4e Compare April 4, 2022 13:02
@renovate renovate bot force-pushed the renovate/cpy-9.x branch from 0a72c4e to 650aa3f Compare April 11, 2022 02:00
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 3 times, most recently from 285d11b to 25971f2 Compare April 18, 2022 16:00
@renovate renovate bot force-pushed the renovate/cpy-9.x branch from 25971f2 to 92c6735 Compare May 2, 2022 12:51
@renovate renovate bot force-pushed the renovate/cpy-9.x branch from 92c6735 to 1eed759 Compare May 18, 2022 16:08
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 2 times, most recently from 1e7e877 to 6e87455 Compare June 14, 2022 11:57
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 2 times, most recently from 3c845a2 to 8d19719 Compare June 24, 2022 11:59
@renovate renovate bot force-pushed the renovate/cpy-9.x branch from 8d19719 to 3bbb3f6 Compare July 4, 2022 16:11
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 2 times, most recently from ba1a3d7 to 4546ad8 Compare July 19, 2022 14:11
@renovate renovate bot force-pushed the renovate/cpy-9.x branch 2 times, most recently from 93caae5 to 11c7ea5 Compare August 16, 2022 10:19
@renovate renovate bot force-pushed the renovate/cpy-9.x branch from 71bdec8 to 43c90ef Compare March 1, 2023 12:35
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 1, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 1, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 2, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 7, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 10, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 10, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 11, 2023
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 11, 2023
@renovate renovate bot changed the title chore(deps): update dependency cpy to v9 chore(deps): update dependency cpy to v9 - autoclosed May 2, 2023
@renovate renovate bot closed this May 2, 2023
@renovate renovate bot deleted the renovate/cpy-9.x branch May 2, 2023 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants