From 886eaca1923463b46771c66629fc55d14720d849 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 07:16:33 +0000 Subject: [PATCH] chore(deps): update dependency memfs to v4.14.1 (#235) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [memfs](https://redirect.github.com/streamich/memfs) | [`4.14.0` -> `4.14.1`](https://renovatebot.com/diffs/npm/memfs/4.14.0/4.14.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/memfs/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/memfs/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/memfs/4.14.0/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/memfs/4.14.0/4.14.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
streamich/memfs (memfs) ### [`v4.14.1`](https://redirect.github.com/streamich/memfs/blob/HEAD/CHANGELOG.md#4141-2024-12-02) [Compare Source](https://redirect.github.com/streamich/memfs/compare/v4.14.0...v4.14.1) ##### Bug Fixes - accept passing a `FileHandle` to `createReadStream` and `createWriteStream` ([#​1077](https://redirect.github.com/streamich/memfs/issues/1077)) ([af163dc](https://redirect.github.com/streamich/memfs/commit/af163dc4fa198b022c631b02fca10445c37ca82e))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/boneskull/impvol). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d837bf..70fe968 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "lint-staged": "15.2.10", "markdownlint-cli2": "0.15.0", "markdownlint-cli2-formatter-pretty": "0.0.7", - "memfs": "4.14.0", + "memfs": "4.14.1", "prettier": "3.4.1", "prettier-plugin-curly": "0.3.1", "prettier-plugin-jsdoc": "1.3.0", @@ -5115,9 +5115,9 @@ "license": "MIT" }, "node_modules/memfs": { - "version": "4.14.0", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.14.0.tgz", - "integrity": "sha512-JUeY0F/fQZgIod31Ja1eJgiSxLn7BfQlCnqhwXFBzFHEw63OdLK7VJUJ7bnzNsWgCyoUP5tEp1VRY8rDaYzqOA==", + "version": "4.14.1", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.14.1.tgz", + "integrity": "sha512-Fq5CMEth+2iprLJ5mNizRcWuiwRZYjNkUD0zKk224jZunE9CRacTRDK8QLALbMBlNX2y3nY6lKZbesCwDwacig==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 739fb6c..b3bafe0 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "lint-staged": "15.2.10", "markdownlint-cli2": "0.15.0", "markdownlint-cli2-formatter-pretty": "0.0.7", - "memfs": "4.14.0", + "memfs": "4.14.1", "prettier": "3.4.1", "prettier-plugin-curly": "0.3.1", "prettier-plugin-jsdoc": "1.3.0",