-
Notifications
You must be signed in to change notification settings - Fork 554
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
chore(deps) Update dependency fs-extra to v10 #873
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/fs-extra-10.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/fs-extra-10.x
branch
3 times, most recently
from
November 30, 2021 20:38
3ae20e0
to
08de6ba
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
December 16, 2021 22:34
08de6ba
to
c3f0dbd
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
January 3, 2022 01:45
51a7f4f
to
2818e3f
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
4 times, most recently
from
January 24, 2022 11:35
e7e110c
to
613a1df
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
January 26, 2022 15:14
613a1df
to
7d5712b
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
February 11, 2022 16:28
483b454
to
9f7e11a
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
5 times, most recently
from
February 28, 2022 11:32
3ae7ae3
to
3cdc321
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
March 17, 2022 18:33
d715dd5
to
f4b343a
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
March 27, 2022 23:00
a9ef61e
to
b359f9c
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
April 15, 2022 18:24
d6751b7
to
2dc9167
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
April 16, 2022 20:52
2dc9167
to
01de4a7
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
April 25, 2022 13:40
01de4a7
to
c5cf599
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
May 22, 2022 20:39
c5cf599
to
c8bf19f
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
July 17, 2022 14:16
c8bf19f
to
d567503
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
August 30, 2022 13:49
d567503
to
05a997c
Compare
renovate
bot
changed the title
fix(deps): update dependency fs-extra to v10
chore(deps) Update dependency fs-extra to v10
Aug 30, 2022
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
December 6, 2022 15:04
90f81b8
to
b6d8043
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
January 20, 2023 00:01
b6d8043
to
6a234e8
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
February 1, 2023 04:24
6a234e8
to
6c62046
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
December 17, 2023 17:41
6c62046
to
9b01267
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
September 27, 2024 04:19
9b01267
to
5cb4b45
Compare
renovate
bot
force-pushed
the
renovate/fs-extra-10.x
branch
from
September 27, 2024 14:50
5cb4b45
to
76e061f
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:
9.1.0
->10.1.0
Release Notes
jprichardson/node-fs-extra (fs-extra)
v10.1.0
Compare Source
fs.realpath.native
does not exist, instead of erroring (#953)undefined
options tomove()
(#947, #955)process.emitWarning
instead ofconsole.warn
(#954)v10.0.1
Compare Source
sideEffects: false
topackage.json
(#941)v10.0.0
Compare Source
Breaking changes
The following changes, although technically semver-major, will not affect the vast majority of users:
ensureLink*()
/ensureSymlink*()
(#826, #786, #870)copy*()
unknown file type (#880)remove*()
(#882)Improvements
move*()
, even on technically case-insensitive filesystems (#759, #801)fs.rm*()
forremove*()
in environments that support it (#882, #806)emptyDir()
performance (#885)Bugfixes
copy*()
'sfilter
function is not called more than necessary (#883, #809)move*()
raisingEPERM
error when moving a file to the root of a drive on Windows (#897, #819)Miscellaneous changes
at-least-node
as a dependency (#896)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.