-
Notifications
You must be signed in to change notification settings - Fork 266
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
Update electron (major) #1968
Merged
Merged
Update electron (major) #1968
Conversation
This file contains 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
renovate
bot
added
Dependencies
Pull requests that update a dependency file
T-Task
Tasks for the team like planning
labels
Oct 30, 2024
Signed-off-by: Michael Telatynski <[email protected]>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
…into renovate/major-electron # Conflicts: # yarn.lock
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
t3chguy
approved these changes
Oct 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Dependencies
Pull requests that update a dependency file
T-Enhancement
T-Task
Tasks for the team like planning
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.
This PR contains the following updates:
^32.0.0
->^33.0.0
^8.0.2
->^10.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
electron/electron (electron)
v33.0.2
: electron v33.0.2Compare Source
Release Notes for v33.0.2
Fixes
trace-startup
not working on macOS. #44276 (Also in 32, 34)exit
event could be emitted twice from theutilityProcess
. #44266 (Also in 31, 32, 34)v33.0.1
: electron v33.0.1Compare Source
Release Notes for v33.0.1
Other Changes
v33.0.0
: electron v33.0.0Compare Source
Release Notes for 33.0.0
Stack Upgrades
130.0.6723.44
20.18.0
13.0
Breaking Changes
textured
BrowserWindowtype
option on macOS. #43133protocol.registerFileProtocol
and thebaseURLForDataURL
property onBrowserWindow.loadURL
,WebContents.loadURL
, and<webview>.loadURL
. #43977Features
Additions
app.setClientCertRequestPasswordHandler(handler)
, to help unlock cryptographic devices when a PIN is needed. #41205View.setBorderRadius(radius)
for customizing the border radius of views—with compatibility forWebContentsView
. #42320desktopCapturer
andsetDisplayMediaRequestHandler
. #43680 (Also in 32)DownloadItem.getCurrentBytesPerSecond()
,DownloadItem.getPercentComplete()
,DownloadItem.getEndTime()
. #42805 (Also in 30, 31, 32)prefersReducedTransparency
tonativeTheme
, which indicates whether the user has chosen to reduce OS-level transparency via system accessibility settings. #42862 (Also in 30, 31, 32)app#login
event. #42631 (Also in 32)Improvements
navigationHistory
API with 2 new functions for better history management. #42014sender-id
hint is set when creating desktop notifications on DBus. #43949 (Also in 31, 32)systemPreferences
toutilityProcess
. #42203 (Also in 30, 31, 32)Fixes
enable_plugins
build flag is false. #44025Also in earlier versions...
MenuItem.click
handler not settingfocusedWindow
parameter when focused window is aBaseWindow
. #43438 (Also in 31, 32)focus
on aWebView
'swebContents
. #43932 (Also in 31, 32)BrowserWindow.setTopBrowserView
. #42653 (Also in 30, 31, 32)webContents.close()
on a BrowserView. #42633 (Also in 31, 32)setWindowOpenHandler
. #43816 (Also in 31, 32)postMessage
. #42535 (Also in 30, 31, 32)BaseWindow.setTouchBar
didn't work as expected. #43422 (Also in 30, 31, 32)WebContentsView
s did not show correctly in some circumstances on macOS after being added as child views. #43696 (Also in 31, 32)defaultPath
did not work for all users on Linux when creating an open file dialog. #43595 (Also in 30, 31, 32)fetch
-dependent interfaces could be missing in Web Workers withnodeIntegrationInWorker
enabled. #42579 (Also in 30, 31, 32)navigator.mediaDevices.enumerateDevices
could return broken results in some cases after callingsession.setPermissionCheckHandler
. #42775 (Also in 30, 31, 32)navigator.mediaDevices.getUserMedia
andnavigator.getUserMedia
should reject with aNotAllowedError
if microphone or camera permissions have been denied at the system level on macOS. #42899 (Also in 30, 31, 32)navigator.serial.getPorts()
incorrectly returned an empty array in some cases. #43101 (Also in 30, 31, 32)system-context-menu
was not triggered as expected on Windows when using a frameless BrowserWindow. #43243 (Also in 30, 31, 32)BrowserWindow.setBackgroundColor
with some level of transparency could cause a crash. #42824 (Also in 31, 32)desktopCapturer.getSources
on macOS running 14.4 or later would make non-resizable windows resizable. #43013 (Also in 31, 32)window.print()
,webContents.print()
orprintToPDF
from an existing PDF document resulted in a blank page. #43309 (Also in 31, 32)window.showInactive
on macOS did not actually show the window. #43079 (Also in 31, 32)desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42781 (Also in 31, 32)desktopCapturer
API andscreen.getAllDisplays()
no longer matched on Windows. #42883 (Also in 31, 32)resize
events being emitted on Windows when the window was moved but not resized. #43457 (Also in 32)session.resolveProxy
api. #42878 (Also in 30, 31, 32)desktopCapturer.getSources
never fulfilled its promise in some cases. #43080 (Also in 29, 30, 31, 32)Content-Disposition
header parsing. #43670 (Also in 30, 31, 32)npm run lint
not working on Windows. #42281 (Also in 31, 32)input
tag could cause a crash. #42758 (Also in 30, 31, 32)Documentation
Notices
End of Support for 30.x.y
Electron 30.x.y has reached end-of-support as per the project's support policy. Developers and applications are encouraged to upgrade to a newer version of Electron.
v32.2.2
: electron v32.2.2Compare Source
Release Notes for v32.2.2
Fixes
trace-startup
not working on macOS. #44292 (Also in 33, 34)exit
event could be emitted twice from theutilityProcess
. #44268 (Also in 31, 33, 34)Other Changes
v32.2.1
: electron v32.2.1Compare Source
Release Notes for v32.2.1
Fixes
Other Changes
3696306
.v32.2.0
: electron v32.2.0Compare Source
Release Notes for v32.2.0
Fixes
focus
on aWebView
'swebContents
. #43934 (Also in 31, 33)setWindowOpenHandler
. #43877 (Also in 31, 33)Other Changes
sender-id
hint is set when creating desktop notifications on DBus. #43950 (Also in 31, 33)v32.1.2
: electron v32.1.2Compare Source
Release Notes for v32.1.2
Fixes
v32.1.1
: electron v32.1.1Compare Source
Release Notes for v32.1.1
Fixes
WebContentsView
s did not show correctly in some circumstances on macOS after being added as child views. #43698 (Also in 31, 33)Other Changes
v32.1.0
: electron v32.1.0Compare Source
Release Notes for v32.1.0
Features
desktopCapturer
andsetDisplayMediaRequestHandler
. #43679 (Also in 33)Fixes
defaultPath
did not work for all users on Linux when creating an open file dialog. #43629 (Also in 30, 31, 33)resize
events being emitted on Windows when the window was moved but not resized. #43644 (Also in 33)Content-Disposition
header parsing. #43668 (Also in 30, 31, 33)Other Changes
v32.0.2
: electron v32.0.2Compare Source
Release Notes for v32.0.2
Fixes
MenuItem.click
handler not settingfocusedWindow
parameter when focused window is aBaseWindow
. #43437 (Also in 31, 33)BaseWindow.setTouchBar
didn't work as expected. #43421 (Also in 30, 31, 33)Other Changes
Documentation
sindresorhus/electron-store (electron-store)
v10.0.0
Compare Source
Breaking
This is only a breaking change if you use the
schema
option.v9.0.0
Compare Source
Breaking
7ddf0c6
Improvements
7ddf0c6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.