FreeTubeApp / FreeTube

An Open Source YouTube app for privacy
https://freetubeapp.io/
GNU Affero General Public License v3.0
13.63k stars 861 forks source link

Bump electron from 32.2.2 to 32.2.3 #6144

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps electron from 32.2.2 to 32.2.3.

Release notes

Sourced from electron's releases.

electron v32.2.3

Release Notes for v32.2.3

Fixes

  • Fixed an issue where EventSource was undefined in both renderer and worker processes when Node.js integration was enabled. #44497 (Also in 33, 34)
  • Fixed crash when network process terminates while a net log is running. #44419 (Also in 31, 33, 34)
  • Fixed regression with dynamic dependency on libgdk_pixbuf. #44437 (Also in 33, 34)

Other Changes

  • Added process memory limit details to parition_alloc oom handler. #44512
  • Fixed incorrect position of ime input with editcontext. #44572
  • Performance improvements when processing microtasks. #44472 (Also in 33, 34)
  • Security: backported fix for CVE-2024-10230.
    • Security: backported fix for CVE-2024-10231.
    • Security: backported fix for CVE-2024-10229. #44482
  • Security: backported fix for CVE-2024-10487. #44484
Commits
  • bcd7ac5 chore: remove executable flag from docs/api/app.md file permissions (#44577)
  • b0f22f7 chore: backport editcontext ime input alignment fixes (#44572)
  • 2f524df fix: remove use of banned std::to_string() (#44561)
  • 555c368 docs: capitalize POSIX and Windows correctly (#44557)
  • aa02f3d build: add new status to verify if all the required gha jobs have run (#44555)
  • 6a9f44f build: remove unused lint package (#44532)
  • fb6faaa chore: add process memory limit details in parition_alloc oom handler (#44512)
  • 6d94e1a docs: fix apostrophe typo "Electrons" -> "Electron's" (#44538)
  • 2e33636 refactor: remove unused C string ToV8() gin converter (#44523)
  • faa1910 perf: use v8::String::NewFromUtf8Literal in ToV8() gin converter (#44518)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | electron | [>= 24.a, < 25] | | electron | [>= 23.a, < 24] | | electron | [>= 26.a, < 27] | | electron | [>= 25.a, < 26] | | electron | [>= 33.a, < 34] |

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 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)
MarkusGaugg commented 1 week ago

This version is outdated now: https://github.com/electron/electron/releases/tag/v32.2.4

absidue commented 1 week ago

@MarkusGaugg Dependabot will automatically replace this PR with a new one when it runs again once a week or it will just open a new PR for the new update if we merge this PR. We don't do updates constantly otherwise we would never have time to do anything else.

absidue commented 1 week ago

Also that update literally doesn't do anything for FreeTube as we don't use WebContentsView, so there is literally no reason to rush.