apify / browser-pool

A Node.js library to easily manage and rotate a pool of web browsers, using any of the popular browser automation libraries like Puppeteer, Playwright, or SecretAgent.
87 stars 14 forks source link

refactor: convert puppeteer to TS #37

Closed vladfrangu closed 3 years ago

vladfrangu commented 3 years ago

CC: @pocesar @B4nan @mnmkng

This PR also updates TS, and disables npm 7's stupid peer dependency changes

vladfrangu commented 3 years ago

CI is failing because it still has the old TS version it seems... anything I can do to fix that? 😓

EDIT: for now, manually reverted the change to something that's still compatible; I've added a TODO for later 👍