Skip to content

Commit b57b873

Browse files
chore(deps-dev): bump memfs from 4.17.2 to 4.34.0 (#1274)
Bumps [memfs](https://github.com/streamich/memfs) from 4.17.2 to 4.34.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.34.0</h2> <h1><a href="https://github.com/streamich/memfs/compare/v4.33.0...v4.34.0">4.34.0</a> (2025-08-01)</h1> <h3>Features</h3> <ul> <li>add ENOTDIR error for files accessed with trailing slash (<a href="https://github.com/streamich/memfs/commit/83d36f388f92904cd45acd62df9230218b94a299">83d36f3</a>)</li> </ul> <h2>v4.33.0</h2> <h1><a href="https://github.com/streamich/memfs/compare/v4.32.1...v4.33.0">4.33.0</a> (2025-08-01)</h1> <h3>Bug Fixes</h3> <ul> <li>correct ENOTDIR vs ENOENT error handling after symlink resolution (<a href="https://github.com/streamich/memfs/commit/63b5cb3bff5ba0e79607b5e53ddf0a6cdb360f6b">63b5cb3</a>)</li> </ul> <h3>Features</h3> <ul> <li>fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (<a href="https://github.com/streamich/memfs/commit/adab01d9c7effb861fb291ade7f18478c673dd5a">adab01d</a>)</li> </ul> <h2>v4.32.1</h2> <h2><a href="https://github.com/streamich/memfs/compare/v4.32.0...v4.32.1">4.32.1</a> (2025-08-01)</h2> <h3>Bug Fixes</h3> <ul> <li>remove setTimeout to capture immediate file events in watched directories (<a href="https://github.com/streamich/memfs/commit/6cda8d51d725818ea8b88d94b988124f99e62400">6cda8d5</a>)</li> </ul> <h2>v4.32.0</h2> <h1><a href="https://github.com/streamich/memfs/compare/v4.31.0...v4.32.0">4.32.0</a> (2025-08-01)</h1> <h3>Bug Fixes</h3> <ul> <li>ensure glob APIs use consistent posix paths on all platforms (<a href="https://github.com/streamich/memfs/commit/a0cff3e8fd267fa77e4f1e6e603118654132e537">a0cff3e</a>)</li> <li>resolve merge conflicts and update missing-apis tests (<a href="https://github.com/streamich/memfs/commit/247302f2bf7451543d94d147262d2d32324c9585">247302f</a>)</li> </ul> <h3>Features</h3> <ul> <li>implement in-memory Node.js fs glob APIs (<a href="https://github.com/streamich/memfs/commit/1b5720519844c3f05824a839c227d1df81e418fc">1b57205</a>)</li> </ul> <h2>v4.31.0</h2> <h1><a href="https://github.com/streamich/memfs/compare/v4.30.1...v4.31.0">4.31.0</a> (2025-08-01)</h1> <h3>Features</h3> <ul> <li>improve FileHandle.readableWebStream() with proper locking and autoClose support (<a href="https://github.com/streamich/memfs/commit/1e27b52b74e02553f1f44c38616e1d0b750e2d65">1e27b52</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.33.0...v4.34.0">4.34.0</a> (2025-08-01)</h1> <h3>Features</h3> <ul> <li>add ENOTDIR error for files accessed with trailing slash (<a href="https://github.com/streamich/memfs/commit/83d36f388f92904cd45acd62df9230218b94a299">83d36f3</a>)</li> </ul> <h1><a href="https://github.com/streamich/memfs/compare/v4.32.1...v4.33.0">4.33.0</a> (2025-08-01)</h1> <h3>Bug Fixes</h3> <ul> <li>correct ENOTDIR vs ENOENT error handling after symlink resolution (<a href="https://github.com/streamich/memfs/commit/63b5cb3bff5ba0e79607b5e53ddf0a6cdb360f6b">63b5cb3</a>)</li> </ul> <h3>Features</h3> <ul> <li>fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (<a href="https://github.com/streamich/memfs/commit/adab01d9c7effb861fb291ade7f18478c673dd5a">adab01d</a>)</li> </ul> <h2><a href="https://github.com/streamich/memfs/compare/v4.32.0...v4.32.1">4.32.1</a> (2025-08-01)</h2> <h3>Bug Fixes</h3> <ul> <li>remove setTimeout to capture immediate file events in watched directories (<a href="https://github.com/streamich/memfs/commit/6cda8d51d725818ea8b88d94b988124f99e62400">6cda8d5</a>)</li> </ul> <h1><a href="https://github.com/streamich/memfs/compare/v4.31.0...v4.32.0">4.32.0</a> (2025-08-01)</h1> <h3>Bug Fixes</h3> <ul> <li>ensure glob APIs use consistent posix paths on all platforms (<a href="https://github.com/streamich/memfs/commit/a0cff3e8fd267fa77e4f1e6e603118654132e537">a0cff3e</a>)</li> <li>resolve merge conflicts and update missing-apis tests (<a href="https://github.com/streamich/memfs/commit/247302f2bf7451543d94d147262d2d32324c9585">247302f</a>)</li> </ul> <h3>Features</h3> <ul> <li>implement in-memory Node.js fs glob APIs (<a href="https://github.com/streamich/memfs/commit/1b5720519844c3f05824a839c227d1df81e418fc">1b57205</a>)</li> </ul> <h1><a href="https://github.com/streamich/memfs/compare/v4.30.1...v4.31.0">4.31.0</a> (2025-08-01)</h1> <h3>Features</h3> <ul> <li>improve FileHandle.readableWebStream() with proper locking and autoClose support (<a href="https://github.com/streamich/memfs/commit/1e27b52b74e02553f1f44c38616e1d0b750e2d65">1e27b52</a>)</li> </ul> <h2><a href="https://github.com/streamich/memfs/compare/v4.30.0...v4.30.1">4.30.1</a> (2025-08-01)</h2> <h3>Bug Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/streamich/memfs/commit/54b0994b2a3723a4763096663163f982308a6eaa"><code>54b0994</code></a> chore(release): 4.34.0 [skip ci]</li> <li><a href="https://github.com/streamich/memfs/commit/5e8c264b4423f9559726e2fc9291cee8332d524b"><code>5e8c264</code></a> Merge pull request <a href="https://redirect.github.com/streamich/memfs/issues/1150">#1150</a> from streamich/copilot/fix-1051</li> <li><a href="https://github.com/streamich/memfs/commit/331d76ba9eeea43933aea93819c8906d42ccfd13"><code>331d76b</code></a> chore(release): 4.33.0 [skip ci]</li> <li><a href="https://github.com/streamich/memfs/commit/87d6bdd6f9e7a18bc240e74a45ef705ef3362042"><code>87d6bdd</code></a> Merge pull request <a href="https://redirect.github.com/streamich/memfs/issues/1147">#1147</a> from streamich/copilot/fix-1050</li> <li><a href="https://github.com/streamich/memfs/commit/fe3feeb89f5db2b77f4797c53c1c44ecd0667845"><code>fe3feeb</code></a> chore(release): 4.32.1 [skip ci]</li> <li><a href="https://github.com/streamich/memfs/commit/2d3271aab061876d78e2bfe37080a0742e91f0ca"><code>2d3271a</code></a> Merge pull request <a href="https://redirect.github.com/streamich/memfs/issues/1149">#1149</a> from streamich/copilot/fix-1014</li> <li><a href="https://github.com/streamich/memfs/commit/83d36f388f92904cd45acd62df9230218b94a299"><code>83d36f3</code></a> feat: add ENOTDIR error for files accessed with trailing slash</li> <li><a href="https://github.com/streamich/memfs/commit/b268e2e5964a0886466a62bcd69ebec88cf1f82c"><code>b268e2e</code></a> chore(release): 4.32.0 [skip ci]</li> <li><a href="https://github.com/streamich/memfs/commit/740d13a2f6fe17b2da70bbc0322ae09791b2a739"><code>740d13a</code></a> Initial plan</li> <li><a href="https://github.com/streamich/memfs/commit/ea3e99909a607b1f7a1b8fdc9e532f5bd85b6e2a"><code>ea3e999</code></a> Merge pull request <a href="https://redirect.github.com/streamich/memfs/issues/1144">#1144</a> from streamich/copilot/fix-1143</li> <li>Additional commits viewable in <a href="https://github.com/streamich/memfs/compare/v4.17.2...v4.34.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=memfs&package-manager=npm_and_yarn&previous-version=4.17.2&new-version=4.34.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) --- <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 447db28 commit b57b873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"c8": "^10",
9898
"deepmerge": "^4.2.2",
9999
"fast-glob": "^3.3.1",
100-
"memfs": "4.17.2",
100+
"memfs": "4.34.0",
101101
"mocha": "11.7.1",
102102
"npm-run-all2": "^8",
103103
"rimraf": "^6",

0 commit comments

Comments
 (0)