jooy2 / retron

📑 Vite + React + Electron + Material-UI Template. This is a skeleton template for easily creating React-based Electron projects.
MIT License
38 stars 4 forks source link

Bump electron from 27.1.3 to 28.0.0 #173

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps electron from 27.1.3 to 28.0.0.

Release notes

Sourced from electron's releases.

electron v28.0.0

Release Notes for v28.0.0

Fixes

  • Fixed an issue where devtools could not be re-opened. #40679
  • Fixed an issue where font requests were incorrectly being sent to dev tools multiple times per resource. #40688
  • Fixed child window opening in non-active macOS apps. #40659 (Also in 26)

Other Changes

  • Updated Chromium to 120.0.6099.56. #40653

electron v28.0.0-beta.11

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@28.0.0-beta.11.

Release Notes for v28.0.0-beta.11

Features

  • This PR adds several properties to the display object including detected, maximumCursorSize, and nativeOrigin. #40554

Fixes

  • Backported fix for AVX related crashes on certain linux machines. #40542 (Also in 26, 27)
  • Use activateIgnoringOtherApps for focusing non-panels on macOS. #40621

Other Changes

  • Security: backported fix for 1491210.
    • Security: backported fix for CVE-2023-6345. #40647
  • Updated Chromium to 120.0.6099.35. #40547

electron v28.0.0-beta.10

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@28.0.0-beta.10.

Release Notes for v28.0.0-beta.10

Fixes

  • Fixed a potential issue with async_hook corruption in some error contexts. #40594 (Also in 26, 27)
  • Fixed file paths passed to shell.showItemInFolder not being escaped in Linux. #40562
  • Fixed problem with bounds of maximized window when toggle BrowserWindow.setResizable function. #40582 (Also in 26, 27)
  • Fixed resizing performance issue on macOS. #40586 (Also in 26, 27)

electron v28.0.0-beta.9

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@28.0.0-beta.9.

... (truncated)

Commits
  • 34d115a fix: cherry pick 9009d76968b1ec2ed825bc95e47d086ceea07520 from chromium (#40688)
  • e809537 chore: bump chromium to 120.0.6099.56 (28-x-y) (#40653)
  • 589c827 build: fix release notes script bug that omitted edited release-clerk comment...
  • fe49f1c fix: clean up devtools frontend_host on webcontents destroy (#40679)
  • 5bc8e76 fix: add missing set_wants_to_be_visible(true) to `NativeWindowMac::ShowIna...
  • 0756fe6 docs: add dates for e29 (#40669)
  • a0c85cf chore: cherry-pick 2 changes from Release-3-M119 (#40647)
  • e45e20a chore: extend linting of code blocks in the docs (#40636)
  • 1af2590 fix: add patch for simdutf base64 crash (#40542)
  • 9ad4024 chore: allow passing more roots to lint.js (#40627)
  • 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 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 9 months ago

Superseded by #174.