-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit 89ff4ab
authored
chore(deps-dev): bump memfs from 4.38.2 to 4.39.0 (#1298)
Bumps [memfs](https://github.com/streamich/memfs) from 4.38.2 to 4.39.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/streamich/memfs/releases">memfs's
releases</a>.</em></p>
<blockquote>
<h2>v4.39.0</h2>
<h1><a
href="https://github.com/streamich/memfs/compare/v4.38.3...v4.39.0">4.39.0</a>
(2025-09-10)</h1>
<h3>Features</h3>
<ul>
<li>🎸 add scaffold for <code>CoreFileSystemObserver</code>
implementation and restructure fsa() helper (<a
href="https://github.com/streamich/memfs/commit/117b7c5a7ec26a77c03f0a250793925353c01f58">117b7c5</a>)</li>
<li>🎸 improve <code>IFileSystemChangeRecord</code> interface (<a
href="https://github.com/streamich/memfs/commit/868b763ccbd33eac3b3a92d2acbd7df70e77a7c6">868b763</a>)</li>
<li>🎸 update <code>IFileSystemObserver</code> interface (<a
href="https://github.com/streamich/memfs/commit/d581d8c995eb544836b15767aae7dc0d2e49ae72">d581d8c</a>)</li>
<li>🎸 update file change record interface (<a
href="https://github.com/streamich/memfs/commit/ff2386c4b3c03dd6c3c5d579c96d3a062423d5f2">ff2386c</a>)</li>
<li>🎸 use <code>FanOut</code> for <code>Link</code> reactivity (<a
href="https://github.com/streamich/memfs/commit/2aec58699d07f5b4b9e5164eab631cd7a3f43a93">2aec586</a>)</li>
<li>🎸 use <code>FanOut</code> for <code>Node</code> events (<a
href="https://github.com/streamich/memfs/commit/95ef10ab401f3b352f1d473465db859eaf6e10c6">95ef10a</a>)</li>
<li>🎸 use compact form for link events (<a
href="https://github.com/streamich/memfs/commit/a00a1f0e2ce0dbc5b4c870eb20c36f9e10c1ce17">a00a1f0</a>)</li>
</ul>
<h2>v4.38.3</h2>
<h2><a
href="https://github.com/streamich/memfs/compare/v4.38.2...v4.38.3">4.38.3</a>
(2025-09-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>prevent readFile from updating ctime when only accessing files (<a
href="https://github.com/streamich/memfs/commit/f5f3066cd6d2d7e2d8bec7414e9eda064afd7868">f5f3066</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/streamich/memfs/blob/master/CHANGELOG.md">memfs's
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/streamich/memfs/compare/v4.38.3...v4.39.0">4.39.0</a>
(2025-09-10)</h1>
<h3>Features</h3>
<ul>
<li>🎸 add scaffold for <code>CoreFileSystemObserver</code>
implementation and restructure fsa() helper (<a
href="https://github.com/streamich/memfs/commit/117b7c5a7ec26a77c03f0a250793925353c01f58">117b7c5</a>)</li>
<li>🎸 improve <code>IFileSystemChangeRecord</code> interface (<a
href="https://github.com/streamich/memfs/commit/868b763ccbd33eac3b3a92d2acbd7df70e77a7c6">868b763</a>)</li>
<li>🎸 update <code>IFileSystemObserver</code> interface (<a
href="https://github.com/streamich/memfs/commit/d581d8c995eb544836b15767aae7dc0d2e49ae72">d581d8c</a>)</li>
<li>🎸 update file change record interface (<a
href="https://github.com/streamich/memfs/commit/ff2386c4b3c03dd6c3c5d579c96d3a062423d5f2">ff2386c</a>)</li>
<li>🎸 use <code>FanOut</code> for <code>Link</code> reactivity (<a
href="https://github.com/streamich/memfs/commit/2aec58699d07f5b4b9e5164eab631cd7a3f43a93">2aec586</a>)</li>
<li>🎸 use <code>FanOut</code> for <code>Node</code> events (<a
href="https://github.com/streamich/memfs/commit/95ef10ab401f3b352f1d473465db859eaf6e10c6">95ef10a</a>)</li>
<li>🎸 use compact form for link events (<a
href="https://github.com/streamich/memfs/commit/a00a1f0e2ce0dbc5b4c870eb20c36f9e10c1ce17">a00a1f0</a>)</li>
</ul>
<h2><a
href="https://github.com/streamich/memfs/compare/v4.38.2...v4.38.3">4.38.3</a>
(2025-09-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>prevent readFile from updating ctime when only accessing files (<a
href="https://github.com/streamich/memfs/commit/f5f3066cd6d2d7e2d8bec7414e9eda064afd7868">f5f3066</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/streamich/memfs/commit/733705d86dfe973f35bb0e04a2034b451e008dde"><code>733705d</code></a>
chore(release): 4.39.0 [skip ci]</li>
<li><a
href="https://github.com/streamich/memfs/commit/91d9365c831561dd7a6dd716a580d73c7cdbdb61"><code>91d9365</code></a>
Merge pull request <a
href="https://redirect.github.com/streamich/memfs/issues/1180">#1180</a>
from streamich/fsa-observable</li>
<li><a
href="https://github.com/streamich/memfs/commit/10e65a2e9efb125fb7e9d10af4d03b9c5298ff6c"><code>10e65a2</code></a>
chore: 🤖 resolve conflicts on merge</li>
<li><a
href="https://github.com/streamich/memfs/commit/ac67ac7696d1336ec6fb0f27ca4e1113c6b7ca1c"><code>ac67ac7</code></a>
Merge branch 'master' into fsa-observable</li>
<li><a
href="https://github.com/streamich/memfs/commit/14aa0b381571bc3544a7cf760a2dea59acc16d94"><code>14aa0b3</code></a>
style: 💄 run Prettier</li>
<li><a
href="https://github.com/streamich/memfs/commit/95ef10ab401f3b352f1d473465db859eaf6e10c6"><code>95ef10a</code></a>
feat: 🎸 use <code>FanOut</code> for <code>Node</code> events</li>
<li><a
href="https://github.com/streamich/memfs/commit/9a9407272a2d787231348b9bca35ec9f3a17f8e0"><code>9a94072</code></a>
chore: 🤖 remove unused variables</li>
<li><a
href="https://github.com/streamich/memfs/commit/a00a1f0e2ce0dbc5b4c870eb20c36f9e10c1ce17"><code>a00a1f0</code></a>
feat: 🎸 use compact form for link events</li>
<li><a
href="https://github.com/streamich/memfs/commit/2aec58699d07f5b4b9e5164eab631cd7a3f43a93"><code>2aec586</code></a>
feat: 🎸 use <code>FanOut</code> for <code>Link</code> reactivity</li>
<li><a
href="https://github.com/streamich/memfs/commit/16b2b4234c779aa7d03dd332791d49724f5df961"><code>16b2b42</code></a>
test: 💍 skip test</li>
<li>Additional commits viewable in <a
href="https://github.com/streamich/memfs/compare/v4.38.2...v4.39.0">compare
view</a></li>
</ul>
</details>
<br />
[](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)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 <dependency name> 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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 312add1 commit 89ff4abCopy full SHA for 89ff4ab
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
|
0 commit comments