Uh oh!
There was an error while loading. Please reload this page.
chore(deps) Update dependency fs-extra to v10 - #873
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
3 times, most recently
from
November 30, 2021 20:38
3ae20e0 to
08de6baComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
December 16, 2021 22:34
08de6ba to
c3f0dbdComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
January 3, 2022 01:45
51a7f4f to
2818e3fComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
4 times, most recently
from
January 24, 2022 11:35
e7e110c to
613a1dfComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
January 26, 2022 15:14
613a1df to
7d5712bComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
February 11, 2022 16:28
483b454 to
9f7e11aComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
5 times, most recently
from
February 28, 2022 11:32
3ae7ae3 to
3cdc321ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
March 17, 2022 18:33
d715dd5 to
f4b343aComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
March 27, 2022 23:00
a9ef61e to
b359f9cComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
April 15, 2022 18:24
d6751b7 to
2dc9167ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
April 16, 2022 20:52
2dc9167 to
01de4a7ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
April 25, 2022 13:40
01de4a7 to
c5cf599ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
May 22, 2022 20:39
c5cf599 to
c8bf19fComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
July 17, 2022 14:16
c8bf19f to
d567503ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
August 30, 2022 13:49
d567503 to
05a997cComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
December 6, 2022 15:04
90f81b8 to
b6d8043ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
January 20, 2023 00:01
b6d8043 to
6a234e8ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
February 1, 2023 04:24
6a234e8 to
6c62046ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
December 17, 2023 17:41
6c62046 to
9b01267ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
September 27, 2024 14:50
5cb4b45 to
76e061fComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
August 13, 2025 17:44
76e061f to
2d62d74ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
2 times, most recently
from
December 31, 2025 19:35
ea33204 to
a93a0fcComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
April 29, 2026 09:56
a93a0fc to
e28d923ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
May 12, 2026 10:00
e28d923 to
23835c3ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
5 times, most recently
from
June 12, 2026 09:21
e013c31 to
bf57287ComparerenovateBotforce-pushed
the
renovate/fs-extra-10.x
branch
from
June 12, 2026 12:59
bf57287 to
2d0d179Compare
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 freeto 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:
9.1.0→10.1.0Release Notes
jprichardson/node-fs-extra (fs-extra)
v10.1.0Compare Source
fs.realpath.nativedoes not exist, instead of erroring (#953)undefinedoptions tomove()(#947, #955)process.emitWarninginstead ofconsole.warn(#954)v10.0.1Compare Source
sideEffects: falsetopackage.json(#941)v10.0.0Compare 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*()'sfilterfunction is not called more than necessary (#883, #809)move*()raisingEPERMerror when moving a file to the root of a drive on Windows (#897, #819)Miscellaneous changes
at-least-nodeas 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.