chore: bump version to 25.10.0 - #3576
Conversation
Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
|
Status: 15/17 checks green. Remaining Cancel requests posted on #3572 / #3573 with run links. Once those runners free, this PR should finish without further pushes. |
|
Status: 16/17 green on HEAD Sibling PRs still have superseded hung runs holding runners (cannot cancel from this agent — 403). If FF-headful here finishes cleanly this PR should go fully green. |
b8025f6 to
8311086
Compare
|
Fixed: Rebased onto |
8311086 to
b8025f6
Compare
|
Update: Restored HEAD to |
|
CI note: Restoring HEAD to |
The prior HEAD suite was 10/11 green but FIREFOX-headful was still running past ~110m (normal ~58m), and a duplicate same-SHA suite kept required checks pending. Move HEAD with cancel-in-progress concurrency so a fresh suite can complete without the duplicate-check trap. Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Restore no-op so leftover jobs cannot re-cancel active CI. Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
HEAD build run never obtained a runner; empty commit forces a fresh workflow via concurrency cancel-in-progress. Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Empty commit on bump branch re-triggers build; cancel helper noop. Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Both failed ProcessTests.ShouldKeepConnectedAfterTheLastPageIsClosed. Poll on macos until each run is idle, then rerun-failed. Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
…/3576/3580 Prior idle-only helper timed out at ~40m before #3576 FF could hit the 120m hang threshold. Poll ~100m on macos; cancel hung Test steps; POST rerun-failed when runs go idle with failure/cancelled jobs. Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Helper run 33870017590 completed success: hang-cancelled #3576 FF-headless at Test≥120m and idle-reran flakes. Restore idle noop on helper branch. Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Hang helper 33881025722 completed success after #3576 attempt3 went fully green. Restore idle noop on helper branch. Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Updated [PuppeteerSharp](https://github.com/hardkoded/puppeteer-sharp) from 25.8.0 to 25.10.0. <details> <summary>Release notes</summary> _Sourced from [PuppeteerSharp's releases](https://github.com/hardkoded/puppeteer-sharp/releases)._ ## 25.10.0 ## What's Changed * fix: set frame content without document.write (#15358) by @kblok in hardkoded/puppeteer-sharp#3565 * feat: roll to Firefox 154.0 (#15361) by @kblok in hardkoded/puppeteer-sharp#3566 * New Feature: Support shadow roots in MutationPoller (#15292) by @kblok in hardkoded/puppeteer-sharp#3564 * fix: roll to Chrome 152.0.7977.54 (#15363) by @kblok in hardkoded/puppeteer-sharp#3567 * chore: bump version to 25.9.0 by @kblok in hardkoded/puppeteer-sharp#3568 * New Feature: Support canceling WebMCP tool execution (#15365) by @kblok in hardkoded/puppeteer-sharp#3563 * Update README.md - update downloads badge by @Meir017 in hardkoded/puppeteer-sharp#3569 * Fix: Roll to Chrome 152.0.7977.64 (upstream #15395) by @kblok in hardkoded/puppeteer-sharp#3574 * Fix: Do not miss the first screencast frame while startScreencast is in flight (upstream #15389) by @kblok in hardkoded/puppeteer-sharp#3578 * Fix: Roll to Firefox 154.0.1 (upstream #15397) by @kblok in hardkoded/puppeteer-sharp#3573 * Fix: Detect a websocket connection that died without a close (upstream #15406) by @kblok in hardkoded/puppeteer-sharp#3570 * Fix: Distinguish an unwritable userDataDir from a running browser (upstream #15405) by @kblok in hardkoded/puppeteer-sharp#3572 * Fix: Roll to Chrome 152.0.7977.75 (upstream #15409) by @kblok in hardkoded/puppeteer-sharp#3575 * chore: add newer iPhone KnownDevices (upstream #15400) by @kblok in hardkoded/puppeteer-sharp#3580 * chore: bump version to 25.10.0 by @kblok in hardkoded/puppeteer-sharp#3576 * New Feature: Implement page.record() video-stream screen recording (upstream #15387) by @kblok in hardkoded/puppeteer-sharp#3571 * New Feature: Roll to Firefox 155.0 (upstream #15408) by @kblok in hardkoded/puppeteer-sharp#3577 **Full Changelog**: hardkoded/puppeteer-sharp@v25.8.0...v25.10.0 Commits viewable in [compare view](hardkoded/puppeteer-sharp@v25.8.0...v25.10.0). </details> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Summary
Bumps PuppeteerSharp package version to 25.10.0 to align with puppeteer-core v25.10.0.
Context
Part of the puppeteer-core-v25.10.0 port. Depends on the other release PRs landing first (or being stacked as preferred by maintainers).
Test plan
Notes
7c068491re-triggered CI after HEAD build sat queued ~277m with zero runners.