Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the minor-frontend group across 1 directory with 5 updates (#3748)
Bumps the minor-frontend group with 5 updates in the /frontend directory: | Package | From | To | | --- | --- | --- | | [lru-cache](https://github.com/isaacs/node-lru-cache) | `11.0.1` | `11.0.2` | | [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr) | `4.2.0` | `4.3.0` | | [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `5.0.1` | `5.1.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.1` | `22.8.7` | | [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.15.4` | `8.15.7` | Updates `lru-cache` from 11.0.1 to 11.0.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/node-lru-cache/commit/65c9971e3fef123ff0f17d67add53b2d99b461b0"><code>65c9971</code></a> 11.0.2</li> <li><a href="https://github.com/isaacs/node-lru-cache/commit/c5d99493a21f3b8ee53adc725328e4b134be888b"><code>c5d9949</code></a> docs: fix unresolved <a href="https://github.com/link"><code>@link</code></a> comments</li> <li>See full diff in <a href="https://github.com/isaacs/node-lru-cache/compare/v11.0.1...v11.0.2">compare view</a></li> </ul> </details> <br /> Updates `vite-plugin-svgr` from 4.2.0 to 4.3.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/702e7569a70d37757c016c9bc6af240c4939ec68"><code>702e756</code></a> 4.3.0</li> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/b5b1afb8ccdff1a18c3b5433ef27b9b75f61b721"><code>b5b1afb</code></a> chore: update deps</li> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/4d515a3d5782c590755b2dc8a8c412e2157ebc98"><code>4d515a3</code></a> feat: add desc to component type (<a href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/120">#120</a>)</li> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/e4a770bb9529b18256ac20c68fdd919bc94afd9d"><code>e4a770b</code></a> docs: add hint about vite-env.d.ts to README (<a href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/124">#124</a>)</li> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/290715588e33debde8a8688f9703a5db5159a5d6"><code>2907155</code></a> style: format</li> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/bd06e4a5710498c436adc912e4bf22a8fdad3cfe"><code>bd06e4a</code></a> chore: update deps</li> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/1280569bbaccc2fb7be43ba70f2b384f6cabba93"><code>1280569</code></a> chore: tweak vite peer version</li> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/3b7af19949cc97dcef95b6137817490ea6428819"><code>3b7af19</code></a> style: format</li> <li><a href="https://github.com/pd4d10/vite-plugin-svgr/commit/242e6a605ffe65094cc025bb4b97291befc89ca3"><code>242e6a6</code></a> chore: added codemods to migrate v3 -> v4 (<a href="https://redirect.github.com/pd4d10/vite-plugin-svgr/issues/104">#104</a>)</li> <li>See full diff in <a href="https://github.com/pd4d10/vite-plugin-svgr/compare/v4.2.0...v4.3.0">compare view</a></li> </ul> </details> <br /> Updates `vite-tsconfig-paths` from 5.0.1 to 5.1.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/aleclarson/vite-tsconfig-paths/releases">vite-tsconfig-paths's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <ul> <li>Add <code>skip</code> option for adding additional directories to be skipped when searching for tsconfig.json files (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146">#146</a>)</li> <li>Fix path resolution on Windows when other Vite plugins neglect to normalize the <code>importer</code> path before calling <code>this.resolve</code> in their <code>resolveId</code> hooks (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157">#157</a>)</li> <li>Allow both tsconfig.json and jsconfig.json in the same directory (4124b091607503d44b876bb4edd726667b386660)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/77b95adaf1345f75aabc1b02b2d6756ade24a186"><code>77b95ad</code></a> 5.1.0</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/4124b091607503d44b876bb4edd726667b386660"><code>4124b09</code></a> fix: allow both tsconfig/jsconfig in same directory</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/9983767511bc124e7e258efcf5c8d26dad0bc5ec"><code>9983767</code></a> chore: enable “format on save” in vscode</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/152687ab44a0dcf0fcfbd7b7bab05261abe5005c"><code>152687a</code></a> fix: tolerate <code>resolveId</code> calls with win32-style importer path (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/157">#157</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/533590d73ad1ed314b7b6251f3105d00df0f2b53"><code>533590d</code></a> docs: mention allowJs and loose options earlier in readme (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/159">#159</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/fe5937f40e7099afca842e41200a75dc521354b1"><code>fe5937f</code></a> feat: add <code>skip</code> option (<a href="https://redirect.github.com/aleclarson/vite-tsconfig-paths/issues/146">#146</a>)</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/444ee7b0d05a90e0a6921052bde034dea88a7c24"><code>444ee7b</code></a> chore: add SECURITY.md</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/5c9477078d3a913ade563b168ff4a9ccace187a2"><code>5c94770</code></a> chore: update readme</li> <li><a href="https://github.com/aleclarson/vite-tsconfig-paths/commit/879586aef3b29a9d12f5f11c99b5200f791203ce"><code>879586a</code></a> chore: remove broken test setup</li> <li>See full diff in <a href="https://github.com/aleclarson/vite-tsconfig-paths/compare/v5.0.1...v5.1.0">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.8.1 to 22.8.7 <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.15.4 to 8.15.7 <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.15.7</h2> <h2>Changes</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Use the <code>usePnP</code> flag. (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6458">#6458</a>)</h3> <hr /> <!-- raw HTML omitted --> <h2>v8.15.6</h2> <h2>Changes</h2> <h2>Fixes</h2> <!-- raw HTML omitted --> <h3>fix: Improve compound generation (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6452">#6452</a>)</h3> <hr /> <!-- raw HTML omitted --> <!-- raw HTML omitted --> <h3>fix: cspell-tools - add minCompoundLength setting (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6449">#6449</a>)</h3> <hr /> <!-- raw HTML omitted --> <h2>Dictionary Updates</h2> <!-- raw HTML omitted --> <h3>fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6451">#6451</a>)</h3> <h1>Update Dictionaries (main)</h1> <!-- 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.15.7 (2024-11-03)<!-- raw HTML omitted --></h2> <ul> <li>ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6456">#6456</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/d4bd0dd">d4bd0dd</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6456">#6456</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.6 (2024-11-02)<!-- raw HTML omitted --></h2> <ul> <li>chore: Update Integration Test Performance Data (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6455">#6455</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/be8b15a">be8b15a</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6455">#6455</a></li> </ul> <h2><!-- raw HTML omitted -->8.15.5 (2024-10-30)<!-- raw HTML omitted --></h2> <ul> <li>ci: Workflow Bot -- Update ALL Dependencies (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6442">#6442</a>) (<a href="https://github.com/streetsidesoftware/cspell/commit/70f43cc">70f43cc</a>), closes <a href="https://redirect.github.com/streetsidesoftware/cspell/issues/6442">#6442</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/streetsidesoftware/cspell/commit/9decdc45e8fd0d6bb9c3851813c2c0728d3c7c5e"><code>9decdc4</code></a> v8.15.7</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/fa9d2dff7ea196b9b59b9089c8511c538433c054"><code>fa9d2df</code></a> v8.15.6</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/dba3a8a8aa9b113327bb3bad7f8aed59f896961e"><code>dba3a8a</code></a> fix: Workflow Bot -- Update Dictionaries (main) (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6451">#6451</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/5f974b2d4d61e2582aba5a1c87fcbc127f5f06bb"><code>5f974b2</code></a> v8.15.5</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/e76a12e68eb4eb3a090df746365a3856c521287e"><code>e76a12e</code></a> fix: include AL dictionary by default (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6425">#6425</a>)</li> <li><a href="https://github.com/streetsidesoftware/cspell/commit/d3f1d09fc3105c8578a3b98a8a5b040b21ea4a11"><code>d3f1d09</code></a> chore: upgrade to tinyglobby 0.2.10 (<a href="https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell/issues/6419">#6419</a>)</li> <li>See full diff in <a href="https://github.com/streetsidesoftware/cspell/commits/v8.15.7/packages/cspell">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> Co-authored-by: Ben Hammond <[email protected]>
- Loading branch information