Skip to content

Comments

Bump PuppeteerSharp from 20.2.4 to 21.1.1#121

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Bloxstrap/PuppeteerSharp-21.1.1
Open

Bump PuppeteerSharp from 20.2.4 to 21.1.1#121
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Bloxstrap/PuppeteerSharp-21.1.1

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 20, 2026

Updated PuppeteerSharp from 20.2.4 to 21.1.1.

Release notes

Sourced from PuppeteerSharp's releases.

21.1.1

What's New

What's Changed

New Contributors

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

21.1.0

What's New

What's Changed

New Contributors

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

21.0.1

What's Changed

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

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

20.2.6

What's Changed

Full Changelog: hardkoded/puppeteer-sharp@v20.2.5...v20.2.6

20.2.5

What's Changed

New Contributors

Full Changelog: hardkoded/puppeteer-sharp@20.2.4...v20.2.5

Commits viewable in compare view.

Dependabot compatibility score

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

---
updated-dependencies:
- dependency-name: PuppeteerSharp
  dependency-version: 21.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants