This repository was archived by the owner on Nov 15, 2024. It is now read-only.
Update dependency puppeteer to v13 - autoclosed #23
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.0
->^13.0.0
Release Notes
puppeteer/puppeteer
v13.6.0
Compare Source
Features
Bug Fixes
13.5.2 (2022-03-31)
Bug Fixes
13.5.1 (2022-03-09)
Bug Fixes
v13.5.2
Compare Source
v13.5.1
Compare Source
v13.5.0
Compare Source
Features
Bug Fixes
13.4.1 (2022-03-01)
Bug Fixes
v13.4.1
Compare Source
v13.4.0
Compare Source
Features
Frame._client
through getter (#8041) (e9278fc)Bug Fixes
13.3.2 (2022-02-14)
Bug Fixes
13.3.1 (2022-02-10)
Bug Fixes
v13.3.2
Compare Source
v13.3.1
Compare Source
v13.3.0
Compare Source
Features
v13.2.0
Compare Source
Features
Bug Fixes
13.1.3 (2022-01-31)
Bug Fixes
13.1.2 (2022-01-25)
Bug Fixes
13.1.1 (2022-01-18)
Bug Fixes
v13.1.3
Compare Source
v13.1.2
Compare Source
v13.1.1
Compare Source
v13.1.0
Compare Source
Features
Bug Fixes
13.0.1 (2021-12-22)
Bug Fixes
v13.0.1
Compare Source
v13.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
12.0.1 (2021-11-29)
Bug Fixes
v12.0.1
Compare Source
v12.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
headless
whendevtools
is true (#7748) (9f9b4ed)v11.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
v10.4.0
Compare Source
Features
Page.waitForNetworkIdle()
(#5140) (3c6029c)Bug Fixes
v10.2.0
Compare Source
Features
page.isDragInterceptionEnabled
a method (#7419) (dd470c7), closes #7150Bug Fixes
v10.1.0
Compare Source
Features
Bug Fixes
v10.0.0
Compare Source
⚠ BREAKING CHANGES
Features
waitForInitialPage
(#7105) (2605309), closes #3630Bug Fixes
added comments for browsercontext, startCSSCoverage, and startJSCoverage. (#7264) (b750397)
modified comment for method product, platform and newPage (#7262) (159d283)
requestinterception: fix font loading issue (#7060) (c9978d2), closes /github.com/puppeteer/puppeteer/pull/6996#issuecomment-811546501 /github.com/puppeteer/puppeteer/pull/6996#issuecomment-813797393 #7038
drop support for Node.js 10 (#7200) (97c9fe2), closes #6753
9.1.1 (2021-05-05)
Bug Fixes
v9.1.1
Compare Source
v9.1.0
Compare Source
Features
Bug Fixes
v9.0.0
Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
$
and$$
selectors generic (#6883) (b349c91)v8.0.0
Compare Source
⚠ BREAKING CHANGES
ChromeArgOptions
toBrowserLaunchArgumentOptions
BrowserOptions
toBrowserConnectOptions
Features
Bug Fixes
Viewport
type (#6881) (be7c229)v7.1.0
Compare Source
Features
Bug Fixes
ScreenshotOptions
type in type defs (#6869) (63d48b2), closes #68667.0.4 (2021-02-09)
Bug Fixes
7.0.3 (2021-02-09)
Bug Fixes
7.0.2 (2021-02-09)
Bug Fixes
7.0.1 (2021-02-04)
Bug Fixes
v7.0.4
Compare Source
v7.0.3
Compare Source
v7.0.2
Compare Source
v7.0.1
Compare Source
v7.0.0
Compare Source
⚠ BREAKING CHANGES
page.screenshot
makes a screenshot with the clip dimensions, not cutting it by the ViewPort size.page.screenshot
cuts screenshot content by the ViewPort size, not ViewPort position.Features
captureBeyondViewport
inPage.captureScreenshot
(#6805) (401d84e)v6.0.0
Compare Source
⚠ BREAKING CHANGES
aria/
selector query handler doesn’t return ignored elements anymore.Features
Bug Fixes
ERR_INVALID_PROTOCOL
(#6555) (3bf5a55)v5.5.0
Compare Source
Features
Bug Fixes
_isClosedPromise
(#6579) (122f074)v5.4.1
Compare Source
Bug fixes
fs.promises
would throw an error. See #6548 for the bug report and #6550 for the fix. We now run a CI build on Node 10.15 to ensure we don't cause similar regressions in the future.Raw notes
520cd90
- chore: mark version 5.4.18f4a79e
- docs(troubleshooting): update Alpine Chromium version (#6529)e45acce
- chore: run unit tests on node 10.15 + fix fs.promises access (#6550)a2175c6
- docs(queryhandler): fix link (#6543)d787865
- chore: bump version to v5.4.0-post (#6544)v5.4.0
Compare Source
Feature changes
Custom query handler API
The custom query handler support is no longer marked as experimental. The API has been updated to:
New built-in query handlers
Puppeteer now ships with two built-in handlers:
aria
andpierce
:aria
handler (https://github.com/puppeteer/puppeteer/issues/6307) allows querying elements based on the accessibility tree.pierce
handler (https://github.com/puppeteer/puppeteer/pull/6509) pierces shadow roots while querying for a CSS selector.Roll Chromium 87.0.4272.0 (r809590)
Behind the scenes
Raw notes
5e5fed1
- fix: ignore spurious bindingCalled events (#6538)e6b8c77
- chore: fix travis config (#6537)c756fb4
- fix(utils): typo fix (#6522)f63a123
- chore(agnostification): agnostify web socket connections (#6520)c2c2bb7
- chore(agnostification): common/helper.ts ([#6515](https://togithub.com/puppeteer/Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.