open-ux-tools icon indicating copy to clipboard operation
open-ux-tools copied to clipboard

fix(deps): update dependencies [mem-fs]

Open renovate[bot] opened this issue 2 years ago • 8 comments
trafficstars

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/mem-fs (source) 1.1.2 -> 1.1.5 age adoption passing confidence
@​types/mem-fs-editor 7.0.1 -> 7.0.7 age adoption passing confidence
mem-fs 2.1.0 -> 2.3.0 age adoption passing confidence
mem-fs-editor 9.4.0 -> 9.7.0 age adoption passing confidence

[!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

Compare Source

  • Added a filter option to store.stream({ filter }) (it is much faster than filtering on the stream)

v2.2.1

Compare Source

Typescript type fix.

v2.2.0

Compare Source

Refactored to typescript

SBoudrias/mem-fs-editor (mem-fs-editor)

v9.7.0

Compare Source

v9.6.0

Compare Source

  • #copy() and #copyTpl() now accept option.fromBasePath to 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.fromBasePath to be used to calculate the to relative path. The common directory will be detected and used as fromBasePath otherwise.

  • Performance optimization of #copy()

v9.5.0

Compare Source

  • 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.

renovate[bot] avatar Aug 11 '23 13:08 renovate[bot]

⚠️ 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

changeset-bot[bot] avatar Aug 11 '23 13:08 changeset-bot[bot]

CLA assistant check
All committers have signed the CLA.

cla-assistant[bot] avatar Oct 05 '23 14:10 cla-assistant[bot]

@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?

tobiasqueck avatar Mar 01 '24 06:03 tobiasqueck

Small update: switching to 11.0.0 would be a bit of effort:

  • update version
  • remove @types/mem-fs* modules
  • update imports of type Editor it is now MemFsEditor
  • manually checking the API changes - on first glance it looks like there are a few e.g. read returns string | null instead of just string and copyTpl has different input parameters.

tobiasqueck avatar Mar 01 '24 06:03 tobiasqueck

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.

voicis avatar Mar 01 '24 09:03 voicis

I created a TBI for this #1716

voicis avatar Mar 01 '24 17:03 voicis

@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 avatar Oct 23 '24 08:10 heimwege

@heimwege image

image

The two definitions of Store at mem-fs and types/mem-fs do not fit together, obviously. image

schreckstefan avatar Oct 23 '24 15:10 schreckstefan