Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

build(deps-dev): bump puppeteer from 1.13.0 to 2.1.1 #3282

Closed

Conversation

dependabot-preview[bot]
Copy link

@dependabot-preview dependabot-preview bot commented Mar 9, 2020

Bumps puppeteer from 1.13.0 to 2.1.1.

Release notes

Sourced from puppeteer's releases.

v2.1.1

eec4325 - chore: mark version v2.1.1 9923e56 - fix(filechooser): quick fix for the headful file chooser (#5369) 1a1ef83 - Add FAQ entry on cross-browser support (#5360) 0d243b7 - feat: make it possible to run install.js script with puppeteer-core (#5325) c283fea - docs(api): add example to page.$$eval (#5200) b45f8e4 - chore: bump version to v2.1.0-post (#5349)

v2.1.0

Big changes

  • Chromium 80.0.3987.0 (r722234)
  • The launcher now has an option to run Puppeteer with different browsers, starting with Firefox (#5137). Puppeteer can now talk to a real, unpatched Firefox binary (as opposed to the old Juggler-based approach). This is a first step towards eventually deprecating the separate puppeteer-firefox package in favor of supporting Firefox directly in puppeteer itself.

Raw notes

7e7b05a - chore: mark version v2.1.0 + roll to r722234 (#5347) 013a86c - feat(chromium): roll Chromium to r722276 (#5289) 14b2369 - chore: mark puppeteer-firefox version v0.5.1 (#5294) 3a49cfc - chore: move to GitHub hosting for Juggler binaries (#5293) c7af7de - docs(readme): update link for ndb (#5272) 5e63254 - chore: fix typo in test name (#5217) 80b5c44 - chore: upgrade https-proxy-agent (#5243) 6091a34 - fix: prepare jsHandle.uploadFile for CDP Page.handleFileChooser removal (#5196) 8b49dc6 - fix: don’t disable BlinkGenPropertyTrees anymore (#5159) f0bf645 - test: reduce flakiness for accessibility tests with autofocus (#5116) 6cc98a7 - docs(troubleshooting): recommend using args for heroku (#5197) 35d5ba5 - feat(launcher): Set default Firefox prefs (#5149) (#5195) eddb23b - chore: update URLs (#5185) c5a72e9 - feat(launcher): add option to run Puppeteer with different browsers (#5137) d17708b - fix(types): publish protocol types to npm (#5174) fd43f9c - docs(api): fix defaultArgs link (#5126) 5fa28b5 - docs(api): fix typo (#5120) 561c99d - docs(api): prefer async/await over Promise#then (#5089) aaa904d - docs(contributing): clarify release process 304f4a7 - chore: update .npmignore 7032472 - chore: bump version to v2.0.0-post

v2.0.0

Big changes

API changes

... (truncated)
Commits
Maintainer changes

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


Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 added the dependencies Pull requests that update a dependency file label Mar 9, 2020
@dependabot-preview dependabot-preview bot force-pushed the dependabot/npm_and_yarn/puppeteer-2.1.1 branch 6 times, most recently from 7391734 to 3f0ae16 Compare March 17, 2020 12:15
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 1.13.0 to 2.1.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](puppeteer/puppeteer@v1.13.0...v2.1.1)

Change-type: patch
Signed-off-by: Lucian Buzzo <lucian.buzzo@gmail.com>
@LucianBuzzo LucianBuzzo force-pushed the dependabot/npm_and_yarn/puppeteer-2.1.1 branch from 3f0ae16 to 460f79d Compare March 17, 2020 14:01
@LucianBuzzo
Copy link
Contributor

@balena-ci retest

@LucianBuzzo LucianBuzzo force-pushed the dependabot/npm_and_yarn/puppeteer-2.1.1 branch from 460f79d to 666ab78 Compare March 18, 2020 14:36
@LucianBuzzo
Copy link
Contributor

@balena-ci retest

@LucianBuzzo LucianBuzzo force-pushed the dependabot/npm_and_yarn/puppeteer-2.1.1 branch from 666ab78 to c8e70d3 Compare March 18, 2020 16:10
@LucianBuzzo
Copy link
Contributor

It looks like simulating file uploads is broken in puppeteer v2.1.1 ( puppeteer/puppeteer#5363 ).
I'm going to pause dependabot updates for this version.

@LucianBuzzo
Copy link
Contributor

@dependabot ignore this minor version

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/puppeteer-2.1.1 branch March 19, 2020 16:42
@dependabot-preview
Copy link
Author

OK, I won't notify you about version 2.1.x again, unless you re-open this PR or update to a 2.1.x release yourself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant