ssube / cautious-journey

label manager and state machine for Github and Gitlab
MIT License
2 stars 1 forks source link

update: update dependency memfs to v3.5.0 #763

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
memfs 3.4.13 -> 3.5.0 age adoption passing confidence

Release Notes

streamich/memfs ### [`v3.5.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#​350-httpsgithubcomstreamichmemfscomparev3413v350-2023-04-06) [Compare Source](https://togithub.com/streamich/memfs/compare/v3.4.13...v3.5.0) ##### Features - support the `recursive` option for `fs.watch()` ([#​902](https://togithub.com/streamich/memfs/issues/902)) ([c829803](https://togithub.com/streamich/memfs/commit/c8298036d945d872d667fcd05a74d7f5c61654d0)) #### [3.4.13](https://togithub.com/streamich/memfs/compare/v3.4.12...v3.4.13) (2023-01-07) ##### Bug Fixes - set `path` on errors when possible ([#​893](https://togithub.com/streamich/memfs/issues/893)) ([fb6e1e6](https://togithub.com/streamich/memfs/commit/fb6e1e65ef26a9a363499ff473af1e37e309d157)) #### [3.4.12](https://togithub.com/streamich/memfs/compare/v3.4.11...v3.4.12) (2022-11-19) ##### Bug Fixes - `mkdir` return value ([#​882](https://togithub.com/streamich/memfs/issues/882)) ([125ad2e](https://togithub.com/streamich/memfs/commit/125ad2e2bf268963fb0b8f287965bb7e2a2b230d)) #### [3.4.11](https://togithub.com/streamich/memfs/compare/v3.4.10...v3.4.11) (2022-11-13) ##### Bug Fixes - return `/` when calling `realpathSync` with `/` ([#​867](https://togithub.com/streamich/memfs/issues/867)) ([8d8e8d1](https://togithub.com/streamich/memfs/commit/8d8e8d150b4aea30f173c12bc9ca36709b44bcf5)), closes [#​863](https://togithub.com/streamich/memfs/issues/863) #### [3.4.10](https://togithub.com/streamich/memfs/compare/v3.4.9...v3.4.10) (2022-11-03) ##### Bug Fixes - support calling `chmod` on a directory ([#​870](https://togithub.com/streamich/memfs/issues/870)) ([7c5999c](https://togithub.com/streamich/memfs/commit/7c5999c88e58527861557fdfddc4069aedba3eef)), closes [#​558](https://togithub.com/streamich/memfs/issues/558) #### [3.4.9](https://togithub.com/streamich/memfs/compare/v3.4.8...v3.4.9) (2022-10-29) ##### Bug Fixes - support calling `utimes` on a directory ([#​866](https://togithub.com/streamich/memfs/issues/866)) ([301f2d1](https://togithub.com/streamich/memfs/commit/301f2d19a2c9ae72d436b412e3c009112631c736)), closes [#​391](https://togithub.com/streamich/memfs/issues/391) #### [3.4.8](https://togithub.com/streamich/memfs/compare/v3.4.7...v3.4.8) (2022-10-28) ##### Bug Fixes - extend with null bytes when calling `truncate` with a `len` greater than the current file size ([#​875](https://togithub.com/streamich/memfs/issues/875)) ([25027fb](https://togithub.com/streamich/memfs/commit/25027fb79ed32334259b7164ea1d784676e1b1bf)) #### [3.4.7](https://togithub.com/streamich/memfs/compare/v3.4.6...v3.4.7) (2022-06-24) ##### Bug Fixes - dont patch `getuid` and `getgid` on `process` anymore ([#​847](https://togithub.com/streamich/memfs/issues/847)) ([1c19e87](https://togithub.com/streamich/memfs/commit/1c19e873641c68dcc2c0f406b8cd3a331e563a25)) #### [3.4.6](https://togithub.com/streamich/memfs/compare/v3.4.5...v3.4.6) (2022-06-18) ##### Bug Fixes - loosen dependency constraints ([#​855](https://togithub.com/streamich/memfs/issues/855)) ([af1c224](https://togithub.com/streamich/memfs/commit/af1c2242194b932859a63be61cc0a3dd6064fec9)) #### [3.4.5](https://togithub.com/streamich/memfs/compare/v3.4.4...v3.4.5) (2022-06-18) ##### Bug Fixes - throw EEXIST when opening file that already exists with 'wx' flag ([#​853](https://togithub.com/streamich/memfs/issues/853)) ([8b021b3](https://togithub.com/streamich/memfs/commit/8b021b3bb3205ceb3024fbd88ab01b63189f7575)) #### [3.4.4](https://togithub.com/streamich/memfs/compare/v3.4.3...v3.4.4) (2022-05-28) ##### Bug Fixes - allow `Uint8Array`s to be passed to `FsWriteStream` ([#​842](https://togithub.com/streamich/memfs/issues/842)) ([4398992](https://togithub.com/streamich/memfs/commit/43989925480f8326cdb602f23265c2191a9e1d1d)) #### [3.4.3](https://togithub.com/streamich/memfs/compare/v3.4.2...v3.4.3) (2022-05-17) ##### Bug Fixes - ensure js file is copied to expected place ([#​838](https://togithub.com/streamich/memfs/issues/838)) ([90e2e1d](https://togithub.com/streamich/memfs/commit/90e2e1d917ca2a053739c7d214d805a3bc9bcded)) #### [3.4.2](https://togithub.com/streamich/memfs/compare/v3.4.1...v3.4.2) (2022-05-17) ##### Bug Fixes - set `closed` property correct on Node 18 ([#​836](https://togithub.com/streamich/memfs/issues/836)) ([d1823e1](https://togithub.com/streamich/memfs/commit/d1823e1cf986cc0d3982311b13fbdfd4de16f8fd)) #### [3.4.1](https://togithub.com/streamich/memfs/compare/v3.4.0...v3.4.1) (2021-12-30) ##### Bug Fixes - recursively sync children steps to fix rename ([43e8222](https://togithub.com/streamich/memfs/commit/43e82223046362c5e0176c112675c5636baac389))

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.



This PR has been generated by Mend Renovate. View repository job log here.