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 and @codeceptjs/ui in /codeceptjs-example #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 11, 2025

Bumps electron to 34.3.2 and updates ancestor dependency @codeceptjs/ui. These dependencies need to be updated together.

Updates electron from 12.2.3 to 34.3.2

Release notes

Sourced from electron's releases.

electron v34.3.2

Release Notes for v34.3.2

Fixes

  • Improved webContents loading time when resolving fonts for uncommon scripts. #45917 (Also in 35, 36)

Other Changes

  • Backported fix for 401059730. #45939
  • Backported fix for 401059730. #45944

electron v34.3.1

Release Notes for v34.3.1

Fixes

  • Fixed an issue where contextmenu events wouldn't be correctly dispatched in draggable regions on Linux. #45840 (Also in 35)
  • Fixed an issue where setContentProtection(true) was reverted when a given window was hidden. #45890 (Also in 35)
  • Fixed invalid memory access in pdf viewer which lead to random crashes. #45880 (Also in 35)

Other Changes

  • Fixed an issue where native Node.js addons including uv.h before node.h don't compile as expected. #45870

electron v34.3.0

Release Notes for v34.3.0

Features

  • Added support for roundedCorners BrowserWindow constructor option on Windows. #45739 (Also in 35)

Fixes

  • Backported fix for a upstream bug that cause Offscreen Rendering to stutter. #45659 (Also in 32, 33, 35)
  • Fixed WebFrameMain crash related to accessing speculative frames that have been destroyed. #45687 (Also in 33, 35)
  • Fixed v8.setHeapSnapshotNearHeapLimit api in main and utility process, along with support for --diagnostic-dir Node.js cli flag to specify the directory to save the heap snapshots. #45644 (Also in 33, 35)
  • Fixed a crash that could occur in OSR on window close. #45629 (Also in 35)
  • Fixed a potential crash when calling legacy getUserMedia with an invalid chromeMediaSourceId. #45756 (Also in 35)
  • Fixed a potential issues permissions in the Pointer Lock API after focus loss and regain. #45627 (Also in 35)
  • Fixed an issue where Electron may experience crashes on Linux with 16KiB pages. #45571 (Also in 33)
  • Fixed crash on startup with asan build on macOS. #45567 (Also in 33, 35)
  • Fixed drag and drop icons not showing on Windows. #45778 (Also in 35)
  • Fixed file preview window reappearing when calling win.closeFilePreview twice on macOS. #45662 (Also in 32, 33, 35)
  • Fixed web worker scripts failing to load for chrome extensions. #45710 (Also in 32, 33, 35)

Other Changes

  • Security: backported fix for 383772517. #45704
  • Updated Chromium to 132.0.6834.210. #45805
  • Updated Node.js to v20.18.3. #45575

electron v34.2.0

Release Notes for v34.2.0

... (truncated)

Changelog

Sourced from electron's changelog.

Breaking Changes

Breaking changes will be documented here, and deprecation warnings added to JS code where possible, at least one major version before the change is made.

Types of Breaking Changes

This document uses the following convention to categorize breaking changes:

  • API Changed: An API was changed in such a way that code that has not been updated is guaranteed to throw an exception.
  • Behavior Changed: The behavior of Electron has changed, but not in such a way that an exception will necessarily be thrown.
  • Default Changed: Code depending on the old default may break, not necessarily throwing an exception. The old behavior can be restored by explicitly specifying the value.
  • Deprecated: An API was marked as deprecated. The API will continue to function, but will emit a deprecation warning, and will be removed in a future release.
  • Removed: An API or feature was removed, and is no longer supported by Electron.

Planned Breaking API Changes (36.0)

Removed:isDefault and status properties on PrinterInfo

These properties have been removed from the PrinterInfo Object because they have been removed from upstream Chromium.

Removed: quota type syncable in Session.clearStorageData(options)

When calling Session.clearStorageData(options), the options.quota type syncable is no longer supported because it has been removed from upstream Chromium.

Deprecated: quota property in Session.clearStorageData(options)

When calling Session.clearStorageData(options), the options.quota property is deprecated. Since the syncable type was removed, there is only type left -- 'temporary' -- so specifying it is unnecessary.

Deprecated: Extension methods and events on session

session.loadExtension, session.removeExtension, session.getExtension, session.getAllExtensions, 'extension-loaded' event, 'extension-unloaded' event, and 'extension-ready' events have all moved to the new session.extensions class.

Removed: systemPreferences.isAeroGlassEnabled()

The systemPreferences.isAeroGlassEnabled() function has been removed without replacement. It has been always returning true since Electron 23, which only supports Windows 10+, where DWM composition can no longer be disabled.

https://learn.microsoft.com/en-us/windows/win32/dwm/composition-ovw#disabling-dwm-composition-windows7-and-earlier

Planned Breaking API Changes (35.0)

... (truncated)

Commits

Updates @codeceptjs/ui from 0.4.6 to 1.2.2

Release notes

Sourced from @​codeceptjs/ui's releases.

v1.2.2

1.2.2 (2025-02-11)

Bug Fixes

v1.2.1

1.2.1 (2025-02-11)

Bug Fixes

  • bump webdriverio from 7.24.0 to 9.8.0 (#395) (b1058ec)

v1.2.0

1.2.0 (2024-05-30)

Features

v1.1.2

1.1.2 (2024-05-30)

Bug Fixes

v1.1.1

1.1.1 (2024-02-27)

Bug Fixes

  • missing file when doing git add (2943719)

v1.1.0

1.1.0 (2024-02-27)

Bug Fixes

... (truncated)

Commits
  • cd822ad fix: workflow
  • 453e5b8 update version
  • b1058ec fix: bump webdriverio from 7.24.0 to 9.8.0 (#395)
  • be489bd build(deps): bump electron from 15.5.7 to 34.1.1 (#392)
  • 81ab62f build(deps-dev): bump puppeteer from 10.4.0 to 24.2.0 (#394)
  • cd31bbc build(deps-dev): bump playwright from 1.29.2 to 1.50.1 (#389)
  • 25c605e build(deps): bump @​codeceptjs/configure from 0.8.0 to 1.0.2 (#387)
  • 2e5fe6c build(deps): bump commander from 8.3.0 to 13.1.0 (#384)
  • 99018a8 Merge pull request #333 from codeceptjs/dependabot/npm_and_yarn/master/body-p...
  • 8e67364 build(deps): bump body-parser from 1.20.2 to 1.20.3
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [electron](https://github.com/electron/electron) to 34.3.2 and updates ancestor dependency [@codeceptjs/ui](https://github.com/codeceptjs/ui). These dependencies need to be updated together.


Updates `electron` from 12.2.3 to 34.3.2
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](electron/electron@v12.2.3...v34.3.2)

Updates `@codeceptjs/ui` from 0.4.6 to 1.2.2
- [Release notes](https://github.com/codeceptjs/ui/releases)
- [Commits](codeceptjs/ui@0.4.6...v1.2.2)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: indirect
- dependency-name: "@codeceptjs/ui"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 11, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 11, 2025 00:45
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants