-
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 version .x 🌟 #7405
Conversation
Below are some guidelines Cypress uses when reviewing dependency updates. Dependency Update Instructions
Dependency Updates Checklist
|
Test summaryRun details
View run in Cypress Dashboard ➡️ 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I think this is technically a breaking change, it seems like libgbm
is now a requirement to run Electron: https://circleci.com/gh/cypress-io/cypress/330247?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link
Linux users will need to update their Docker images and stuff.
We will probably want to do this in 5.0.
1682f4a
to
ccf51c3
Compare
…ns (#7746) Co-authored-by: Jessica Sachs <[email protected]>
* Add UTM parameters to Dashboard login buttons * Revert "Add UTM parameters to Dashboard login buttons" This reverts commit 568f12e. * Add UTM parameters to Dashboard login buttons * utmCode camel case Co-authored-by: Zach Bloomquist <[email protected]> * Add desktop-gui integration tests for utm code * Add server unit tests for utm code Co-authored-by: Zach Bloomquist <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Jennifer Shehane <[email protected]>
* Option to disable Cypress the verbose results to stdout --quiet mode to disable the verbose results to stdout but still use specified formatter * Update cli/schema/cypress.schema.json Co-authored-by: Jennifer Shehane <[email protected]> * Cypress module support for --quiet Cypress module support for --quiet * Apply suggestions from code review Co-authored-by: Zach Bloomquist <[email protected]> * Address feedback Address feedback, thanks Co-authored-by: Jennifer Shehane <[email protected]> Co-authored-by: Zach Bloomquist <[email protected]>
Co-authored-by: Jennifer Shehane <[email protected]>
ccf51c3
to
9fd54d2
Compare
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. If you think this comment is in error and the branch is not modified, try deleting this comment. If it comes back again the next time Renovate runs, please submit an issue or seek config help. |
Opening #7791 to track changes |
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 9.x releases. However, if you upgrade to 9.x manually then Renovate will then reenable updates for minor and patch updates automatically. If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
This PR contains the following updates:
8.3.1
->9.0.5
Release Notes
electron/electron
v9.0.5
Compare Source
Release Notes for v9.0.5
Fixes
dialog.showCertificateTrustDialog
with noBrowserWindow
. #24121shutdown
would be emitted both on app and system shutdown on macOS. #24141withFileTypes
was not supported as an option tofs.readdir
orfs.readdirSync
under asar. #24108Other Changes
Documentation
v9.0.4
Compare Source
Release Notes for v9.0.4
Fixes
isComposing
KeyboardEvent property. #23996chrome://media-internals
andchrome://webrtc-internals
pages not loading. #24058ipcRenderer
module after blink had released the context. Instead, a JS exception will be thrown. #23978rmdir
andrmdirSync
work withoriginal-fs
in an asar context. #23956session
in webContents of type remote. #24065Other Changes
v9.0.3
Compare Source
Release Notes for v9.0.3
Features
Fixes
--disable-color-correct-rendering
. #23900acceptLanguages
argument being ignored insession.setUserAgent()
. #23962Other Changes
v9.0.2
Compare Source
Release Notes for v9.0.2
Fixes
v9.0.1
Compare Source
Release Notes for v9.0.1
Features
Fixes
process.windowsStore
returning undefined in AppX packages. #23801nativeImage
s might throw conversion errors in the renderer process. #23796window.location
properties would throw an error for windows opened withwindow.open
. #23805globalShortcut
registration. #23824Other Changes
moveItemToTrash
failures on macOS. #23628v9.0.0
Compare Source
Release Notes for 9.0.0
Stack Upgrades
8.3
Breaking Changes
app.allowRendererProcessReuse
totrue
. This will prevent loading of non-context-aware native modules in renderer processes. (See #18397 for more information on this change.) #22401Features
fullScreen
property support forBrowserWindow
s. #23330session.listWordsInSpellCheckerDictionary
API to list custom words in the dictionary. #22128session.removeWordFromSpellCheckerDictionary
API to remove custom words in the dictionary. #22368session.serviceWorkerContext
API to access basic service worker info and receive console logs from service workers. #22313force
parameter toapp.focus()
on macOS to allow apps to forcefully take focus. #23447BrowserWindow
. #23208Fixes
webRequest
module not working withfile://
protocol. #22919webRequest
not working for CORS requests. #22468win.setMenuBarVisibility(false)
not hiding menu bar. #23263session.fromPartition
inside the ready event. #23472crashReporter
is now explicitly initialized only in the main process, and implicitly initialized in other child processes. This fixes an issue preventing the crash reporter from functioning in sandboxed renderers on Linux. #23461Performance
v8.3.3
Compare Source
Release Notes for v8.3.3
Fixes
shutdown
would be emitted both on app and system shutdown on macOS. #24140withFileTypes
was not supported as an option tofs.readdir
orfs.readdirSync
under asar. #24107Other Changes
Documentation
v8.3.2
Compare Source
Release Notes for v8.3.2
Features
Fixes
chrome://media-internals
andchrome://webrtc-internals
pages not loading. #24063ipcRenderer
module after blink had released the context. Instead, a JS exception will be thrown. #23979dialog.showCertificateTrustDialog
with noBrowserWindow
. #24120rmdir
andrmdirSync
work withoriginal-fs
in an asar context. #23955window.location
properties would throw an error for windows opened withwindow.open
. #23947globalShortcut
registration. #23948--disable-color-correct-rendering
. #23827acceptLanguages
argument being ignored insession.setUserAgent()
. #23963Other Changes
Renovate 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.