Commit 855914b
authored
chore(deps-dev): bump cspell from 9.4.0 to 9.6.0 in the npm-dependencies group (#208)
Bumps the npm-dependencies group with 1 update:
[cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell).
Updates `cspell` from 9.4.0 to 9.6.0
<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>v9.6.0</h2>
<h2>Features</h2>
<!-- raw HTML omitted -->
<h3>feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled,
and Unknown words. (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8337">#8337</a>)</h3>
<h2>Pull request overview</h2>
<p>This PR updates the eslint-plugin to report different types of
spelling issues with improved categorization and messaging. The changes
include upgrading ESLint from v8 to v9, introducing new issue severity
levels (Forbidden, Misspelled, Unknown, Hint), and adding a
<code>report</code> option to control the level of reporting.</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Upgraded ESLint dependency from v8.57.1 to v9.39.2 across all
fixtures and packages</li>
<li>Introduced new severity level "Misspelled" to distinguish
typos with suggestions from truly unknown words</li>
<li>Added <code>report</code> option ('all', 'simple', 'typos',
'flagged') to control which types of issues are reported</li>
<li>Enhanced error messages to include suggestions directly in the
message text</li>
</ul>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>feat: ESLint-plugin -- Add <code>report</code> option to be able to
control the reporting level (matching the CLI): "all",
"simple", "typos", "flagged". (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8273">#8273</a>)</h3>
<h2>Pull request overview</h2>
<p>This PR adds support for unknown word reporting options to the cspell
ESLint plugin, allowing users to control which types of spelling issues
are reported (all unknown words, simple typos, common typos, or only
flagged words).</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Added a new <code>report</code> option to the ESLint plugin
configuration with values: 'all', 'simple', 'typos', and 'flagged'</li>
<li>Implemented mapping from the <code>report</code> option to CSpell's
<code>unknownWords</code> setting</li>
<li>Added unit tests for the new report filtering functionality</li>
</ul>
<p>This <code>PR</code> contains the changes required to resolve
<code>cspell ESLint plugin: support typos-only reporting (CLI --report
typos / unknownWords report-common-typos)
[#8261](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8261)</code></p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>feat: support storing suggestions in trie (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8228">#8228</a>)</h3>
<h2>Pull request overview</h2>
<p>This PR adds support for storing word suggestions directly in trie
data structures, enabling dictionaries to provide preferred spelling
suggestions for words. The implementation introduces a new
<code>suggestionPrefix</code> field (default <code>:</code>) to
<code>TrieInfo</code> and a <code>hasPreferredSuggestions</code>
characteristic flag.</p>
<p><strong>Key Changes:</strong></p>
<!-- 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>v9.6.0 (2026-01-12)</h2>
<h3>Features</h3>
<!-- raw HTML omitted -->
<h3>feat: ESLint-plugin -- Distinguish between Forbidden, Misspelled,
and Unknown words. (<a
href="https://redirect.github.com/streetsidesoftware/cspell/pull/8337">#8337</a>)</h3>
<h2>Pull request overview</h2>
<p>This PR updates the eslint-plugin to report different types of
spelling issues with improved categorization and messaging. The changes
include upgrading ESLint from v8 to v9, introducing new issue severity
levels (Forbidden, Misspelled, Unknown, Hint), and adding a
<code>report</code> option to control the level of reporting.</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Upgraded ESLint dependency from v8.57.1 to v9.39.2 across all
fixtures and packages</li>
<li>Introduced new severity level "Misspelled" to distinguish
typos with suggestions from truly unknown words</li>
<li>Added <code>report</code> option ('all', 'simple', 'typos',
'flagged') to control which types of issues are reported</li>
<li>Enhanced error messages to include suggestions directly in the
message text</li>
</ul>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>feat: ESLint-plugin -- Add <code>report</code> option to be able to
control the reporting level (matching the CLI): "all",
"simple", "typos", "flagged". (<a
href="https://redirect.github.com/streetsidesoftware/cspell/pull/8273">#8273</a>)</h3>
<h2>Pull request overview</h2>
<p>This PR adds support for unknown word reporting options to the cspell
ESLint plugin, allowing users to control which types of spelling issues
are reported (all unknown words, simple typos, common typos, or only
flagged words).</p>
<p><strong>Changes:</strong></p>
<ul>
<li>Added a new <code>report</code> option to the ESLint plugin
configuration with values: 'all', 'simple', 'typos', and 'flagged'</li>
<li>Implemented mapping from the <code>report</code> option to CSpell's
<code>unknownWords</code> setting</li>
<li>Added unit tests for the new report filtering functionality</li>
</ul>
<p>This <code>PR</code> contains the changes required to resolve
<code>cspell ESLint plugin: support typos-only reporting (CLI --report
typos / unknownWords report-common-typos)
[#8261](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8261)</code></p>
<hr />
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h3>feat: support storing suggestions in trie (<a
href="https://redirect.github.com/streetsidesoftware/cspell/pull/8228">#8228</a>)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/163793ddf2a0ad90bc7c90351698a106003297af"><code>163793d</code></a>
v9.6.0</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/857269253a745a61dce20d82369084e6d8855d52"><code>8572692</code></a>
chore: Prepare Release v9.6.0 (auto-deploy) (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8178">#8178</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/f5989910bda272e9a2085ad0f9861ffd54c4b663"><code>f598991</code></a>
refactor: extract processFile from lint.ts (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8344">#8344</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/b5db8360d774facc8b764eed76f42326f364fc2e"><code>b5db836</code></a>
chore: Update README.md (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8341">#8341</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/cc73e3f3f37d9a7650b40759dfec5f94f691f330"><code>cc73e3f</code></a>
fix: Improve word lookup performance when not found (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8330">#8330</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/4e1ae80e9bf045cf98e01c49c14b8c5f11b61bd6"><code>4e1ae80</code></a>
fix: Reduce loading time of dictionaries. (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8316">#8316</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/468b8ab4e354ed23c085b46469055e22fbc80f59"><code>468b8ab</code></a>
fix: Support loading btrie dictionaries in cspell-lib (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8311">#8311</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/30990b8b5b3c45a43d63ff5b83f3c00315f47832"><code>30990b8</code></a>
fix: Improve loading performance a bit. (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8309">#8309</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/eaf3c59da177de30eeb2a4d6be767d40aa8f3e2d"><code>eaf3c59</code></a>
fix: Optimize btrie files when building (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8285">#8285</a>)</li>
<li><a
href="https://github.com/streetsidesoftware/cspell/commit/dc48fcbb0e4e0b5b3e431eee3727c7ef65671c8f"><code>dc48fcb</code></a>
fix: Workflow Bot -- Update Dictionaries (main) (<a
href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8277">#8277</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/streetsidesoftware/cspell/commits/v9.6.0/packages/cspell">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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 51ae563 commit 855914b
2 files changed
Lines changed: 221 additions & 223 deletions
0 commit comments