Skip to content

Commit

Permalink
Update dependency memfs to v4.6.0 (#77)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [memfs](https://togithub.com/streamich/memfs) | [`4.2.1` ->
`4.6.0`](https://renovatebot.com/diffs/npm/memfs/4.2.1/4.6.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/memfs/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/memfs/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/memfs/4.2.1/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/memfs/4.2.1/4.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>streamich/memfs (memfs)</summary>

###
[`v4.6.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#460-2023-10-07)

[Compare
Source](https://togithub.com/streamich/memfs/compare/v4.5.0...v4.6.0)

##### Features

- add `queueMicrotask` implementation
([45d1784](https://togithub.com/streamich/memfs/commit/45d1784021be3d35519431da32540cfff03f9e7c))

###
[`v4.5.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#450-2023-09-25)

[Compare
Source](https://togithub.com/streamich/memfs/compare/v4.4.0...v4.5.0)

##### Features

- **volume:** `fromJSON` now accepts `Buffer` as volume content
([#&#8203;880](https://togithub.com/streamich/memfs/issues/880))
([9c0a6ff](https://togithub.com/streamich/memfs/commit/9c0a6ffbc2bd1f1ffdfd2c8ec3c75e382713e698))

###
[`v4.4.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#440-2023-09-22)

[Compare
Source](https://togithub.com/streamich/memfs/compare/v4.3.0...v4.4.0)

##### Features

- **volume:** `toJSON` now accepts the `asBuffer` parameter
([#&#8203;952](https://togithub.com/streamich/memfs/issues/952))
([91a3742](https://togithub.com/streamich/memfs/commit/91a3742276f00bfb2dda245c364780682c0b1784))
- **volume:** implement readv and writev
([#&#8203;946](https://togithub.com/streamich/memfs/issues/946))
([966e17e](https://togithub.com/streamich/memfs/commit/966e17ef5a00c041be88d9b2fd60cfdd83dffac7))

###
[`v4.3.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#430-2023-09-15)

[Compare
Source](https://togithub.com/streamich/memfs/compare/v4.2.3...v4.3.0)

##### Features

- add support for `O_SYMLINK`
([#&#8203;944](https://togithub.com/streamich/memfs/issues/944))
([96cbce4](https://togithub.com/streamich/memfs/commit/96cbce4145891af9d943d00868b3357969508330))

####
[4.2.3](https://togithub.com/streamich/memfs/compare/v4.2.2...v4.2.3)
(2023-09-15)

##### Bug Fixes

- add missing nanosecond-precision properties to Stats
([#&#8203;943](https://togithub.com/streamich/memfs/issues/943))
([b9d4c6d](https://togithub.com/streamich/memfs/commit/b9d4c6daf19f75784ade8ebb8ac17afefe6442e9))

####
[4.2.2](https://togithub.com/streamich/memfs/compare/v4.2.1...v4.2.2)
(2023-09-15)

##### Bug Fixes

- support directories named `__proto__`
([#&#8203;945](https://togithub.com/streamich/memfs/issues/945))
([8d92a0b](https://togithub.com/streamich/memfs/commit/8d92a0b0501eab18622febb7c4e551026b515c3b)),
closes [#&#8203;938](https://togithub.com/streamich/memfs/issues/938)

####
[4.2.1](https://togithub.com/streamich/memfs/compare/v4.2.0...v4.2.1)
(2023-08-07)

##### Bug Fixes

- don't error when watched directory gets renamed
([#&#8203;939](https://togithub.com/streamich/memfs/issues/939))
([b431b08](https://togithub.com/streamich/memfs/commit/b431b089636619113e2dd39e9dc4a2c02048270a))

###
[`v4.2.3`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#423-2023-09-15)

[Compare
Source](https://togithub.com/streamich/memfs/compare/v4.2.2...v4.2.3)

##### Bug Fixes

- add missing nanosecond-precision properties to Stats
([#&#8203;943](https://togithub.com/streamich/memfs/issues/943))
([b9d4c6d](https://togithub.com/streamich/memfs/commit/b9d4c6daf19f75784ade8ebb8ac17afefe6442e9))

###
[`v4.2.2`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#422-2023-09-15)

[Compare
Source](https://togithub.com/streamich/memfs/compare/v4.2.1...v4.2.2)

##### Bug Fixes

- support directories named `__proto__`
([#&#8203;945](https://togithub.com/streamich/memfs/issues/945))
([8d92a0b](https://togithub.com/streamich/memfs/commit/8d92a0b0501eab18622febb7c4e551026b515c3b)),
closes [#&#8203;938](https://togithub.com/streamich/memfs/issues/938)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ajvpot/lockfileparsergo).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzcuMTM1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 27, 2024
1 parent f0f733f commit f089392
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 167 deletions.
316 changes: 158 additions & 158 deletions js/dist/built.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1231,9 +1231,9 @@ json-file-plus@^3.3.1:
safer-buffer "^2.0.2"

json-joy@^9.2.0:
version "9.5.1"
resolved "https://registry.yarnpkg.com/json-joy/-/json-joy-9.5.1.tgz#056683b4db4b0e279451a563a756b70b9fd97fa3"
integrity sha512-XMSpdxaiWUZlc+CAUbPS3G2MZbGxm6clFatqjta/DLrq5V4Y5JU4cx7Qvy7l+XTVPvmRWaYuzzAuCf9uUc40IA==
version "9.9.1"
resolved "https://registry.yarnpkg.com/json-joy/-/json-joy-9.9.1.tgz#add8f8bdf4f7066894f5ec4817a5a43066a3757f"
integrity sha512-/d7th2nbQRBQ/nqTkBe6KjjvDciSwn9UICmndwk3Ed/Bk9AqkTRm4PnLVfXG4DKbT0rEY0nKnwE7NqZlqKE6kg==
dependencies:
arg "^5.0.2"
hyperdyperid "^1.2.0"
Expand Down Expand Up @@ -1394,9 +1394,9 @@ md5.js@^1.3.4:
safe-buffer "^5.1.2"

memfs@^4.0.0:
version "4.2.1"
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.2.1.tgz#8c5a48707a460dde8e734b15e405e8377db2bec5"
integrity sha512-CINEB6cNAAhLUfRGrB4lj2Pj47ygerEmw3jxPb6R1gkD6Jfp484gJLteQ6MzqIjGWtFWuVzDl+KN7HiipMuKSw==
version "4.6.0"
resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.6.0.tgz#e812d438f73482a7110420d13d381c730b9a4de5"
integrity sha512-I6mhA1//KEZfKRQT9LujyW6lRbX7RkC24xKododIDO3AGShcaFAMKElv1yFGWX8fD4UaSiwasr3NeQ5TdtHY1A==
dependencies:
json-joy "^9.2.0"
thingies "^1.11.1"
Expand Down Expand Up @@ -1990,9 +1990,9 @@ tar-stream@^2.0.1:
readable-stream "^3.1.1"

thingies@^1.11.1:
version "1.12.0"
resolved "https://registry.yarnpkg.com/thingies/-/thingies-1.12.0.tgz#a815c224482d607aa70f563d3cbb351a338e4710"
integrity sha512-AiGqfYC1jLmJagbzQGuoZRM48JPsr9yB734a7K6wzr34NMhjUPrWSQrkF7ZBybf3yCerCL2Gcr02kMv4NmaZfA==
version "1.16.0"
resolved "https://registry.yarnpkg.com/thingies/-/thingies-1.16.0.tgz#968cde87fbf0fdd69a1a3a8e9678324f634e5053"
integrity sha512-J23AVs11hSQxuJxvfQyMIaS9z1QpDxOCvMkL3ZxZl8/jmkgmnNGWrlyNxVz6Jbh0U6DuGmHqq6f7zUROfg/ncg==

timers-browserify@^2.0.4:
version "2.0.12"
Expand Down

0 comments on commit f089392

Please sign in to comment.