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 5.3.1 to 5.4.0 #1895

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 26, 2020

Bumps puppeteer from 5.3.1 to 5.4.0.

Release notes

Sourced from puppeteer's releases.

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) 637a1f74 - chore: gitignore new-docs (#6511) e655bb6c - chore(agnostification): split up root Puppeteer class (#6504) f3086d7c - fix(launcher): support relative userDataDir on headless Windows (#6506) 8fabe328 - feat(queryhandler): add built-in pierce handler (#6509) f04bec5a - chore: update eslint & eslint plugins (#6487) 4846b872 - chore(agnostification): split up launcher class (#6484) 1ed38af7 - chore(node): move install.ts into node/ (#6490) e94a1e87 - chore: bump misc dependencies (#6488) 936ccdca - chore: enforce Conventional Commits through commitlint (#6483) 502ed8c8 - chore(agnostify): Create Node and Web initializer. (#6477) 3afe1935 - feat(a11y-query): extend aria handler with waitFor (#6472) cc7f1fd0 - docs(queryhandler): add custom query handler docs (#6476) 70ed8751 - fix(queryhandler) only expose custom handlers (#6475) 950ae334 - feat(a11y-query): aria query handler sans waitfor (#6459) 41ef3eec - fix: update preferences in default Firefox profile (#6465) 92756531 - docs(examples): update selector for search example (#6471) 49f25e24 - feat(chromium) roll Chromium to r809590 (#6458) 4cdbebe1 - chore: disable firefox windows launcher test until Nov (#6451) 75e3fb03 - docs(api): fix some outdated links (#6450) caa9a1ca - chore(agnostic): Remove use of util.promisify (#6446) 96f3d439 - feat(console): expose stack trace for console messages (#6445) 322cc96e - chore: remove npm run test-types call (#6447) 72fe86fe - feat(a11y-query): introduce internal handlers (#6437) 1396c9d4 - chore: bump version to v5.3.1-post (#6440) 11ab4028 - fix: add mime dependency back to fix build (#6441)

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)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](puppeteer/puppeteer@v5.3.1...v5.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 26, 2020
@sonarcloud
Copy link

sonarcloud bot commented Oct 26, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@coveralls
Copy link

Coverage Status

Coverage remained the same at 16.373% when pulling ac254b9 on dependabot/npm_and_yarn/puppeteer-5.4.0 into cb1d413 on develop.

@briehl briehl merged commit 30836bc into develop Oct 27, 2020
@briehl briehl deleted the dependabot/npm_and_yarn/puppeteer-5.4.0 branch October 27, 2020 01:16
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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants