Skip to content

chore(deps-dev): bump puppeteer from 13.5.2 to 13.6.0 #4396

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

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2022

Bumps puppeteer from 13.5.2 to 13.6.0.

Release notes

Sourced from puppeteer's releases.

13.6.0

Features

  • chromium: roll to Chromium 101.0.4950.0 (r982053) (#8213) (ec74bd8)
  • respond multiple headers with same key (#8183) (c1dcd85)

Bug Fixes

  • also kill Firefox when temporary profile is used (#8233) (b6504d7)
  • consider existing frames when waiting for a frame (#8200) (0955225)
  • disable bfcache in the launcher (#8196) (9ac7318), closes #8182
  • enable page.spec event handler test for firefox (#8214) (2b45027)
  • forget queuedEventGroup when emitting response in responseReceivedExtraInfo (#8234) (#8239) (91a8e73)
  • forget request will be sent from the _requestWillBeSentMap list. (#8226) (4b786c9)
  • ignore favicon requests in page.spec event handler tests (#8208) (04e5c88)
  • network.spec.ts: typo in the word should (#8223) (e93faad)
Changelog

Sourced from puppeteer's changelog.

13.6.0 (2022-04-19)

Features

  • chromium: roll to Chromium 101.0.4950.0 (r982053) (#8213) (ec74bd8)
  • respond multiple headers with same key (#8183) (c1dcd85)

Bug Fixes

  • also kill Firefox when temporary profile is used (#8233) (b6504d7)
  • consider existing frames when waiting for a frame (#8200) (0955225)
  • disable bfcache in the launcher (#8196) (9ac7318), closes #8182
  • enable page.spec event handler test for firefox (#8214) (2b45027)
  • forget queuedEventGroup when emitting response in responseReceivedExtraInfo (#8234) (#8239) (91a8e73)
  • forget request will be sent from the _requestWillBeSentMap list. (#8226) (4b786c9)
  • ignore favicon requests in page.spec event handler tests (#8208) (04e5c88)
  • network.spec.ts: typo in the word should (#8223) (e93faad)
Commits
  • 29a3099 chore(release): mark v13.6.0 (#8249)
  • 4b786c9 fix: forget request will be sent from the _requestWillBeSentMap list. (#8226)
  • e93faad fix(network.spec.ts): typo in the word should (#8223)
  • 0c8174b docs: improve custom query handler docs (#8235)
  • b6504d7 fix: also kill Firefox when temporary profile is used (#8233)
  • 95c9f39 chore(deps): bump github/codeql-action from 2.1.7 to 2.1.8 (#8220)
  • 91a8e73 fix: forget queuedEventGroup when emitting response in responseReceivedExtraI...
  • 8cd3a1e chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 (#8229)
  • 8eace6a chore(deps-dev): bump eslint from 8.12.0 to 8.13.0 (#8219)
  • 2b45027 fix: enable page.spec event handler test for firefox (#8214)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 21, 2022
@codecov
Copy link

codecov bot commented Apr 21, 2022

Codecov Report

Merging #4396 (4ae5f6f) into master (e768464) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4396   +/-   ##
=======================================
  Coverage   90.67%   90.67%           
=======================================
  Files          16       16           
  Lines        1597     1597           
  Branches      598      598           
=======================================
  Hits         1448     1448           
  Misses        137      137           
  Partials       12       12           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e768464...4ae5f6f. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/puppeteer-13.6.0 branch from 7f67f6c to 9e65db6 Compare April 21, 2022 04:22
rishabh3112
rishabh3112 previously approved these changes Apr 21, 2022
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.5.2 to 13.6.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@v13.5.2...v13.6.0)

---
updated-dependencies:
- dependency-name: puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/puppeteer-13.6.0 branch from 9e65db6 to 4ae5f6f Compare April 21, 2022 07:10
@alexander-akait alexander-akait merged commit 997d02b into master Apr 21, 2022
@alexander-akait alexander-akait deleted the dependabot/npm_and_yarn/puppeteer-13.6.0 branch April 21, 2022 13:12
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants