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 #4215

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

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
electron [>= 24.a, < 25]
electron [>= 23.a, < 24]
electron [>= 26.a, < 27]
electron [>= 25.a, < 26]

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

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 added PR: dependencies Pull requests that update a dependency file PR: waiting for review For PRs that are complete, tested, and ready for review labels Oct 23, 2023
@FreeTubeBot FreeTubeBot enabled auto-merge (squash) October 23, 2023 08:42
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels good to be up to date with this again :)

@FreeTubeBot FreeTubeBot merged commit 03696b0 into development Oct 23, 2023
6 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/electron-27.0.2 branch October 23, 2023 10:59
@github-actions github-actions bot removed the PR: waiting for review For PRs that are complete, tested, and ready for review label Oct 23, 2023
PikachuEXE added a commit to PikachuEXE/FreeTube that referenced this pull request Oct 26, 2023
* development: (26 commits)
  Translated using Weblate (Portuguese)
  Ensure updated locales are auto-reloaded in electron renderer dev mode (FreeTubeApp#4066)
  Translated using Weblate (Portuguese)
  Translated using Weblate (Russian)
  Translated using Weblate (Latvian)
  Added translation using Weblate (Latvian)
  Translated using Weblate (Portuguese)
  Bump sass from 1.69.3 to 1.69.4 (FreeTubeApp#4216)
  Bump the stylelint group with 1 update (FreeTubeApp#4214)
  Bump the eslint group with 2 updates (FreeTubeApp#4213)
  Bump vue from 2.7.14 to 2.7.15 (FreeTubeApp#4217)
  Bump electron from 27.0.0 to 27.0.2 (FreeTubeApp#4215)
  Translated using Weblate (Portuguese)
  Add logo hover styling (FreeTubeApp#4209)
  Translated using Weblate (Portuguese)
  Translated using Weblate (Portuguese)
  Translated using Weblate (Portuguese)
  Update CONTRIBUTING.md (FreeTubeApp#4208)
  Translated using Weblate (Portuguese)
  Translated using Weblate (Samoan)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants