chore(deps): update dependency memfs to v4 #23173
Merged
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:
3.5.3
->4.2.0
Release Notes
streamich/memfs (memfs)
v4.2.0
: memfs v4Compare Source
memfs
v4 has been released, install4.2.0
NPM package.File System Access API
memfs
added adapters for File System Access (FAS) API, which is a file system API available in browsers. FSA can write to a real user folder, which user picks; or without any permissions can write to a virtual file system, called OPFS (Origin Private File System).memfs
implements adapters, which:fs
-like API out of the FSA API.fs
methods is also available using a WebWorker.memfs
can provide FSA API on top of anyfs
-like file system.Other notable changes
fs
changesfs
bugs were fixed.fs
were improved.mkdirp
andmkdripSync
were removed, they were deprecated before. (You can pass the"recursive"
flag tomkdir
andmkdirSync
, instead.)fs
utilities now live in the/src/node
folder.this
object, just like in nativefs
module.crudfs
andcasfs
crudfs
implementation on top of Nodefs
was added.crudfs
implementation on top of File System Access API was added.casfs
implementation on top ofcrudfs
was added.print
utility was added which allows to recursively print a directory tree to terminal.snapshot
utility was added which allows to create recursive binary snapshots of folders and then load them back into some folder./demo
folder now contains multiple Webpack demos.tslib
is now included as peer dependency, instead of TypeScript helpers being emitted into distributable.es2017
, instead of previouslyes5
.BigInt
shim is no longer shipped,memfs
will rely on theBigInt
provided by the JavaScript environment. You can shim that global, if necessary.fs-monkey
dependemcy was removed.experimental
, which means those APIs are in preview, their public interface may have breaking changes even across minor releases.next
branch was tested, which deploys pre-releases.Bug Fixes
Features
2d5c4cb
)038ab36
)085335c
)0db56be
)d3828a8
)8f15bd9
)528c807
)76cabc7
)566e29b
)57192fe
)27411e4
)8b27695
)43354e5
)c1cd615
)de2bb0a
)5e207c4
)7e0137c
)5fc1bac
)dfdb908
)b07ce79
)18c0658
)0492a98
)073ec6b
)f13ddb7
)6b1597a
)2f9542c
)6a50382
)710eb2f
)41f9b8c
)ce5dd5e
)e147d58
)956533a
)f6727f3
)ac38b5d
)57f386b
)bcad970
)1ac2df4
)68033dd
)ce268bb
)0628d56
)8e0136a
)cb92a99
)b4b6fcb
)60a65c1
)2178a50
)3689abd
)f398908
)8d243a0
)31383a8
)3729cd0
)f9a3cbe
)75890e0
)a1674e4
)5b1cd63
)239437d
)29a7dc8
)59ccf3c
)695b62a
)a39e9a2
)aa9acb3
)9fc8f13
)b68ea2a
)c89744d
)1850dae
)29c035a
)16d6600
)1e2fc72
)48e8e74
)4caf28b
)2b77619
)a8bee73
)7c8439f
)4b3444d
)417f911
)17b0446
)8190bfd
)c153506
)bb0c75a
)27fd08a
)4db1321
)6865a05
)77696f5
)9a7fd37
)1b893a2
)63aacb6
)b6b026a
)090980c
)b8601cc
)17015a3
)71567c9
)40bdc13
)f18d91e
)438806b
)4a064cf
)2623049
)be1525a
)cd54e9b
)2db4cd0
)48617aa
)dca57a2
)bf47b96
)9d5669c
)f13de3b
)177010a
)8226541
)6a2fa2d
)0a43a1b
)c72390b
)accebdb
)719a19f
)18912bf
)898e221
)685bc7e
)169662a
)4769314
)425cad7
)4039d64
)33ddbcc
)24841fa
)646efaf
)505dc20
)cb7ac4d
)03e60d0
)5d6f976
)615e88f
)0753937
)e046128
)629f22a
)3662003
)caf8394
)bc50fc5
)53784d9
)eea9215
)b3983df
)cb363b5
)616be8d
)65580aa
)80e8499
)e2b2bfd
)33f9af0
)b8e8a4c
)8ecac69
)4b7eddd
)33bea4b
)7357c14
)3a1b737
)2a07e34
)953d276
)bb803e2
)458a7b2
)99b12dc
)c06734b
)973af0a
)1c0bd59
)d221870
)3017ecd
)22047da
)09c9770
)af8452e
)d4469d1
)e11a383
)6bd3e75
)7a2fced
)12a8b3f
)e6dd59e
)c393f6c
)7e1a844
)6d5de0c
)505a1d9
)c6eeab4
)531f2a7
)7b9e0a3
)71b6afc
)392932a
)1de0e06
)3edcac1
)b267f78
)b006b2d
)f603262
)b696e09
)69281ff
)c109af1
)3010141
)0d81728
)7801533
)16ce2cf
)96b8374
)a568afd
)9900423
)50d2a1e
)5fa0d61
)a4268c6
)16e78e3
)39073ce
)68f0014
)99c915f
)b3254f6
)c254dc7
)f9b0f73
)d05c407
)5971c39
)32e13a8
)7adff27
)5119b8f
)b80f7b7
)7a65daa
)84cecec
)5134766
)Full Changelog: streamich/memfs@v3.6.0...v4.2.0
v4.1.0
Compare Source
Bug Fixes
Features
v4.0.0
Compare Source
Features
BREAKING CHANGES
v3.6.0
Compare Source
Features
3.5.3 (2023-06-07)
Bug Fixes
3.5.2 (2023-06-02)
Bug Fixes
3.5.1 (2023-04-20)
Bug Fixes
watchFile
is correctly triggered (#891) (8af880e)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 has been generated by Mend Renovate. View repository job log here.