Skip to content

Bump puppeteer from 10.4.0 to 11.0.0

scriptuser requested to merge dependabot-npm_and_yarn-puppeteer-11.0.0 into master

Bumps puppeteer from 10.4.0 to 11.0.0.

Release notes

Sourced from puppeteer's releases.

v11.0.0

11.0.0 (2021-11-02)

BREAKING CHANGES

  • oop iframes: integrate OOP iframes with the frame manager (#7556)

Features

Bug Fixes

  • add support for relative install paths to BrowserFetcher (#7613) (eebf452), closes #7592
  • add webp to screenshot quality option allow list (#7631) (b20c2bf)
  • prevent Target closed errors on streams (#7728) (5b792de)
  • request an animation frame to fix flaky clickablePoint test (#7587) (7341d9f)
  • setup husky properly (#7727) (8b712e7), closes #7726
  • updated troubleshooting.md to meet latest dependencies changes (#7656) (edb0197)
  • launcher: launcher.launch() should pass 'timeout' option #5180 (#7596) (113489d)
  • page: fallback to default in exposeFunction when using imported module (#6365) (44c9ec6)
  • page: fix page.off method for request event (#7624) (d0cb943), closes #7572
Changelog

Sourced from puppeteer's changelog.

11.0.0 (2021-11-02)

BREAKING CHANGES

  • oop iframes: integrate OOP iframes with the frame manager (#7556)

Features

Bug Fixes

  • add support for relative install paths to BrowserFetcher (#7613) (eebf452), closes #7592
  • add webp to screenshot quality option allow list (#7631) (b20c2bf)
  • prevent Target closed errors on streams (#7728) (5b792de)
  • request an animation frame to fix flaky clickablePoint test (#7587) (7341d9f)
  • setup husky properly (#7727) (8b712e7), closes #7726
  • updated troubleshooting.md to meet latest dependencies changes (#7656) (edb0197)
  • launcher: launcher.launch() should pass 'timeout' option #5180 (#7596) (113489d)
  • page: fallback to default in exposeFunction when using imported module (#6365) (44c9ec6)
  • page: fix page.off method for request event (#7624) (d0cb943), closes #7572
Commits
  • e2e9837 chore(release): mark v11.0.0 (#7737)
  • 03c9ecc feat: improve error message for response.buffer() (#7669)
  • 4d9dc8c feat(oop iframes)!: integrate OOP iframes with the frame manager (#7556)
  • 0d6e688 chore(deps-dev): bump @​microsoft/api-documenter from 7.13.63 to 7.13.65 (#7730)
  • c6eb936 chore(deps-dev): bump ts-node from 10.3.0 to 10.4.0 (#7729)
  • 4746a68 chore(deps-dev): bump standard-version from 9.3.1 to 9.3.2 (#7723)
  • 8b712e7 fix: setup husky properly (#7727)
  • 5b792de fix: prevent Target closed errors on streams (#7728)
  • 07febca feat: handle unhandled promise rejections in tests (#7722)
  • 4f540d4 chore(deps-dev): bump @​microsoft/api-documenter from 7.13.58 to 7.13.63 (#7703)
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports