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

chore(deps): update dependency puppeteer to v3.3.0 #119

Merged
merged 1 commit into from
Jun 4, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 2, 2020

This PR contains the following updates:

Package Type Update Change
puppeteer devDependencies minor 3.2.0 -> 3.3.0

Release Notes

puppeteer/puppeteer

v3.3.0

Compare Source

Highlights

  • The migration from Node's EventEmitter to the Mitt library has been reverted in this release. We're sorry for causing unexpected issues in the 3.2.0 release. If you were unable to upgrade from 3.1.0 to 3.2.0, you will be able to upgrade straight to 3.3.0 and not have any issues.

Behind the scenes

  • The Puppeteer Response class was renamed HTTPResponse to avoid a clash with the TS Response type. We don't expose this class on the main Puppeteer instance so this shouldn't affect any of your code.
  • Similarly we have renamed Worker to WebWorker to avoid a clash with the TS Worker type.

Raw Notes

34c0f9b - chore: mark version v3.3.0
309d811 - chore: Revert Mitt due to breaking changes (#​5952)
81e3248 - chore: Defer Windows FF tests for longer (#​5954)
b874cac - chore: rename Worker to WebWorker (#​5941)
7862484 - chore: update request and response references in docs (#​5942)
232def0 - chore: rename Response to HTTPResponse (#​5940)
cfd72ac - chore: bump version to v3.2.0-post (#​5938)


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Jun 2, 2020

Codecov Report

Merging #119 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #119   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           45        45           
  Branches        11        11           
=========================================
  Hits            45        45           

@potato4d potato4d merged commit 33596e9 into master Jun 4, 2020
@potato4d potato4d deleted the renovate/puppeteer-3.x branch June 4, 2020 03:27
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

2 participants