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

Bump puppeteer from 2.1.1 to 3.0.0 in /src/API #336

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 17, 2020

Bumps puppeteer from 2.1.1 to 3.0.0.

Release notes

Sourced from puppeteer's releases.

v3.0.0

Big changes

  • Chromium 81.0.4044.0 (r737027)
  • Puppeteer can now fetch a Firefox Nightly binary for you via PUPPETEER_PRODUCT=firefox npm install. Also, there’s now an example showing how to launch Firefox with Puppeteer.
  • File uploads are generally more reliable (#5363) and elementHandle.uploadFile(...filePaths) now triggers a change event, matching the old behavior in Puppeteer v1.20.0. (#5389)
  • Node.js v8.x.x is no longer supported. (#5136)

Behind the scenes

  • Puppeteer is migrating to TypeScript. Although this doesn't affect the way developers can consume Puppeteer, it improves the quality of the Puppeteer type definitions which can be used by modern editors.
  • Our custom test runner framework has been removed in favor of Mocha, reducing maintenance overhead.
  • Our CI setup and the way we deal with test flakiness is being reworked in order to increase our confidence of landing PRs without breaking anything.

Raw notes

6760b92 - chore: mark version v3.0.0 (#5642) 3387aab - feat(chromium): roll Chromium to r737027 (#5644) c5df490 - docs(readme): update cross-browser FAQ (#5634) 35989a7 - fix: set revision based on PUPPETEER_PRODUCT (#5643) d817ae5 - fix: update preferred revision after Launcher is created (#5640) df81250 - chore: update ws library (#5638) 2529ee6 - chore(eslint): add eslint typescript linting (#5635) 88d843d - feat(TypeScript): move DeviceDescriptors to TS (#5595) 1ce4fe7 - chore(deps): update extract-zip to version 2 (#5610) 0bcc5a7 - chore: migrate remaining tests to Mocha (#5616) 17cd870 - chore: migrate unit tests to Mocha (#5600) 262da92 - chore(test): re-enable Firefox testing on CI (#5608) 83d9d53 - chore: update CI to run Travis + Linux + Chromium (#5583) 21c2d31 - docs(api): update another emulateMediaType example (#5607) fefa8ca - docs(api): update emulateMediaType example (#5606) bbdaf92 - docs(README): remove unused badges efe561e - chore: fix DocLint method diffing (#5594) 841c2a5 - chore: fix emulateMedia tests (#5593) 8fa034b - chore: remove flakiness dashboard (#5592) 4ee2c43 - chore: fix Page.emulateMedia doclint failure (#5584) a99a3cf - chore: skip failing cookie tests in Firefox (#5575) 88446df - chore: fix missed src/ vs lib/ documentation (#5591) b3b0dc5 - docs: replace invalid device descriptors link (#5589) 99ecdba - docs: fix simple typo (#5585) 7f7887e - docs(puppeteer-firefox): add deprecation warning to README (#5502) 6522e4f - chore: Use expect for assertions (#5581) 4c41421 - chore: run Chromium on Node.js 12 on Travis (#5582) f434684 - chore: fix link to source files in documentation (#5576) 2b52b86 - chore: remove travis-autodeploy (#5580) 7a2a41f - chore: move code to src/ and emit with TypeScript (#5568) c82b556 - docs: connect works with any supported browser (#5572) d678013 - chore: upgrade TypeScript to 3.8 (#5566) 3dff24a - chore: upgrade eslint to v6.8.0 (#5563) 4b0fd8b - chore: upgrade to TypeScript 3.7 (#5562)

... (truncated)
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 merge this PR once CI passes on it, as requested by @martincostello.


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 2.1.1 to 3.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](puppeteer/puppeteer@v2.1.1...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 17, 2020
@martincostello
Copy link
Owner

Depends on actions/runner-images#732.

@dependabot-preview
Copy link
Contributor Author

Superseded by #344.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/src/API/puppeteer-3.0.0 branch April 23, 2020 04:23
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 javascript Pull requests that update Javascript code
Projects
None yet
1 participant