Bump electron and @codeceptjs/ui in /codeceptjs-example
Type: Pull Request
State: Closed
Association: None
Comments: 1
(about 1 year ago)
(7 months ago)
(7 months ago)
dependencies javascript
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
electron v34.3.1
Release Notes for v34.3.1
Fixes
- Fixed an issue where
contextmenuevents 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.hbeforenode.hdon't compile as expected. #45870electron v34.3.0
Release Notes for v34.3.0
Features
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.setHeapSnapshotNearHeapLimitapi in main and utility process, along with support for--diagnostic-dirNode.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
getUserMediawith an invalidchromeMediaSourceId. #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.closeFilePreviewtwice 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:
isDefaultandstatusproperties onPrinterInfoThese properties have been removed from the PrinterInfo Object because they have been removed from upstream Chromium.
Removed:
quotatypesyncableinSession.clearStorageData(options)When calling
Session.clearStorageData(options), theoptions.quotatypesyncableis no longer supported because it has been removed from upstream Chromium.Deprecated:
quotaproperty inSession.clearStorageData(options)When calling
Session.clearStorageData(options), theoptions.quotaproperty is deprecated. Since thesyncabletype 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 newsession.extensionsclass.Removed:
systemPreferences.isAeroGlassEnabled()The
systemPreferences.isAeroGlassEnabled()function has been removed without replacement. It has been always returningtruesince Electron 23, which only supports Windows 10+, where DWM composition can no longer be disabled.Planned Breaking API Changes (35.0)
... (truncated)
Commits
f985013chore: cherry-pick 521faebc8a7c from chromium (#45944)1d9f1a4chore: cherry-pick 9dacf5694dfd from chromium (#45939)7d01169fix: resolve font list in default prefernce values (#45917)ad496c9fix:setContentProtection(true)after hide on Windows (#45890)b04c450fix: correct electron gin embedder indices (#45880)c3fd3afbuild: defineNOMINMAXincommon.gypi(#45870)4516469fix: context-menu event emitted in draggable regions (#45840)b4bb928refactor: use C++20's contains() method (#45814)4ed1ac6refactor: simplify Invoker::IsOK() (#45819)289a186chore: cherry-pick 1 changes from 0-M133 (#45704)- Additional commits viewable in compare view
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
- 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)
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
cd822adfix: workflow453e5b8update versionb1058ecfix: bump webdriverio from 7.24.0 to 9.8.0 (#395)be489bdbuild(deps): bump electron from 15.5.7 to 34.1.1 (#392)81ab62fbuild(deps-dev): bump puppeteer from 10.4.0 to 24.2.0 (#394)cd31bbcbuild(deps-dev): bump playwright from 1.29.2 to 1.50.1 (#389)25c605ebuild(deps): bump@codeceptjs/configurefrom 0.8.0 to 1.0.2 (#387)2e5fe6cbuild(deps): bump commander from 8.3.0 to 13.1.0 (#384)99018a8Merge pull request #333 from codeceptjs/dependabot/npm_and_yarn/master/body-p...8e67364build(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 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
0
0
+0
-0
Package Dependencies
electron
npm
12.2.3 → 34.3.2
Major
/codeceptjs-example
@codeceptjs/ui
npm
0.4.6 → 1.2.2
Major
/codeceptjs-example
Technical Details
| ID: | 5205845 |
| UUID: | 2908740703 |
| Node ID: | PR_kwDOFtmY7s6OEljf |
| Host: | GitHub |
| Repository: | browserstack/playwright-browserstack |