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

chore(deps): update dependency electron to v15.3.4 🌟 #19657

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 15.2.0 -> 15.3.4 age adoption passing confidence

Release Notes

electron/electron

v15.3.4

Compare Source

Release Notes for v15.3.4
Fixes

v15.3.3

Compare Source

Release Notes for v15.3.3
Fixes
  • Fixed a potential issue when setting backgroundColor on BrowserViews. #​31946 (Also in 14, 16, 17)
  • Fixed respecting aspect ratio when maximum size is set on BrowserWindow. #​31956 (Also in 14, 16, 17)
  • Fixed window frame glitch when calling setContentProtection. #​31830 (Also in 13, 14, 16)
Other Changes

v15.3.2

Compare Source

Release Notes for v15.3.2
Fixes
  • Fixed BrowserView.setBackgroundColor() not working correctly. #​31844 (Also in 16)
  • Fixed an issue where BrowserView may sometimes crash on browserView.webContents.destroy(). #​31841 (Also in 16)
  • Fixed an issue where BrowserViews crashed if view.webContents.destroy() is called after loading a URL. #​31826 (Also in 14, 16)
  • Fixed an issue where playing media would open Accessibility permissions dialog on macOS. #​31836 (Also in 16)
  • Fixed crash in GTK open dialog when trying to preview huge image files. #​31820 (Also in 14, 16)
  • Fixed default label text in GTK dialogs. #​31823 (Also in 14, 16)

v15.3.1

Compare Source

Release Notes for v15.3.1
Features
  • Added warning when ipcRenderer.sendSync() is called with no listeners for channel on ipcMain. #​31434 (Also in 13, 14, 16)
Fixes
  • Changed WebHID to use disable-hid-blocklist flag to enable FIDO devices. #​31649 (Also in 16)
  • Fixed <webview> background transparency regression. #​31701 (Also in 14)
  • Fixed clipboard.writeBuffer(), clipboard.readBuffer() and clipboard.read()'s ability to manipulate platform-specific clipboard formats. #​31720 (Also in 16)
  • Fixed a crash when a BrowserWindow is closed subsequent to its webContents being destroyed. #​31644 (Also in 14, 16)
  • Fixed a tracing agent-related crash when initializing Node.js in service workers. #​31476 (Also in 14, 16)
  • Fixed an issue where Content-Disposition filenames would be incorrectly truncated at the first comma for a filename attachment which contained one. #​31693 (Also in 13, 14, 16)
  • Fixed an issue where MediaMetadata did not work properly. #​31534 (Also in 13, 14, 16)
  • Fixed an issue where app.getPath('crashDumps') returned an incorrect path for Linux. #​31712 (Also in 16)
  • Fixed an issue where clipboard.read() could cause crashes with custom clipboard formats. #​31591 (Also in 16)
  • Fixed an issue which caused print settings to not work properly when printing silently. #​31616 (Also in 13, 14, 16)
  • Fixed clipboard.read to once again work like clipboard.readBuffer. #​31651 (Also in 16)
  • Fixed crash when using sync dialog APIs immediately after async dialog APIs. #​31658 (Also in 16)
  • Fixed event with invalid timestamp in trace log. #​31422 (Also in 14, 16)
Other Changes

v15.3.0

Compare Source

Release Notes for v15.3.0
Features
  • Began passing securityOrigin in details for permission request handlers for media requests in addition to permission check handlers. #​31417 (Also in 13, 14, 16)
Fixes
  • Fixed a potential crash when setting nativeTheme.themeSource on macOS. #​31429 (Also in 14, 16)
  • Fixed possible 'Object has been destroyed' error when calling window.open with a frame name and using setWindowOpenHandler. #​31468 (Also in 14, 16)
  • Generate valid config.gypi file in Node.js headers. #​31442 (Also in 14, 16)
  • Removes several Chromium private APIs from Mac Apple Store builds. #​31483 (Also in 16)
Other Changes
  • Changed Web Serial to use ses.setDevicePermissionHandler to allow developers more control over Web Serial permissioning. #​31418 (Also in 16)

Configuration

📅 Schedule: "before 3am on the first day of the month" in timezone America/New_York.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 11, 2022 16:15
@renovate renovate bot requested review from jennifer-shehane and removed request for a team January 11, 2022 16:15
@renovate renovate bot added renovate Triggered by renovatebot type: dependencies labels Jan 11, 2022
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jan 11, 2022

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@cypress
Copy link

cypress bot commented Jan 11, 2022



Test summary

4298 0 51 0Flakiness 0


Run details

Project cypress
Status Passed
Commit 8befcb5
Started Jan 11, 2022 5:28 PM
Ended Jan 11, 2022 5:38 PM
Duration 09:56 💡
OS Linux Debian - 10.10
Browser Chrome beta 97

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@jennifer-shehane jennifer-shehane removed their request for review January 11, 2022 17:27
@flotwig flotwig merged commit 0382768 into develop Jan 11, 2022
@flotwig flotwig deleted the renovate/electron-15.x branch January 11, 2022 21:35
mschile added a commit that referenced this pull request Jan 18, 2022
commit d8fa85d
Author: Chris Breiding <chrisbreiding@users.noreply.github.com>
Date:   Fri Jan 14 09:48:43 2022 -0500

    chore: Fix a couple multi-domain bugs (#19698)

commit 2e5fbad
Author: Chris Breiding <chrisbreiding@gmail.com>
Date:   Thu Jan 13 11:44:35 2022 -0500

    fix types issue

commit cc08d12
Author: Chris Breiding <chrisbreiding@gmail.com>
Date:   Thu Jan 13 09:56:31 2022 -0500

    fix issues after merge

commit 8e0770f
Merge: 2ee9893 d87711e
Author: Chris Breiding <chrisbreiding@gmail.com>
Date:   Thu Jan 13 09:31:25 2022 -0500

    Merge branch 'develop' into feature-multidomain

commit d87711e
Merge: 576519e f22e3ca
Author: Brian Barrow <briancbarrow@gmail.com>
Date:   Wed Jan 12 16:41:35 2022 +0000

    Merge branch 'master' into develop

commit f22e3ca
Author: Brian Barrow <briancbarrow@gmail.com>
Date:   Wed Jan 12 09:40:48 2022 -0700

    Fixed Vue README links in Global Components section (#19550)

commit 576519e
Author: Pascal Gafner <gafner.pascal@gmail.com>
Date:   Wed Jan 12 15:52:26 2022 +0100

    fix: use util.getEnv to handle environment variables set with npm (#19560)

    Co-authored-by: Matt Henkes <mjhenkes@gmail.com>
    Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>

commit 0382768
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Tue Jan 11 21:35:43 2022 +0000

    chore(deps): update dependency electron to v15.3.4 🌟 (#19657)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>

commit 1305cca
Author: Lachlan Miller <lachlan.miller.1990@outlook.com>
Date:   Wed Jan 12 07:10:14 2022 +1000

    fix: rename specs to correctly match convention (#19641)

    * fix: rename specs to correctly match convention

    * Remove underscore from TESTFILES glob pattern

    Co-authored-by: Zach Bloomquist <github@chary.us>

commit c45a240
Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Date:   Tue Jan 11 12:59:14 2022 -0800

    fix(deps): update dependency node-forge to v1 [security] (#19635)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>

commit ea531b7
Author: Kukhyeon Heo <sainthkh@naver.com>
Date:   Wed Jan 12 00:37:05 2022 +0900

    chore: remove pkg/driver //@ts-nocheck part 2 (#19483)

    * listeners.ts

    * chainer.ts

    * command.ts

    * actionability.ts

    * inspect.ts

    * agents.ts

    * aliasing.ts

    * angular.ts

    * asserting.ts

    * clock.ts files

    * commands.ts

    * debugging.ts

    * fix comment.

    * roll back change.

    * Fix.

    * fix

    * Casted to cast.

    * Feedback changes.

    * fix any.

commit 513074e
Author: Josh Wooding <12938082+joshwooding@users.noreply.github.com>
Date:   Tue Jan 11 15:34:01 2022 +0000

    fix: overflow clip to prevent selector header from disapearing (#18649) (#19646)

    Co-authored-by: Tim Griesser <tgriesser10@gmail.com>

commit b8ccf12
Merge: 2071575 d227420
Author: Ryan Manuel <ryanm@cypress.io>
Date:   Mon Jan 10 15:38:23 2022 -0600

    Merge branch 'develop'

commit d227420
Author: Ryan Manuel <ryanm@cypress.io>
Date:   Mon Jan 10 15:34:34 2022 -0600

    release 9.2.1 [skip ci]

commit 5d1dce6
Author: Ryan Manuel <ryanm@cypress.io>
Date:   Mon Jan 10 13:01:12 2022 -0600

    Merge master to dev

commit 4818a21
Author: Juan Julián Merelo Guervós <jjmerelo@gmail.com>
Date:   Mon Jan 10 19:52:32 2022 +0100

    fix: update cli-table dependency to fix broken colors.js (#19622)

    Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com>
    Co-authored-by: Ryan Manuel <ryanm@cypress.io>

commit 2071575
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Mon Jan 10 11:23:17 2022 -0500

    chore: release @cypress/react-v5.12.1

    [skip ci]

commit 3f85a04
Merge: 642ec41 6304fd7
Author: Zachary Williams <ZachJW34@gmail.com>
Date:   Mon Jan 10 16:02:22 2022 +0000

    Merge branch 'master' into develop

commit 6304fd7
Author: Zachary Williams <ZachJW34@gmail.com>
Date:   Mon Jan 10 10:01:27 2022 -0600

    fix: check resolvedNodePath for Next.js 12 guard (#19604)

commit 10e3e0a
Author: semantic-release-bot <semantic-release-bot@martynus.net>
Date:   Tue Dec 21 14:35:12 2021 -0500

    chore: release @cypress/react-v5.12.0

    [skip ci]
@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jan 18, 2022

Released in 9.3.0.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v9.3.0, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Jan 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants