electron / electron-quick-start

Clone to try a simple Electron app
https://electronjs.org/docs/latest/tutorial/quick-start
Creative Commons Zero v1.0 Universal
10.98k stars 4.92k forks source link

chore: bump electron from 29.3.0 to 30.0.0 #903

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps electron from 29.3.0 to 30.0.0.

Release notes

Sourced from electron's releases.

electron v30.0.0

Release Notes for v30.0.0

Features

  • Added support for NODE_EXTRA_CA_CERTS. #41822
  • Implemented support for the File System API. #41827

Fixes

  • Fixed an issue on Windows where silent printing resulted in comically tiny renderer output. #41838 (Also in 28, 29)
  • Fixed an issue where showing or focusing a panel window would activate the app on Mac. #41844
  • Fixed missing <__assertion_handler> header when compiling with libc++. #41846 (Also in 29)

Other Changes

  • Updated Chromium to 124.0.6367.49. #41852

electron v30.0.0-beta.8

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@30.0.0-beta.8.

Release Notes for v30.0.0-beta.8

Fixes

  • Fixed a bug where a window with maximization disabled and WCO enabled would still show its maximization button. #41805
  • Fixed an issue where child views in a BrowserWindow could sometimes be. #41802

electron v30.0.0-beta.7

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@30.0.0-beta.7.

Release Notes for v30.0.0-beta.7

Other Changes

  • Updated Chromium to 124.0.6367.29. #41768

electron v30.0.0-beta.6

Note: This is a beta release. Please file new issues for any bugs you find in it.

This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@30.0.0-beta.6.

Release Notes for v30.0.0-beta.6

Other Changes

  • Updated Chromium to 124.0.6367.18. #41714

Documentation

... (truncated)

Commits


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)