Title: Bump electron and @codeceptjs/ui in /codeceptjs-example by dependabot[bot] · Pull Request #54 · browserstack/playwright-browserstack · GitHub
Open Graph Title: Bump electron and @codeceptjs/ui in /codeceptjs-example by dependabot[bot] · Pull Request #54 · browserstack/playwright-browserstack
X Title: Bump electron and @codeceptjs/ui in /codeceptjs-example by dependabot[bot] · Pull Request #54 · browserstack/playwright-browserstack
Description: 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
f985013 chore: cherry-pick 521faebc8a7c from chromium (#45944)
1d9f1a4 chore: cherry-pick 9dacf5694dfd from chromium (#45939)
7d01169 fix: resolve font list in default prefernce values (#45917)
ad496c9 fix: setContentProtection(true) after hide on Windows (#45890)
b04c450 fix: correct electron gin embedder indices (#45880)
c3fd3af build: define NOMINMAX in common.gypi (#45870)
4516469 fix: context-menu event emitted in draggable regions (#45840)
b4bb928 refactor: use C++20's contains() method (#45814)
4ed1ac6 refactor: simplify Invoker::IsOK() (#45819)
289a186 chore: 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
bump webdriverio from 7.24.0 to 9.8.0 (#395) (b1058ec)
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
bump codeceptjs version (#259) (9f888b4)
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
codecept conf (af970c7)
e2e command (3b182a1)
e2e command (a2b3324)
e2e command (6b51602)
... (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
Open Graph Description: 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&...
X Description: 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&...
Opengraph URL: https://github.com/browserstack/playwright-browserstack/pull/54
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:4f212235-f1b5-7bca-2f80-7deaf438a608 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | CC92:ED1BF:228F72B:2D67875:6992D328 |
| html-safe-nonce | ad565c800e07ed9d29247221df0c1b50514118c69ec1f9596264adb10be2a549 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQzkyOkVEMUJGOjIyOEY3MkI6MkQ2Nzg3NTo2OTkyRDMyOCIsInZpc2l0b3JfaWQiOiI4MzE3NjE0Mzc0MjExNzM2MzYwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | cce6a904b11d069480db8745c630d40a5ddb13ef5db74356a58a6f55637e726c |
| hovercard-subject-tag | pull_request:2383567071 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/browserstack/playwright-browserstack/pull/54/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | 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&... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b |
| turbo-cache-control | no-preview |
| go-import | github.com/browserstack/playwright-browserstack git https://github.com/browserstack/playwright-browserstack.git |
| octolytics-dimension-user_id | 1119453 |
| octolytics-dimension-user_login | browserstack |
| octolytics-dimension-repository_id | 383359214 |
| octolytics-dimension-repository_nwo | browserstack/playwright-browserstack |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 383359214 |
| octolytics-dimension-repository_network_root_nwo | browserstack/playwright-browserstack |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 84dcb133269e3cfe6e0296cc85fbacb92cae92bb |
| ui-target | canary-1 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width