Skip to content

Commit

Permalink
fix(deps): update dependency puppeteer to v11 (#1312)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [puppeteer](https://togithub.com/puppeteer/puppeteer) | [`^10.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/puppeteer/10.4.0/11.0.0) | [![age](https://badges.renovateapi.com/packages/npm/puppeteer/11.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/puppeteer/11.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/puppeteer/11.0.0/compatibility-slim/10.4.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/puppeteer/11.0.0/confidence-slim/10.4.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>puppeteer/puppeteer</summary>

### [`v11.0.0`](https://togithub.com/puppeteer/puppeteer/blob/master/CHANGELOG.md#&#8203;1100-httpsgithubcompuppeteerpuppeteercomparev1040v1100-2021-11-02)

[Compare Source](https://togithub.com/puppeteer/puppeteer/compare/v10.4.0...v11.0.0)

##### ⚠ BREAKING CHANGES

-   **oop iframes:** integrate OOP iframes with the frame manager ([#&#8203;7556](https://togithub.com/puppeteer/puppeteer/issues/7556))

##### Features

-   improve error message for response.buffer() ([#&#8203;7669](https://togithub.com/puppeteer/puppeteer/issues/7669)) ([03c9ecc](https://togithub.com/puppeteer/puppeteer/commit/03c9ecca400a02684cd60229550dbad1190a5b6e))
-   **oop iframes:** integrate OOP iframes with the frame manager ([#&#8203;7556](https://togithub.com/puppeteer/puppeteer/issues/7556)) ([4d9dc8c](https://togithub.com/puppeteer/puppeteer/commit/4d9dc8c0e613f22d4cdf237e8bd0b0da3c588edb)), closes [#&#8203;2548](https://togithub.com/puppeteer/puppeteer/issues/2548)
-   add custom debugging port option ([#&#8203;4993](https://togithub.com/puppeteer/puppeteer/issues/4993)) ([26145e9](https://togithub.com/puppeteer/puppeteer/commit/26145e9a24af7caed6ece61031f2cafa6abd505f))
-   add initiator to HTTPRequest ([#&#8203;7614](https://togithub.com/puppeteer/puppeteer/issues/7614)) ([a271145](https://togithub.com/puppeteer/puppeteer/commit/a271145b0663ef9de1903dd0eb9fd5366465bed7))
-   allow to customize tmpdir ([#&#8203;7243](https://togithub.com/puppeteer/puppeteer/issues/7243)) ([b1f6e86](https://togithub.com/puppeteer/puppeteer/commit/b1f6e8692b0bc7e8551b2a78169c830cd80a7acb))
-   handle unhandled promise rejections in tests ([#&#8203;7722](https://togithub.com/puppeteer/puppeteer/issues/7722)) ([07febca](https://togithub.com/puppeteer/puppeteer/commit/07febca04b391893cfc872250e4391da142d4fe2))

##### Bug Fixes

-   add support for relative install paths to BrowserFetcher ([#&#8203;7613](https://togithub.com/puppeteer/puppeteer/issues/7613)) ([eebf452](https://togithub.com/puppeteer/puppeteer/commit/eebf452d38b79bb2ea1a1ba84c3d2ea6f2f9f899)), closes [#&#8203;7592](https://togithub.com/puppeteer/puppeteer/issues/7592)
-   add webp to screenshot quality option allow list ([#&#8203;7631](https://togithub.com/puppeteer/puppeteer/issues/7631)) ([b20c2bf](https://togithub.com/puppeteer/puppeteer/commit/b20c2bfa24cbdd4a1b9cefca2e0a9407e442baf5))
-   prevent Target closed errors on streams ([#&#8203;7728](https://togithub.com/puppeteer/puppeteer/issues/7728)) ([5b792de](https://togithub.com/puppeteer/puppeteer/commit/5b792de7a97611441777d1ac99cb95516301d7dc))
-   request an animation frame to fix flaky clickablePoint test ([#&#8203;7587](https://togithub.com/puppeteer/puppeteer/issues/7587)) ([7341d9f](https://togithub.com/puppeteer/puppeteer/commit/7341d9fadd1466a5b2f2bde8631f3b02cf9a7d8a))
-   setup husky properly ([#&#8203;7727](https://togithub.com/puppeteer/puppeteer/issues/7727)) ([8b712e7](https://togithub.com/puppeteer/puppeteer/commit/8b712e7b642b58193437f26d4e104a9e412f388d)), closes [#&#8203;7726](https://togithub.com/puppeteer/puppeteer/issues/7726)
-   updated troubleshooting.md to meet latest dependencies changes ([#&#8203;7656](https://togithub.com/puppeteer/puppeteer/issues/7656)) ([edb0197](https://togithub.com/puppeteer/puppeteer/commit/edb01972b9606d8b05b979a588eda0d622315981))
-   **launcher:** launcher.launch() should pass 'timeout' option [#&#8203;5180](https://togithub.com/puppeteer/puppeteer/issues/5180) ([#&#8203;7596](https://togithub.com/puppeteer/puppeteer/issues/7596)) ([113489d](https://togithub.com/puppeteer/puppeteer/commit/113489d3b58e2907374a4e6e5133bf46630695d1))
-   **page:** fallback to default in exposeFunction when using imported module  ([#&#8203;6365](https://togithub.com/puppeteer/puppeteer/issues/6365)) ([44c9ec6](https://togithub.com/puppeteer/puppeteer/commit/44c9ec67c57dccf3e186c86f14f3a8da9a8eb971))
-   **page:** fix page.off method for request event ([#&#8203;7624](https://togithub.com/puppeteer/puppeteer/issues/7624)) ([d0cb943](https://togithub.com/puppeteer/puppeteer/commit/d0cb9436a302418086f6763e0e58ae3732a20b62)), closes [#&#8203;7572](https://togithub.com/puppeteer/puppeteer/issues/7572)

</details>

---

### Configuration

📅 **Schedule**: "after 9am and before 3pm" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/google-auth-library-nodejs).
  • Loading branch information
renovate-bot committed Nov 3, 2021
1 parent 2b68169 commit b3ba9ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"ncp": "^2.0.0",
"nock": "^13.0.0",
"null-loader": "^4.0.0",
"puppeteer": "^10.0.0",
"puppeteer": "^11.0.0",
"sinon": "^11.0.0",
"tmp": "^0.2.0",
"ts-loader": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/puppeteer/package.json
Expand Up @@ -12,6 +12,6 @@
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^7.0.0",
"puppeteer": "^10.0.0"
"puppeteer": "^11.0.0"
}
}

0 comments on commit b3ba9ac

Please sign in to comment.