Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Bump puppeteer from 2.1.1 to 5.5.0 #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps puppeteer from 2.1.1 to 5.5.0.

Release notes

Sourced from puppeteer's releases.

v5.5.0

v5.5.0 (2020-11-16)

Features

Bug Fixes

  • common: fix generic type of _isClosedPromise (#6579) (122f074)
  • domworld: fix missing binding for waittasks (#6562) (67da1cf)

v5.4.1

Bug fixes

  • Fixed an issue in 5.4.0 on Node.js v10.17.0 and below where trying to access fs.promises would throw an error. See #6548 for the bug report and #6550 for the fix. We now run a CI build on Node 10.15 to ensure we don't cause similar regressions in the future.

Raw notes

520cd90e - chore: mark version 5.4.1 8f4a79e1 - docs(troubleshooting): update Alpine Chromium version (#6529) e45acce9 - chore: run unit tests on node 10.15 + fix fs.promises access (#6550) a2175c6f - docs(queryhandler): fix link (#6543) d7878650 - chore: bump version to v5.4.0-post (#6544)

v5.4.0

Feature changes

Custom query handler API

The custom query handler support is no longer marked as experimental. The API has been updated to:

puppeteer.registerCustomQueryHandler(name: string, queryHandler: CustomQueryHandler): void;
puppeteer.unregisterCustomQueryHandler(name: string): void;
puppeteer.customQueryHandlerNames(): string[];
puppeteer.clearCustomQueryHandlers(): void;

New built-in query handlers

Puppeteer now ships with two built-in handlers: aria and pierce:

Roll Chromium 87.0.4272.0 (r809590)

Behind the scenes

  • We now enforce Conventional Commits through commitlint (#6483)
  • We've started work towards automating the release process. This work can be tracked in puppeteer/puppeteer#6482.

Raw notes

5e5fed1d - fix: ignore spurious bindingCalled events (#6538) e6b8c77d - chore: fix travis config (#6537) c756fb49 - fix(utils): typo fix (#6522) f63a123e - chore(agnostification): agnostify web socket connections (#6520) c2c2bb7e - chore(agnostification): common/helper.ts (#6515)

Changelog

Sourced from puppeteer's changelog.

5.5.0 (2020-11-16)

Features

Bug Fixes

  • common: fix generic type of _isClosedPromise (#6579) (122f074)
  • domworld: fix missing binding for waittasks (#6562) (67da1cf)

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

Commits
Maintainer changes

This version was pushed to npm by google-wombot, 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)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 2.1.1 to 5.5.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@v2.1.1...v5.5.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 Nov 17, 2020
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

0 participants