Commit d152e06
authored
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 />
[](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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3367 | 3367 | | |
3368 | 3368 | | |
3369 | 3369 | | |
3370 | | - | |
3371 | | - | |
3372 | | - | |
3373 | | - | |
| 3370 | + | |
| 3371 | + | |
| 3372 | + | |
| 3373 | + | |
3374 | 3374 | | |
3375 | 3375 | | |
3376 | 3376 | | |
| |||
0 commit comments