codelayerhq / likvi-timetracking-desktop

The Desktop Time Tracking App for likvi
GNU General Public License v3.0
5 stars 1 forks source link

build(deps-dev): bump electron from 11.4.3 to 19.0.1 #300

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps electron from 11.4.3 to 19.0.1.

Release notes

Sourced from electron's releases.

electron v19.0.1

Release Notes for v19.0.1

Other Changes

  • Added a TRACE call named crash_reporter::Start under the electron category for crash_reporter::Start(). #34326 (Also in 17, 18)

electron v19.0.0

Release Notes for v19.0.0

Stack Upgrades

Features

Additions

  • Added BrowserWindow method to change the button color, symbol color, and height of a window with WCO enabled. #33066 (Also in 18)
  • Added nativeTheme.inForcedColorsMode API to allow detecting forced color mode. #32956 (Also in 15, 16, 17, 18)
  • Added ses.setCodeCachePath() API for setting code cache directory. #31154 (Also in 17, 18)
  • Added ability to configure if window should close when opener closes. #31314
  • Added support for more color formats in setBackgroundColor. #31868 (Also in 18)
  • Added warning that preload scripts will be sandboxed by default beginning in Electron 20. #32868 (Also in 18)
  • Enabled systemPreferences.subscribe{Local|Workspace}Notification to take a null value for the event parameter. #33770 (Also in 18)
  • Fixed an issue where calling setTitlebarOverlay with an initially invalid titleBarStyle on Windows would result in a crash. #34302
  • Fixed an issue where the PDF Viewer would fail if a user attempted to reload. #33712 (Also in 18)

Fixes

  • Added support for the --unsafely-treat-insecure-origin-as-secure command-line flag. #33189
  • Fixed a potential crash when calling webContents.print(). #34299
  • Fixed an issue where #ARGB ->#RGBA and #AARRGGBB ->#RRGGBBAA were converted improperly when setting background color. #33755
  • Fixed an issue where some BrowserWindows opened from new links wouldn't properly load URLs. #34189
  • Fixed an issue with background colors being improperly applied to BrowserViews on Windows. #33435
  • Fixed crash when img without alt is shown with accessibility features enabled. #33841
  • Fixed the initialization of First Party Sets on Windows, where First Party Sets would sometimes fail to load. #34138
  • Fixed the initialization of First Party Sets. #33972
  • Fixed the initialization of first party sets in the browser process. #34011

Also in earlier versions....

  • Apply senderFrame details to ipcMain port event. #33783 (Also in 16, 17, 18)
  • Fire 'show' event when a BrowserWindow is shown via maximize(). #32979 (Also in 16, 17, 18)
  • Fix: initialize asar support in worker threads. #33216 (Also in 18)
  • Fixed BrowserWindow.showInactive restoring a maximized window to non-maximized on Windows. #32870 (Also in 16, 17, 18)
  • Fixed a V8 crash that could happen randomly in non-sandboxed renderer processes. #33252 (Also in 18)
  • Fixed a bug where BrowserWindow.fromWebContents would return undefined during the browser-window-created event. #33257 (Also in 18)

... (truncated)

Commits
  • 56515ad Bump v19.0.1
  • a9ff8f1 build: do not checkout chromium for ts docs check (#34344)
  • f84cafe chore: add a TRACE call for crash_reporter::Start() (#34326)
  • 42266d2 Bump v19.0.0
  • 44b5c72 fix: crash on navigator.serial.getPorts() (#34323)
  • 96e1c7e fix: building node modules with Visual Studio 2017 (#34316)
  • 0206a9b fix: service worker registration with custom protocols (#34315)
  • 10ad6f8 docs: remove X-Content-Security-Policy header in quick-start.md (#34319)
  • 23c18be revert: add first-instance-ack event to the app.requestSingleInstanceLock() f...
  • cc4565b ci: save Windows artifacts at end of job in case they fail (#34313)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 2 years ago

Superseded by #303.