Note: Use a version older than 0.24.0
if you want to use a puppeteer version older than 22.0.0.
Changed
- Updated all dependencies to their latest versions
- Added a missing timeout case when closing the browser
- Removed
package-lock.json
as otherwise yarn complains (warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
). - Dropped support (in tests) for Node.js <=16 as puppeteer also support for these versions
Fixed
- Fixed breaking puppeteer changes introduced in version 22 (renamed
createIncognitoBrowserContext
tocreateBrowserContext
)