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 v21.4.3 🌟 #26214

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
electron 21.0.0 -> 21.4.3 age adoption passing confidence

Release Notes

electron/electron

v21.4.3: electron v21.4.3

Compare Source

Release Notes for v21.4.3

Other Changes

v21.4.2: electron v21.4.2

Compare Source

Release Notes for v21.4.2

Fixes

  • Basic accessibility support is now enabled when macOS Voice Control is activated to allow for full voice control of Electron applications. #​37144 (Also in 22, 23)
  • Fixed audio worklet scripts failing to run when nodeIntegrationInWorker: true. #​37103 (Also in 22, 23)

Other Changes

Documentation

v21.4.1: electron v21.4.1

Compare Source

Release Notes for v21.4.1

Features

  • Whole-program optimization is enabled by default in electron node headers config file. #​37048

Other Changes

v21.4.0: electron v21.4.0

Compare Source

Release Notes for v21.4.0

Features

  • Added label property to Display objects. #​36931 (Also in 22, 23)

Fixes

  • Fixed an error when fs.readdir gets null for options. #​36846 (Also in 22, 23)
  • Fixed an issue where webViews could have an incorrect initial background color following reloads. #​36939 (Also in 22, 23)

Other Changes

v21.3.5: electron v21.3.5

Compare Source

Release Notes for v21.3.5

Fixes

  • Fixed an issue on macOS when trying to switch processes with Cmd+Tab after exiting Kiosk Mode. #​36919 (Also in 22, 23)
  • Use the process cache to reduce the memory for asar file. #​36663 (Also in 22, 23)

Other Changes

v21.3.4: electron v21.3.4

Compare Source

Release Notes for v21.3.4

Fixes

  • Changed HTML5 Notifications created with the requireInteraction option to not timeout on Linux and Windows. #​36503 (Also in 22)
  • Fixed a BrowserWindow maxWidth or maxHeight of 0 causing strange resizing behavior. #​36510
  • Fixed an RTL issue that could happen in some locales when calling BrowserWindow.setTrafficLightPosition() on macOS. #​36852 (Also in 22)
  • Fixed an issue with incorrect focus ring highlighting when using dialog.showMessageBox(). #​36801 (Also in 22, 23)
  • Fixed binary stripping for branded release builds on Linux. #​36655 (Also in 22, 23)
  • Fixed warning about duplicate WebSwapCGLLayer symbols when Electron starts on macOS. #​36798 (Also in 22, 23)

Other Changes

v21.3.3: electron v21.3.3

Compare Source

Release Notes for v21.3.3

Fixes

  • Removed unneeded --turbo-profiling-input argument from mksnapshot_args. #​36495 (Also in 22)

Other Changes

  • Updated Chromium to 106.0.5249.199. #​36448

v21.3.1: electron v21.3.1

Compare Source

Release Notes for v21.3.1

Other Changes

  • Updated common.gypi for native modules to support C++17 features in V8. #​36383 (Also in 20)

v21.3.0: electron v21.3.0

Compare Source

Release Notes for v21.3.0

Features

  • Added an app.getPreferredSystemLanguages() API to return the user's system languages. #​36290 (Also in 22)

Fixes

  • Fixed an issue where calling app.dock.setIcon(/path/t/icon) would crash when called before the ready event on app. #​36294 (Also in 20, 22)

Other Changes

  • Updated Chromium to 106.0.5249.181. #​36288

Unknown

  • Reverted fix for chromium:1361612 due to stability issues. #​36264

v21.2.3: electron v21.2.3

Compare Source

Release Notes for v21.2.3

Other Changes

v21.2.2: electron v21.2.2

Compare Source

Release Notes for v21.2.2

Other Changes

v21.2.1: electron v21.2.1

Compare Source

Release Notes for v21.2.1

Fixes

  • Default margin has been added in the code. #​36072 (Also in 22)
  • Fixed a potential issue when calling webContents.printToPDF(). #​36064 (Also in 22)
  • Fixed spurious promise rejection in webContents.loadURL when navigating to a hash. #​36150

Other Changes

  • Updated Chromium to 106.0.5249.165. #​36162

v21.2.0: electron v21.2.0

Compare Source

Release Notes for v21.2.0

Fixes

  • Added support for Windows drop-down dialog extensions. #​36027 (Also in 18, 19, 20)
  • Fixed v8 flags and desktop name in package.json does not hornored when running local app using electron cli. #​36050 (Also in 20, 22)
  • Removed support for nodeIntegrationInWorker in Service Workers and Shared Workers owing to sandboxing policies. #​36009 (Also in 22)

Other Changes

  • Updated Chromium to 106.0.5249.119. #​36001

v21.1.1: electron v21.1.1

Compare Source

Release Notes for v21.1.1

Fixes

  • Fixed a drag-and-drop issue on macOS where items would be incorrectly moved instead of copied in some contexts. #​35977 (Also in 20, 22)
  • Fixed a potential memory leak. #​35965 (Also in 22)
  • Fixed an issue where some options were incorrectly ignored when using webContents.printToPDF(). #​35992 (Also in 22)
  • Fixed on-screen-keyboard not hiding on input rendered in webview is blurred. #​35982 (Also in 20, 22)
  • You can now import the built-in electron module via ESModule loaders, i.e. import('electron') and import 'electron' now work natively. #​35958 (Also in 20, 22)

Other Changes

  • Modified the Windows 11 WCO to match the native look more closely. #​35970 (Also in 20)
  • Updated Chromium to 106.0.5249.103. #​35933

v21.1.0: electron v21.1.0

Compare Source

Release Notes for v21.1.0

Features

  • Added WebContents.opener to access window opener.
    • Added webContents.fromFrame(frame) to get the WebContents corresponding to a WebFrameMain instance. #​35819

Fixes

  • Provided display_id for desktopCapturer on Linux. #​35836 (Also in 19, 20)

Other Changes

  • Updated Chromium to 106.0.5249.91. #​35871

Documentation

v21.0.1: electron v21.0.1

Compare Source

Release Notes for v21.0.1

Fixes

  • Fixed: If a custom Electron build contains an electron.d.ts file, it is now being used. #​35822 (Also in 20)

Other Changes

  • Updated Chromium to 106.0.5249.61. #​35833

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 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, check this box

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

@renovate renovate bot added renovate Triggered by renovatebot type: dependencies labels Mar 24, 2023
@cypress
Copy link

cypress bot commented Mar 24, 2023

1 failed and 3 flaky tests on run #44944 ↗︎

1 5117 74 0 Flakiness 3

Details:

chore(deps): update dependency electron to v21.4.3 🌟
Project: cypress Commit: 05c4b3609f
Status: Failed Duration: 13:51 💡
Started: Mar 24, 2023 5:23 PM Ended: Mar 24, 2023 5:37 PM
Failed  cypress/e2e/e2e/origin/user_agent_override.cy.ts • 1 failed test • 5x-driver-electron

View Output Video

Test Artifacts
user agent override > persists modified user agent after cy.go Output Video
Flakiness  cypress/e2e/cypress/cypress.cy.js • 3 flaky tests • 5x-driver-electron

View Output Video

Test Artifacts
... > correctly returns currentRetry Output Video
... > correctly returns currentRetry Output Video
... > correctly returns currentRetry Output Video

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@nagash77 nagash77 closed this Mar 24, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (21.4.3). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/electron-21.x branch March 24, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant