-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 v14 🌟 #18384
Conversation
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
Test summaryRun details
View run in Cypress Dashboard ➡️ Flakiness
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
* develop: (31 commits) fix: `everyNthFrame` should only be applied for Chrome 89+ (#18392) docs: General updates to contributing guide (#18283) chore: Update Chrome (beta) to 95.0.4638.40 (#18389) chore: use circleci timings split for e2e tests (#18367) fix: fixed title (#18370) chore(deps): update dependency electron to v14 🌟 (#18384) chore(server): share client route (#18215) fix: Prevent Cypress from crashing when argument parsing "spec: {}" (#18312) chore: update husky dev dependency to v7 (#18345) feat: add defineConfig function to help type config (#18302) chore: Update Chrome (stable) to 94.0.4606.71 (#18324) feat: allow to use TypeScript in the config file (#18300) allow select to be called with empty array (#18329) fix(vite-dev-server): windows `supportFile` + preserve optimize entries (#18286) chore: fix semantic-release dry run (#18332) fix(driver): improve status_code_flags_invalid error message (#18316) chore(deps): update dependency electron to v13.5.0 🌟 (#18318) chore: Update Chrome (stable) to 94.0.4606.61 and Chrome (beta) to 95.0.4638.32 (#18229) fix(proxy-logging): use constant consoleProps object (#18207) feat(driver): Add "overwrite" option to cy.screenshot() (#18280) ...
* develop: (33 commits) fix: remove .json check from require_async, prevent child_process spawn (#18416) percy snapshot the tooltip visually, prevent it from being hidden fix: `everyNthFrame` should only be applied for Chrome 89+ (#18392) docs: General updates to contributing guide (#18283) chore: Update Chrome (beta) to 95.0.4638.40 (#18389) chore: use circleci timings split for e2e tests (#18367) fix: fixed title (#18370) chore(deps): update dependency electron to v14 🌟 (#18384) chore(server): share client route (#18215) fix: Prevent Cypress from crashing when argument parsing "spec: {}" (#18312) chore: update husky dev dependency to v7 (#18345) feat: add defineConfig function to help type config (#18302) chore: Update Chrome (stable) to 94.0.4606.71 (#18324) feat: allow to use TypeScript in the config file (#18300) allow select to be called with empty array (#18329) fix(vite-dev-server): windows `supportFile` + preserve optimize entries (#18286) chore: fix semantic-release dry run (#18332) fix(driver): improve status_code_flags_invalid error message (#18316) chore(deps): update dependency electron to v13.5.0 🌟 (#18318) chore: Update Chrome (stable) to 94.0.4606.61 and Chrome (beta) to 95.0.4638.32 (#18229) ...
* unified-desktop-gui: (40 commits) feat: index.html configurability and storybook support (#18242) fix: remove .json check from require_async, prevent child_process spawn (#18416) percy snapshot the tooltip visually, prevent it from being hidden fix: failing tests from #18372 (#18414) fix: `everyNthFrame` should only be applied for Chrome 89+ (#18392) feat(app): render spec list, command log, iframe (#18372) fix: drag and drop to be correct directory (#18400) refactor: Add GitDataSource, FileDataSource, toast for errors (#18385) docs: General updates to contributing guide (#18283) Add shorter --ct alias for --component Add --e2e and --component CLI options chore: Update Chrome (beta) to 95.0.4638.40 (#18389) chore: use circleci timings split for e2e tests (#18367) fix: fixed title (#18370) chore(deps): update dependency electron to v14 🌟 (#18384) chore(server): share client route (#18215) fix: Prevent Cypress from crashing when argument parsing "spec: {}" (#18312) chore: update husky dev dependency to v7 (#18345) feat: add defineConfig function to help type config (#18302) chore: Update Chrome (stable) to 94.0.4606.71 (#18324) ...
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
This PR contains the following updates:
13.5.0
->14.1.0
Release Notes
electron/electron
v14.1.0
Compare Source
Release Notes for v14.1.0
Features
Fixes
BrowserWindow
incorrectly affected those in an attachedBrowserView
. #31200 (Also in 13, 15, 16)Other Changes
v14.0.2
Compare Source
Release Notes for v14.0.2
Fixes
navigator.fonts.query()
. #30984 (Also in 15)BrowserWindow.setResizable()
can cause the zoom button to incorrectly be disabled on macOS. #31013 (Also in 15)isMaximized()
. #31040 (Also in 13, 15)(Check failed: !regexp_stack_->is_in_use())
. #31143 (Also in 13, 15, 16)Other Changes
Documentation
v14.0.1
Compare Source
Release Notes for v14.0.1
Features
Fixes
Other Changes
Documentation
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.5.1
Compare Source
Release Notes for v13.5.1
Fixes
BrowserWindow
incorrectly affected those in an attachedBrowserView
. #31197 (Also in 14, 15, 16)(Check failed: !regexp_stack_->is_in_use())
. #31142 (Also in 14, 15, 16)globalShortcut
s on macOS. #30568 (Also in 14, 15)Other Changes
Configuration
📅 Schedule: "before 3am on the first day of the month" in timezone America/New_York.
🚦 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 WhiteSource Renovate. View repository job log here.