-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Conversation
Bumps electron from 10.0.1 to 18.3.7.
Release notes
Sourced from electron's releases.
electron v18.3.7
Release Notes for v18.3.7
Fixes
- Fixed WCO not responding to touch events on windows. #35177 (Also in 19, 20)
- Fixed
webContents.getUserAgent()incorrectly returning an empty string unless previously set. #35130 (Also in 17, 19, 20)- Fixed an issue in which calling setBounds() after e.preventDefault in a 'will-move' or 'will-resize' event wouldn't change the window's shape until the mouse button was released. #35082 (Also in 19, 20)
- Fixed context menu not showing all items on macOS when dock is not hidden. #35198 (Also in 19)
- None. #35171 (Also in 19, 20)
Other Changes
- Fixed page size always being restricted to 4k on Linux arm64. #35184
- Security: backported fix for CVE-2022-2478. #35099
- Security: backported fix for chromium:1334864. #35097
electron v18.3.6
Release Notes for v18.3.6
Fixes
- Fixed a crash when calling
BrowserWindow.setEnabled(). #34973 (Also in 19, 20)- Fixed a potential crash when changing window settings after initializing WCO with an invalid
titleBarStyle. #34873 (Also in 17, 19, 20)- Fixed alwaysOnTop BrowserWindow option for X11 Linux. #34911 (Also in 19, 20)
- Fixed an issue where BrowserWindows on macOS were incorrectly marked as resizable. #34907 (Also in 19, 20)
- Fixed an issue where Windows Control Overlay buttons did not respect maximizable/minimizable/closable states of a BrowserWindow. #34720 (Also in 17, 19, 20)
- Fixed an issue where calling
BrowserWindow.setRepresentedFilenameon macOS withtitlebarStyle: 'hiddenInset'ortitlebarStyle: 'hidden'inadvertently moves the traffic light location. #34847 (Also in 19, 20)- Fixed an issue where some
BrowserWindows opened from new links wouldn't properly load URLs. #34910 (Also in 19)- Fixed an issue where the minimize button with WCO enabled would incorrectly be highlighted in some cases. #34838 (Also in 17, 19, 20)
- Fixed an issue with background colors being improperly applied to
BrowserViews on Windows. #33478 (Also in 16)- Fixed empty app_id when running under wayland. #34877 (Also in 19, 20)
- Fixed missing Sec-CH-UA headers and empty navigator.userAgentData. #34758 (Also in 17, 19, 20)
- Fixed symbol generation on 32-bit Windows release builds. #35096 (Also in 19, 20)
- Prevent brief display of "Ozone X11" in window title on Linux. #34943
Other Changes
- Backported fix for CVE-2022-2294. #34882
- Security: backported fix for 1287804. #35102
- Security: backported fix for 1333333. #34689
- Security: backported fix for 1335054. #34687
- Security: backported fix for 1335458. #34685
- Security: backported fix for 1336014. #35004
- Security: backported fix for 1339844. #35002
- Security: backported fix for 1340335. #35000
- Security: backported fix for 1340654. #34998
- Security: backported fix for CVE-2022-2162. #34714
- Security: backported fix for CVE-2022-2295. #34881
electron v18.3.5
Release Notes for v18.3.5
... (truncated)
Commits
dee6e01Bump v18.3.7483e39cchore: cherry-pick 97193a64b431 from chromium (#35184)cd7490dfix: consider dock space when showing menu (#35198)b990bd6fix: allow setsize to be called within a move or resize for preventDefault (#...56a0b45fix: modify file extension generation on Windows (#35171)5871f81fix: touch events not recognized by WCO on windows (#35117) (#35177)511f275ci: turn off windows on arm test result comments (#35167)8189ee6chore: add electron deps to //src gitignore (#35148)cc52f07ci: switch to GHA for WOA (#35127)890adefdocs: new main -> renderers messageChannel example (#35133)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [electron](https://github.com/electron/electron) from 10.0.1 to 18.3.7.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v10.0.1...v18.3.7)
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
...
Signed-off-by: dependabot[bot]
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v10.0.1...v18.3.7)
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
...
Signed-off-by: dependabot[bot]
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 10, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.