-
Notifications
You must be signed in to change notification settings - Fork 69
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
Conversation
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
400998f
to
a5f2b54
Compare
b63cddb
to
5c774f0
Compare
f64ed1d
to
881b4dc
Compare
3abaf24
to
0a72c4e
Compare
0a72c4e
to
650aa3f
Compare
285d11b
to
25971f2
Compare
25971f2
to
92c6735
Compare
92c6735
to
1eed759
Compare
1e7e877
to
6e87455
Compare
3c845a2
to
8d19719
Compare
8d19719
to
3bbb3f6
Compare
ba1a3d7
to
4546ad8
Compare
93caae5
to
11c7ea5
Compare
71bdec8
to
43c90ef
Compare
43c90ef
to
4202fe7
Compare
4202fe7
to
60318f0
Compare
60318f0
to
f1e9886
Compare
f1e9886
to
a364e57
Compare
a364e57
to
9788247
Compare
9788247
to
a1467e9
Compare
a1467e9
to
0568770
Compare
0568770
to
2eba0c0
Compare
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
0 participants
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:
^8.1.0
->^9.0.0
Release Notes
sindresorhus/cpy
v9.0.1
Compare Source
flat
option when copying a single file (#101)2014a4f
v9.0.0
Compare Source
Breaking
Recursive by default
parents
option was removedflat: true
optionExample directory structure:
Command:
cpy('.github/**', 'dest')
Old output:
New output:
Recreate old
parents: true
Example directory structure:
Old:
cpy('.github/**', 'dest', {parents: true})
New:
cpy('.github', 'dest')
Output:
Recreate old
parents: false
Example directory structure:
Old:
cpy('.github/**', 'dest', {parents: false})
New:
cpy('.github', 'dest', {flat: true})
Output:
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.
This PR has been generated by Mend Renovate. View repository job log here.