Skip to content
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

fix(deps): update dependency fs-extra to v10 #2237

Merged
merged 1 commit into from
Jun 6, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
fs-extra 9.1.0 -> 10.1.0 age adoption passing confidence

Release Notes

jprichardson/node-fs-extra

v10.1.0

Compare Source

  • Warn if fs.realpath.native does not exist, instead of erroring (#​953)
  • Allow explicitly passing undefined options to move() (#​947, #​955)
  • Use process.emitWarning instead of console.warn (#​954)

v10.0.1

Compare Source

  • Add sideEffects: false to package.json (#​941)

v10.0.0

Compare Source

Breaking changes

The following changes, although technically semver-major, will not affect the vast majority of users:

  • Ensure correct type when destination exists for ensureLink*()/ensureSymlink*() (#​826, #​786, #​870)
  • Error when attempting to copy*() unknown file type (#​880)
  • Remove undocumented options for remove*() (#​882)
Improvements
  • Allow changing case of filenames with move*(), even on technically case-insensitive filesystems (#​759, #​801)
  • Use native fs.rm*() for remove*() in environments that support it (#​882, #​806)
  • Improve emptyDir() performance (#​885)
Bugfixes
  • Ensure copy*()'s filter function is not called more than necessary (#​883, #​809)
  • Fix move*() raising EPERM error when moving a file to the root of a drive on Windows (#​897, #​819)
Miscellaneous changes

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented May 3, 2021

Codecov Report

Merging #2237 (a028a86) into master (5d9de05) will increase coverage by 99.88%.
The diff coverage is n/a.

❗ Current head a028a86 differs from pull request most recent head 6c905f3. Consider uploading reports for the commit 6c905f3 to get more accurate results

@@             Coverage Diff             @@
##           master    #2237       +/-   ##
===========================================
+ Coverage        0   99.88%   +99.88%     
===========================================
  Files           0       32       +32     
  Lines           0     1701     +1701     
===========================================
+ Hits            0     1699     +1699     
- Misses          0        2        +2     
Impacted Files Coverage Δ
src/cmd/sign.js 100.00% <0.00%> (ø)
src/util/promisify.js 100.00% <0.00%> (ø)
src/util/artifacts.js 100.00% <0.00%> (ø)
src/firefox/index.js 100.00% <0.00%> (ø)
src/util/temp-dir.js 100.00% <0.00%> (ø)
src/extension-runners/chromium.js 100.00% <0.00%> (ø)
src/cmd/lint.js 100.00% <0.00%> (ø)
src/util/stdin.js 100.00% <0.00%> (ø)
src/util/adb.js 100.00% <0.00%> (ø)
src/util/manifest.js 100.00% <0.00%> (ø)
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d9de05...6c905f3. Read the comment docs.

@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from 243f68b to 33b051b Compare July 30, 2021 13:19
@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from 33b051b to 36715f2 Compare October 11, 2021 18:58
@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from 36715f2 to 0b27f0f Compare November 8, 2021 20:21
@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from 0b27f0f to 054fc59 Compare November 23, 2021 19:15
@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from 054fc59 to e1ab48f Compare February 22, 2022 16:04
@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from e1ab48f to ca62fa7 Compare April 16, 2022 21:20
@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from ca62fa7 to a028a86 Compare May 24, 2022 11:37
@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from a028a86 to 6c905f3 Compare June 6, 2022 12:24
@renovate renovate bot force-pushed the renovate/fs-extra-10.x branch from 6c905f3 to 94474c6 Compare June 6, 2022 13:25
@rpl rpl merged commit 0becc28 into master Jun 6, 2022
@rpl rpl deleted the renovate/fs-extra-10.x branch June 6, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants