Skip to content

Bump puppeteer from 11.0.0 to 12.0.1

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

Bumps puppeteer from 11.0.0 to 12.0.1.

Release notes

Sourced from puppeteer's releases.

12.0.1

Bug Fixes

  • handle extraInfo events even if event.hasExtraInfo === false (#7808) (6ee2feb), closes #7805

12.0.0

BREAKING CHANGES

  • chromium: roll to Chromium 97.0.4692.0 (r938248)

Features

  • chromium: roll to Chromium 97.0.4692.0 (r938248) (ac162c5), closes #7458
  • support for custom user data (profile) directory for Firefox (#7684) (790c7a0)

Bug Fixes

  • ariaqueryhandler: allow single quotes in aria attribute selector (#7750) (b0319ec), closes #7721
  • clearer jsdoc for behavior of headless when devtools is true (#7748) (9f9b4ed)
  • null check for frame in FrameManager (#7773) (23ee295), closes #7749
  • only kill the process when there is no browser instance available (#7762) (51e6169), closes #7668
  • parse statusText from the extraInfo event (#7798) (a26b12b), closes #7458
  • try to remove the temporary user data directory after the process has been killed (#7761) (fc94a28)
Changelog

Sourced from puppeteer's changelog.

12.0.1 (2021-11-29)

Bug Fixes

  • handle extraInfo events even if event.hasExtraInfo === false (#7808) (6ee2feb), closes #7805

12.0.0 (2021-11-26)

BREAKING CHANGES

  • chromium: roll to Chromium 97.0.4692.0 (r938248)

Features

  • chromium: roll to Chromium 97.0.4692.0 (r938248) (ac162c5), closes #7458
  • support for custom user data (profile) directory for Firefox (#7684) (790c7a0)

Bug Fixes

  • ariaqueryhandler: allow single quotes in aria attribute selector (#7750) (b0319ec), closes #7721
  • clearer jsdoc for behavior of headless when devtools is true (#7748) (9f9b4ed)
  • null check for frame in FrameManager (#7773) (23ee295), closes #7749
  • only kill the process when there is no browser instance available (#7762) (51e6169), closes #7668
  • parse statusText from the extraInfo event (#7798) (a26b12b), closes #7458
  • try to remove the temporary user data directory after the process has been killed (#7761) (fc94a28)
Commits
  • 913ff12 chore(release): mark v12.0.1 (#7810)
  • 6ee2feb fix: handle extraInfo events even if event.hasExtraInfo === false (#7808)
  • 921c3bc chore: bump version to v12.0.0-post (#7804)
  • 641588a chore(release): mark v12.0.0 (#7800)
  • a26b12b fix: parse statusText from the extraInfo event (#7798)
  • ac162c5 feat(chromium)!: roll to Chromium 97.0.4692.0 (r938248)
  • 4c3caaa chore: re-enable tests for Firefox related to fixed Input.dispatchMouseEvent ...
  • 9f9b4ed fix: clearer jsdoc for behavior of headless when devtools is true (#7748)
  • 23ee295 fix: null check for frame in FrameManager (#7773)
  • fc94a28 fix: try to remove the temporary user data directory after the process has be...
  • 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