Git-it-App / git-it-electron

💻 🎓 Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub
BSD 2-Clause "Simplified" License
70 stars 11 forks source link

Bump electron from 28.2.3 to 29.3.2 #673

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps electron from 28.2.3 to 29.3.2.

Release notes

Sourced from electron's releases.

electron v29.3.2

Release Notes for v29.3.2

Fixes

  • Electron doesn't paint on offscreen-render mode after gpu process crashed. #41923 (Also in 30, 31)
  • Fixed an issue where console.log() in AudioWorkletGlobalScope produced incorrect output. #41889 (Also in 28)
  • Fixed an issue where recentDOcuments wasn't populating properly on macOS. #41994 (Also in 31)

Other Changes

  • Security: backported fix for CVE-2024-4060.
    • Security: backported fix for CVE-2024-4058. #41982

electron v29.3.1

Release Notes for v29.3.1

Fixes

  • Fixed an issue on Windows where silent printing resulted in comically tiny renderer output. #41836 (Also in 28, 30)
  • Fixed missing <__assertion_handler> header when compiling with libc++. #41845 (Also in 30)

Other Changes

  • Security: backported fix for CVE-2024-3515.
    • Security: backported fix for CVE-2024-3516.
    • Security: backported fix for CVE-2024-3157. #41854

electron v29.3.0

Release Notes for v29.3.0

Fixes

  • Fixed a bug where a window with maximization disabled and WCO enabled would still show its maximization button. #41807

Other Changes

  • Security: backported fix for CVE-2024-3156. #41775

electron v29.2.0

Release Notes for v29.2.0

Features

  • Added a new instance property navigationHistory on webContents API with navigationHistory.getEntryAtIndex method, enabling applications to retrieve the URL and title of any navigation entry within the browsing history. #41661 (Also in 30)

Fixes

  • Fixed crash in Notification::Close() under libnotify 0.8.x with portal environment. #41707 (Also in 28, 30)
  • Fixed usage of Storage.{get|set|clear}Cookies via the Chrome DevTools Protocol. #41739 (Also in 28, 30)

Other Changes

  • Security: backported fix for CVE-2024-2885.

... (truncated)

Commits
  • cd6ad4d chore: disable tests that require nut.js (#42022)
  • 19f0abd fix: recentDocuments on macOS not working (#41994)
  • 9d4f8a0 chore: cherry-pick 2 changes from 1-M124 (#41982)
  • a43014a build: work around ScreenCaptureKit bad feature flag parsing in Chromium (#41...
  • 803698e docs: Windows typo in Tutorial document (#41950)
  • 557cadd fix: offscreen rendering does not paint after gpu process crashed (#41923)
  • fe01ed7 docs: correct the return value for canceled showSaveDialog (#41946)
  • 7f26c72 fix: EINVAL when spawning cmd files on Windows (#41907)
  • 7a3e587 chore: remove unused hash function (#41884)
  • bf14d05 fix: console.log() in AudioWorkletGlobalScope (#41889)
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | electron | [>= 12.0.a, < 12.1] | | electron | [>= 15.0.a, < 15.1] | | electron | [>= 16.0.a, < 16.1] | | electron | [>= 17.0.a, < 17.1] | | electron | [>= 23.0.a, < 23.1] | | electron | [>= 30.0.a, < 30.1] |

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 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)
dependabot[bot] commented 3 months ago

Superseded by #674.