fix(deps): update dependency fs-extra to v11
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| fs-extra | 9.0.0 -> 11.1.1 |
||||
| @types/fs-extra (source) | ^9.0.13 -> ^11.0.0 |
Release Notes
jprichardson/node-fs-extra
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
v10.1.0
- Warn if
fs.realpath.nativedoes not exist, instead of erroring (#953) - Allow explicitly passing
undefinedoptions tomove()(#947, #955) - Use
process.emitWarninginstead ofconsole.warn(#954)
v10.0.1
- Add
sideEffects: falsetopackage.json(#941)
v10.0.0
Breaking changes
- Require Node.js v12+ (#886, #893, #890, #894, #895)
- Allow copying broken symlinks (#779, #765, #638, #761)
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*()forremove*()in environments that support it (#882, #806) - Improve
emptyDir()performance (#885)
Bugfixes
- Ensure
copy*()'sfilterfunction is not called more than necessary (#883, #809) - Fix
move*()raisingEPERMerror when moving a file to the root of a drive on Windows (#897, #819)
Miscellaneous changes
v9.1.0
- Add promise support for
fs.rm()(#841, #860) - Upgrade universalify for performance improvments (#825)
v9.0.1
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 these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
🦋 Changeset detected
Latest commit: 245472993c22d60abb2c9c094b21218bc1e86b96
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| @graphprotocol/graph-cli | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
🚀 Snapshot Release (alpha)
The latest changes of this PR are available as alpha on npm (based on the declared changesets):
| Package | Version | Info |
|---|---|---|
@graphprotocol/graph-cli |
0.45.0-alpha-20230403190935-2454729 |
npm ↗︎ unpkg ↗︎ |
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
Autoclosing Skipped
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.