Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(📌): Pin Puppeteer to 3.1.x #516

Merged
merged 1 commit into from
May 29, 2020
Merged

fix(📌): Pin Puppeteer to 3.1.x #516

merged 1 commit into from
May 29, 2020

Conversation

wwilsman
Copy link
Contributor

Purpose

Puppeteer 3.2 introduces breaking changes by removing the EventEmitter API and not backporting all EventEmitter methods. This update causes agent to error because page.removeAllListeners is no longer a method.

Approach

Pinning to 3.1 is a temporary fix until the breaking changes can be accounted for or we migrate away from Puppeteer.

Puppeteer 3.2 introduces breaking changes. Pinning to 3.1 is a temporary fix
until the changes can be accounted for
@wwilsman wwilsman requested a review from Robdel12 May 29, 2020 16:37
Copy link
Contributor

@Robdel12 Robdel12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🏁 frustrating change.

@wwilsman wwilsman merged commit c0aed9d into master May 29, 2020
@wwilsman wwilsman deleted the ww/lock-puppeteer branch May 29, 2020 16:48
wwilsman pushed a commit that referenced this pull request May 29, 2020
Puppeteer 3.2 introduces breaking changes. Pinning to 3.1 is a temporary fix
until the changes can be accounted for
djones pushed a commit that referenced this pull request May 29, 2020
## [0.26.8](v0.26.7...v0.26.8) (2020-05-29)

### Bug Fixes

* **📌:** Pin Puppeteer to 3.1.x ([#516](#516)) ([ab7dd29](ab7dd29))
@swissspidy
Copy link

This was reverted in Puppeteer 3.3.0. Perhaps worth updating?

@wwilsman
Copy link
Contributor Author

wwilsman commented Jun 2, 2020

Hey @swissspidy! Thanks for pointing out the new release! I was hoping it'd be released yesterday, but I'll get a new version of agent out asap today to unpin puppeteer. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants