From 6ee1210fb4bc5e9f5e1527a43ed696c9be9130a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 06:16:50 +0900 Subject: [PATCH] MINOR: [JS] Bump memfs from 4.14.0 to 4.17.0 in /js (#45407) Bumps [memfs](https://github.com/streamich/memfs) from 4.14.0 to 4.17.0.
Release notes

Sourced from memfs's releases.

v4.17.0

4.17.0 (2025-01-09)

Features

v4.16.0

4.16.0 (2025-01-09)

Features

v4.15.4

4.15.4 (2025-01-09)

Bug Fixes

v4.15.3

4.15.3 (2025-01-01)

Bug Fixes

v4.15.2

4.15.2 (2024-12-30)

Bug Fixes

v4.15.1

4.15.1 (2024-12-22)

Bug Fixes

v4.15.0

4.15.0 (2024-12-09)

... (truncated)

Changelog

Sourced from memfs's changelog.

4.17.0 (2025-01-09)

Features

4.16.0 (2025-01-09)

Features

4.15.4 (2025-01-09)

Bug Fixes

4.15.3 (2025-01-01)

Bug Fixes

4.15.2 (2024-12-30)

Bug Fixes

4.15.1 (2024-12-22)

Bug Fixes

4.15.0 (2024-12-09)

Features

4.14.1 (2024-12-02)

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=memfs&package-manager=npm_and_yarn&previous-version=4.14.0&new-version=4.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@ dependabot rebase` will rebase this PR - `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@ dependabot merge` will merge this PR after your CI passes on it - `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@ dependabot cancel merge` will cancel a previously requested merge and block automerging - `@ dependabot reopen` will reopen this PR if it is closed - `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@ dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Sutou Kouhei --- js/package.json | 2 +- js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/package.json b/js/package.json index e0dffc7f48590..989f896a45661 100644 --- a/js/package.json +++ b/js/package.json @@ -98,7 +98,7 @@ "ix": "7.0.0", "jest": "29.7.0", "jest-silent-reporter": "0.6.0", - "memfs": "4.14.0", + "memfs": "4.17.0", "mkdirp": "3.0.1", "multistream": "4.1.0", "regenerator-runtime": "0.14.1", diff --git a/js/yarn.lock b/js/yarn.lock index 4be93037c98f5..b41ef132a7302 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -5290,10 +5290,10 @@ mdurl@^2.0.0: resolved "https://registry.yarnpkg.com/mdurl/-/mdurl-2.0.0.tgz#80676ec0433025dd3e17ee983d0fe8de5a2237e0" integrity sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w== -memfs@4.14.0: - version "4.14.0" - resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.14.0.tgz#48d5e85a03ea0b428280003212fbca3063531be3" - integrity sha512-JUeY0F/fQZgIod31Ja1eJgiSxLn7BfQlCnqhwXFBzFHEw63OdLK7VJUJ7bnzNsWgCyoUP5tEp1VRY8rDaYzqOA== +memfs@4.17.0: + version "4.17.0" + resolved "https://registry.yarnpkg.com/memfs/-/memfs-4.17.0.tgz#a3c4b5490b9b1e7df5d433adc163e08208ce7ca2" + integrity sha512-4eirfZ7thblFmqFjywlTmuWVSvccHAJbn1r8qQLzmTO11qcqpohOjmY2mFce6x7x7WtskzRqApPD0hv+Oa74jg== dependencies: "@jsonjoy.com/json-pack" "^1.0.3" "@jsonjoy.com/util" "^1.3.0"