apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.
https://www.npmjs.com/package/proxy-chain
Apache License 2.0
804 stars 138 forks source link

chore: bump puppeteer from 16.2.0 to 19.4.1 #369

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps puppeteer from 16.2.0 to 19.4.1.

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v19.4.1

19.4.1 (2022-12-16)

Bug Fixes

  • improve a11y snapshot handling if the tree is not correct (#9405) (02fe501), closes #9404
  • remove oopif expectations and fix oopif flakiness (#9375) (810e0cd)

puppeteer: v19.4.1

19.4.1 (2022-12-16)

Miscellaneous Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.4.0 to 19.4.1

puppeteer-core: v19.4.0

19.4.0 (2022-12-07)

Features

  • ability to send headers via ws connection to browser in node.js environment (#9314) (937fffa), closes #7218
  • chromium: roll to Chromium 109.0.5412.0 (r1069273) (#9364) (1875da6), closes #9233
  • puppeteer-core: keydown supports commands (#9357) (b7ebc5d)

Bug Fixes

puppeteer: v19.4.0

19.4.0 (2022-12-07)

Features

Dependencies

... (truncated)

Commits
  • 848c849 chore: release main (#9395)
  • fe986c6 chore: trigger reindexing on doc deployment (#9425)
  • f0951aa docs: use a number of documented versions for indexing (#9424)
  • 68c53df chore(deps): Bump loader-utils from 2.0.2 to 2.0.4 in /website (#9423)
  • 69b03df chore(deps): Bump @​angular-devkit/schematics from 15.0.3 to 15.0.4 (#9420)
  • fa05a1c chore(deps): Bump @​angular-devkit/core from 15.0.3 to 15.0.4 (#9414)
  • 0f0e717 chore(deps): Bump @​angular-devkit/architect from 0.1402.10 to 0.1500.4 (#9415)
  • cd073ab chore(deps): Bump ws from 8.10.0 to 8.11.0 (#9412)
  • cd8eec3 chore(deps): Bump @​angular-devkit/schematics from 14.2.8 to 15.0.3 (#9413)
  • 28cedac chore: Revert Dependabot config (#9411)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for puppeteer since your current version.


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 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 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)
dependabot[bot] commented 1 year ago

Superseded by #380.