Update module github.com/otiai10/copy to v1.14.1#375
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
d458ae1 to
630d748
Compare
f847cf2 to
0606d2f
Compare
32085d0 to
5a1bfa6
Compare
1d3dad3 to
881603f
Compare
881603f to
0c6830a
Compare
0c6830a to
76b0ab0
Compare
76b0ab0 to
21df5c8
Compare
21df5c8 to
8f3e7fa
Compare
8f3e7fa to
d89fcf9
Compare
d89fcf9 to
bf49e36
Compare
bf49e36 to
6f60b72
Compare
6f60b72 to
19bd73b
Compare
19bd73b to
bccc916
Compare
bccc916 to
c9da1e3
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v1.1.1→v1.14.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
otiai10/copy (github.com/otiai10/copy)
v1.14.1Compare Source
v1.14.0: Concurrency OptionCompare Source
v1.12.0Compare Source
v1.11.0: AddOnErroroptionCompare Source
so that users can suppress specific errors.
v1.10.0Compare Source
v1.9.0: 💥 Breaking Change: Skip now accepts os.FileInfoCompare Source
v1.7.1Compare Source
v1.7.0Compare Source
Features
Options.PreserveOwnerthanks to @mudlerv1.6.0Compare Source
v1.5.1Compare Source
v1.5.0Compare Source
v1.4.2Compare Source
v1.4.1Compare Source
v1.4.0Compare Source
v1.3.0Compare Source
v1.2.0: [Breaking Change] opt.Skip returns errorCompare Source
💥 This release includes breaking changes as follows:
Options.Skip(src path)function now returns(skip bool, err error)Skipreturnsskip == true, we skip the srcSkipreturnsskip == false, we copy the srcSkipreturnserr != nil, we stop copying immediately.See https://pkg.go.dev/github.com/otiai10/copy?tab=doc#Options for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.