Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump got and electron in /examples/electron (#210)
Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependency [electron](https://github.com/electron/electron). These dependencies need to be updated together. Updates `got` from 9.6.0 to 11.8.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/got/releases">got's releases</a>.</em></p> <blockquote> <h2>v11.8.6</h2> <ul> <li>Destroy request object after successful response</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6">https://github.com/sindresorhus/got/compare/v11.8.5...v11.8.6</a></p> <h2>v11.8.5</h2> <ul> <li>Backport security fix <a href="https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc">https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc</a> <ul> <li><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33987">CVE-2022-33987</a></li> </ul> </li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5">https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5</a></p> <h2>v11.8.3</h2> <ul> <li>Bump cacheable-request dependency (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1921">#1921</a>) 9463bb6</li> <li>Fix <code>HTTPError</code> missing <code>.code</code> property (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1739">#1739</a>) 0e167b8</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3">https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3</a></p> <h2>v11.8.2</h2> <ul> <li>Make the <code>dnsCache</code> option lazy (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1529">#1529</a>) 3bd245f This slightly improves Got startup performance and fixes an issue with Jest.</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.2">https://github.com/sindresorhus/got/compare/v11.8.1...v11.8.2</a></p> <h2>v11.8.1</h2> <ul> <li>Do not throw on custom stack traces (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1491">#1491</a>) 4c815c3a609eb74d0eb139414d9996b4f65dc3c0</li> </ul> <h2>v11.8.0</h2> <ul> <li>Fix for sending files with size <code>0</code> on <code>stat</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1488">#1488</a>) 7acd380</li> <li><code>beforeRetry</code> allows stream body if different from original (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1501">#1501</a>) 3dd2273</li> <li>Set default value for an options object (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1495">#1495</a>) 390b145</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.0">https://github.com/sindresorhus/got/compare/v11.7.0...v11.8.0</a></p> <h2>v11.7.0</h2> <h3>Improvements</h3> <ul> <li>Add <a href="https://github.com/sindresorhus/got#httpspfx"><code>pfx</code></a> HTTPS option (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1364">#1364</a>) c33df7f</li> <li>Update <code>body</code> after <code>beforeRequest</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1453">#1453</a>) e1c1844</li> <li>Don&<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/39">#39</a>;t allocate buffer twice (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1403">#1403</a>) 7bc69d9</li> </ul> <h3>Fixes</h3> <ul> <li>Fix a regression where body was sent after redirect 88b32ea</li> <li>Fix destructure error on <code>promise.json()</code> c97ce7c</li> <li>Do not ignore userinfo on a redirect to the same origin 52de13b</li> </ul> <p><a href="https://github.com/sindresorhus/got/compare/v11.6.2...v11.7.0">https://github.com/sindresorhus/got/compare/v11.6.2...v11.7.0</a></p> <h2>v11.6.2</h2> <h3>Bug fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/got/commit/2b1482ca847867cbf24abde4d68e8063611e50d1"><code>2b1482c</code></a> 11.8.6</li> <li><a href="https://github.com/sindresorhus/got/commit/2d1497e71288995100c6d90eaee3c9e5b38039e0"><code>2d1497e</code></a> Destroy request object after successful response (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2187">#2187</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/5e17bb748c260b02e4cf716c2f4079a1c6a7481e"><code>5e17bb7</code></a> 11.8.5</li> <li><a href="https://github.com/sindresorhus/got/commit/bce8ce7d528a675bd5a8d996e110b73674e290d2"><code>bce8ce7</code></a> Backport 861ccd9ac2237df762a9e2beed7edd88c60782dc</li> <li><a href="https://github.com/sindresorhus/got/commit/8ced19215603f3eda25a9f5dce390f1b152fe9a3"><code>8ced192</code></a> Fix build</li> <li><a href="https://github.com/sindresorhus/got/commit/670eb04b5b01622f489277d6fb1dd04a41d3cb51"><code>670eb04</code></a> 11.8.4</li> <li><a href="https://github.com/sindresorhus/got/commit/20f29fe3726a4ddd104f557456dbd5275685e879"><code>20f29fe</code></a> Backport <a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1543">#1543</a>: Initialize globalResponse in case of ignored HTTPError (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/2017">#2017</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/0da732f4650c398f3b2fea672f8916e6c7004c8f"><code>0da732f</code></a> 11.8.3</li> <li><a href="https://github.com/sindresorhus/got/commit/9463bb696d4ee909970e3fc609ee40b7644e3f6c"><code>9463bb6</code></a> Bump cacheable-request dependency (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1921">#1921</a>)</li> <li><a href="https://github.com/sindresorhus/got/commit/0e167b8b9505a7e9e4a4bbe39e9baeb1f5c4a1fd"><code>0e167b8</code></a> HTTPError code set to 'HTTPError' <a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1711">#1711</a> (<a href="https://github-redirect.dependabot.com/sindresorhus/got/issues/1739">#1739</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.6">compare view</a></li> </ul> </details> <br /> Updates `electron` from 11.5.0 to 22.1.0 <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 v22.1.0</h2> <h1>Release Notes for v22.1.0</h1> <h2>Features</h2> <ul> <li>Added <code>label</code> property to <code>Display</code> objects. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36932">#36932</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36931">21</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/36933">23</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed an issue where <code>webView</code>s could have an incorrect initial background color following reloads. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36940">#36940</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36939">21</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/36938">23</a>)<!-- raw HTML omitted --></li> <li>Removed plugin helper checks on macOS gated behind enable_plugins buildflag. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36978">#36978</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36977">23</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed voiceover repeating selected text when expanding selection in a textarea. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36991">#36991</a></li> </ul> <h2>electron v22.0.3</h2> <h1>Release Notes for v22.0.3</h1> <h2>Fixes</h2> <ul> <li>Fixed an issue on macOS when trying to switch processes with <code>Cmd+Tab</code> after exiting Kiosk Mode. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36918">#36918</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36919">21</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/36917">23</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where the <code>setPermissionRequestHandler</code> callback would be invoked twice when using <code>navigator.getUserMedia(...)</code>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36873">#36873</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36874">23</a>)<!-- raw HTML omitted --></li> <li>Use the process cache to reduce the memory for asar file. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36664">#36664</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36663">21</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/36665">23</a>)<!-- raw HTML omitted --></li> </ul> <h2>electron v22.0.2</h2> <h1>Release Notes for v22.0.2</h1> <h2>Fixes</h2> <ul> <li>Fixed an RTL issue that could happen in some locales when calling <code>BrowserWindow.setTrafficLightPosition()</code> on macOS. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36851">#36851</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36852">21</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/36850">23</a>)<!-- raw HTML omitted --></li> <li>Fixed an error when fs.readdir gets null for options. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36849">#36849</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36848">23</a>)<!-- raw HTML omitted --></li> <li>Fixed missing headers in libcxx_headers bundle. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36865">#36865</a></li> </ul> <h2>Other Changes</h2> <ul> <li>Security: backported fix for CVE-2023-0129. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36884">#36884</a></li> <li>Updated Chromium to 108.0.5359.179. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36877">#36877</a></li> </ul> <h2>electron v22.0.1</h2> <h1>Release Notes for v22.0.1</h1> <h2>Fixes</h2> <ul> <li>Changed HTML5 Notifications created with the <code>requireInteraction</code> option to not timeout on Linux and Windows. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36501">#36501</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36503">21</a>)<!-- raw HTML omitted --></li> <li>Fixed a crash that could occur when running eval in inline scripts in unsandboxed renderer processes. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36668">#36668</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36667">23</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue with incorrect focus ring highlighting when using <code>dialog.showMessageBox()</code>. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36802">#36802</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36801">21</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/36803">23</a>)<!-- raw HTML omitted --></li> <li>Fixed binary stripping for branded release builds on Linux. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36654">#36654</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36655">21</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/36656">23</a>)<!-- raw HTML omitted --></li> <li>Fixed warning about duplicate <code>WebSwapCGLLayer</code> symbols when Electron starts on macOS. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36800">#36800</a> <!-- raw HTML omitted -->(Also in <a href="https://github-redirect.dependabot.com/electron/electron/pull/36798">21</a>, <a href="https://github-redirect.dependabot.com/electron/electron/pull/36799">23</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Added node-api: handle no support for external buffers. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36624">#36624</a></li> <li>Backported fix for chromium:1352405. <a href="https://github-redirect.dependabot.com/electron/electron/pull/36517">#36517</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/a73332fd9ffdcdfe34f7cdeb142fcdff8f001d44"><code>a73332f</code></a> test: support running tests against Electron releases (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36968">#36968</a>)</li> <li><a href="https://github.com/electron/electron/commit/153abeb351764c604dac922a3c9d382ad5e70cae"><code>153abeb</code></a> test: add a <code>\<datalist></code> spec for time type (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36997">#36997</a>)</li> <li><a href="https://github.com/electron/electron/commit/e5690f135307f81f9e1cdbe714fc9ebb6e0f9def"><code>e5690f1</code></a> chore: cherry-pick 5e04f643 from chromium (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36991">#36991</a>)</li> <li><a href="https://github.com/electron/electron/commit/71e1d8eea1624a347782998ab65ec03eb8eb3827"><code>71e1d8e</code></a> fix: make plugin helper executable unconditional (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36978">#36978</a>)</li> <li><a href="https://github.com/electron/electron/commit/b6eef906042d2c2b5a93e27122c34409478dcf7d"><code>b6eef90</code></a> docs: update clipboard fiddles (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36961">#36961</a>)</li> <li><a href="https://github.com/electron/electron/commit/57f2eecb28b9d04e571bce95e26d7c09ce934819"><code>57f2eec</code></a> docs: Change factuality and word choice in app.runningUnderARM64Translation (...</li> <li><a href="https://github.com/electron/electron/commit/72bdd5cd4c9d3f3a9f8ac22909957294a9495a2f"><code>72bdd5c</code></a> feat: add label property to Display objects (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36932">#36932</a>)</li> <li><a href="https://github.com/electron/electron/commit/37267d1bebd2ddee77ae3a95a36b107da02a7f53"><code>37267d1</code></a> fix: webview background color on reload (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36940">#36940</a>)</li> <li><a href="https://github.com/electron/electron/commit/9519ec3afad4d796849d0d7089b42971c6d65832"><code>9519ec3</code></a> ci: run WOA tests on AppVeyor (22-x-y) (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36927">#36927</a>)</li> <li><a href="https://github.com/electron/electron/commit/06132f5aa353af8045612a5cfa059d057d974c8a"><code>06132f5</code></a> build: migrate patch-up to use app creds (<a href="https://github-redirect.dependabot.com/electron/electron/issues/36867">#36867</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v11.5.0...v22.1.0">compare view</a></li> </ul> </details> <br /> You can trigger a rebase of this PR 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/infinyon/node-bindgen/network/alerts). </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
- Loading branch information