Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump puppeteer from 5.0.0 to 5.1.0 #110

Merged
merged 1 commit into from
Jul 14, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps puppeteer from 5.0.0 to 5.1.0.

Release notes

Sourced from puppeteer's releases.

v5.1.0

Highlights:

The new Mouse#wheel API has been merged in #6141. It behaves similar to other mouse commands like up or down and therefor requires a mouse.move(x, y) for targeting the element properly.

Raw notes:

91c13d2 - chore: mark version v5.1.0 790c277 - feat(chromium): roll Chromium to r768783 (#6201) 9b3005c - feat(types): improve page.evaluate types (#6193) 31309b0 - chore: use devtools-protocol package (#6172) f666be3 - chore: remove src/api.ts (#6191) 03a87e8 - chore(docs): tidy Puppeteer class docs (#6181) 24cb6a2 - chore(docs): document Frame class (#6188) b9667f9 - chore: document browser install breakage on Node 14.0.0 (#6187) 1243466 - chore: remove installAsyncStackHooks helper (#6186) 19f188a - chore: forbid importing src/common/Events.ts (#6183) 0e93880 - chore(docs): migrate Connection + CDP event defs (#6180) 74cb2ce - chore: migrate FrameManager events from Events.ts (#6179) 6ee7139 - chore(docs): fix incorrect @returns on getter (#6175) 12ee70f - chore: migrate NetworkManager events (#6174) 022495b - chore: fix broken link in docs to DeviceDescriptors (#6170) 2256b8d - chore(docs): migrate BrowserContext events (#6168) e2e0502 - chore(docs): fix DOMWorld doc warnings (#6166) 782c1d4 - chore(docs): define events enum for Browser (#6165) ba7624a - chore(docs): migrate & document all Page events (#6154) e67a860 - feat: add Mouse#wheel (#6141) 5049b83 - feat(types): add types for page.$$eval (#6139) f7857d2 - chore(docs): document HTTPRequest with TSDoc (#6146) 4ebf117 - docs: migrating Page.ts to TSDoc (#6152) d9bb52e - docs: fix sandboxing documentation link (#5288) aee8fda - fix: make Node.js environment detection robust w.r.t. JSDOM (#6148) 054fa2e - chore(docs): fix more documentation warnings (#6145) 928924e - chore: mark v5.0.0-post (#6144)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will not automatically merge this PR because it includes a minor update to a development dependency.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](puppeteer/puppeteer@v5.0.0...v5.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 13, 2020
@codecov
Copy link

codecov bot commented Jul 13, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #110   +/-   ##
=======================================
  Coverage   94.20%   94.20%           
=======================================
  Files           1        1           
  Lines         138      138           
=======================================
  Hits          130      130           
  Misses          8        8           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update df45221...d1c52f6. Read the comment docs.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 472

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.383%

Totals Coverage Status
Change from base Build 470: 0.0%
Covered Lines: 130
Relevant Lines: 138

💛 - Coveralls

@floydpink floydpink merged commit 4eebfea into master Jul 14, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/puppeteer-5.1.0 branch July 14, 2020 01:50
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants