Update dependency puppeteer to ~1.9.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
puppeteer | dependencies | minor | ~1.9.0 | source | |
@types/puppeteer | devDependencies | minor | 1.9.0 | source |
Release Notes
GoogleChrome/puppeteer
v1.9.0
Big Changes
- Chromium 71.0.3563.0 (r594312)
- Debugging: Puppeteer errors now have async stack traces
- Puppeteer now can be bundled with Browserify.
- It's now possible to navigate frames using
frame.goto
andframe.waitForNavigation
API Changes
Added:
-
browser.target()
(4e48dfc
) -
frame.goto(url, options)
(5acf953
) -
frame.waitForNavigation(options)
(5acf953
) -
response.frame()
(5acf953
)
Bug Fixes
- #2374 - feat(browser): Run puppeteer in browser (POC)
- #2377 - Certificates error using puppeteer
- #2721 - page.goto doesn't clear internal timeout when the browser is closed
- #2888 - Cannot read property '_bodyLoadedPromiseFulfill' of null
- #2918 - Support waitForNavigation for frames
- #3104 - Full page screenshot fails when defaultViewport is null
- #3109 - Is it clear what <...Type> means in the docs?
- #3204 - docs: mention require('puppeteer-core')
- #3221 - As for puppeteer to emulate the movement of the mouse while pressing?
- #3232 - Add documentation and examples for iframe API.
-
#3234 - Black render with
omitBackground: true
- #3340 - Does --filter=SomeTest do anything when running npm run unit
Raw Notes
4abf7d1
- docs(bundling): add docs about bundling for web (#3348)
8becb31
- test: add failing test for page.select (#3346)
5ebfe1a
- docs(contributing): remove the --filter note (#3342)
cd54ce3
- fix(types): upgrade node types to 8.10.34 (#3341)
c9657f8
- docs(api.md): minor grammar and consistency fixes (#3320)
c237947
- chore(types): upgrade to TypeScript 3.1.1 (#3331)
842fee8
- fix(page): full page screenshot when defaultViewport is null (#3306)
e75e36b
- feat(chromium): roll Chromium to r594312 (#3310)
85aca8e
- chore(testserver): prepare test server (#3294)
9c89090
- chore(testrunner): fix readme description (#3293)
12e317c
- chore: add .npmignore for testrunner (#3290)
5b3ddf5
- chore(testrunner): bump version to v0.5.0-post (#3291)
907d9be
- chore: prepare testrunner to be published to npm (#3289)
4e48dfc
- feat(launcher): add experimental "transport" option to pptr.connect (#3265)
5acf953
- feat(frame): introduce Frame.goto and Frame.waitForNavigation (#3276)
ad49f79
- docs(api.md): Fix description of SecurityDetails class (#3277)
0b9d8a6
- feat: async stacks for all "async" public methods (#3262)
9223bca
- refactor: move navigation management to FrameManager (#3266)
27477a1
- docs(api.md): Fix typo (#3273)
b97bddf
- refactor: unify response tracking in page.goto and waitForNavigation (#3258)
a1a211d
- chore: nicer stack highlight (#3259)
a4abb4a
- feat(chromium): Roll Chromium to r591618 (#3263)
7f00860
- fix(browserfetcher): Fix windows fetching (#3256)
f5d388a
- docs(api.md): add example for Mouse class (#3244)
d547b9d
- fix(browser): browser closing/disconnecting should abort navigations (#3245)
f0beabd
- chore: drop DEBUG for public API calls (#3246)
d929f7e
- fix: set JPG background to white when omitBackground option is used (#3240)
6ec3ce6
- chore: make sure Puppeteer bundling works (#3239)
f49687f
- docs(api.md): add frame example (#3237)
a582acd
- feat(chromium): roll Chromium to r590951 (#3236)
7ec0801
- fix: expect Network.responseReceived event is never dispatched (#3233)
c644a3b
- test: make sure zero-width screenshots don't hang (#3214)
9c4b6d0
- refactor: use browser-compliant interface of 'ws' (#3218)
56b3bd8
- docs(readme.md): Added yarn guide also to puppeteer-core (#3227)
6581ee9
- docs: add ndb
as a debugging tip (#3195)
1b2c811
- refactor: move Connection to use ConnectionTransport (#3217)
c967aeb
- docs(api.md): add an include statement for puppeteer-core (#3213)
c5511ec
- docs(api.md): Clarify how to call page.setCookie (#3215)
78e9d5c
- chore: bump version to v1.8.0-post (#3212)
Renovate configuration
rebase!
".
This PR has been generated by Renovate Bot. View repository job log here.