katbin
katbin copied to clipboard
chore(deps): update dependency fs-extra to v11
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| fs-extra | ^10.0.0 -> ^11.0.0 |
Release Notes
jprichardson/node-fs-extra (fs-extra)
v11.3.3
v11.3.2
- Fix spurrious
UnhandledPromiseRejectionWarningthat could occur when calling.copy()in some cases (#1056, #1058)
v11.3.1
- Fix case where
move/moveSynccould incorrectly think files are identical on Windows (#1050)
v11.3.0
- Add promise support for newer
fsmethods (#1044, #1045) - Use
fs.opendirincopy()/copySync()for better perf/scalability (#972, #1028)
v11.2.0
- Copy directory contents in parallel for better performance (#1026)
- Refactor internal code to use
async/await(#1020)
v11.1.1
v11.1.0
v11.0.0
Breaking Changes
- Don't allow requiring
fs-extra/lib/SOMETHING(switched toexports) (#974) - Require Node v14.14+ (#968, #969)
New Features
- Add
fs-extra/esmfor ESM named export support; see docs for details (#746, #974) - Add promise support for
fs.readv()(#970)
Bugfixes
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, check this box
This PR was generated by Mend Renovate. View the repository job log.