-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update module github.com/otiai10/copy to v1.14.0 #375
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github.com-otiai10-copy-1.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
8 times, most recently
from
June 3, 2020 18:11
d458ae1
to
630d748
Compare
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
11 times, most recently
from
June 10, 2020 04:40
f847cf2
to
0606d2f
Compare
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
4 times, most recently
from
June 18, 2020 13:00
32085d0
to
5a1bfa6
Compare
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
7 times, most recently
from
June 25, 2020 08:45
1d3dad3
to
881603f
Compare
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
June 25, 2020 22:21
881603f
to
0c6830a
Compare
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
November 1, 2020 18:18
0c6830a
to
76b0ab0
Compare
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
April 26, 2021 14:27
76b0ab0
to
21df5c8
Compare
renovate
bot
changed the title
Update module otiai10/copy to v1.2.0
Update module github.com/otiai10/copy to v1.5.1
Apr 26, 2021
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
May 9, 2021 22:24
21df5c8
to
8f3e7fa
Compare
renovate
bot
changed the title
Update module github.com/otiai10/copy to v1.5.1
Update module github.com/otiai10/copy to v1.6.0
May 9, 2021
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
March 7, 2022 14:31
8f3e7fa
to
d89fcf9
Compare
renovate
bot
changed the title
Update module github.com/otiai10/copy to v1.6.0
Update module github.com/otiai10/copy to v1.7.0
Mar 7, 2022
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
November 20, 2022 08:23
d89fcf9
to
bf49e36
Compare
renovate
bot
changed the title
Update module github.com/otiai10/copy to v1.7.0
Update module github.com/otiai10/copy to v1.9.0
Nov 20, 2022
renovate
bot
changed the title
Update module github.com/otiai10/copy to v1.9.0
Update module github.com/otiai10/copy to v1.11.0
May 30, 2023
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
May 30, 2023 05:49
bf49e36
to
6f60b72
Compare
renovate
bot
changed the title
Update module github.com/otiai10/copy to v1.11.0
Update module github.com/otiai10/copy to v1.12.0
Jun 21, 2023
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
June 21, 2023 23:56
6f60b72
to
19bd73b
Compare
renovate
bot
changed the title
Update module github.com/otiai10/copy to v1.12.0
Update module github.com/otiai10/copy to v1.14.0
Oct 2, 2023
renovate
bot
force-pushed
the
renovate/github.com-otiai10-copy-1.x
branch
from
October 2, 2023 05:57
19bd73b
to
bccc916
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
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:
v1.1.1
->v1.14.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
otiai10/copy (github.com/otiai10/copy)
v1.14.0
: Concurrency OptionCompare Source
v1.12.0
Compare Source
v1.11.0
: AddOnError
optionCompare Source
so that users can suppress specific errors.
v1.10.0
Compare Source
v1.9.0
: 💥 Breaking Change: Skip now accepts os.FileInfoCompare Source
v1.7.1
Compare Source
v1.7.0
Compare Source
Features
Options.PreserveOwner
thanks to @mudlerv1.6.0
Compare Source
v1.5.1
Compare Source
v1.5.0
Compare Source
v1.4.2
Compare Source
v1.4.1
Compare Source
v1.4.0
Compare Source
v1.3.0
Compare 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)
Skip
returnsskip == true
, we skip the srcSkip
returnsskip == false
, we copy the srcSkip
returnserr != nil
, we stop copying immediately.See https://pkg.go.dev/github.com/otiai10/copy?tab=doc#Options for more information.
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 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.