Skip to content

Commit d152e06

Browse files
chore(deps-dev): bump mock-fs from 5.3.0 to 5.5.0 (#89)
Bumps [mock-fs](https://github.com/tschaub/mock-fs) from 5.3.0 to 5.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tschaub/mock-fs/releases">mock-fs's releases</a>.</em></p> <blockquote> <h2>v5.5.0</h2> <h2>What's Changed</h2> <ul> <li>Fix encoding utf8 strings in node 20 by <a href="https://github.com/everett1992"><code>@​everett1992</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/409">tschaub/mock-fs#409</a></li> <li>Add test showing <code>fs.createWriteStream()</code> with append by <a href="https://github.com/tschaub"><code>@​tschaub</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/412">tschaub/mock-fs#412</a></li> <li>Add test and fix exists behaviour for relative symlinks by <a href="https://github.com/timvahlbrock"><code>@​timvahlbrock</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/415">tschaub/mock-fs#415</a></li> </ul> <!-- raw HTML omitted --> <ul> <li>chore(deps-dev): bump mocha from 10.7.3 to 10.8.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/402">tschaub/mock-fs#402</a></li> <li>chore(deps-dev): bump mocha from 10.8.2 to 11.0.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/407">tschaub/mock-fs#407</a></li> <li>chore(deps-dev): bump mocha from 11.0.1 to 11.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/410">tschaub/mock-fs#410</a></li> <li>chore(deps-dev): bump eslint-config-tschaub from 14.1.2 to 15.2.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/408">tschaub/mock-fs#408</a></li> <li>chore(deps-dev): bump semver from 7.6.3 to 7.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/413">tschaub/mock-fs#413</a></li> </ul> <!-- raw HTML omitted --> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/timvahlbrock"><code>@​timvahlbrock</code></a> made their first contribution in <a href="https://redirect.github.com/tschaub/mock-fs/pull/415">tschaub/mock-fs#415</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tschaub/mock-fs/compare/v5.4.1...v5.5.0">https://github.com/tschaub/mock-fs/compare/v5.4.1...v5.5.0</a></p> <h2>v5.4.1</h2> <h2>What's Changed</h2> <ul> <li>Ignore errors in fs.exists by <a href="https://github.com/tschaub"><code>@​tschaub</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/401">tschaub/mock-fs#401</a></li> </ul> <h2>v5.4.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps-dev): bump eslint from 8.21.0 to 8.57.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/399">tschaub/mock-fs#399</a></li> <li>chore(deps-dev): bump chai from 4.3.4 to 4.5.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/398">tschaub/mock-fs#398</a></li> <li>fix: Replace nextTick by setImmediate. by <a href="https://github.com/regseb"><code>@​regseb</code></a> in <a href="https://redirect.github.com/tschaub/mock-fs/pull/360">tschaub/mock-fs#360</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/regseb"><code>@​regseb</code></a> made their first contribution in <a href="https://redirect.github.com/tschaub/mock-fs/pull/360">tschaub/mock-fs#360</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tschaub/mock-fs/compare/v5.3.0...v5.4.0">https://github.com/tschaub/mock-fs/compare/v5.3.0...v5.4.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tschaub/mock-fs/blob/main/changelog.md">mock-fs's changelog</a>.</em></p> <blockquote> <h2>5.5.0</h2> <ul> <li>Add test and fix exists behaviour for relative symlinks (thanks <a href="https://github.com/timvahlbrock"><code>@​timvahlbrock</code></a>, see <a href="https://redirect.github.com/tschaub/mock-fs/issues/415">#415</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/415">#415</a>)</li> <li>Add test showing <code>fs.createWriteStream()</code> with append (see <a href="https://redirect.github.com/tschaub/mock-fs/issues/412">#412</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/412">#412</a>)</li> <li>encoding utf8 strings in node 20 (thanks <a href="https://github.com/everett1992"><code>@​everett1992</code></a>, see <a href="https://redirect.github.com/tschaub/mock-fs/issues/409">#409</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/409">#409</a>)</li> </ul> <!-- raw HTML omitted --> <ul> <li>bump semver from 7.6.3 to 7.7.0 (see <a href="https://redirect.github.com/tschaub/mock-fs/issues/413">#413</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/413">#413</a>)</li> <li>bump eslint-config-tschaub from 14.1.2 to 15.2.0 (see <a href="https://redirect.github.com/tschaub/mock-fs/issues/408">#408</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/408">#408</a>)</li> <li>bump mocha from 11.0.1 to 11.1.0 (see <a href="https://redirect.github.com/tschaub/mock-fs/issues/410">#410</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/410">#410</a>)</li> <li>bump mocha from 10.8.2 to 11.0.1 (see <a href="https://redirect.github.com/tschaub/mock-fs/issues/407">#407</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/407">#407</a>)</li> <li>bump mocha from 10.7.3 to 10.8.2 (see <a href="https://redirect.github.com/tschaub/mock-fs/issues/402">#402</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/402">#402</a>)</li> </ul> <!-- raw HTML omitted --> <h2>5.4.1</h2> <ul> <li>Avoid errors in <code>fs.existsSync</code> (see <a href="https://redirect.github.com/tschaub/mock-fs/issues/401">#401</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/401">#401</a>)</li> </ul> <h2>5.4.0</h2> <ul> <li>Use setImmediate instead of process.nextTick (thanks <a href="https://github.com/regseb"><code>@​regseb</code></a>, see <a href="https://redirect.github.com/tschaub/mock-fs/issues/360">#360</a><a href="https://redirect.github.com/tschaub/mock-fs/issues/360">#360</a>)</li> </ul> <!-- raw HTML omitted --> <ul> <li>bump chai from 4.3.4 to 4.5.0</li> <li>bump eslint from 8.21.0 to 8.57.1</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tschaub/mock-fs/commit/288e9435a1cf9fbbd96f7ef0d666abb593488565"><code>288e943</code></a> 5.5.0</li> <li><a href="https://github.com/tschaub/mock-fs/commit/7c36dfa95ed3974eb210e02e72a5933d8c23de75"><code>7c36dfa</code></a> Log changes</li> <li><a href="https://github.com/tschaub/mock-fs/commit/28ffcb0783f2a14c645eeb36f71b69725fa7b022"><code>28ffcb0</code></a> Merge pull request <a href="https://redirect.github.com/tschaub/mock-fs/issues/413">#413</a> from tschaub/dependabot/npm_and_yarn/semver-7.7.0</li> <li><a href="https://github.com/tschaub/mock-fs/commit/88e9f0098bfc7a68826d0ee6da752fc75464f277"><code>88e9f00</code></a> Merge pull request <a href="https://redirect.github.com/tschaub/mock-fs/issues/415">#415</a> from timvahlbrock/fix/exists-symlink</li> <li><a href="https://github.com/tschaub/mock-fs/commit/9afed42190d01a883460da3621a18bd6b06e50d7"><code>9afed42</code></a> Add test and fix exists behaviour for relative symlinks</li> <li><a href="https://github.com/tschaub/mock-fs/commit/6ce049d3543f28cec28a56e78e3b436ad9d6283c"><code>6ce049d</code></a> chore(deps-dev): bump semver from 7.6.3 to 7.7.0</li> <li><a href="https://github.com/tschaub/mock-fs/commit/d3c8959911ac2e93c50f928245a7e119e35327f8"><code>d3c8959</code></a> Merge pull request <a href="https://redirect.github.com/tschaub/mock-fs/issues/412">#412</a> from tschaub/test-append</li> <li><a href="https://github.com/tschaub/mock-fs/commit/38c2790c19ab1e871f39db8d013954024b3b4ed7"><code>38c2790</code></a> Add test showing fs.createWriteStream() with append</li> <li><a href="https://github.com/tschaub/mock-fs/commit/95f39dd515ac32fcca6591bd18285ec1f71c687e"><code>95f39dd</code></a> Merge pull request <a href="https://redirect.github.com/tschaub/mock-fs/issues/408">#408</a> from tschaub/dependabot/npm_and_yarn/eslint-config-ts...</li> <li><a href="https://github.com/tschaub/mock-fs/commit/b8dbda41ff55a1f490ef7885192a24064080b6a8"><code>b8dbda4</code></a> Updates to work with ESLint 9</li> <li>Additional commits viewable in <a href="https://github.com/tschaub/mock-fs/compare/v5.3.0...v5.5.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mock-fs&package-manager=npm_and_yarn&previous-version=5.3.0&new-version=5.5.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f410397 commit d152e06

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"c8": "^10.1.3",
4444
"husky": "^9.1.7",
4545
"lint-staged": "^15.4.3",
46-
"mock-fs": "^5.3.0",
46+
"mock-fs": "^5.5.0",
4747
"prettier": "^3.5.3",
4848
"prettier-package-json": "^2.8.0",
4949
"semantic-release": "^24.2.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,10 +3367,10 @@ mkdirp@^1.0.3:
33673367
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
33683368
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
33693369

3370-
mock-fs@^5.3.0:
3371-
version "5.3.0"
3372-
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.3.0.tgz#7dfc95ce5528aff8e10fa117161b91d8129e0e9e"
3373-
integrity sha512-IMvz1X+RF7vf+ur7qUenXMR7/FSKSIqS3HqFHXcyNI7G0FbpFO8L5lfsUJhl+bhK1AiulVHWKUSxebWauPA+xQ==
3370+
mock-fs@^5.5.0:
3371+
version "5.5.0"
3372+
resolved "https://registry.yarnpkg.com/mock-fs/-/mock-fs-5.5.0.tgz#94a46d299aaa588e735a201cbe823c876e91f385"
3373+
integrity sha512-d/P1M/RacgM3dB0sJ8rjeRNXxtapkPCUnMGmIN0ixJ16F/E4GUZCvWcSGfWGz8eaXYvn1s9baUwNjI4LOPEjiA==
33743374

33753375
ms@^2.0.0, ms@^2.1.2, ms@^2.1.3:
33763376
version "2.1.3"

0 commit comments

Comments
 (0)