-
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 dependency make-dir to v5 #2800
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/make-dir-5.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.
Open
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/make-dir-5.x
branch
3 times, most recently
from
May 12, 2024 07:51
6794ab8
to
00f17f2
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
3 times, most recently
from
May 22, 2024 11:56
a3add6d
to
ca0e000
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
3 times, most recently
from
June 1, 2024 21:20
9ff6870
to
d89401e
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
3 times, most recently
from
June 11, 2024 14:05
6d080bc
to
c5100f6
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
4 times, most recently
from
June 19, 2024 15:07
4c64402
to
d4333a2
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
2 times, most recently
from
June 27, 2024 18:10
2f13b5c
to
da68f61
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
5 times, most recently
from
July 7, 2024 00:41
ab890bc
to
6fb6253
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
3 times, most recently
from
July 13, 2024 16:57
12506de
to
a1426bc
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
3 times, most recently
from
July 16, 2024 22:06
e861287
to
43033eb
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
5 times, most recently
from
September 11, 2024 18:46
0e38788
to
021212f
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
4 times, most recently
from
September 17, 2024 16:01
4affa75
to
e648cf4
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
6 times, most recently
from
September 27, 2024 15:27
f94cac7
to
f1340e8
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
5 times, most recently
from
October 1, 2024 12:57
f11a571
to
7f651a6
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
3 times, most recently
from
October 9, 2024 03:46
e6d219c
to
020e609
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
2 times, most recently
from
October 16, 2024 02:14
e7311a4
to
7561a78
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
3 times, most recently
from
October 23, 2024 19:28
dfab875
to
6cb9d1d
Compare
renovate
bot
force-pushed
the
renovate/make-dir-5.x
branch
from
November 1, 2024 21:53
6cb9d1d
to
3c834c9
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:
4.0.0
->5.0.0
Release Notes
sindresorhus/make-dir (make-dir)
v5.0.0
Compare Source
Breaking
120a81e
fsPromises.mkdir('…', {recursive: true})
instead.require('make-dir')
→import {makeDirectory} from 'make-dir'
require('make-dir').sync
→import {makeDirectorySync} from 'make-dir'
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.