rvagg / polendina

Non-UI browser testing for JavaScript libraries from the command-line
Other
63 stars 6 forks source link

chore(deps): bump puppeteer from 12.0.1 to 13.0.0 #23

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps puppeteer from 12.0.1 to 13.0.0.

Release notes

Sourced from puppeteer's releases.

13.0.0

⚠ BREAKING CHANGES

  • typo in 'already-handled' constant of the request interception API (#7813)

Features

  • expose HTTPRequest intercept resolution state and clarify docs (#7796) (dc23b75)
  • implement Element.waitForSelector (#7825) (c034294)

Bug Fixes

Changelog

Sourced from puppeteer's changelog.

13.0.0 (2021-12-10)

⚠ BREAKING CHANGES

  • typo in 'already-handled' constant of the request interception API (#7813)

Features

  • expose HTTPRequest intercept resolution state and clarify docs (#7796) (dc23b75)
  • implement Element.waitForSelector (#7825) (c034294)

Bug Fixes

Commits
  • d0cb9e2 chore(release): mark v13.0.0 (#7832)
  • 02c9af6 fix(types): revert "feat(typescript): allow using puppeteer without dom lib"
  • 8242422 fix!: typo in 'already-handled' constant of the request interception API (#7813)
  • 71cc1b9 refactor: remove unused promise (#7830)
  • c034294 feat: implement Element.waitForSelector (#7825)
  • a604646 refactor: disallow direct access to attributes in NetworkEventManager (#7826)
  • bbfad68 refactor: extract NetworkEventManager from NetworkManager
  • dc23b75 feat: expose HTTPRequest intercept resolution state and clarify docs (#7796)
  • 636b086 fix: handle multiple/duplicate Fetch.requestPaused events (#7802)
  • 09426e5 chore: bump version to v12.0.1-post (#7812)
  • See full diff in compare view


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)
github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.0.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: