Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[npm] Bump the non-major-dependencies group with 4 updates (#1209)
Bumps the non-major-dependencies group with 4 updates: [@changesets/cli](https://github.com/changesets/changesets), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) and [prettier](https://github.com/prettier/prettier). Updates `@changesets/cli` from 2.27.10 to 2.27.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/changesets/changesets/releases"><code>@changesets/cli</code>'s releases</a>.</em></p> <blockquote> <h2><code>@changesets/cli</code><a href="https://github.com/2"><code>@2</code></a>.27.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/changesets/changesets/commit/f0270f69793ddb6865f2510d334864b093cb10e3"><code>f0270f6</code></a>]: <ul> <li><code>@changesets/config</code><a href="https://github.com/3"><code>@3</code></a>.0.5</li> <li><code>@changesets/apply-release-plan</code><a href="https://github.com/7"><code>@7</code></a>.0.7</li> <li><code>@changesets/get-release-plan</code><a href="https://github.com/4"><code>@4</code></a>.0.6</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/changesets/changesets/commit/ac2fd12935599369982eaddcfd9b03d1e077ba07"><code>ac2fd12</code></a> Version Packages (<a href="https://redirect.github.com/changesets/changesets/issues/1532">#1532</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/f0270f69793ddb6865f2510d334864b093cb10e3"><code>f0270f6</code></a> relax parameters for read() (<a href="https://redirect.github.com/changesets/changesets/issues/1517">#1517</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/f03f70bffc9a033747f45b0d071c6c2ed8818ac7"><code>f03f70b</code></a> Bump <code>@typescript-eslint/parser</code> from 5.43.0 to 5.62.0 (<a href="https://redirect.github.com/changesets/changesets/issues/1527">#1527</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/541290811ff34ea1dc19e8723ed6965990fe6ed5"><code>5412908</code></a> Bump jest-watch-typeahead from 2.2.1 to 2.2.2 (<a href="https://redirect.github.com/changesets/changesets/issues/1529">#1529</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/828a2383b2244fd7e4ddbcb0549de1fe385efa21"><code>828a238</code></a> Bump enquirer from 2.3.2 to 2.4.1 (<a href="https://redirect.github.com/changesets/changesets/issues/1530">#1530</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/5c1617f60f2bf3873c2c752c97a3b9cf7667ad71"><code>5c1617f</code></a> Bump <code>@types/lodash</code> from 4.14.144 to 4.17.13 (<a href="https://redirect.github.com/changesets/changesets/issues/1520">#1520</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/22eff6faa640effd68af129c89ddf0299aaad162"><code>22eff6f</code></a> Bump extendable-error from 0.1.5 to 0.1.7 (<a href="https://redirect.github.com/changesets/changesets/issues/1522">#1522</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/7a5303039c672bfdf0c518350b95193d4c0df4c9"><code>7a53030</code></a> Bump eslint-config-standard from 17.0.0 to 17.1.0 (<a href="https://redirect.github.com/changesets/changesets/issues/1521">#1521</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/921a852d1bf6e9e9cc83312e96baf7effa7fb9e3"><code>921a852</code></a> Bump <code>@babel/preset-typescript</code> from 7.18.6 to 7.26.0 (<a href="https://redirect.github.com/changesets/changesets/issues/1523">#1523</a>)</li> <li><a href="https://github.com/changesets/changesets/commit/ff59515f0bd23af5f533b10dae79f21eaff7022a"><code>ff59515</code></a> Add Dependabot config file (<a href="https://redirect.github.com/changesets/changesets/issues/1219">#1219</a>)</li> <li>See full diff in <a href="https://github.com/changesets/changesets/compare/@changesets/[email protected]...@changesets/[email protected]">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.10.0 to 22.10.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `cspell` from 8.16.0 to 8.17.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>v8.17.1</h2> <h2>Changes</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Make sure empty string is not checked. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6680">#6680</a>)</h3> <p>For some strange reason, the Hungarian dictionary ends up with a forbid on empty string. This would happen when matching against <code>".</code>.</p> <hr /> <!-- raw HTML omitted --> <h2>v8.17.0</h2> <h2>Changes</h2> <h2>Features</h2> <!-- raw HTML omitted --> <h3>feat: Support Windows UNC files. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6671">#6671</a>)</h3> <hr /> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h3>feat: Do not spell check random strings (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6615">#6615</a>)</h3> <p>Added two new configuration options:</p> <ul> <li><code>ignoreRandomStrings</code> - (default <code>true</code>) tell the spell checker to ignore strings of random characters.</li> <li><code>minRandomLength</code> - (default <code>40</code>) the minimum length of a string of characters before checking if it is random.</li> </ul> <p>fixes <a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6573">#6573</a></p> <hr /> <!-- raw HTML omitted --> <h2>Fixes</h2> <!-- 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><!-- raw HTML omitted -->8.17.1 (2024-12-16)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6681">#6681</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/4b19439">4b19439</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6681">#6681</a></li> </ul> <h2>8.17.0 (2024-12-15)</h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6676">#6676</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/f9cb45f">f9cb45f</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6676">#6676</a></li> </ul> <h2><!-- raw HTML omitted -->8.16.1 (2024-11-26)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6602">#6602</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/5d667a7">5d667a7</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6602">#6602</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/streetsidesoftware/cspell/commit/476a03accde11d8bb97c2fd09322f962c83b116a"><code>476a03a</code></a> v8.17.1</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/cac17fe7b993db5965aa441648b1c22cb5486929"><code>cac17fe</code></a> v8.17.0</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/b5c9115c3deb7673e25079b5a47a5afd369d13ca"><code>b5c9115</code></a> feat: Support Windows UNC files. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6671">#6671</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/773bb6e701ff0b7fbeb30e4621119bb4315415ad"><code>773bb6e</code></a> v8.16.1</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/24587eaedc8faa375847fe8619b2f225b1b8689e"><code>24587ea</code></a> ci: Workflow Bot -- Build Readme (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6595">#6595</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/b7d336ab7d0bc802a0eb5f42aa5adcf0884001e6"><code>b7d336a</code></a> fix: Honor the <code>--color</code> option (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6594">#6594</a>)</li> <li>See full diff in <a href="https://github.com/streetsidesoftware/cspell/commits/v8.17.1/packages/cspell">compare view</a></li> </ul> </details> <br /> Updates `prettier` from 3.4.0 to 3.4.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.4.2</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#342">Changelog</a></p> <h2>3.4.1</h2> <p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#341">Changelog</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.4.2</h1> <p><a href="https://github.com/prettier/prettier/compare/3.4.1...3.4.2">diff</a></p> <h4>Treat U+30A0 & U+30FB in Katakana Block as CJK (<a href="https://redirect.github.com/prettier/prettier/pull/16796">#16796</a> by <a href="https://github.com/tats-u"><code>@tats-u</code></a>)</h4> <p>Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.</p> <!-- raw HTML omitted --> <pre lang="md"><code><!-- Input (--prose-wrap=never) --> <p>C言<br /> 語<br /> ・<br /> C++<br /> ・<br /> Go<br /> ・<br /> Rust</p> <p><!-- Prettier 3.4.1 --><br /> C言語・ C++ ・ Go ・ Rust</p> <p><!-- Prettier 3.4.2 --><br /> C言語・C++・Go・Rust<br /> </code></pre></p> <p>U+30A0 can be used as the replacement of the <code>-</code> in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).</p> <h4>Fix comments print on class methods with decorators (<a href="https://redirect.github.com/prettier/prettier/pull/16891">#16891</a> by <a href="https://github.com/fisker"><code>@fisker</code></a>)</h4> <!-- raw HTML omitted --> <pre lang="jsx"><code>// Input class A { @decorator /** * The method description * */ async method(foo: Foo, bar: Bar) { console.log(foo); } } <p>// Prettier 3.4.1<br /> class A {<br /> <a href="https://github.com/decorator"><code>@decorator</code></a><br /> async /**<br /> </tr></table><br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/cca946176c3ec04ae46bf7bcb08c5bba8c041682"><code>cca9461</code></a> Release 3.4.2</li> <li><a href="https://github.com/prettier/prettier/commit/572bebe2d450eacd7028cd05d157faf7b50605f8"><code>572bebe</code></a> Fix comments on class methods with decorators (<a href="https://redirect.github.com/prettier/prettier/issues/16891">#16891</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/359c4f02d00a8b95a4ab10046cb4957771abbe65"><code>359c4f0</code></a> chore(deps): update dependency <code>@angular/compiler</code> to v19.0.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16903">#16903</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/64709969fb4ac8b7ec597db27d583ec60b47d7b7"><code>6470996</code></a> chore(deps): update dependency <code>@glimmer/syntax</code> to v0.93.1 (<a href="https://redirect.github.com/prettier/prettier/issues/16904">#16904</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/e13614ffd806ee39bdb1ed8fb1026b538de025af"><code>e13614f</code></a> Correct fit() for fill() (<a href="https://redirect.github.com/prettier/prettier/issues/16899">#16899</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/10db357c5f2c684b07e2103f11b5e3debb736cdc"><code>10db357</code></a> Remove check on <code>TSImportType.isTypeOf</code> (<a href="https://redirect.github.com/prettier/prettier/issues/16892">#16892</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/ac46a4f16eaaf73c1ba82b7cdec6d10ab18ad38a"><code>ac46a4f</code></a> Treat U+30A0 & U+30FB in Katakana Block as CJK (<a href="https://redirect.github.com/prettier/prettier/issues/16796">#16796</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d52e905869dffd6e870fed453f25aaf2f78b736c"><code>d52e905</code></a> Add test for <a href="https://redirect.github.com/prettier/prettier/issues/16207">#16207</a> (<a href="https://redirect.github.com/prettier/prettier/issues/16890">#16890</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/a1e354d7fc4c8d10b066405369df61fadba75b25"><code>a1e354d</code></a> Clean changelog_unreleased</li> <li><a href="https://github.com/prettier/prettier/commit/99875da4e774680e4569ed12fcbac263aa05a7db"><code>99875da</code></a> Bump Prettier dependency to 3.4.1</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.4.0...3.4.2">compare view</a></li> </ul> </details> <br /> 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>
- Loading branch information