Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

build(deps-dev): bump electron from 24.3.0 to 24.3.1 #238

Merged
merged 1 commit into from
May 18, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2023

Bumps electron from 24.3.0 to 24.3.1.

Release notes

Sourced from electron's releases.

electron v24.3.1

Release Notes for v24.3.1

Fixes

  • Fixed an issue where BrowserWindow.isMaximized() could incorrectly return true for minimized or fullscreened windows on macOS. #38308 (Also in 23, 25)
  • Fixed an issue where BrowserWindow.isVisible() would incorrectly return true for minimized windows on Windows. #38313 (Also in 23, 25)
  • Fixed an issue where accessing BrowserWindow.id threw an error after the window was destroyed. #38310 (Also in 23, 25)
  • Fixed an issue where calling win.minimize() directly after calling win.maximize(), and then calling win.isMaximized() incorrectly returns true. #38343 (Also in 23, 25)

Other Changes

  • Security: backported fix for 1433328. #38271
  • Updated Chromium to 112.0.5615.183. #38319
Commits
  • d8e7457 fix: win.isMaximized() for transparent windows on Windows (#38343)
  • 4c46a94 chore: cherry-pick 81d7b3e6138c from chromium (#38271)
  • 94c6d89 chore: bump chromium to 112.0.5615.183 (24-x-y) (#38319)
  • ff2dfe6 chore: migrate to @​electron/lint-roller for Markdown linting (#38282)
  • 9cf44a0 fix: unify BrowserWindow.isVisible() logic cross-platform (#38313)
  • 696f989 fix: isMaximized after minimize/fullscreen on macOS (#38308)
  • 814dc6e fix: enable BrowserWindow.id access post-destruction (#38310)
  • ad80008 test: prewarm Node headers cache if specifying Electron version (#38298)
  • a22e2a7 build: drop python2 from CI (#38303)
  • See full diff in compare view

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 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 24.3.0 to 24.3.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v24.3.0...v24.3.1)

---
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 added the dependencies Dependências externas label May 18, 2023
@ferreira-tb ferreira-tb merged commit 80fcd5c into main May 18, 2023
@ferreira-tb ferreira-tb deleted the dependabot/npm_and_yarn/electron-24.3.1 branch May 18, 2023 18:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Dependências externas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant