Commit 2bdcb8d
chore(deps-dev): bump the npm-dependencies group across 1 directory with 3 updates (#1810)
Bumps the npm-dependencies group with 3 updates in the / directory:
[@cspell/cspell-json-reporter](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter),
@microsoft/vally-cli and
[cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell).
Updates `@cspell/cspell-json-reporter` from 10.0.0 to 10.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/streetsidesoftware/cspell/releases">@cspell/cspell-json-reporter's
releases</a>.</em></p>
<blockquote>
<h2>v10.0.1</h2>
<h2>Fixes</h2>
<!-- raw HTML omitted -->
<h3>fix(cli): ignore closed readline after stdin (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8862">#8862</a>)</h3>
<h2>What changed</h2>
<p>Wrap the stdin readline async iterator so CSpell ignores the terminal
<code>readline was closed</code> error that can occur after stdin has
already yielded its file list.</p>
<p>Other readline errors are still rethrown.</p>
<h2>Why</h2>
<p>Fixes <a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8778">#8778</a>.
On Node 24, <code>cspell lint --file-list stdin</code> can finish
processing a large stdin file list and then report <code>Linter Error:
readline was closed</code> instead of completing cleanly.</p>
<h2>Tests</h2>
<p>Added unit coverage for:</p>
<ul>
<li>preserving all yielded stdin lines when readline throws
<code>readline was closed</code> after reading</li>
<li>continuing to throw unrelated readline errors</li>
</ul>
<p>I could not run the package test command locally in this sandbox
because the checkout has no <code>node_modules</code>, and Corepack is
blocked from creating its user cache directory (<code>EPERM</code> under
<code>~/.cache/node/corepack</code>).</p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>fix(docs): replace <code>.json</code> with <code>package.json</code>
in configuration docs (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8861">#8861</a>)</h3>
<h2>Fix</h2>
<p>In the <code>package.json</code> configuration section, the sentence
referred to
"the <code>.json</code> file" instead of "the
<code>package.json</code> file".</p>
<p>Before: "CSpell looks for the configuration in the
<code>cspell</code> field of the <code>.json</code> file."
After: "CSpell looks for the configuration in the
<code>cspell</code> field of the <code>package.json</code>
file."</p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>fix: substitution display and ranges for output checking (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8838">#8838</a>)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-json-reporter/CHANGELOG.md">@cspell/cspell-json-reporter's
changelog</a>.</em></p>
<blockquote>
<h2>v10.0.1 (2026-05-31)</h2>
<h3>Fixes</h3>
<ul>
<li>
<p>fix(cli): ignore closed readline after stdin (<!-- raw HTML omitted
--><a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8862">#8862</a><!--
raw HTML omitted -->)</p>
</li>
<li>
<p>fix(docs): replace <code>.json</code> with <code>package.json</code>
in configuration docs (<!-- raw HTML omitted --><a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8861">#8861</a><!--
raw HTML omitted -->)</p>
</li>
<li>
<p>fix: substitution display and ranges for output checking (<!-- raw
HTML omitted --><a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8838">#8838</a><!--
raw HTML omitted -->)</p>
</li>
<li>
<p>fix: use env vars for GitHub context expressions in run steps to
prevent injection (<!-- raw HTML omitted --><a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8852">#8852</a><!--
raw HTML omitted -->)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/0f43abf29e5da0ecbcb08214055cdc1e3267c3ea"><code>0f43abf</code></a>
v10.0.1</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/39e5ccd1b52b6b7e3d9ff61dc8c625ed720c7ca4"><code>39e5ccd</code></a>
chore: Prepare Release v10.0.1 (auto-deploy) (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-json-reporter/issues/8796">#8796</a>)</li>
<li>See full diff in <a
href="https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell-json-reporter">compare
view</a></li>
</ul>
</details>
<br />
Updates `@microsoft/vally-cli` from 0.4.0 to 0.5.0
Updates `cspell` from 10.0.0 to 10.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/streetsidesoftware/cspell/releases">cspell's
releases</a>.</em></p>
<blockquote>
<h2>v10.0.1</h2>
<h2>Fixes</h2>
<!-- raw HTML omitted -->
<h3>fix(cli): ignore closed readline after stdin (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8862">#8862</a>)</h3>
<h2>What changed</h2>
<p>Wrap the stdin readline async iterator so CSpell ignores the terminal
<code>readline was closed</code> error that can occur after stdin has
already yielded its file list.</p>
<p>Other readline errors are still rethrown.</p>
<h2>Why</h2>
<p>Fixes <a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8778">#8778</a>.
On Node 24, <code>cspell lint --file-list stdin</code> can finish
processing a large stdin file list and then report <code>Linter Error:
readline was closed</code> instead of completing cleanly.</p>
<h2>Tests</h2>
<p>Added unit coverage for:</p>
<ul>
<li>preserving all yielded stdin lines when readline throws
<code>readline was closed</code> after reading</li>
<li>continuing to throw unrelated readline errors</li>
</ul>
<p>I could not run the package test command locally in this sandbox
because the checkout has no <code>node_modules</code>, and Corepack is
blocked from creating its user cache directory (<code>EPERM</code> under
<code>~/.cache/node/corepack</code>).</p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>fix(docs): replace <code>.json</code> with <code>package.json</code>
in configuration docs (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8861">#8861</a>)</h3>
<h2>Fix</h2>
<p>In the <code>package.json</code> configuration section, the sentence
referred to
"the <code>.json</code> file" instead of "the
<code>package.json</code> file".</p>
<p>Before: "CSpell looks for the configuration in the
<code>cspell</code> field of the <code>.json</code> file."
After: "CSpell looks for the configuration in the
<code>cspell</code> field of the <code>package.json</code>
file."</p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>fix: substitution display and ranges for output checking (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8838">#8838</a>)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md">cspell's
changelog</a>.</em></p>
<blockquote>
<h2>v10.0.1 (2026-05-31)</h2>
<h3>Fixes</h3>
<!-- raw HTML omitted -->
<h3>fix(cli): ignore closed readline after stdin (<a
href="https://redirect.github.com/streetsidesoftware/cspell/pull/8862">#8862</a>)</h3>
<h2>What changed</h2>
<p>Wrap the stdin readline async iterator so CSpell ignores the terminal
<code>readline was closed</code> error that can occur after stdin has
already yielded its file list.</p>
<p>Other readline errors are still rethrown.</p>
<h2>Why</h2>
<p>Fixes <a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8778">#8778</a>.
On Node 24, <code>cspell lint --file-list stdin</code> can finish
processing a large stdin file list and then report <code>Linter Error:
readline was closed</code> instead of completing cleanly.</p>
<h2>Tests</h2>
<p>Added unit coverage for:</p>
<ul>
<li>preserving all yielded stdin lines when readline throws
<code>readline was closed</code> after reading</li>
<li>continuing to throw unrelated readline errors</li>
</ul>
<p>I could not run the package test command locally in this sandbox
because the checkout has no <code>node_modules</code>, and Corepack is
blocked from creating its user cache directory (<code>EPERM</code> under
<code>~/.cache/node/corepack</code>).</p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>fix(docs): replace <code>.json</code> with <code>package.json</code>
in configuration docs (<a
href="https://redirect.github.com/streetsidesoftware/cspell/pull/8861">#8861</a>)</h3>
<h2>Fix</h2>
<p>In the <code>package.json</code> configuration section, the sentence
referred to
"the <code>.json</code> file" instead of "the
<code>package.json</code> file".</p>
<p>Before: "CSpell looks for the configuration in the
<code>cspell</code> field of the <code>.json</code> file."
After: "CSpell looks for the configuration in the
<code>cspell</code> field of the <code>package.json</code>
file."</p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/0f43abf29e5da0ecbcb08214055cdc1e3267c3ea"><code>0f43abf</code></a>
v10.0.1</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/39e5ccd1b52b6b7e3d9ff61dc8c625ed720c7ca4"><code>39e5ccd</code></a>
chore: Prepare Release v10.0.1 (auto-deploy) (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8796">#8796</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/da51d83173c09a0e5767f5158dfb0db98780da61"><code>da51d83</code></a>
fix(cli): ignore closed readline after stdin (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8862">#8862</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/ef9b0dcc165bc726833e604a8e84261b7d3af75c"><code>ef9b0dc</code></a>
fix: substitution display and ranges for output checking (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8838">#8838</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/7cf15af1a54f7b9fe9a960856dd2370f37b88e67"><code>7cf15af</code></a>
ci: Workflow Bot -- Update ALL Dependencies (main) (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8833">#8833</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/13144fe5dc8098a3ee3f5b4f0feddc5f4d573341"><code>13144fe</code></a>
ci: Workflow Bot -- Update ALL Dependencies (main) (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8802">#8802</a>)</li>
<li>See full diff in <a
href="https://github.com/streetsidesoftware/cspell/commits/v10.0.1/packages/cspell">compare
view</a></li>
</ul>
</details>
<br />
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bill Berry <WilliamBerryiii@users.noreply.github.com>1 parent 878843c commit 2bdcb8d
2 files changed
Lines changed: 314 additions & 651 deletions
0 commit comments