Skip to content

Bump puppeteer from 13.7.0 to 14.1.1

scriptuser requested to merge dependabot-npm_and_yarn-puppeteer-14.1.1 into main

Bumps puppeteer from 13.7.0 to 14.1.1.

Release notes

Sourced from puppeteer's releases.

14.1.1

Bug Fixes

  • kill browser process when 'taskkill' fails on Windows (#8352) (dccfadb)
  • only check loading iframe in lifecycling (#8348) (7438030)
  • recompile before funit and unit commands (#8363) (8735b78), closes #8362

14.1.0

Features

  • add waitForXPath to ElementHandle (#8329) (7eaadaf)
  • allow handling other targets as pages internally (#8336) (3b66a2c)

Bug Fixes

  • disable AvoidUnnecessaryBeforeUnloadCheckSync to fix navigations (#8330) (4854ad5)
  • If currentNode and root are the same, do not include them in the result (#8332) (a61144d)

14.0.0

BREAKING CHANGES

  • strict mode fixes for HTTPRequest/Response classes (#8297)
  • Node 12 is no longer supported.

Features

Bug Fixes

Changelog

Sourced from puppeteer's changelog.

14.1.1 (2022-05-19)

Bug Fixes

  • kill browser process when 'taskkill' fails on Windows (#8352) (dccfadb)
  • only check loading iframe in lifecycling (#8348) (7438030)
  • recompile before funit and unit commands (#8363) (8735b78), closes #8362

14.1.0 (2022-05-13)

Features

  • add waitForXPath to ElementHandle (#8329) (7eaadaf)
  • allow handling other targets as pages internally (#8336) (3b66a2c)

Bug Fixes

  • disable AvoidUnnecessaryBeforeUnloadCheckSync to fix navigations (#8330) (4854ad5)
  • If currentNode and root are the same, do not include them in the result (#8332) (a61144d)

14.0.0 (2022-05-09)

BREAKING CHANGES

  • strict mode fixes for HTTPRequest/Response classes (#8297)
  • Node 12 is no longer supported.

Features

Bug Fixes

Commits


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