web-infra-dev / rsdoctor

A one-stop build analyzer for Rspack and Webpack.
https://rsdoctor.dev/
MIT License
355 stars 20 forks source link

chore(deps): update dependency memfs to v3.5.3 #302

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

streamich/memfs (memfs) ### [`v3.5.3`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#353-2023-06-07) [Compare Source](https://togithub.com/streamich/memfs/compare/v3.5.2...v3.5.3) ##### Bug Fixes - bump fs-monkey minimum version for rm support ([#​909](https://togithub.com/streamich/memfs/issues/909)) ([595a473](https://togithub.com/streamich/memfs/commit/595a473a9c3d0634ace4e431f984b1a34a559855)) ### [`v3.5.2`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#352-2023-06-02) [Compare Source](https://togithub.com/streamich/memfs/compare/v3.5.1...v3.5.2) ##### Bug Fixes - correctly output filename when watching files ([#​907](https://togithub.com/streamich/memfs/issues/907)) ([fbde74f](https://togithub.com/streamich/memfs/commit/fbde74f2fd352ed1388029ffe8369f47a62eb05f)) ### [`v3.5.1`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#351-2023-04-20) [Compare Source](https://togithub.com/streamich/memfs/compare/v3.5.0...v3.5.1) ##### Bug Fixes - ensure metadata is updated correctly so that `watchFile` is correctly triggered ([#​891](https://togithub.com/streamich/memfs/issues/891)) ([8af880e](https://togithub.com/streamich/memfs/commit/8af880ed831493f38cedea827396a154a8fbce37)) ### [`v3.5.0`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#350-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)) ### [`v3.4.13`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#3413-2023-01-07) [Compare Source](https://togithub.com/streamich/memfs/compare/v3.4.12...v3.4.13) ##### Bug Fixes - set `path` on errors when possible ([#​893](https://togithub.com/streamich/memfs/issues/893)) ([fb6e1e6](https://togithub.com/streamich/memfs/commit/fb6e1e65ef26a9a363499ff473af1e37e309d157)) ### [`v3.4.12`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#3412-2022-11-19) [Compare Source](https://togithub.com/streamich/memfs/compare/v3.4.11...v3.4.12) ##### Bug Fixes - `mkdir` return value ([#​882](https://togithub.com/streamich/memfs/issues/882)) ([125ad2e](https://togithub.com/streamich/memfs/commit/125ad2e2bf268963fb0b8f287965bb7e2a2b230d)) ### [`v3.4.11`](https://togithub.com/streamich/memfs/blob/HEAD/CHANGELOG.md#3411-2022-11-13) [Compare Source](https://togithub.com/streamich/memfs/compare/v3.4.10...v3.4.11) ##### 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)

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

netlify[bot] commented 3 months ago

Deploy Preview for rsdoctor ready!

Name Link
Latest commit bfee1c76f3e08b8384979307d9a28318db3874c6
Latest deploy log https://app.netlify.com/sites/rsdoctor/deploys/6625b283c5a3190008c8b1aa
Deploy Preview https://deploy-preview-302--rsdoctor.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.