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 summary
Run 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.