Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 3.13 KB

File metadata and controls

26 lines (17 loc) · 3.13 KB

Version Downloads Test compatibility with puppeteer

@website-scraper/puppeteer-version-wrapper

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.

Sponsors

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. 💖

User avatar: Illia AntypenkoUser avatar: Pascal BirchlerUser avatar: Carlos RufoUser avatar: Francesca MaranoUser avatar: GitHubUser avatar: Andrew VorobiovUser avatar: User avatar:

How It Works

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