Bump electron and @codeceptjs/ui in /codeceptjs-example
Type: Pull Request
State: Open
Association: None
Comments: 0
(7 months ago)
(7 months ago)
dependencies javascript
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-navigatorflag. #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.clearDatain some circumstances. #47410 (Also in 36, 37)- Fixed an error when importing
electronfor 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.continueResponsevia debugger withWebContentsViewcould 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
autoUpdateron 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
- Security: backported fix for CVE-2025-5419. #47354
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_HINTevironment variableThe default value of the
--ozone-plaftformflag changed toautoin Electron 38.You should use the
XDG_SESSION_TYPE=waylandenvironment variable instead to use Wayland.Planned Breaking API Changes (38.0)
Deprecated:
ELECTRON_OZONE_PLATFORM_HINTenvironment variableThe default value of the
--ozone-plaftformflag changed toauto.You should use the
XDG_SESSION_TYPE=waylandenvironment 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-crashedeventThe
plugin-crashedevent has been removed fromwebContents.Deprecated:
webFrame.routingIdpropertyThe
routingIdproperty will be removed fromwebFrameobjects.You should use
webFrame.frameTokeninstead.Deprecated:
webFrame.findFrameByRoutingId(routingId)
... (truncated)
Commits
203abddci: use new arc cluster (#47913)ea17e83build: fix ffmpeg generation on Windows non-x64 (#47845)7b5d411build(dev-deps): drop unused@types/webpackdep (#47806)def6203build: deep update brace-expansion to resolve an audit alert (#47719)28d8ed0test: cleanup RenderFrame lifespan tests (#47795)ee8942dbuild: drop eslint-plugin-unicorn (#47690)0f93485build: cleanup symlinks in cache (#47732)d5ede72ci: set gitcore.longpathsto true (#47711)a5d68cefix: silent printing of PDFs withwebContents.print(#47645)f468c9abuild: update yarn to 1.22.22 (#47636)- Additional commits viewable in compare view
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
v1.2.3
1.2.3 (2025-03-20)
Bug Fixes
v1.2.2
1.2.2 (2025-02-11)
Bug Fixes
- workflow (cd822ad)
v1.2.1
1.2.1 (2025-02-11)
Bug Fixes
v1.2.0
1.2.0 (2024-05-30)
Features
- ci/cd: add dependabot (909c77b)
v1.1.2
1.1.2 (2024-05-30)
... (truncated)
Commits
2b78110fix: bump axios from 1.8.4 to 1.10.0 (#503)98b4308build(deps): bump cheerio from 1.0.0 to 1.1.0 (#502)7e87580update version9d2b586fix: bump body-parser from 1.20.3 to 2.2.0 (#445)a685e29build(deps-dev): bump sass from 1.86.0 to 1.86.3 (#452)b58a4d1build(deps): bump electron from 35.0.2 to 35.1.4 (#453)39f8d2bupdate versionbb17c0ffix: Bump some deps (#425)21d35b0build(deps-dev): bump testcafe from 1.20.1 to 3.7.2 (#404)f791a82build(deps-dev): bump codeceptjs from 3.6.7 to 3.7.2 (#399)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Pull Request Statistics
1
2
+17269
-5492
Package Dependencies
electron
npm
12.2.3 → 35.7.4
Major
/codeceptjs-example
@codeceptjs/ui
npm
0.4.6 → 1.2.5
Major
/codeceptjs-example
Technical Details
| ID: | 5205844 |
| UUID: | 2750892282 |
| Node ID: | PR_kwDOFtmY7s6j90j6 |
| Host: | GitHub |
| Repository: | browserstack/playwright-browserstack |
| Merge State: | Unknown |