Skip to content
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

Bump electron from 32.0.2 to 32.1.0 #5710

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps electron from 32.0.2 to 32.1.0.

Release notes

Sourced from electron's releases.

electron v32.1.0

Release Notes for v32.1.0

Features

  • Added support for the macOS system picker in desktopCapturer and setDisplayMediaRequestHandler. #43679 (Also in 33)

Fixes

  • Fixed BrowserView auto resize issue. #43637 (Also in 31, 33)
  • Fixed a potential issue with fillable PDF forms saving correctly in some circumstances. #43687 (Also in 33)
  • Fixed an issue where defaultPath did not work for all users on Linux when creating an open file dialog. #43629 (Also in 30, 31, 33)
  • Fixed an issue where users would be incorrectly notified of print failure upon intentional cancellation. #43643
  • Fixed an issue with resize events being emitted on Windows when the window was moved but not resized. #43644 (Also in 33)
  • Fixed other apps not being focused when launched from electron ozone/wayland. #43577 (Also in 31, 33)
  • Restored Chromium default Content-Disposition header parsing. #43668 (Also in 30, 31, 33)

Other Changes

  • Updated Chromium to 128.0.6613.120. #43502
  • Updated Node.js to v20.17.0. #43424
Commits
  • 097c6b7 feat: add support for system picker in setDisplayMediaRequestHandler (#43679)
  • fa1311e fix: ensure SetPluginCanSave updated in PDFs (#43687)
  • 5b933e9 fix: -Wunsafe-buffer-usage warning in V8Serializer::Serialize() (#43676)
  • 017ba5b fix: restore Chromium default Content-Disposition header parsing (#43668)
  • 7034537 perf: use v8::Local<v8::Object> as the key in ObjectCache (#43662)
  • 57cca46 chore: bump node to v20.17.0 (32-x-y) (#43424)
  • 7097afb docs: update window customization tutorial (#43660)
  • aead35a fix: printing occasionally showing failed when cancelled (#43643)
  • 01ef055 fix: ensure bounds stability in OnWidgetBoundsChanged (#43644)
  • f74c353 fix: out-of-scope Local handle in node::CallbackScope (#43639)
  • 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]

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 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)

Bumps [electron](https://github.com/electron/electron) from 32.0.2 to 32.1.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v32.0.2...v32.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Sep 16, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) September 16, 2024 08:24
@FreeTubeBot FreeTubeBot merged commit 621d518 into development Sep 16, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-32.1.0 branch September 16, 2024 11:10
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Sep 16, 2024
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Sep 16, 2024
* development: (29 commits)
  Translated using Weblate (Flemish (West))
  Added translation using Weblate (Flemish (West))
  Translated using Weblate (Slovak)
  Improve history import performance and fix some bugs (FreeTubeApp#5666)
  Bump electron from 32.0.2 to 32.1.0 (FreeTubeApp#5710)
  Local API: Use IOS HLS manifest for livestreams (FreeTubeApp#5705)
  Translated using Weblate (Slovak)
  Translated using Weblate (Japanese)
  Bump the stylelint group with 2 updates (FreeTubeApp#5706)
  Bump swiper from 11.1.12 to 11.1.14 (FreeTubeApp#5709)
  Fix a few memory leaks while tearing down the player (FreeTubeApp#5698)
  Fix audio track selection (FreeTubeApp#5697)
  Bump shaka-player from 4.10.12 to 4.11.1 (FreeTubeApp#5677)
  Translated using Weblate (Czech)
  Translated using Weblate (Serbian)
  Translated using Weblate (Polish)
  Translated using Weblate (German)
  Translated using Weblate (Chinese (Simplified Han script))
  Bump express from 4.19.2 to 4.20.0 (FreeTubeApp#5687)
  Translated using Weblate (Turkish)
  ...
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Sep 16, 2024
* development: (74 commits)
  Translated using Weblate (Flemish (West))
  Added translation using Weblate (Flemish (West))
  Translated using Weblate (Slovak)
  Improve history import performance and fix some bugs (FreeTubeApp#5666)
  Bump electron from 32.0.2 to 32.1.0 (FreeTubeApp#5710)
  Local API: Use IOS HLS manifest for livestreams (FreeTubeApp#5705)
  Translated using Weblate (Slovak)
  Translated using Weblate (Japanese)
  Bump the stylelint group with 2 updates (FreeTubeApp#5706)
  Bump swiper from 11.1.12 to 11.1.14 (FreeTubeApp#5709)
  Fix a few memory leaks while tearing down the player (FreeTubeApp#5698)
  Fix audio track selection (FreeTubeApp#5697)
  Bump shaka-player from 4.10.12 to 4.11.1 (FreeTubeApp#5677)
  Translated using Weblate (Czech)
  Translated using Weblate (Serbian)
  Translated using Weblate (Polish)
  Translated using Weblate (German)
  Translated using Weblate (Chinese (Simplified Han script))
  Bump express from 4.19.2 to 4.20.0 (FreeTubeApp#5687)
  Translated using Weblate (Turkish)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants