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-dev): bump puppeteer from 1.19.0 to 3.0.1 #1249

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Bumps puppeteer from 1.19.0 to 3.0.1.

Release notes

Sourced from puppeteer's releases.

v3.0.1

Highlights

  • File uploads should be more reliable now (#5655)
  • The size of the final package is smaller as we explicitly list files to publish (#5659).
  • The docs now include the libgbm-dev dependency that's needed for Linux builds (#5667, #5693)

Behind the scenes

  • We're continuing to migrate to TypeScript and many files within src/ are now TypeScript files. We're working towards a 100% TS codebase which will enable us (amongst other things) to ship high-quality type definitions for TypeScript users.

Raw notes

6029fdd - chore: mark version v3.0.1 (#5709) 29ebd0b - chore: migrate src/ExecutionContext (#5705) 69bfa80 - docs(api): fix typo (#5706) 8d5d76e - chore: migrate src/JSHandle to TS (#5703) 42893d8 - chore: migrate src/coverage to TypeScript (#5702) e3922ea - chore: enforce consistent spacing around object curlys (#5700) 3600f2f - chore: migrate src/helpers.ts to ESM (#5699) f13c30a - chore: migrate src/USKeyboardLayout to typescript (#5695) a614bc4 - chore: migrate src/Connection to TypeScript (#5694) 376d234 - chore: migrate src/WebSocketTransport to TypeScript (#5696) 5c839f5 - chore(docker): add missing libgbm1 dependency (#5693) e7a32a8 - chore: migrate src/pipetransport to typescript (#5692) 4134b54 - chore: migrate src/helper to typescript (#5689) c32b049 - chore: delete src/MultiMap (#5690) 6638a24 - chore: migrate src/timeoutsettings to typescript (#5691) ad6c57a - docs: fix DeviceDescriptor link (#5683) c4fe4e4 - chore(ci): re-enable tests on Windows (#5637) 49ca00f - docs(contributing): update testing section (#5657) 1a57ba2 - chore: migrate TaskQueue to TypeScript (#5658) ef3befa - chore: manage published files via files option (#5659) 35fc654 - docs: change the Alpine Docker example to use env instead of launch option (#5666) 20c22ad - chore: fix installing from GitHub URL (#5669) 46ef9f7 - docs(troubleshooting): list libgbm-dev dependency (#5667) 532ae57 - fix(JSHandle): restore file upload to its old behavior (#5655) 3e4c8c9 - chore(typescript): migrate src/Dialog (#5639) a9f6a26 - chore: log reminder about tsc if DocLint fails locally (#5652) 37bae17 - docs(contributing): update npm dist tags section (#5650) 80348dc - chore: bump version to v3.0.0-post (#5649)

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)
... (truncated)
Commits
Maintainer changes

This version was pushed to npm by jackfranklin, 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.


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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner April 22, 2020 16:22
@dependabot-preview dependabot-preview bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 22, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot-npm_and_yarn-puppeteer-3.0.1 branch from f0092bd to 0b60bd2 Compare April 23, 2020 07:44
@dependabot-preview
Copy link
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot-preview dependabot-preview bot force-pushed the dependabot-npm_and_yarn-puppeteer-3.0.1 branch 9 times, most recently from deecf03 to 806fcb2 Compare April 28, 2020 06:31
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 1.19.0 to 3.0.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](puppeteer/puppeteer@v1.19.0...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot-npm_and_yarn-puppeteer-3.0.1 branch from 806fcb2 to 7d56e58 Compare April 28, 2020 06:45
@toptal-devbot
Copy link
Collaborator

🎉 Last commit is successfully deployed 🎉

Demo is available on:

Your davinci-bot 🚀

@dependabot-preview
Copy link
Contributor Author

Superseded by #1265.

@dependabot-preview dependabot-preview bot deleted the dependabot-npm_and_yarn-puppeteer-3.0.1 branch April 28, 2020 12:25
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