Skip to content

Bump electron from 33.0.2 to 33.2.0 in the electron group across 1 directory#1233

Merged
sawka merged 1 commit into
mainfrom
dependabot/npm_and_yarn/electron-67854188a5
Nov 8, 2024
Merged

Bump electron from 33.0.2 to 33.2.0 in the electron group across 1 directory#1233
sawka merged 1 commit into
mainfrom
dependabot/npm_and_yarn/electron-67854188a5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 8, 2024

Bumps the electron group with 1 update in the / directory: electron.

Updates electron from 33.0.2 to 33.2.0

Release notes

Sourced from electron's releases.

electron v33.2.0

Release Notes for v33.2.0

Features

  • Added GPU accelerated shared texture offscreen rendering. #44511

Other Changes

  • Updated Chromium to 130.0.6723.118. #44591

electron v33.1.0

Release Notes for v33.1.0

Features

  • Added WebFrameMain.detached for frames in an unloading state.
    • Added WebFrameMain.isDestroyed() to determine if a frame has been destroyed.
    • Fixed webFrameMain.fromId(processId, frameId) returning a WebFrameMain instance which doesn't match the given parameters when the frame is unloading. #44209

Fixes

  • Fixed an issue where EventSource was undefined in both renderer and worker processes when Node.js integration was enabled. #44496 (Also in 32, 34)
  • Fixed crash when network process terminates while a net log is running. #44420 (Also in 31, 32, 34)
  • Fixed crash when rendering super menu accelerator on linux. #44520 (Also in 34)
  • Fixed external window focus when using shell.openExternal. #44468 (Also in 34)
  • Fixed regression with dynamic dependency on libgdk_pixbuf. #44436 (Also in 32, 34)

Other Changes

  • Performance improvements when processing microtasks. #44473 (Also in 32, 34)
  • Updated Chromium to 130.0.6723.91. #44477
Commits

Dependabot compatibility score

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 electron group with 1 update in the / directory: [electron](https://github.com/electron/electron).


Updates `electron` from 33.0.2 to 33.2.0
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v33.0.2...v33.2.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: electron
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript labels Nov 8, 2024
@sawka sawka merged commit 469221a into main Nov 8, 2024
@sawka sawka deleted the dependabot/npm_and_yarn/electron-67854188a5 branch November 8, 2024 18:24
xxyy2024 pushed a commit to xxyy2024/waveterm_aipy that referenced this pull request Jun 24, 2025
…rectory (wavetermdev#1233)

Bumps the electron group with 1 update in the / directory:
[electron](https://github.com/electron/electron).

Updates `electron` from 33.0.2 to 33.2.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 v33.2.0</h2>
<h1>Release Notes for v33.2.0</h1>
<h2>Features</h2>
<ul>
<li>Added GPU accelerated shared texture offscreen rendering. <a
href="https://redirect.github.com/electron/electron/pull/44511">#44511</a></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Updated Chromium to 130.0.6723.118. <a
href="https://redirect.github.com/electron/electron/pull/44591">#44591</a></li>
</ul>
<h2>electron v33.1.0</h2>
<h1>Release Notes for v33.1.0</h1>
<h2>Features</h2>
<ul>
<li>Added <code>WebFrameMain.detached</code> for frames in an unloading
state.
<ul>
<li>Added <code>WebFrameMain.isDestroyed()</code> to determine if a
frame has been destroyed.</li>
<li>Fixed <code>webFrameMain.fromId(processId, frameId)</code> returning
a <code>WebFrameMain</code> instance which doesn't match the given
parameters when the frame is unloading. <a
href="https://redirect.github.com/electron/electron/pull/44209">#44209</a></li>
</ul>
</li>
</ul>
<h2>Fixes</h2>
<ul>
<li>Fixed an issue where <code>EventSource</code> was
<code>undefined</code> in both renderer and worker processes when
Node.js integration was enabled. <a
href="https://redirect.github.com/electron/electron/pull/44496">#44496</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44497">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44495">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash when network process terminates while a net log is
running. <a
href="https://redirect.github.com/electron/electron/pull/44420">#44420</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44421">31</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44419">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44418">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed crash when rendering super menu accelerator on linux. <a
href="https://redirect.github.com/electron/electron/pull/44520">#44520</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44346">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed external window focus when using shell.openExternal. <a
href="https://redirect.github.com/electron/electron/pull/44468">#44468</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44469">34</a>)<!--
raw HTML omitted --></li>
<li>Fixed regression with dynamic dependency on
<code>libgdk_pixbuf</code>. <a
href="https://redirect.github.com/electron/electron/pull/44436">#44436</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44437">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44438">34</a>)<!--
raw HTML omitted --></li>
</ul>
<h2>Other Changes</h2>
<ul>
<li>Performance improvements when processing microtasks. <a
href="https://redirect.github.com/electron/electron/pull/44473">#44473</a>
<!-- raw HTML omitted -->(Also in <a
href="https://redirect.github.com/electron/electron/pull/44472">32</a>,
<a
href="https://redirect.github.com/electron/electron/pull/44471">34</a>)<!--
raw HTML omitted --></li>
<li>Updated Chromium to 130.0.6723.91. <a
href="https://redirect.github.com/electron/electron/pull/44477">#44477</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/electron/electron/commit/c9d026e19b741258b3712e61a3d02cc3ca30e909"><code>c9d026e</code></a>
chore: bump chromium to 130.0.6723.118 (33-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44591">#44591</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/65cd09ffafeb4805bb3b50a0849bb9524e551c05"><code>65cd09f</code></a>
feat: GPU shared texture offscreen rendering (33-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44511">#44511</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/c8dc8717a428b5879bcd1389c41f8eb1abb77ab0"><code>c8dc871</code></a>
chore: bump chromium to 130.0.6723.116 (33-x-y) (<a
href="https://redirect.github.com/electron/electron/issues/44583">#44583</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/6e44a274e92f0993ae4185934fcf7bbb3389b431"><code>6e44a27</code></a>
chore: remove executable flag from docs/api/app.md file permissions (<a
href="https://redirect.github.com/electron/electron/issues/44578">#44578</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/743fe6f4b4d8f98093ab16f034e7744988a3c64b"><code>743fe6f</code></a>
test: fixup flaky session tests (<a
href="https://redirect.github.com/electron/electron/issues/44565">#44565</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/bd81baaf047c153acb9eaad7b67c92c11c1f5ca6"><code>bd81baa</code></a>
fix: remove use of banned std::to_string() (<a
href="https://redirect.github.com/electron/electron/issues/44563">#44563</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/6e1d940ef341cbbb69bcab11488f3e3a68e89762"><code>6e1d940</code></a>
docs: capitalize POSIX and Windows correctly (<a
href="https://redirect.github.com/electron/electron/issues/44558">#44558</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/be69311692c09ba3f18438ae22a7c204515b0e56"><code>be69311</code></a>
build: add new status to verify if all the required gha jobs have run
(<a
href="https://redirect.github.com/electron/electron/issues/44553">#44553</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/fcf0c115cbe9c12b81a51cd02341545f9b01ddb3"><code>fcf0c11</code></a>
chore: remove use of banned absl::optional (<a
href="https://redirect.github.com/electron/electron/issues/44551">#44551</a>)</li>
<li><a
href="https://github.com/electron/electron/commit/4fad57374690ac3c608310f840240c002dc8d76d"><code>4fad573</code></a>
build: remove unused lint package (<a
href="https://redirect.github.com/electron/electron/issues/44535">#44535</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/electron/electron/compare/v33.0.2...v33.2.0">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=33.0.2&new-version=33.2.0)](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 <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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant