Skip to content

Bump electron and @codeceptjs/ui in /codeceptjs-example #62

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

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 Aug 17, 2025

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

Updates electron from 12.2.3 to 35.7.4

Release notes

Sourced from electron's releases.

electron v35.7.4

Release Notes for v35.7.4

  • Fix ffmpeg generation on Windows non-x64

electron v35.7.2

Release Notes for v35.7.2

Fixes

  • Fixed an issue where printing PDFs with webContents.print({ silent: true }) would fail. #47645 (Also in 36, 37)

electron v35.7.0

Release Notes for v35.7.0

Other Changes

  • Updated Node.js to v22.16.0. #47213

electron v35.6.0

Release Notes for v35.6.0

Features

  • Added support for --no-experimental-global-navigator flag. #47416 (Also in 36, 37)
  • Added support for customizing system accent color and highlighting of active window border. #47539 (Also in 36, 37)

Fixes

  • Fixed a potential crash using session.clearData in some circumstances. #47410 (Also in 36, 37)
  • Fixed an error when importing electron for the first time from an ESM module loaded by a CJS module in a packaged app. #47344 (Also in 36, 37)
  • Fixed an issue where calling Fetch.continueResponse via debugger with WebContentsView could cause a crash. #47443 (Also in 36, 37)
  • Fixed an issue where utility processes could leak file handles. #47542 (Also in 36, 37)
  • Partially fixes an issue with printing a PDF via webContents.print() where the callback would not be called. #47399 (Also in 36, 37)

Other Changes

  • Backported fix for 420637585. #47369

electron v35.5.1

Release Notes for v35.5.1

Fixes

  • Fixed addChildView() crashes when adding a closed WebContentsView. #47339
  • Fixed crash in autoUpdater on macOS when zip extraction failed. #47299 (Also in 34, 36, 37)
  • Fixed crash when pausing in loops due to missing context when desugared. #47286

Other Changes

electron v35.5.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 (39.0)

Removed: ELECTRON_OZONE_PLATFORM_HINT evironment variable

The default value of the --ozone-plaftform flag changed to auto in Electron 38.

You should use the XDG_SESSION_TYPE=wayland environment variable instead to use Wayland.

Planned Breaking API Changes (38.0)

Deprecated: ELECTRON_OZONE_PLATFORM_HINT environment variable

The default value of the --ozone-plaftform flag changed to auto.

You should use the XDG_SESSION_TYPE=wayland environment variable instead to use Wayland.

This environment variable will be removed soon.

Removed: macOS 11 support

macOS 11 (Big Sur) is no longer supported by Chromium.

Older versions of Electron will continue to run on Big Sur, but macOS 12 (Monterey) or later will be required to run Electron v38.0.0 and higher.

Removed: plugin-crashed event

The plugin-crashed event has been removed from webContents.

Deprecated: webFrame.routingId property

The routingId property will be removed from webFrame objects.

You should use webFrame.frameToken instead.

Deprecated: webFrame.findFrameByRoutingId(routingId)

... (truncated)

Commits

Updates @codeceptjs/ui from 0.4.6 to 1.2.5

Release notes

Sourced from @​codeceptjs/ui's releases.

v1.2.5

1.2.5 (2025-06-27)

Bug Fixes

v1.2.4

1.2.4 (2025-04-12)

Bug Fixes

  • bump body-parser from 1.20.3 to 2.2.0 (#445) (9d2b586)

v1.2.3

1.2.3 (2025-03-20)

Bug Fixes

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)

... (truncated)

Commits

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 35.7.4 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 35.7.4
- [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...v35.7.4)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 17, 2025 00:32
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 17, 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