Bump the dev-patch-updates group with 3 updates #388

Closed
dependabot[bot] wants to merge 1 commits from dependabot/npm_and_yarn/dev-patch-updates-155f660788 into main
dependabot[bot] commented 2025-10-09 04:38:27 +00:00 (Migrated from github.com)

Bumps the dev-patch-updates group with 3 updates: electron, eslint-plugin-react-refresh and vite.

Updates electron from 38.2.0 to 38.2.2

Release notes

Sourced from electron's releases.

electron v38.2.2

Release Notes for v38.2.2

Fixes

  • AccentColor set distinguishes the frame. #48451 (Also in 37, 39)
  • Fix: runtime JS error that crashes GetPackageJSON. #48424 (Also in 37, 39)
  • Fixed download button does not work in PDF Viewer. #48409 (Also in 39)

electron v38.2.1

Release Notes for v38.2.1

Fixes

  • Fixed an issue where snapped windows aren't correctly snapped when minimized and then unminimized. #48437 (Also in 39)
Commits
  • 6ee299c docs: recommend calling renderer process modules from preload script (#48462)
  • 4e4c156 docs: clarify optional args in webFrame.executeJavaScript() (#48460)
  • 9c81f56 fix: accentColor set distinguishes the frame (#48451)
  • 347fd37 docs: mention that webUtils should be used via preload script (#48454)
  • f623858 fix: runtime JS error that crashes GetPackageJSON (#48424)
  • 6dc3923 fix: add missed enum SaveRequestType to PdfViewerPrivate function (#48409)
  • 074d0e1 docs: update allowed window.open options (#48444)
  • 7e089f6 fix: snapped window restoring to correct position (#48437)
  • ad8686f docs: fix formatting in asar integrity (#48433)
  • 48c0f56 build: add missing copied tarball to cloudstore paths (#48415)
  • See full diff in compare view

Updates eslint-plugin-react-refresh from 0.4.22 to 0.4.23

Release notes

Sourced from eslint-plugin-react-refresh's releases.

v0.4.23

  • Add "metadata", "generateMetadata" & "generateViewport" to allowExportNames in Next config
Changelog

Sourced from eslint-plugin-react-refresh's changelog.

0.4.23

  • Add "metadata", "generateMetadata" & "generateViewport" to allowExportNames in Next config
Commits

Updates vite from 7.1.7 to 7.1.9

Release notes

Sourced from vite's releases.

v7.1.9

Please refer to CHANGELOG.md for details.

v7.1.8

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vite's changelog.

7.1.9 (2025-10-03)

Reverts

7.1.8 (2025-10-02)

Bug Fixes

Documentation

Miscellaneous Chores

Commits

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 commands and options

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
Bumps the dev-patch-updates group with 3 updates: [electron](https://github.com/electron/electron), [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `electron` from 38.2.0 to 38.2.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/electron/electron/releases">electron's releases</a>.</em></p> <blockquote> <h2>electron v38.2.2</h2> <h1>Release Notes for v38.2.2</h1> <h2>Fixes</h2> <ul> <li>AccentColor set distinguishes the frame. <a href="https://redirect.github.com/electron/electron/pull/48451">#48451</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/48449">37</a>, <a href="https://redirect.github.com/electron/electron/pull/48450">39</a>)<!-- raw HTML omitted --></li> <li>Fix: runtime JS error that crashes <code>GetPackageJSON</code>. <a href="https://redirect.github.com/electron/electron/pull/48424">#48424</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/48423">37</a>, <a href="https://redirect.github.com/electron/electron/pull/48425">39</a>)<!-- raw HTML omitted --></li> <li>Fixed download button does not work in PDF Viewer. <a href="https://redirect.github.com/electron/electron/pull/48409">#48409</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/48404">39</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v38.2.1</h2> <h1>Release Notes for v38.2.1</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue where snapped windows aren't correctly snapped when minimized and then unminimized. <a href="https://redirect.github.com/electron/electron/pull/48437">#48437</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/48438">39</a>)<!-- raw HTML omitted --></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/6ee299c9eec451d1efcab4be09c3b3e4a028d2c9"><code>6ee299c</code></a> docs: recommend calling renderer process modules from preload script (<a href="https://redirect.github.com/electron/electron/issues/48462">#48462</a>)</li> <li><a href="https://github.com/electron/electron/commit/4e4c156ab3695d2d01d0152ce7902a2175cae133"><code>4e4c156</code></a> docs: clarify optional args in webFrame.executeJavaScript() (<a href="https://redirect.github.com/electron/electron/issues/48460">#48460</a>)</li> <li><a href="https://github.com/electron/electron/commit/9c81f56f40019438187a3b7dff42f9a20e26d630"><code>9c81f56</code></a> fix: accentColor set distinguishes the frame (<a href="https://redirect.github.com/electron/electron/issues/48451">#48451</a>)</li> <li><a href="https://github.com/electron/electron/commit/347fd37dfbf089f2d66aebd0811672d93f49bb6f"><code>347fd37</code></a> docs: mention that webUtils should be used via preload script (<a href="https://redirect.github.com/electron/electron/issues/48454">#48454</a>)</li> <li><a href="https://github.com/electron/electron/commit/f6238586d41db086d7b5344cfe9efde77a9cb7fd"><code>f623858</code></a> fix: runtime JS error that crashes <code>GetPackageJSON</code> (<a href="https://redirect.github.com/electron/electron/issues/48424">#48424</a>)</li> <li><a href="https://github.com/electron/electron/commit/6dc3923b932eb7182034e1ecbad8391d66a0dbde"><code>6dc3923</code></a> fix: add missed enum <code>SaveRequestType</code> to PdfViewerPrivate function (<a href="https://redirect.github.com/electron/electron/issues/48409">#48409</a>)</li> <li><a href="https://github.com/electron/electron/commit/074d0e19fbe22e64a41ba6d1d390033a204687d2"><code>074d0e1</code></a> docs: update allowed <code>window.open</code> options (<a href="https://redirect.github.com/electron/electron/issues/48444">#48444</a>)</li> <li><a href="https://github.com/electron/electron/commit/7e089f65c1f0ee310f1c3b0f600956abbe79fcfb"><code>7e089f6</code></a> fix: snapped window restoring to correct position (<a href="https://redirect.github.com/electron/electron/issues/48437">#48437</a>)</li> <li><a href="https://github.com/electron/electron/commit/ad8686f7d7c58363a06d3a7159fd1542db68544d"><code>ad8686f</code></a> docs: fix formatting in asar integrity (<a href="https://redirect.github.com/electron/electron/issues/48433">#48433</a>)</li> <li><a href="https://github.com/electron/electron/commit/48c0f561ffc7cea033373f7c478fe320bf5d0ec0"><code>48c0f56</code></a> build: add missing copied tarball to cloudstore paths (<a href="https://redirect.github.com/electron/electron/issues/48415">#48415</a>)</li> <li>See full diff in <a href="https://github.com/electron/electron/compare/v38.2.0...v38.2.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-react-refresh` from 0.4.22 to 0.4.23 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases">eslint-plugin-react-refresh's releases</a>.</em></p> <blockquote> <h2>v0.4.23</h2> <ul> <li>Add <code>&quot;metadata&quot;</code>, <code>&quot;generateMetadata&quot;</code> &amp; <code>&quot;generateViewport&quot;</code> to <code>allowExportNames</code> in Next config</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md">eslint-plugin-react-refresh's changelog</a>.</em></p> <blockquote> <h2>0.4.23</h2> <ul> <li>Add <code>&quot;metadata&quot;</code>, <code>&quot;generateMetadata&quot;</code> &amp; <code>&quot;generateViewport&quot;</code> to <code>allowExportNames</code> in Next config</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/commit/1d436ffd5ebc6127528cadb30057503720d8c9b1"><code>1d436ff</code></a> More allowExportNames in Next config (fixes <a href="https://redirect.github.com/ArnaudBarre/eslint-plugin-react-refresh/issues/90">#90</a>) [publish]</li> <li>See full diff in <a href="https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.22...v0.4.23">compare view</a></li> </ul> </details> <br /> Updates `vite` from 7.1.7 to 7.1.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v7.1.9</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.9/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v7.1.8</h2> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v7.1.8/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.8...v7.1.9">7.1.9</a> (2025-10-03)<!-- raw HTML omitted --></h2> <h3>Reverts</h3> <ul> <li><strong>server:</strong> drain stdin when not interactive (<a href="https://redirect.github.com/vitejs/vite/issues/20885">#20885</a>) (<a href="https://github.com/vitejs/vite/commit/12d72b0538ef1540bfb0f1dd8a44b75deaa3464e">12d72b0</a>)</li> </ul> <h2><!-- raw HTML omitted --><a href="https://github.com/vitejs/vite/compare/v7.1.7...v7.1.8">7.1.8</a> (2025-10-02)<!-- raw HTML omitted --></h2> <h3>Bug Fixes</h3> <ul> <li><strong>css:</strong> improve url escape characters handling (<a href="https://redirect.github.com/vitejs/vite/issues/20847">#20847</a>) (<a href="https://github.com/vitejs/vite/commit/24a61a3f5404279e91f7ceebf7449a5e874f9d56">24a61a3</a>)</li> <li><strong>deps:</strong> update all non-major dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20855">#20855</a>) (<a href="https://github.com/vitejs/vite/commit/788a183afce57de13f5656f0cf42cdf6fdc3ebaa">788a183</a>)</li> <li><strong>deps:</strong> update artichokie to 0.4.2 (<a href="https://redirect.github.com/vitejs/vite/issues/20864">#20864</a>) (<a href="https://github.com/vitejs/vite/commit/e670799e123dca78e1a63aeb06dbadade3d5ab51">e670799</a>)</li> <li><strong>dev:</strong> skip JS responses for document requests (<a href="https://redirect.github.com/vitejs/vite/issues/20866">#20866</a>) (<a href="https://github.com/vitejs/vite/commit/6bc6c4dbc23501577d3919dc841454eb2eb14a54">6bc6c4d</a>)</li> <li><strong>glob:</strong> fix HMR for array patterns with exclusions (<a href="https://redirect.github.com/vitejs/vite/issues/20872">#20872</a>) (<a href="https://github.com/vitejs/vite/commit/63e040f1ca6b635a007eb40aa7c8b891e8cc5799">63e040f</a>)</li> <li>keep ids for virtual modules as-is (<a href="https://redirect.github.com/vitejs/vite/issues/20808">#20808</a>) (<a href="https://github.com/vitejs/vite/commit/d4eca986d679c77bd449db20fd99d8255985b550">d4eca98</a>)</li> <li><strong>server:</strong> drain stdin when not interactive (<a href="https://redirect.github.com/vitejs/vite/issues/20837">#20837</a>) (<a href="https://github.com/vitejs/vite/commit/bb950e92b372f9a52245e9542cf9d9700d23ef8c">bb950e9</a>)</li> <li><strong>server:</strong> improve malformed URL handling in middlewares (<a href="https://redirect.github.com/vitejs/vite/issues/20830">#20830</a>) (<a href="https://github.com/vitejs/vite/commit/d65a9831c984e562c5bf2b5f427de16f6e1bd931">d65a983</a>)</li> </ul> <h3>Documentation</h3> <ul> <li><strong>create-vite:</strong> provide deno example (<a href="https://redirect.github.com/vitejs/vite/issues/20747">#20747</a>) (<a href="https://github.com/vitejs/vite/commit/fdb758a51796b1ab605437b2eee778a84e87e169">fdb758a</a>)</li> </ul> <h3>Miscellaneous Chores</h3> <ul> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20810">#20810</a>) (<a href="https://github.com/vitejs/vite/commit/ea68a8868c7ee249213057f8a81c3f92a9839dde">ea68a88</a>)</li> <li><strong>deps:</strong> update rolldown-related dependencies (<a href="https://redirect.github.com/vitejs/vite/issues/20854">#20854</a>) (<a href="https://github.com/vitejs/vite/commit/4dd06fdc8d643059c2abf88188eae7c4877aab6e">4dd06fd</a>)</li> <li>update url of <code>create-react-app</code> license (<a href="https://redirect.github.com/vitejs/vite/issues/20865">#20865</a>) (<a href="https://github.com/vitejs/vite/commit/166a178f45b6e48db27b5626559f5ec3358c2fb4">166a178</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/17e2517028550283eb253299a784001da57901e5"><code>17e2517</code></a> release: v7.1.9</li> <li><a href="https://github.com/vitejs/vite/commit/12d72b0538ef1540bfb0f1dd8a44b75deaa3464e"><code>12d72b0</code></a> revert(server): drain stdin when not interactive (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20885">#20885</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/8d12c8bb14061713e0b7636dd2e188533c3b533a"><code>8d12c8b</code></a> release: v7.1.8</li> <li><a href="https://github.com/vitejs/vite/commit/63e040f1ca6b635a007eb40aa7c8b891e8cc5799"><code>63e040f</code></a> fix(glob): fix HMR for array patterns with exclusions (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20872">#20872</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/24a61a3f5404279e91f7ceebf7449a5e874f9d56"><code>24a61a3</code></a> fix(css): improve url escape characters handling (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20847">#20847</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/6bc6c4dbc23501577d3919dc841454eb2eb14a54"><code>6bc6c4d</code></a> fix(dev): skip JS responses for document requests (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20866">#20866</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/166a178f45b6e48db27b5626559f5ec3358c2fb4"><code>166a178</code></a> chore: update url of <code>create-react-app</code> license (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20865">#20865</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/d4eca986d679c77bd449db20fd99d8255985b550"><code>d4eca98</code></a> fix: keep ids for virtual modules as-is (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20808">#20808</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/e670799e123dca78e1a63aeb06dbadade3d5ab51"><code>e670799</code></a> fix(deps): update artichokie to 0.4.2 (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20864">#20864</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/bb950e92b372f9a52245e9542cf9d9700d23ef8c"><code>bb950e9</code></a> fix(server): drain stdin when not interactive (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/20837">#20837</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vitejs/vite/commits/v7.1.9/packages/vite">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>
dependabot[bot] commented 2025-10-09 05:23:25 +00:00 (Migrated from github.com)

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure [ignore rules](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore) in dependabot.yml

Pull request closed

Sign in to join this conversation.