-
Notifications
You must be signed in to change notification settings - Fork 26
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 all dependencies (major) (major) #108
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-all-dependencies-(major)
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/khushrajrathod/tele-drive/5dVCnrJVK27kHgcZsPNFHLFMnKRM |
ce84156
to
9c094d3
Compare
9c094d3
to
29a0d87
Compare
29a0d87
to
4c45e85
Compare
4c45e85
to
e365292
Compare
e365292
to
a13ee4c
Compare
a13ee4c
to
5792937
Compare
5792937
to
c89eba6
Compare
c89eba6
to
5bd7509
Compare
5bd7509
to
03fbc15
Compare
03fbc15
to
f17efbb
Compare
f17efbb
to
406455b
Compare
406455b
to
b46f3e1
Compare
b46f3e1
to
f43ea93
Compare
f43ea93
to
5fb76e5
Compare
5fb76e5
to
dccae1f
Compare
dccae1f
to
1ca4525
Compare
1ca4525
to
348afaa
Compare
348afaa
to
f308658
Compare
f308658
to
4ca28ed
Compare
4ca28ed
to
e7fd571
Compare
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.
This PR contains the following updates:
12.0.9
->14.0.0
4.6.0
->5.1.0
Release Notes
electron/electron
v14.0.0
Compare Source
Release Notes for v14.0.0
Stack Upgrades
Breaking Changes
worldSafeExecuteJavaScript
option was removed fromwebPreferences
. #28456additionalFeatures
property fromnew-window
anddid-create-window
WebContents events. #28548app.allowRendererProcessReuse
and BrowserWindowaffinity
options. #26874Features
Additions
BrowserWindow.isFocusable()
to determine whether a window is focusable. #28642WebFrameMain.visibilityState
instance property. #28706disposition
,referrer
andpostBody
to the details object passed to the window open handler registered withsetWindowOpenHandler
. #28518 (Also in 13)process.contextId
used by@electron/remote
. #28007 (Also in 13)resourceType
conversions forwebRequest
listener details:font
,ping
,cspReport
,media
,webSocket
. #30050session.storagePath
API to get the path on disk for session-specific data. #28665 (Also in 13)webContents.fromDevToolsTargetId(targetId)
to lookup a WebContents instance from an associated Chrome DevTools Protocol TargetID. #30732chrome://gpucrash
. #29466 (Also in 13)--log-file=.../path/to/file.log
. Also, it's now possible to enable logging from JavaScript by appending command-line switches during the first JS tick. #29963ContextBridgeMutability
feature that skips context bridgeDeepFreeze
andSetReadOnlyNonConfigurable
when exposing a value. #27348Improvements
napi_threadsafe_function
. #29021 (Also in 12, 13)Removed/Deprecated
submitURL
option forcrashReporter.start
is no longer a required argument whenuploadToServer
is false. #28105 (Also in 13)Fixes
uv_run()
. #28957 (Also in 11, 12, 13)systemPreferences.getAccentColor()
,getSystemColor
andgetColor
are now correctly converted into the devices color space. Previously the color would have been subtly incorrect. #28121 (Also in 11, 12, 13)fs.promises.readFile
would improperly error when passing aFileHandle
to thepath
argument. #29577 (Also in 12, 13)<webview>
focus
/blur
events not working withcontextIsolation
enabled. #29004 (Also in 10, 11, 12, 13)desktopCapturer.getSources()
promise result sometimes never resolving. #28273 (Also in 10, 11, 12, 13)documentEdited
status not updating close button for frameless window on macOS. #30391 (Also in 13, 15)postData
parameter missing fromnew-window
event. #28513 (Also in 12, 13)requestFullscreen
inside webview does not make the element take fullscreen. #29989 (Also in 12, 13)select-bluetooth-device
firing on Windows. #29613 (Also in 12, 13)webFrame
spell checker APIs crashing when called in sandboxed renderer. #29053 (Also in 12, 13)will-resize
andwill-move
events not scaling the emittednewBounds
rectangle to the appropriate Windows display scale factor. #29162 (Also in 11, 12, 13)SharedArrayBuffer
is disabled. #30484process.exit
is called andnativeWindowOpen
is enabled. #30235 (Also in 15)shell.trashItem()
from the renderer process. #28748 (Also in 12, 13)webContents.on('login')
callback synchronously. #30090 (Also in 12, 13)window.open
usingsetWindowOpenHandler
whennativeWindowOpen: false
. #29883 (Also in 12, 13)setCertificateVerifyProc
with many concurrent verification requests. #28358 (Also in 11, 12, 13)app.quit()
on macOS. #29962 (Also in 12, 13)--enable-logging
was present. #30385 (Also in 15)webView
where theleave-html-full-screen
event is not emitted if the user exits fullscreen withesc
instead of by clicking into thewebView
. #30561 (Also in 12, 13, 15)BrowserViews
on Windows when either thex
ory
coordinate is negative (off-screen). #30541 (Also in 13, 15)transparency: true
or abackgroundColor
being set in their constructor options. #30159BrowserView
webContents would appear not to load in some circumstances. #30335 (Also in 15)beforeunload
andunload
weren't firing properly inBrowserView
s. #28382illegal access error
could be thrown whennodeIntegrationInSubFrames
is enabled. #29093 (Also in 12, 13)select-serial-port
callback crashes when called with an invalid serial port ID. #28602 (Also in 12, 13)self.module.paths
wouldn't work in Workers. #30014 (Also in 12, 13)showArrowButtons
is enabled ifitems
is an empty array. #30679 (Also in 13, 15)documentEdited
status on macOS withtitlebarStyle: 'hiddenInset'
inadvertently moves the traffic light location. #30605 (Also in 13, 15)win.capturePage()
never called back after callinghide()
for a hidden window on some platforms. #27883 (Also in 11, 12, 13)window.print()
did not work properly when printing a pdf from the pdf plugin. #28328 (Also in 12, 13)contextIsolation
was enabled. #29886 (Also in 13)contextBridge
could be displayed incorrectly. #28346 (Also in 12, 13)window.setFullScreen
could cause problems. #25470 (Also in 11, 12, 13)window.hide()
was called while they were open. #28671 (Also in 11, 12, 13)setAlwaysOnTop
value would sometimes not be preserved for child windows on macOS. #29855 (Also in 12, 13)win.hide()
on Windows. #28366 (Also in 10, 11, 12, 13)BrowserView
on macOS. #30150 (Also in 13)Menu.setApplicationMenu
would return a value on some platforms. #29118 (Also in 12, 13)simpleFullscreen
mode were not properly resizing when display metrics changed. #28150 (Also in 11, 12, 13)app.getPath('logs')
returning the wrong path on Linux and Windows. #29865getBackgroundColor
on a transparent window with no assigned background color. #28120 (Also in 11, 12, 13)target=_blank
from webview. #29949 (Also in 12, 13)Geolocation
was used. #29914 (Also in 13)document.focus
when opening multiple windows on macOS. #29204 (Also in 12, 13)globalShortcut
s on macOS. #30569 (Also in 15)webview
. #30127 (Also in 12, 13)Alt+Shift
andAlt+Ctrl
toggling menu bar on KDE. #29444 (Also in 12, 13)<select>
element dropdown not appearing on Windows or Linux. #29771setWindowOpenHandler
not being invoked when a link was middle-clicked or shift-clicked. #28498 (Also in 12, 13)app.setAppUserModelId
. #28915 (Also in 13)wasm-eval
csp behindWebAssemblyCSP
flag. #28535 (Also in 11, 12, 13)shell.openExternal
on windows are now correctly URI encoded. This was already occurring on macOS and Linux. #28334 (Also in 10, 11, 12, 13)Other Changes
1216190
. #30101 (Also in 12, 13)<webview>
usingcontextBridge
to make it safer to use whencontextIsolation
is enabled. #29037Documentation
End of Support for 11.x.y
Electron 11.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.
v13.3.0
Compare Source
Release Notes for v13.3.0
Other Changes
1228036
. #306391231134
. #30637 (Also in 11)1233564
. #30636 (Also in 11)1234009
. #30635 (Also in 11)v13.2.3
Compare Source
Release Notes for v13.2.3
Fixes
showArrowButtons
is enabled ifitems
is an empty array. #30680 (Also in 14, 15)v13.2.2
Compare Source
Release Notes for v13.2.2
Fixes
webView
where theleave-html-full-screen
event is not emitted if the user exits fullscreen withesc
instead of by clicking into thewebView
. #30560 (Also in 14, 15)BrowserViews
on Windows when either thex
ory
coordinate is negative (off-screen). #30540 (Also in 14, 15)documentEdited
status on macOS withtitlebarStyle: 'hiddenInset'
inadvertently moves the traffic light location. #30603 (Also in 14, 15)Other Changes
1227933
. #30583 (Also in 12)1231950
. #305841234764
. #305871234770
. #305861234829
. #30585v13.2.1
Compare Source
Release Notes for v13.2.1
Fixes
v13.2.0
Compare Source
Release Notes for v13.2.0
Features
Fixes
Other Changes
1196853
. #30449v13.1.9
Compare Source
Release Notes for v13.1.9
Fixes
documentEdited
status not updating close button for frameless window on macOS. #30393 (Also in 14, 15)Other Changes
1229298
. #30452v13.1.8
Compare Source
Release Notes for v13.1.8
Fixes
Other Changes
1205059
,1196302. #30265v13.1.7
Compare Source
Release Notes for v13.1.7
Fixes
requestFullscreen
inside webview does not make the element take fullscreen. #29987 (Also in 12, 14)webContents.on('login')
callback synchronously. #30091 (Also in 12, 14)fsPromises.readFile
. #29928BrowserView
on macOS. #30149 (Also in 14)document.focus
when opening multiple windows on macOSOther Changes
1216190
. #30100 (Also in 12, 14)Documentation
v13.1.6
Compare Source
Release Notes for v13.1.6
Fixes
app.quit()
on macOS. #29961 (Also in 14)self.module.paths
wouldn't work in Workers. #30013 (Also in 12, 14)target=_blank
from webview. [#29951](https://togithub.com/electron/electrConfiguration
📅 Schedule: "after 1:00am and before 9:00am" in timezone Asia/Kolkata.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by WhiteSource Renovate. View repository job log here.