Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps puppeteer from 2.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)

v5.0.0

Breaking changes

Removal of page.emulateMedia (#6084)

This method was deprecated and is now removed from Puppeteer. Swap to page.emulateMediaType which behaves identically.

Removal of require('puppeteer/DeviceDescriptors') (#6043)

This top level file has been removed from the Puppeteer package. The same data is exposed via puppeteer.devices, so swap to that:

// before
const devices = require('puppeteer/DeviceDescriptors');
// after
</tr></table> ... (truncated)

Commits
Maintainer changes

This version was pushed to npm by hanselfmu, a new releaser for puppeteer since your current version.


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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 2.0.0 to 5.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](puppeteer/puppeteer@v2.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
@dependabot-preview
Copy link
Contributor Author

Superseded by #44.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/puppeteer-5.1.0 branch July 17, 2020 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant