René's URL Explorer Experiment


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 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.

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

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:4f212235-f1b5-7bca-2f80-7deaf438a608
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idCC92:ED1BF:228F72B:2D67875:6992D328
html-safe-noncead565c800e07ed9d29247221df0c1b50514118c69ec1f9596264adb10be2a549
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQzkyOkVEMUJGOjIyOEY3MkI6MkQ2Nzg3NTo2OTkyRDMyOCIsInZpc2l0b3JfaWQiOiI4MzE3NjE0Mzc0MjExNzM2MzYwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaccce6a904b11d069480db8745c630d40a5ddb13ef5db74356a58a6f55637e726c
hovercard-subject-tagpull_request:2383567071
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/browserstack/playwright-browserstack/pull/54/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps 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_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None42c603b9d642c4a9065a51770f75e5e27132fef0e858607f5c9cb7e422831a7b
turbo-cache-controlno-preview
go-importgithub.com/browserstack/playwright-browserstack git https://github.com/browserstack/playwright-browserstack.git
octolytics-dimension-user_id1119453
octolytics-dimension-user_loginbrowserstack
octolytics-dimension-repository_id383359214
octolytics-dimension-repository_nwobrowserstack/playwright-browserstack
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id383359214
octolytics-dimension-repository_network_root_nwobrowserstack/playwright-browserstack
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release84dcb133269e3cfe6e0296cc85fbacb92cae92bb
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbrowserstack%2Fplaywright-browserstack%2Fpull%2F54%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fbrowserstack%2Fplaywright-browserstack%2Fpull%2F54%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=browserstack%2Fplaywright-browserstack
Reloadhttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks
Reloadhttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks
Reloadhttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks
browserstack https://patch-diff.githubusercontent.com/browserstack
playwright-browserstackhttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fbrowserstack%2Fplaywright-browserstack
Fork 43 https://patch-diff.githubusercontent.com/login?return_to=%2Fbrowserstack%2Fplaywright-browserstack
Star 61 https://patch-diff.githubusercontent.com/login?return_to=%2Fbrowserstack%2Fplaywright-browserstack
Code https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack
Issues 3 https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/issues
Pull requests 34 https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pulls
Actions https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/actions
Projects 0 https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/projects
Security 0 https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/security
Insights https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pulse
Code https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack
Issues https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/issues
Pull requests https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pulls
Actions https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/actions
Projects https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/projects
Security https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/security
Insights https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fbrowserstack%2Fplaywright-browserstack%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fbrowserstack%2Fplaywright-browserstack%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
mainhttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/tree/main
dependabot/npm_and_yarn/codeceptjs-example/multi-48ab9c3064https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/tree/dependabot/npm_and_yarn/codeceptjs-example/multi-48ab9c3064
Conversation 1 https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54
Commits 1 https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/commits
Checks 1 https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks
Files changed https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/files
Please reload this pagehttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks
Bump electron and @codeceptjs/ui in /codeceptjs-example https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks
CodeQL https://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/pull/54/checks?check_run_id=38530463702
View all branch alertshttps://patch-diff.githubusercontent.com/browserstack/playwright-browserstack/security/code-scanning?query=pr%3A54+tool%3ACodeQL+is%3Aopen
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.