react-native
react-native copied to clipboard
Bump electron from 37.2.6 to 37.3.1
Bumps electron from 37.2.6 to 37.3.1.
Release notes
Sourced from electron's releases.
electron v37.3.1
Release Notes for v37.3.1
Fixes
- Fixed an issue where
shell.openPathwas not non-blocking as expected. #48088 (Also in 36, 38)- Fixed an issue where windows opened with
window.openwould never be offscreen. #48070 (Also in 38)- Fixed potential deadlock inside
app.getLoginItemSettingson macOS. #48096 (Also in 36)Other Changes
- Updated Chromium to 138.0.7204.235. #48066
electron v37.3.0
Release Notes for v37.3.0
Features
- Added support for
app.getRecentDocuments()on Windows and macOS. #47923 (Also in 36, 38)- Adds the ability to change window accent color on Windows after initial window initialization via
{get|set}AccentColor. #48017 (Also in 36, 38)- Internally switched to using
DIR_ASSETSinstead ofDIR_MODULE/DIR_EXEto locate assets and resources, and added "assets" as a key that can be queried viaapp.getPath. #47951 (Also in 38)Fixes
- Fixed a crash possible when calling
webContents.loadURL()from a failedwebContents.loadURL()call's catch handler. #48045 (Also in 36, 38)- Fixed an issue where
app.accessibilitySupportEnableddidn't work as expected. #48061 (Also in 38)- Fixed an issue where importing from
electron/utilityin an ESM file threw an error at runtime. #48021 (Also in 36, 38)- Fixed an issue where importing from
electron/utilitythrew aERR_MODULE_NOT_FOUNDerror at runtime. #47988 (Also in 36, 38)- Fixed an issue where the accent border was drawn on all windows regardless of the window's active focused status. #48011 (Also in 36, 38)
- Fixed compilation error when disabling extensions and pdf_viewer. #47994 (Also in 38)
Other Changes
Commits
23a0293fix: ensure snapshot is valid (#48103)beee373fix: offscreen mode underwindow.opencreation (#48070)a11d4ebfix: avoid deprecated login item methods (#48096)edbe9cbfix:shell.openPathshould be non-blocking (#48088)1d6508bbuild: use quick tunnels for ssh debugging (#48072)78614c6chore: bump chromium to 138.0.7204.235 (37-x-y) (#48066)dbd11d7fix:app.accessibilitySupportEnabled(#48061)d053f2efix: re-entrancy issues inwebContents.loadURL()(#48045)4694925build: drop@types/webpack-envin favor of webpack/module types (#48046)4b46b6efeat: add{get|set}AccentColoron Windows (#48017)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.