A wrapper module around puppeteer package that ensures website-scraper-puppeteer always work with the latest supported version of Puppeteer.
website-scraper-puppeteer is tightly coupled to a specific Puppeteer major version, which quickly becomes outdated and unsupported.
To solve this issue, website-scraper-puppeteer is now depends on @website-scraper/puppeteer-version-wrapper, which automatically manages Puppeteer updates.
This module automatically updates its Puppeteer dependency using Dependabot and continuous integration. When tests pass, a new minor version is published to NPM, keeping compatibility up-to-date without manual intervention.
Maintenance of this project is made possible by all the contributors and sponsors. If you'd like to sponsor this project and have your avatar or company logo appear below click here. 💖







- Monitors Puppeteer releases via Dependabot
- Automatically merges updates after successful tests
- Publishes new minor versions to NPM
- Ensures
website-scraper-puppeteeralways uses a compatible Puppeteer version