Skip to content

Commit 39f8a41

Browse files
chore(deps-dev): bump cspell from 9.3.2 to 9.6.3 (#404)
Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 9.3.2 to 9.6.3. <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.3</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Add <code>engines</code> setting (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8491">#8491</a>)</h3> <h2>Pull request overview</h2> <p>This PR adds a new <code>engines</code> configuration field that allows dictionary authors and configuration authors to specify the minimum version of cspell (or other engines) required for compatibility. This is informational only and does not enforce versioning.</p> <p><strong>Changes:</strong></p> <ul> <li>Added <code>CompatibleEngineVersions</code> interface and <code>SemVersionPredicate</code> type to define engine version requirements</li> <li>Added <code>engines</code> field to <code>FileSettings</code> interface and all related configuration structures</li> <li>Updated JSON schemas to include the new <code>engines</code> definitions</li> <li>Updated snapshot tests to reflect the new configuration field</li> </ul> <hr /> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h3>refactor: consolidate reporting to file. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8481">#8481</a>)</h3> <hr /> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h3>fix: Move cspell-lib/rpc into its own package (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8468">#8468</a>)</h3> <h2>Pull request overview</h2> <p>This PR refactors the RPC implementation by moving it from <code>packages/cspell-lib/src/rpc</code> into a standalone package <code>@cspell/rpc</code>. This improves modularity and allows the RPC library to be used independently of cspell-lib.</p> <p><strong>Changes:</strong></p> <ul> <li>Created new <code>@cspell/rpc</code> package with complete RPC implementation (client, server, protocol, types, utilities)</li> <li>Updated <code>cspell-lib</code> to import from <code>@cspell/rpc</code> instead of local <code>./rpc</code> directory</li> <li>Updated workspace configuration and dependency management in pnpm-lock.yaml</li> </ul> <hr /> <!-- raw HTML omitted --> <!-- 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.3 (2026-02-02)</h2> <h3>Fixes</h3> <!-- raw HTML omitted --> <h3>fix: Add <code>engines</code> setting (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8491">#8491</a>)</h3> <h2>Pull request overview</h2> <p>This PR adds a new <code>engines</code> configuration field that allows dictionary authors and configuration authors to specify the minimum version of cspell (or other engines) required for compatibility. This is informational only and does not enforce versioning.</p> <p><strong>Changes:</strong></p> <ul> <li>Added <code>CompatibleEngineVersions</code> interface and <code>SemVersionPredicate</code> type to define engine version requirements</li> <li>Added <code>engines</code> field to <code>FileSettings</code> interface and all related configuration structures</li> <li>Updated JSON schemas to include the new <code>engines</code> definitions</li> <li>Updated snapshot tests to reflect the new configuration field</li> </ul> <hr /> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h3>refactor: consolidate reporting to file. (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8481">#8481</a>)</h3> <hr /> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h3>fix: Move cspell-lib/rpc into its own package (<a href="https://redirect.github.com/streetsidesoftware/cspell/pull/8468">#8468</a>)</h3> <h2>Pull request overview</h2> <p>This PR refactors the RPC implementation by moving it from <code>packages/cspell-lib/src/rpc</code> into a standalone package <code>@cspell/rpc</code>. This improves modularity and allows the RPC library to be used independently of cspell-lib.</p> <p><strong>Changes:</strong></p> <ul> <li>Created new <code>@cspell/rpc</code> package with complete RPC implementation (client, server, protocol, types, utilities)</li> <li>Updated <code>cspell-lib</code> to import from <code>@cspell/rpc</code> instead of local <code>./rpc</code> directory</li> <li>Updated workspace configuration and dependency management in pnpm-lock.yaml</li> </ul> <hr /> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/streetsidesoftware/cspell/commit/500b996b6c0a6ff025c42ef98db44776f43a9e72"><code>500b996</code></a> v9.6.3</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/a9b54164b00a0650b2f479c523c2b649ab8bf42a"><code>a9b5416</code></a> chore: Prepare Release v9.6.3 (auto-deploy) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8448">#8448</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/04620a020e7730ccb5fcd51f350ff2109854dfad"><code>04620a0</code></a> chore: bump commander from 14.0.2 to 14.0.3 in the production-dependencies gr...</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/b253b39ab7ca4eb184e1ae9f350acef36f523448"><code>b253b39</code></a> refactor: consolidate reporting to file. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8481">#8481</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/4e146655860f8a0fc675ad98aa73bb96565364f5"><code>4e14665</code></a> chore: Use Node20 as target with tsdown (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8479">#8479</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/30efdf15c728dfa0c82e9913cd6c07d837822b13"><code>30efdf1</code></a> chore: Upgrade tsdown to 0.20.1 (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8464">#8464</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/646e18a04ff36d43f78a74e5055540e0f5297e91"><code>646e18a</code></a> v9.6.2</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/b007ccd92e1f17bd0c6acac4f95ef23622ca07c4"><code>b007ccd</code></a> chore: Prepare Release v9.6.2 (auto-deploy) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8438">#8438</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/666fb79096d25c53af9519cad07030e7aca597e1"><code>666fb79</code></a> v9.6.1</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/f8dd04f658012351bd06a434686b6fd4d4d34039"><code>f8dd04f</code></a> chore: Prepare Release v9.6.1 (auto-deploy) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/8359">#8359</a>)</li> <li>Additional commits viewable in <a href="https://github.com/streetsidesoftware/cspell/commits/v9.6.3/packages/cspell">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cspell&package-manager=npm_and_yarn&previous-version=9.3.2&new-version=9.6.3)](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> Co-authored-by: Matthew Macdonald-Wallace <proffalken@users.noreply.github.com>
1 parent 4c0dbe7 commit 39f8a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"devDependencies": {
6-
"cspell": "9.3.2",
6+
"cspell": "9.6.3",
77
"markdownlint-cli": "0.47.0"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)