open-ux-tools
open-ux-tools copied to clipboard
fix(deps): update dependencies [mem-fs]
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @types/mem-fs (source) | 1.1.2 -> 1.1.5 |
||||
| @types/mem-fs-editor | 7.0.1 -> 7.0.7 |
||||
| mem-fs | 2.1.0 -> 2.3.0 |
||||
| mem-fs-editor | 9.4.0 -> 9.7.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
SBoudrias/mem-fs (mem-fs)
v2.3.0
- Added a
filteroption tostore.stream({ filter })(it is much faster than filtering on the stream)
v2.2.1
Typescript type fix.
v2.2.0
Refactored to typescript
SBoudrias/mem-fs-editor (mem-fs-editor)
v9.7.0
v9.6.0
#copy()and#copyTpl()now acceptoption.fromBasePathto manually define the base path when passing an array of files to copy (without this option, the base is inferred to the best bet.) Documentation is updated to:
When passing array, you should pass
options.fromBasePathto be used to calculate thetorelative path. The common directory will be detected and used asfromBasePathotherwise.
- Performance optimization of
#copy()
v9.5.0
- feat: update file permission on commit
61c0c6a
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
⚠️ No Changeset found
Latest commit: 15fffde25051bb8dad42e9d215254798bd20543f
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
@zdravko-georgiev @voicis @UweSchwerk mem-fs is by now at version 11, should we go for the big leap instead of this minor version change?
Small update: switching to 11.0.0 would be a bit of effort:
- update version
- remove
@types/mem-fs*modules - update imports of type
Editorit is nowMemFsEditor - manually checking the API changes - on first glance it looks like there are a few e.g.
readreturnsstring | nullinstead of juststringandcopyTplhas different input parameters.
Consumers of all these packages would also need to update the versions. We should probably plan this change and see when it is best to do the update.
I created a TBI for this #1716
@schreckstefan should we re-try this with the newest versions? mem-fs 2.1.0 -> 4.1.1 and mem-fs-editor 9.4.0 -> 11.1.3?
@heimwege
The two definitions of Store at mem-fs and types/mem-fs do not fit together, obviously.