-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore(deps): update dependency electron to v19.1.9 #207
Conversation
1326d2d
to
2d04b84
Compare
2d04b84
to
34933e6
Compare
34933e6
to
4e2327f
Compare
4e2327f
to
f6649e4
Compare
f6649e4
to
0997bbd
Compare
0997bbd
to
6181e52
Compare
6181e52
to
57af303
Compare
57af303
to
bb5f0b5
Compare
bb5f0b5
to
6f6b083
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks for making updates to your pull request. Our team will take a look and provide feedback as soon as possible. Please wait for any GitHub Actions to complete before editing your pull request. If you have any additional questions or concerns, feel free to let us know. Thank you for your contributions! |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
19.0.0
->19.1.9
Release Notes
electron/electron (electron)
v19.1.9
: electron v19.1.9Compare Source
Release Notes for v19.1.9
End of Support for 19.x.y
Electron 19.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.
Other Changes
1333333
. #35053v19.1.8
: electron v19.1.8Compare Source
Release Notes for v19.1.8
Other Changes
1333333
. #35053v19.1.7
: electron v19.1.7Compare Source
Release Notes for v19.1.7
Fixes
AXNodeObject::TextFromDescendants()
. #36285Other Changes
1376637
. #36312v19.1.6
: electron v19.1.6Compare Source
Release Notes for v19.1.6
Fixes
AXNodeObject::TextFromDescendants()
. #36285Other Changes
1376637
. #36312v19.1.5
: electron v19.1.5Compare Source
Release Notes for v19.1.5
Other Changes
1356234
. #362211361612
. #36218Unknown
v19.1.4
: electron v19.1.4Compare Source
Release Notes for v19.1.4
Other Changes
1364604
. #360811368076
. #360861373314
. #36215v19.1.3
: electron v19.1.3Compare Source
Release Notes for v19.1.3
Other Changes
v19.1.2
: electron v19.1.2Compare Source
Release Notes for v19.1.2
Fixes
Other Changes
1356308
. #35891v19.1.1
: electron v19.1.1Compare Source
Release Notes for v19.1.1
Fixes
safeStorage
now consistently uses the correct service name on macOS regardless of timing with browser window construction. #35795 (Also in 20)Other Changes
1348283
. #35793Documentation
v19.1.0
: electron v19.1.0Compare Source
Release Notes for v19.1.0
Features
webFrameMain.origin
. #35624 (Also in 20, 21)Fixes
uv_os_gethostname
failing on Windows 7. #35703 (Also in 20, 21)atob
in the renderer process could fail under some circumstances. #35444 (Also in 20, 21)app.isInApplicationsFolder()
which would return false incorrectly in some cases. #35729 (Also in 20, 21)Other Changes
v19.0.17
: electron v19.0.17Compare Source
Release Notes for v19.0.17
Fixes
Other Changes
Documentation
v19.0.16
: electron v19.0.16Compare Source
Release Notes for v19.0.16
Other Changes
1352549
. #35555v19.0.15
: electron v19.0.15Compare Source
Release Notes for v19.0.15
Fixes
roundedCorners: false
couldn't enter fullscreen without crashing. #35456 (Also in 20, 21)setBounds
on some windows. #35495 (Also in 20)Other Changes
v19.0.14
: electron v19.0.14Compare Source
Release Notes for v19.0.14
Fixes
v19.0.13
: electron v19.0.13Compare Source
Release Notes for v19.0.13
Fixes
Other Changes
1333970
. #35267v19.0.12
: electron v19.0.12Compare Source
Release Notes for v19.0.12
Fixes
Other Changes
1264288
. #35237Unknown
v19.0.11
: electron v19.0.11Compare Source
Release Notes for v19.0.11
Fixes
webContents.getUserAgent()
incorrectly returning an empty string unless previously set. #35132 (Also in 17, 18, 20)Other Changes
v19.0.10
: electron v19.0.10Compare Source
Release Notes for v19.0.10
Fixes
--ozone-platform-hint
flag on Linux. #35015 (Also in 20)BrowserWindow.setEnabled()
. #34971 (Also in 18, 20)v19.0.9
: electron v19.0.9Compare Source
Release Notes for v19.0.9
Fixes
requestMediaKeySystemAccess
eventually resolves / rejects. #34890 (Also in 20)titleBarStyle
. #34874 (Also in 18, 20)BrowserWindow.setRepresentedFilename
on macOS withtitlebarStyle: 'hiddenInset'
ortitlebarStyle: 'hidden'
inadvertently moves the traffic light location. #34848 (Also in 18, 20)deviceName
on Linux caused silent failures. #34900 (Also in 20)Other Changes
v19.0.8
: electron v19.0.8Compare Source
Release Notes for v19.0.8
Fixes
Other Changes
v19.0.7
: electron v19.0.7Compare Source
Release Notes for v19.0.7
Fixes
Other Changes
v19.0.6
: electron v19.0.6Compare Source
Release Notes for v19.0.6
Fixes
w.setWindowButtonVisibility(true)
immediately after exiting fullscreen fails to show window buttons. #34674 (Also in 18, 20)v19.0.5
: electron v19.0.5Compare Source
Release Notes for v19.0.5
Fixes
crashReporter.start()
on macOS. #34638 (Also in 17, 18)setWindowOpenHandler()
would crash if the callback threw an error. #34546 (Also in 18, 20){ name: 'All Files', extensions: ['*'] }
in thefilters
param of open or save dialogs on Linux would disallow choosing files without an extension. #34517 (Also in 18, 20)Other Changes
setBounds
. #34642 (Also in 18, 20)v19.0.4
: electron v19.0.4Compare Source
Release Notes for v19.0.4
Fixes
v19.0.3
: electron v19.0.3Compare Source
Release Notes for v19.0.3
Fixes
v19.0.2
: electron v19.0.2Compare Source
Release Notes for v19.0.2
Fixes
window.close()
is called during a fullscreen transition. #34391 (Also in 17, 18, 20)webContents.print()
. #34369Other Changes
v19.0.1
: electron v19.0.1Compare Source
Release Notes for v19.0.1
Other Changes
crash_reporter::Start
under theelectron
category forcrash_reporter::Start()
. #34326 (Also in 17, 18)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.