dependabot-bot's Description of Work
Bumps electron from 44.1.0 to 44.1.1.
Release notes
Sourced from electron's releases.
electron v44.1.1
Release Notes for v44.1.1
Fixes
- Fixed
chrome.tabs.query()returning taburlandtitleto extensions without thetabspermission or host access, aligning withtabs.get. #53354 <!-- raw HTML omitted -->(Also in 42, 43, 45)<!-- raw HTML omitted -->- Fixed a renderer crash when an array with a throwing property getter is passed across
contextBridge, and several main/utility-process crashes when option objects passed to Electron APIs contain throwing accessors or Proxy traps. #53331 <!-- raw HTML omitted -->(Also in 42, 43)<!-- raw HTML omitted -->- Fixed an intermittent crash at startup on Linux caused by a race between Pango and the main thread initializing fontconfig. #53340 <!-- raw HTML omitted -->(Also in 43, 45)<!-- raw HTML omitted -->
- Fixed an issue where an exception thrown by a property getter on an object passed through
contextBridgewas swallowed instead of being thrown back to the caller. #53335 <!-- raw HTML omitted -->(Also in 43, 45)<!-- raw HTML omitted -->- Fixed main process crashes when navigating to
http://accessibility/orhttp://devtools/, when an extension background page usednavigator.mediaDevices, and when callingSerialPort.forget()for a disconnected device. #53333 <!-- raw HTML omitted -->(Also in 43, 45)<!-- raw HTML omitted -->- Fixed the PDF viewer failing to save an edited PDF with
NotAllowedError: Third party iframes are not allowed to show a file picker. #53328 <!-- raw HTML omitted -->(Also in 43, 45)<!-- raw HTML omitted -->
Commits
-
f3ae30ffix: honor tabs permission for url and title in tabs.query results (#53354) -
ac41df3build: remove requirement of empty commit message body (#53347) -
69a7216fix: propagate exceptions thrown by property getters on objects passed across... -
2d40a6afix: initialize the system FontConfig before GTK starts on Linux (#53340) -
28d2a9afix: main process crashes from WebUI host matching, worker AI bindings, exten... -
443d7b3fix: don't abort the process when a JS accessor throws during value conversio... -
a71b26bfix: allow the PDF viewer to show a save file picker again (#53328) -
9191e18docs: require symbol-level attribution in the node upgrade skill (#53324) - See full diff 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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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)