-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Bump electron from 26.1.0 to 26.2.1 in /examples/electron #235
[Merged by Bors] - Bump electron from 26.1.0 to 26.2.1 in /examples/electron #235
Conversation
Bumps [electron](https://github.com/electron/electron) from 26.1.0 to 26.2.1. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](electron/electron@v26.1.0...v26.2.1) --- updated-dependencies: - dependency-name: electron dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
bors r+ |
Bumps [electron](https://github.com/electron/electron) from 26.1.0 to 26.2.1. <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 v26.2.1</h2> <h1>Release Notes for v26.2.1</h1> <h2>Fixes</h2> <ul> <li>Fixed an error where listening to certain <code>chrome.tabs</code> events would throw incorrectly. <a href="https://redirect.github.com/electron/electron/pull/39772">#39772</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39770">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39771">27</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where BrowserWindows could crash on macOS with <code>frame: false</code> and <code>roundedCorners: false</code> when going fullscreen. <a href="https://redirect.github.com/electron/electron/pull/39795">#39795</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39794">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39796">27</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where accelerators representing DOM keys were not correctly converted in <code>webContents.sendInputEvent()</code>. <a href="https://redirect.github.com/electron/electron/pull/39821">#39821</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39822">27</a>)<!-- raw HTML omitted --></li> <li>Fixed devtools to allow restoring saved dock state on Windows. <a href="https://redirect.github.com/electron/electron/pull/39768">#39768</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39766">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39767">27</a>)<!-- raw HTML omitted --></li> <li>Fixed issue where titlebar would be transparent for transparent windows that are fullscreen. <a href="https://redirect.github.com/electron/electron/pull/39780">#39780</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39779">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39781">27</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Fixed missing type for <code>Electron.TitleBarOverlay</code>. <a href="https://redirect.github.com/electron/electron/pull/39805">#39805</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39806">27</a>)<!-- raw HTML omitted --></li> <li>Updated Chromium to 116.0.5845.188. <a href="https://redirect.github.com/electron/electron/pull/39828">#39828</a></li> </ul> <h2>electron v26.2.0</h2> <h1>Release Notes for v26.2.0</h1> <h2>Features</h2> <ul> <li>Added support for several more extensions manifest keys including <code>host_permissions</code>, <code>author</code>, and <code>short_name</code>. <a href="https://redirect.github.com/electron/electron/pull/39673">#39673</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39672">27</a>)<!-- raw HTML omitted --></li> <li>Added the ability to send HTTP headers with <code>webContents.downloadURL()</code>. <a href="https://redirect.github.com/electron/electron/pull/39562">#39562</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39561">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39560">27</a>)<!-- raw HTML omitted --></li> </ul> <h2>Fixes</h2> <ul> <li>Fixed an issue where child windows opened when the parent window is <em>already fullscreen</em> did not respect the child windows' fullscreenability and resizability settings. <a href="https://redirect.github.com/electron/electron/pull/39641">#39641</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39643">24</a>, <a href="https://redirect.github.com/electron/electron/pull/39642">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39640">27</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where pressing the escape key did not properly trigger PDF presentation mode exit. <a href="https://redirect.github.com/electron/electron/pull/39705">#39705</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39660">27</a>)<!-- raw HTML omitted --></li> <li>Fixed an issue where the Node.js <code>assert</code> module did not work in the renderer process. <a href="https://redirect.github.com/electron/electron/pull/39624">#39624</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39621">24</a>, <a href="https://redirect.github.com/electron/electron/pull/39622">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39623">27</a>)<!-- raw HTML omitted --></li> <li>Fixed problem with promise resolved to early when browser initiated in-page navigation. <a href="https://redirect.github.com/electron/electron/pull/39679">#39679</a> <!-- raw HTML omitted -->(Also in <a href="https://redirect.github.com/electron/electron/pull/39678">25</a>, <a href="https://redirect.github.com/electron/electron/pull/39680">27</a>)<!-- raw HTML omitted --></li> </ul> <h2>Other Changes</h2> <ul> <li>Updated Chromium to 116.0.5845.141. <a href="https://redirect.github.com/electron/electron/pull/39692">#39692</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/electron/electron/commit/4e9c583230a9454508ea9116432c7929644d2612"><code>4e9c583</code></a> fix: <code>keyCode</code>s being incorrectly converted in <code>webContents.sendInputEvent()</code>...</li> <li><a href="https://github.com/electron/electron/commit/cbc345892c9d3da8a74e808ce51e50db6ef55ebf"><code>cbc3458</code></a> chore: bump chromium to 116.0.5845.188 (26-x-y) (<a href="https://redirect.github.com/electron/electron/issues/39828">#39828</a>)</li> <li><a href="https://github.com/electron/electron/commit/6ecae84da38526c289ef18edb20dcac5534bc752"><code>6ecae84</code></a> fix: ensure app load is limited to real asar files when appropriate (<a href="https://redirect.github.com/electron/electron/issues/39808">#39808</a>)</li> <li><a href="https://github.com/electron/electron/commit/8d8751106b3af0393f06c6419c730b21d12ffac5"><code>8d87511</code></a> build: update <code>@electron/typescript-definitions</code> to fix titlebaroverlay (<a href="https://redirect.github.com/electron/electron/issues/39805">#39805</a>)</li> <li><a href="https://github.com/electron/electron/commit/eda2ceda1ed2a0051d9ed94b983999ba9c5ff9b4"><code>eda2ced</code></a> fix: fullscreen crashing with no roundedCorners and no frame (<a href="https://redirect.github.com/electron/electron/issues/39795">#39795</a>)</li> <li><a href="https://github.com/electron/electron/commit/01aafab563b9a45fe749970ee2115caf04d13b49"><code>01aafab</code></a> fix: prevent errors when extensions listen for <code>chrome.tabs</code> events (<a href="https://redirect.github.com/electron/electron/issues/39772">#39772</a>)</li> <li><a href="https://github.com/electron/electron/commit/325549ffce99aa5a38bcd85a56e2d876cd444eac"><code>325549f</code></a> fix: make titlebar opaque while fullscreen (<a href="https://redirect.github.com/electron/electron/issues/39780">#39780</a>)</li> <li><a href="https://github.com/electron/electron/commit/ab272cb7671de741f6281398560c0ccc09fd9735"><code>ab272cb</code></a> fix: restore flag that allowed websockets to not be backgrounded (<a href="https://redirect.github.com/electron/electron/issues/39754">#39754</a>)</li> <li><a href="https://github.com/electron/electron/commit/a3acea9fd603287c6b8d089704f0ff7cea9c680a"><code>a3acea9</code></a> fix: devtools allow restoring saved dock state on Windows (<a href="https://redirect.github.com/electron/electron/issues/39768">#39768</a>)</li> <li><a href="https://github.com/electron/electron/commit/c9d2d693974c4052bddf6820ceb020d5b9aed5e8"><code>c9d2d69</code></a> chore: bump chromium to 116.0.5845.181 (26-x-y) (<a href="https://redirect.github.com/electron/electron/issues/39763">#39763</a>)</li> <li>Additional commits viewable in <a href="https://github.com/electron/electron/compare/v26.1.0...v26.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=electron&package-manager=npm_and_yarn&previous-version=26.1.0&new-version=26.2.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/infinyon/node-bindgen/network/alerts). </details>
Pull request successfully merged into master. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps electron from 26.1.0 to 26.2.1.
Release notes
Sourced from electron's releases.
Commits
4e9c583
fix:keyCode
s being incorrectly converted inwebContents.sendInputEvent()
...cbc3458
chore: bump chromium to 116.0.5845.188 (26-x-y) (#39828)6ecae84
fix: ensure app load is limited to real asar files when appropriate (#39808)8d87511
build: update@electron/typescript-definitions
to fix titlebaroverlay (#39805)eda2ced
fix: fullscreen crashing with no roundedCorners and no frame (#39795)01aafab
fix: prevent errors when extensions listen forchrome.tabs
events (#39772)325549f
fix: make titlebar opaque while fullscreen (#39780)ab272cb
fix: restore flag that allowed websockets to not be backgrounded (#39754)a3acea9
fix: devtools allow restoring saved dock state on Windows (#39768)c9d2d69
chore: bump chromium to 116.0.5845.181 (26-x-y) (#39763)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 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)You can disable automated security fix PRs for this repo from the Security Alerts page.