Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump @cspell/eslint-plugin from 8.1.3 to 8.4.1 (#103)
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell) from 8.1.3 to 8.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/streetsidesoftware/cspell/releases"><code>@cspell/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.4.1</h2> <h2>Changes</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Revert "feat: Support complex word lists (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5233">#5233</a>)" (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5281">#5281</a>)</h3> <p>This reverts commit 517e63cdc479244d34a04fa20c89fe949e106c6b.</p> <p>PR <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5233">#5233</a> introduced a bug when reading some dictionaries. It is being reverted until the issues is fixed.</p> <hr /> <!-- raw HTML omitted --> <h2>v8.4.0</h2> <h1>Important Remarks</h1> <ul> <li> <p>Support for ESLint flat configuration files - (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5270">#5270</a>)</p> <p><strong><code>eslint.config.js</code></strong></p> <pre lang="js"><code>import cspellESLintPluginRecommended from '@cspell/eslint-plugin/recommended'; <p>export default [ // other config imports cspellESLintPluginRecommended, // other configs ]; </code></pre></p> </li> </ul> <h2>Features</h2> <!-- raw HTML omitted --> <h3>feat: Support complex word lists (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5233">#5233</a>)</h3> <p>fixes: <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5222">#5222</a></p> <p>The binary dictionary builder (TrieBlob) only supported word lists with 250 unique characters.</p> <p>This was not an issue with the object based trie dictionaries used with the compiled dictionaries.</p> <hr /> <!-- 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/CHANGELOG.md"><code>@cspell/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.4.1 (2024-02-20)</h2> <p><strong>Note:</strong> Version bump only for package cspell-monorepo</p> <h2>8.4.0 (2024-02-19)</h2> <p><strong>Note:</strong> Version bump only for package cspell-monorepo</p> <h2>8.3.2 (2024-01-02)</h2> <h3>Bug Fixes</h3> <ul> <li>cspell-tools - support excluding words (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5140">#5140</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/3fcdd89fb319b659d218067c5366e02d036be59f">3fcdd89</a>)</li> </ul> <h2>8.3.1 (2024-01-01)</h2> <p><strong>Note:</strong> Version bump only for package cspell-monorepo</p> <h2>8.3.0 (2023-12-30)</h2> <p><strong>Note:</strong> Version bump only for package cspell-monorepo</p> <h2>8.2.4 (2023-12-28)</h2> <p><strong>Note:</strong> Version bump only for package cspell-monorepo</p> <h2>8.2.3 (2023-12-21)</h2> <h3>Bug Fixes</h3> <ul> <li>Improve performance by reducing FS requests (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5103">#5103</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/3f31569a43b9ae0f21e90d84db57f87a2cb4f6dd">3f31569</a>)</li> </ul> <h2>8.2.2 (2023-12-21)</h2> <p><strong>Note:</strong> Version bump only for package cspell-monorepo</p> <h2>8.2.1 (2023-12-20)</h2> <p><strong>Note:</strong> Version bump only for package cspell-monorepo</p> <h2>8.2.0 (2023-12-20)</h2> <p><strong>Note:</strong> Version bump only for package cspell-monorepo</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/streetsidesoftware/cspell/commit/d57dbadb81b859d659c578cd8e81ac5dbcbaae8c"><code>d57dbad</code></a> v8.4.1</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/b424d3b8a28e420800d875ac0e4344a0485f0184"><code>b424d3b</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5282">#5282</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/92a916c4c5137230d6cbdcf514a94c8e5484fb8e"><code>92a916c</code></a> chore: Update Integration Test Performance Data (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5283">#5283</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/c49e4a15eb3dc077398bd8b0a0877f7cfa48fd85"><code>c49e4a1</code></a> chore: bump eslint-plugin-unicorn from 50.0.1 to 51.0.1 (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5278">#5278</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/0b09ff071fd849186dca4c3e0006be215716f8eb"><code>0b09ff0</code></a> chore: bump github-pages from 229 to 230 in /docs (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5280">#5280</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/3dad41cb2080e8ea0ff2ac2767def7152f5cbd76"><code>3dad41c</code></a> fix: Revert "feat: Support complex word lists (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5233">#5233</a>)" (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5281">#5281</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/a97e16fb85e4059e09b68a8c525d41e00fd10baf"><code>a97e16f</code></a> chore: Update Integration Test Performance Data (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5276">#5276</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/c6d6ec9042315c2a3a41d078c5e0cf1f19fa0d2d"><code>c6d6ec9</code></a> ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://redirect.github.com/streetsidesoftware/cspell/issues/5275">#5275</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/f9ad457ca2102c6642c377417a95a4415f5ec3d8"><code>f9ad457</code></a> v8.4.0</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/385493078c62f36c4cdab38443604b4568b5a89b"><code>3854930</code></a> chore: fix test package names</li> <li>Additional commits viewable in <a href="https://github.com/streetsidesoftware/cspell/compare/v8.1.3...v8.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@cspell/eslint-plugin&package-manager=npm_and_yarn&previous-version=8.1.3&new-version=8.4.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information