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 30.0.3 to 30.0.6 #5137

Merged
merged 1 commit into from
May 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps electron from 30.0.3 to 30.0.6.

Release notes

Sourced from electron's releases.

electron v30.0.6

Release Notes for v30.0.6

Fixes

  • Fixed a potential issue with Linux layout invalidation. #42189

electron v30.0.5

Release Notes for v30.0.5

Fixes

  • Fixed an issue where setTitleBarOverlay didn't work as expected when called on BaseWindow. #42151
  • Fixed an issue where webContents.navigationHistory was not an enumerable property. #42181
  • Fixed crash on window maximize on X11. #42185 (Also in 31)
  • BrowserWindow.focus() now correctly restore focus to inactive apps on macOS. #42187 (Also in 31)

Other Changes

  • Backported fix for 340221135. #42174
  • Updated Chromium to 124.0.6367.207. #42166

electron v30.0.4

Release Notes for v30.0.4

Fixes

  • Fixed a crash in addChildView if a view is added as its own child. #42107 (Also in 31)
  • Fixed a crash when the same WebContentsView is added via addChildView multiple times. #42115 (Also in 31)
  • Fixed an error when calling setAutoResize on a BrowserView. #42137 (Also in 31)
  • Fixed an inconsistent crash on maximizing window and relayout in Ubuntu. #42145 (Also in 31)
  • Fixed an issue where calling window.center() on Windows and Linux incorrectly centered the window. #42100 (Also in 31)

Other Changes

  • Backported fix for 339458194. #42122
  • Updated Chromium to 124.0.6367.201. #42117
Commits

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)

closes #5055

@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 May 20, 2024
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) May 20, 2024 08:30
@PikachuEXE
Copy link
Collaborator

electron/electron#42189 leads to electron/electron#42126

image

Worth testing as replacement for #5098

@jasonhenriquez
Copy link
Collaborator

This is working for me! Here are the builds.

absidue
absidue previously approved these changes May 20, 2024
jasonhenriquez
jasonhenriquez previously approved these changes May 20, 2024
Bumps [electron](https://github.com/electron/electron) from 30.0.3 to 30.0.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v30.0.3...v30.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot dismissed stale reviews from jasonhenriquez and absidue via 5831431 May 20, 2024 16:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-30.0.6 branch from d1290d2 to 5831431 Compare May 20, 2024 16:58
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yaaay it works :D

@FreeTubeBot FreeTubeBot merged commit 7e568ad into development May 20, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-30.0.6 branch May 20, 2024 20:34
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label May 20, 2024
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.

[Bug]: Have Wayland work without command line arguments
5 participants