Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump electron from 27.0.0 to 27.0.2 #2140

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps electron from 27.0.0 to 27.0.2.

Release notes

Sourced from electron's releases.

electron v27.0.2

Release Notes for v27.0.2

Fixes

  • Functions called over the contextBridge are now called with the expected receiver (this). #40262 (Also in 28)

Other Changes

  • Backported fix for 1473422. #40280

electron v27.0.1

Release Notes for v27.0.1

Fixes

  • Fixed an issue where Windows Toast notifications weren't properly dismissed from the Action Center on notification.close() if they'd previously been dismissed. #40244 (Also in 26, 28)
  • Fixed an issue where calling loadURL during some webContents url loading events could crash. #40162 (Also in 24, 25, 26)
  • Fixed an issue where fully occluded windows would return an empty image from webContents.capturePage() on Windows and Linux. #40188 (Also in 25, 26, 28)
  • Fixed an issue with webContents interaction with fullscreen and WCO on macOS. #40217 (Also in 25, 26, 28)
  • Fixed some redundant permission dialogs while screen sharing on Wayland. #40193 (Also in 26, 28)

Other Changes

  • Updated Chromium to 118.0.5993.89. #40240
Commits
  • 416c6dc chore: cherry-pick 0c2d9659ccc1 from chromium (#40280)
  • 79876b7 docs: fix represented file fiddle (#40251)
  • 54d9958 chore: Show FIDO devices in the chooser if allowed (#40274)
  • db99feb chore: implement no-op chrome.action extension APIs (#40260)
  • 64318df fix: correctly track receiver for methods called via ctx bridge (#40262)
  • 4ceb644 chore: bump chromium to 118.0.5993.89 (27-x-y) (#40240)
  • ae212f4 fix: Windows Toast notification dismissal from Action Center (#40244)
  • 1f64b78 refactor: partition HidDelegate observers by browser context (#40237)
  • f282bda chore: bump chromium to 118.0.5993.71 (27-x-y) (#40235)
  • c0ad9e1 docs: Update docs on testing Electron apps with WebdriverIO (#40226)
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies dependencies label Oct 23, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-27.0.2 branch from e1fd017 to 1cf830d Compare October 23, 2023 08:13
@Stanzilla Stanzilla enabled auto-merge (rebase) October 23, 2023 08:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-27.0.2 branch 5 times, most recently from 838907e to 6d3c6cf Compare October 23, 2023 09:32
Bumps [electron](https://github.com/electron/electron) from 27.0.0 to 27.0.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v27.0.0...v27.0.2)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/electron-27.0.2 branch from 6d3c6cf to a1675fb Compare October 23, 2023 09:41
@Stanzilla Stanzilla merged commit 770cd49 into main Oct 23, 2023
@Stanzilla Stanzilla deleted the dependabot/npm_and_yarn/electron-27.0.2 branch October 23, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant