Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

🔼 Bump electron from 11.3.0 to 18.0.2#128

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/electron-18.0.2
Closed

🔼 Bump electron from 11.3.0 to 18.0.2#128
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/electron-18.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 6, 2022

Copy link
Copy Markdown
Contributor

Bumps electron from 11.3.0 to 18.0.2.

Release notes

Sourced from electron's releases.

electron v18.0.2

Release Notes for v18.0.2

Fixes

  • Fixed a potential crash in Browser.getFocusedWindow() when child windows are closed. #33538 (Also in 17)
  • Fixed an issue where the the window bounds would incorrectly change if BrowserWindow.unmaximize was called on a window whose user bounds were maximized. #33550 (Also in 16, 17)
  • Fixed behavior of BrowserWindow.maximize on macOS for not shown windows. #33537 (Also in 15, 16)
  • Fixed incorrect return value of app.requestSingleInstanceLock() when setting non-existent user data folder. #33592 (Also in 16, 17, 19)
  • Fixed issues with frameless window animations and styling. #33610 (Also in 19)
  • Fixed potential crash while generating accessibility trees for certain images. #33616 (Also in 19)

electron v18.0.1

Release Notes for v18.0.1

Fixes

  • Fixed an issue where Pointer Lock behavior could not be properly exited. #32828
  • Fixed crash when WindowButtonsProxy references cleared NSWindow. #33490 (Also in 15, 16, 17)
  • Fixed crash when running under Wayland caused by calling X11 functions. #33498 (Also in 17)

Other Changes

  • Updated Chromium to 100.0.4896.60. #33501

electron v18.0.0

Release Notes for v18.0.0

Stack Upgrades

Breaking Changes

  • Removed the old BrowserWindowProxy-based implementation of window.open. This also removes the nativeWindowOpen option from webPreferences. #29405

Features

Additions

  • Added 'focus' and 'blur' events to WebContents. #25873
  • Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. #33440
  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #33357 (Also in 15, 16, 17)
  • Added Substitutions menu roles on macOS: showSubstitutions, toggleSmartQuotes, toggleSmartDashes, toggleTextReplacement. #32024
  • Added first-instance-ack event to the app.requestSingleInstanceLock() flow, so that users can pass some data back from the second instance to the first instance. #31460
  • Added height option for Windows Control Overlay. #31222 (Also in 15, 16, 17)

... (truncated)

Commits
  • 65f3729 Bump v18.0.2
  • b5bdd26 Revert "fix: some frameless windows showing a frame on Windows (#32692)" (#33...
  • 9ac2ee3 chore: set v8_typed_array_max_size_in_heap to default (#33541)
  • a600027 fix: add missing translation string for ax tree (#33616)
  • 7f82836 test: BrowserWindow backgroundColor and transparency (#33561)
  • 769088f fix: create userData on requestSingleInstanceLock() if needed (#33559) (#33...
  • c85bc3c fix: getting focused window with destroyed webContents (#33538)
  • 3cd795a fix: don't unmaximize on macOS if user set max bounds (#33550)
  • 6179b03 fix: on macOS show BrowserWindow on maximize if not currently shown (#33537)
  • 72c48aa Bump v18.0.1
  • Additional commits viewable 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 11.3.0 to 18.0.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v11.3.0...v18.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 6, 2022

Copy link
Copy Markdown
Contributor Author

The following labels could not be found: 🔼 dependencies.

@dependabot @github

dependabot Bot commented on behalf of github Apr 7, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #129.

@dependabot dependabot Bot closed this Apr 7, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/electron-18.0.2 branch April 7, 2022 18:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

0 participants