Skip to content

Update dependency PuppeteerSharp to v25#1844

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/puppeteersharp-25.x
Open

Update dependency PuppeteerSharp to v25#1844
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/puppeteersharp-25.x

Conversation

@renovate

@renovate renovate Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
PuppeteerSharp 20.2.625.1.2 age confidence

Release Notes

hardkoded/puppeteer-sharp (PuppeteerSharp)

v25.1.2

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v25.1.1...v25.1.2

v25.1.1

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v25.1.0...v25.1.1

v25.1.0

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v25.0.4...v25.1.0

v25.0.4

What's New

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v24.42.0...v25.0.4

v24.42.0

What's new!

What's Changed

New Contributors

Full Changelog: hardkoded/puppeteer-sharp@v24.40.0...v24.42.0

v24.40.0

What's Changed

New Contributors

Full Changelog: hardkoded/puppeteer-sharp@v24.39.1...v24.40.0

v24.39.1

What's New

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v24.39.0...v24.39.1

v24.39.0

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v24.38.8...v24.39.0

v21.1.1

What's New

What's Changed

New Contributors

Full Changelog: hardkoded/puppeteer-sharp@v21.1.0...v21.1.1

v21.1.0

What's New

What's Changed

New Contributors

Full Changelog: hardkoded/puppeteer-sharp@v21.0.1...v21.1.0

v21.0.1

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v21.0.0...v21.0.1

v21.0.0

New Features

  • WebDriver BiDi protocol support for Firefox!!!!! PuppeteerSharp now supports the WebDriver BiDi protocol, enabling Firefox automation alongside existing Chrome/Chromium CDP support. Select the protocol via
    LaunchOptions.Protocol.
  • New ProtocolType enum: ProtocolType.Cdp (default) and ProtocolType.WebdriverBiDi.

Breaking Changes

  • AcceptInsecureCerts removed from IBrowser: This property was removed from the public interface. Insecure certs are now handled internally via the Security.setIgnoreCertificateErrors CDP command during browser creation.
  • Non-generic EvaluateExpressionAsync() and EvaluateFunctionAsync() return type changed: Changed from Task<JsonElement?> to Task (void). If you need a return value, use the generic overloads EvaluateExpressionAsync() /
    EvaluateFunctionAsync().
  • IBrowserContext now extends IDisposable and IAsyncDisposable: Browser contexts should now be properly disposed.
  • Several protected methods on Page changed to internal: OnFrameAttached, OnFrameDetached, OnFrameNavigated, OnRequestFailed, OnRequestFinished, OnRequestServedFromCache, OnResponse, OnDOMContentLoaded, OnLoad. These were
    internal event-raising methods that should never have been protected.
  • CDPSession.Close() signature changed: From internal abstract void Close() to public abstract void Close(string closeReason).

Minor Changes

  • Dependency updates: System.Text.Json upgraded to 10.0.0, Microsoft.Bcl.AsyncInterfaces upgraded to 10.0.0.
  • New dependency: WebDriverBiDi-Relaxed 0.0.40-beta.1 added for BiDi protocol support.
  • Custom query handlers are now global: CustomQuerySelectorRegistry changed from connection-scoped to a global singleton.
  • Frame.AddScriptTagAsync() is now a concrete implementation on the base Frame class instead of abstract.
  • Package now includes README.md in the NuGet package.
  • Fix flaky ShouldReportScriptsAcrossNavigationsWhenDisabled test: Added WaitForNetworkIdleAsync() between navigations to prevent coverage data loss.

Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 5:00am,before 10am,before 3pm,before 8pm"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/puppeteersharp-25.x branch from feb2e31 to de2fa25 Compare June 17, 2026 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants