feat(deps): update dependency electron to version 10.1.3 🌟#8406
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 ➡️ 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 |
e984187 to
ba91df6
Compare
|
Having some trouble with these |
|
@flotwig It seems Electron released a fix for this blocking bug. |
|
Just waiting for a new 10.x release (or for 11.x to become stable, ig) with the fix now |
ba91df6 to
3a5d16a
Compare
node 12.16.3 removed `--http-parser=legacy`, but now we have `insecureHTTPParser` available on `ClientRequest`, which does the same thing but with `llhttp`
flotwig
left a comment
There was a problem hiding this comment.
works fine after updating HTTP parser fix
|
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Fixes #8399
User-facing changelog
chromeWebSecurityoption had no effect in Electron.This PR contains the following updates:
9.2.1->10.1.3Release Notes
electron/electron
v10.1.3Compare Source
Release Notes for v10.1.3
Fixes
webSecurity: false. #25503 (Also in 9, 10, 11)ready-to-showevent not emitted on some machines. #25476 (Also in 9, 10, 11)app.importCertificate()on Linux. #25536 (Also in 9, 10, 11)webContents.print()if no default was set and no device name provided. #25606 (Also in 9, 10, 11)window.print()could cause a crash. #25530Other Changes
Unknown
v10.1.2Compare Source
Release Notes for v10.1.2
Fixes
document.hasFocusanddocument.activeElementwould be inconsistent upon showing a window that was initially created withshow: false. #25330 (Also in 10, 11)dock.show/hideon macOS. #25299 (Also in 8, 9, 10, 11)Other Changes
Unknown
chrome.managementAPIs. #25345 (Also in 9, 10, 11)v10.1.1Compare Source
Release Notes for v10.1.1
Fixes
Other Changes
Unknown
v10.1.0Compare Source
Release Notes for v10.1.0
Features
visualEffectStateoption to BrowserWindows to allow customization of vibrancy effect state on macOS. #25106visibleOnFullScreenoption forsetVisibleOnAllWorkspaces. #25125currencyCodefield that Apple's StoreKit in-app-purchasing library provides but has not been added to theProductobject thatinAppPurchase.getProductsreturns. #25084Fixes
v10.0.1Compare Source
Release Notes for v10.0.1
Fixes
powerMonitornot emittingsuspend/resumeevents on some Windows machines. #25111Other Changes
v10.0.0Compare Source
Release Notes for v10.0.0
Stack Upgrades
Breaking Changes
app.allowRendererProcessReusetotrue, this will prevent loading of non-context-aware native modules in renderer processes. See #18397 for more information on this change. #22336Features
contents.getBackgroundThrottling()method andcontents.backgroundThrottlingproperty. #21036sameSiteproperty to the Cookie structure allowing you to get and set the same site policy for cookies. #22789render-process-goneevent onappto replace therenderer-process-crashedevent. #23560render-process-goneevent to replace thecrashedevent. #23096useSessionCookiesflag tonetrequests to allow them to use the session cookie store. #22704MessagePortin the main process. #22404app.getPath('recent'). #23381darkThemeoption now defaults tonativeTheme.shouldUseDarkColors. #20138sessionis persistent by calling theses.isPersistent()API. #22622crashReporter. #23598POSTdata in thenew-windowevent. #19703desktopCapturermodule in the main process. #23548currentlyLoggingPathproperty ofnetLog. Additionally,netLog.stopLoggingno longer returns the path to the recorded log. #22732disableDialogsoption to WebPreferences. #22395 (Also in 8, 9)fullScreenproperty support forBrowserWindows. #23145 (Also in 9)rateLimitandcompressoptions tocrashReporter. #23062session.listWordsFromSpellCheckerDictionaryAPI to list custom words in the dictionary. #22101 (Also in 9)session.removeWordFromSpellCheckerDictionaryAPI to remove custom words in the dictionary. #22039 (Also in 9)session.serviceWorkerContextAPI to access basic service worker info and receive console logs from service workers. #20624 (Also in 9)forceparameter toapp.focus()on macOS to allow apps to forcefully take focus. #22612 (Also in 8, 9)spellcheck-dictionary-*events on thesessionmodule to help track and debug dictionary initialization. #22449 (Also in 8, 9)worldSafeExecuteJavaScriptwebPreference to ensure that the return values fromwebFrame.executeJavaScriptare world safe when context isolation is enabled. #24711 (Also in 9)BrowserWindow. #22771 (Also in 9)systemPreferences.getMediaAccessStatus()on Windows. #24311 (Also in 8, 9)moveItemToTrashfailures on macOS. #23589 (Also in 8, 9)Fixes
WebContents.focusnot focusing window on macOS and Linux. #22323<input type="file" />. #22843startDragcould crash if some specific strings were passed intonativeImage.createFromImageto create theicon. #23467screenmodule before the ready event no longer makes it impossible to access thescreenmodule. #22895 (Also in 8, 9)isComposingKeyboardEvent property. #23995 (Also in 8, 9)navigator.mediaDevices.enumerateDevicesis now consistent across reloads. #22386 (Also in 8, 9)chrome://media-internalsandchrome://webrtc-internalspages not loading. #24057 (Also in 8, 9)process.windowsStorereturning undefined in AppX packages. #23798 (Also in 7.3, 8, 9)session.setSpellCheckerDictionaryDownloadURLto append the dictionary name at the end of requests instead of requesting the same URL for all dictionaries. #22382 (Also in 8, 9)webRequestAPI not working with WebSockets. #22040 (Also in 8, 9)webRequestmodule not working withfile://protocol. #22903 (Also in 9)webRequestnot working for CORS requests. #22407 (Also in 9)win.setMenuBarVisibility(false)not hiding menu bar. #23214 (Also in 9)webContents.print()with custom print margins. #22164 (Also in 8, 9)hookWindowMessageon Windows. #24768 (Also in 9)ipcRenderermodule after blink had released the context. Instead, a JS exception will be thrown. #23977 (Also in 8, 9)zoomFactorvalues when setting the zoom factor of a webpage. #22673 (Also in 7.2, 8, 9)dialog.showCertificateTrustDialogwith noBrowserWindow. #24118 (Also in 7.3, 8, 9)nativeImages might throw conversion errors in the renderer process. #23543 (Also in 7.3, 8, 9)rmdirandrmdirSyncwork withoriginal-fsin an asar context. #23951 (Also in 8, 9)shutdownwould be emitted both on app and system shutdown on macOS. #24139 (Also in 8, 9)undefinedwas printed fromconsole.logon Window when no arguments were passed. #22165 (Also in 8, 9)webContents.print()would sometimes hang with invalid settings. #24507 (Also in 9)window.locationproperties would throw an error for windows opened withwindow.open. #23804 (Also in 8, 9)withFileTypeswas not supported as an option tofs.readdirorfs.readdirSyncunder asar. #24106 (Also in 8, 9)--cpu-prof,--heap-prof, and related CLI flags. #24540 (Also in 8, 9)macOSwould fail to allow file extensions containing periods. #23409 (Also in 7.2, 8, 9)maximizablestate persistence of BrowserWindows on macOS. #22988 (Also in 7.2, 8, 9)navigator.languagesandAccept-Languagedid not fully respect users' language preferences on Windows and macOS. This also improved fallback font selection for CJK texts on Windows. #23247 (Also in 7.2, 8, 9)safeDialogpreferences not being passed properly. #22353 (Also in 8)globalShortcutregistration. #23823 (Also in 8, 9)--trace-sync-ioflag in Node.js. #24544 (Also in 8, 9)contextCodeGenerationparameter to Node.js'script.runInNewContext(). #23129 (Also in 8, 9)session.fromPartitioninside the ready event. #22772 (Also in 9)--disable-color-correct-rendering. #23899 (Also in 8, 9)SameSitecookies would not be attached to outgoing requests from thenetmodule. #22788prefers-color-schemewould not be updated / set correctly when your OS was in dark mode. #22896 (Also in 8, 9)Objectprototype could cause internal Electron logic to throw errors. #22616 (Also in 8, 9)contextBridgemodule. #22056 (Also in 8, 9)contextBridgewith promises oripcRenderer.invoke. #23321 (Also in 8, 9)guidparameter in Linux crash reports. #24897 (Also in 9)sessionin webContents of type remote. #24064 (Also in 9)BrowserWindownot garbage collected when window is closed. #22006acceptLanguagesargument being ignored insession.setUserAgent(). #23961 (Also in 7.3, 8, 9)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: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 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.