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

build(deps): bump puppeteer from 11.0.0 to 13.0.1 #1066

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2022

Bumps puppeteer from 11.0.0 to 13.0.1.

Release notes

Sourced from puppeteer's releases.

13.0.1

Bug Fixes

  • disable a test failing on Firefox (#7846) (36207c5)
  • make sure ElementHandle.waitForSelector is evaluated in the right context (#7843) (8d8e874)
  • predicate arguments for waitForFunction (#7845) (1c44551), closes #7836

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

12.0.1

Bug Fixes

  • handle extraInfo events even if event.hasExtraInfo === false (#7808) (6ee2feb), closes #7805

12.0.0

⚠ BREAKING CHANGES

  • chromium: roll to Chromium 97.0.4692.0 (r938248)

Features

  • chromium: roll to Chromium 97.0.4692.0 (r938248) (ac162c5), closes #7458
  • support for custom user data (profile) directory for Firefox (#7684) (790c7a0)

Bug Fixes

  • ariaqueryhandler: allow single quotes in aria attribute selector (#7750) (b0319ec), closes #7721
  • clearer jsdoc for behavior of headless when devtools is true (#7748) (9f9b4ed)
  • null check for frame in FrameManager (#7773) (23ee295), closes #7749
  • only kill the process when there is no browser instance available (#7762) (51e6169), closes #7668
  • parse statusText from the extraInfo event (#7798) (a26b12b), closes #7458
  • try to remove the temporary user data directory after the process has been killed (#7761) (fc94a28)
Changelog

Sourced from puppeteer's changelog.

13.0.1 (2021-12-22)

Bug Fixes

  • disable a test failing on Firefox (#7846) (36207c5)
  • make sure ElementHandle.waitForSelector is evaluated in the right context (#7843) (8d8e874)
  • predicate arguments for waitForFunction (#7845) (1c44551), closes #7836

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

12.0.1 (2021-11-29)

Bug Fixes

  • handle extraInfo events even if event.hasExtraInfo === false (#7808) (6ee2feb), closes #7805

12.0.0 (2021-11-26)

⚠ BREAKING CHANGES

  • chromium: roll to Chromium 97.0.4692.0 (r938248)

Features

  • chromium: roll to Chromium 97.0.4692.0 (r938248) (ac162c5), closes #7458
  • support for custom user data (profile) directory for Firefox (#7684) (790c7a0)

Bug Fixes

... (truncated)

Commits
  • 71cef32 chore(release): mark v13.0.1 (#7865)
  • 8d8e874 fix: make sure ElementHandle.waitForSelector is evaluated in the right contex...
  • 1c44551 fix: predicate arguments for waitForFunction (#7845)
  • 36207c5 fix: disable a test failing on Firefox (#7846)
  • 3e3a90b docs: fix typo (#7839)
  • acdc67b chore: bump version to v13.0.0-post (#7833)
  • 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)
  • Additional commits viewable 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)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 11.0.0 to 13.0.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@v11.0.0...v13.0.1)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added external dependency javascript Pull requests that update Javascript code labels Jan 19, 2022
@macbre macbre merged commit a4119a6 into devel Jan 27, 2022
@macbre macbre deleted the dependabot/npm_and_yarn/puppeteer-13.0.1 branch January 27, 2022 12:58
macbre added a commit that referenced this pull request Mar 10, 2022
macbre added a commit that referenced this pull request Mar 10, 2022
@macbre
Copy link
Owner

macbre commented Jun 29, 2022

@dependabot ignore this minor version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2022

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

@macbre
Copy link
Owner

macbre commented Jun 29, 2022

@dependabot recreate

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2022

Looks like this PR has already been merged. If you've moved back to an older version of puppeteer a new PR will be created next time Dependabot checks your dependencies.

@macbre
Copy link
Owner

macbre commented Jun 29, 2022

@dependabot reopen

@macbre
Copy link
Owner

macbre commented Aug 9, 2024

@dependabot unignore

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2024

Sorry, the command you entered is not valid. Valid commands:
@dependabot unignore <dependency name> <ignore condition>
@dependabot unignore <dependency name> dependency

@macbre
Copy link
Owner

macbre commented Aug 9, 2024

@dependabot unignore puppeteer dependency

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2024

OK, I will stop ignoring the puppeteer dependency.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2024

Looks like this PR has already been merged. If you've moved back to an older version of puppeteer a new PR will be created next time Dependabot checks your dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external dependency javascript Pull requests that update Javascript code security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant