Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency memfs to ^3.5.3 #488

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 31, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
memfs ^3.2.2 -> ^3.5.3 age adoption passing confidence

Release Notes

streamich/memfs (memfs)

v3.5.3

Compare Source

Bug Fixes

v3.5.2

Compare Source

Bug Fixes

v3.5.1

Compare Source

Bug Fixes
  • ensure metadata is updated correctly so that watchFile is correctly triggered (#​891) (8af880e)

v3.5.0

Compare Source

Features

3.4.13 (2023-01-07)

Bug Fixes

3.4.12 (2022-11-19)

Bug Fixes

3.4.11 (2022-11-13)

Bug Fixes

3.4.10 (2022-11-03)

Bug Fixes

3.4.9 (2022-10-29)

Bug Fixes

3.4.8 (2022-10-28)

Bug Fixes
  • extend with null bytes when calling truncate with a len greater than the current file size (#​875) (25027fb)

3.4.7 (2022-06-24)

Bug Fixes

3.4.6 (2022-06-18)

Bug Fixes

3.4.5 (2022-06-18)

Bug Fixes
  • throw EEXIST when opening file that already exists with 'wx' flag (#​853) (8b021b3)

3.4.4 (2022-05-28)

Bug Fixes

3.4.3 (2022-05-17)

Bug Fixes

3.4.2 (2022-05-17)

Bug Fixes

3.4.1 (2021-12-30)

Bug Fixes
  • recursively sync children steps to fix rename (43e8222)

v3.4.13

Compare Source

Bug Fixes

v3.4.12

Compare Source

Bug Fixes

v3.4.11

Compare Source

Bug Fixes

v3.4.10

Compare Source

Bug Fixes

v3.4.9

Compare Source

Bug Fixes

v3.4.8

Compare Source

Bug Fixes
  • extend with null bytes when calling truncate with a len greater than the current file size (#​875) (25027fb)

v3.4.7

Compare Source

Bug Fixes

v3.4.6

Compare Source

Bug Fixes

v3.4.5

Compare Source

Bug Fixes
  • throw EEXIST when opening file that already exists with 'wx' flag (#​853) (8b021b3)

v3.4.4

Compare Source

Bug Fixes

v3.4.3

Compare Source

Bug Fixes

v3.4.2

Compare Source

Bug Fixes

v3.4.1

Compare Source

Bug Fixes

v3.4.0

Compare Source

Features
  • support the throwIfNoEntry option (80cf803)

v3.3.0

Compare Source

Bug Fixes
  • 🐛 remove unused method (05b2a47)
Features
  • 🎸 add .rmSync(), .rm(), and .promises.rm() methods (2414fb6)
  • 🎸 add support for "recursive" and "force" flags in .rm() (7f6714c)

3.2.4 (2021-09-02)

Bug Fixes
  • 🐛 use globalThis defensively (eed6bbf)

3.2.3 (2021-08-31)

Bug Fixes
  • global and timers this arg in browser (1e93ab1)
  • prevent callback from triggering twice when callback throws (07e8215)
  • prevent callback from triggering twice when callback throws (6db755d), closes #​542

3.2.2 (2021-04-05)

Bug Fixes
  • deps: update dependency fs-monkey to v1.0.2 (07f05db)
  • deps: update dependency fs-monkey to v1.0.3 (84346ed)

3.2.1 (2021-03-31)

Bug Fixes

v3.2.4

Compare Source

Bug Fixes
  • 🐛 use globalThis defensively (eed6bbf)

v3.2.3

Compare Source

Bug Fixes
  • global and timers this arg in browser (1e93ab1)
  • prevent callback from triggering twice when callback throws (07e8215)
  • prevent callback from triggering twice when callback throws (6db755d), closes #​542

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.2.3 chore(deps): update dependency memfs to ^3.2.4 Sep 2, 2021
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.2.4 chore(deps): update dependency memfs to ^3.3.0 Sep 19, 2021
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.3.0 chore(deps): update dependency memfs to ^3.4.1 Mar 7, 2022
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.4.1 chore(deps): update dependency memfs to ^3.4.4 Jun 18, 2022
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.4.4 chore(deps): update dependency memfs to ^3.4.6 Jun 23, 2022
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.4.6 chore(deps): update dependency memfs to ^3.4.7 Sep 25, 2022
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.4.7 chore(deps): update dependency memfs to ^3.4.12 Nov 20, 2022
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.4.12 chore(deps): update dependency memfs to ^3.4.13 Mar 16, 2023
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.4.13 chore(deps): update dependency memfs to ^3.5.0 Apr 17, 2023
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.5.0 chore(deps): update dependency memfs to ^3.5.1 May 28, 2023
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.5.1 chore(deps): update dependency memfs to ^3.5.2 Jun 4, 2023
@renovate renovate bot changed the title chore(deps): update dependency memfs to ^3.5.2 chore(deps): update dependency memfs to ^3.5.3 Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants