Fixed CORS preflight request always being cancelled when connecting via proxy requiring authentication for apps that had registered WebRequest listeners. #29811 (Also in 12, 14)
Fixed select-bluetooth-device firing on Windows. #29611 (Also in 12, 14)
Fixed warnAboutRemoteModuleWithRemoteContent for the new default value of enableRemoteModule. #29691
Fixed a potential crash when setting vibrancy on macOS. #29722 (Also in 14)
Fixed an issue where custom traffic lights could be covered by BrowserViews on macOS. #29663 (Also in 14)
Fixed an issue where draggable regions sometimes did not work properly when DevTools is open. #29734 (Also in 12, 14)
Fixed crashes in debug builds caused by microtasks policy mismatch. #29808 (Also in 12, 14)
Fixed hover state not clear bug when BrowserWindow is not resizable. #29800 (Also in 12, 14)
Fixed issue where the update permission prompt would cause 100% CPU spin while the prompt was open. #29805 (Also in 14)
Fixed potential corruption of piped response data when using interceptHttpProtocol/registerHttpProtocol. #29669 (Also in 11, 12, 14)
Fixed the color select eyedropper not working within DevTools. #29760 (Also in 14)
Fixed the spelling of 'attachment' in 'Content-Disposition' header when using the webRequest module. #29672 (Also in 12, 14)
Other Changes
Fixed a feature flag issue where spellchecker methods returned empty suggestion lists on Windows. #29706 (Also in 14)
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps electron from 13.1.2 to 13.1.3.
Release notes
Sourced from electron's releases.
Commits
6504c4b
Bump v13.1.35c1e1ee
fix: do not cancel CORS preflight request on proxy auth. (#29811)f39ac07
fix: update Squirel.Mac to fix CPU spin during update (#29805)252805d
fix: microtasks policy in CreateEnvironment (#29808)df27597
docs: fix frontmatter for Tray tutorial (#29803)fa683ef
fix: fix hover state not clear bug when BrowserWindow is not resizable (#611)...16b09a6
docs: clarify use of ELECTRON_SKIP_BINARY_DOWNLOAD (#29745)301108e
docs: Add clarification for Visual Zoom behavior (#28860) (#29764)5d36cdf
fix: color select eyedropper not working within DevTools (#29729) (#29760)c94ab72
docs: added guide and updated docs for Tray (#29385) (#29762)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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)