build: update puppeteer to version 1.12.2 #13563
Merged
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:
1.11.0
->1.12.2
Release Notes
GoogleChrome/puppeteer
v1.12.2
Compare Source
Big Changes
API Changes
No API changes.
Bug Fixes
Raw Notes
9a90107
- chore: mark version v1.12.26e1f7dc
- feat(chromium): roll chromium to r624492 (#3909)69c434a
- test(firefox): further unify Puppeteer-Firefox and Puppeteer tests (#3894)47fbb11
- test(firefox): add more Puppeteer-Firefox tests to Puppeteer (#3892)b5e53fd
- test(firefox): add puppeteer-firefox unique evaluation tests (#3891)6bb0350
- test(firefox): introduce vendor-specific specs (#3890)84fe601
- chore(firefox): run Puppeteer-Firefox against Puppeteer tests (#3888)fd67fa7
- test(firefox): run puppeteer-firefox tests in browser contexts (#3887)bd34755
- feat(ppfox): implement browser contexts (#3872)b0e8084
- chore: bump version to v1.12.1-post (#3886)v1.12.1
Compare Source
Big Changes
'd.ts'
file since it's inferior to the @types one.API Changes
No API changes.
Bug Fixes
Raw Notes
a1abd6c
- chore: mark version v1.12.1 (#3885)23b7465
- fix(types): disable shipping our own d.ts file (#3882)718cdf1
- chore: bump version to v1.12.0-post (#3876)v1.12.0
Compare Source
Big Changes
page.setDefaultTimeout(timeout)
allows controlling default timeout for all page operations..d.ts
file for better TypeScript support. (f2c968f
)API Changes
Added:
puppeteer.connect()
now accepts a new option -'browserURL'
(15af75f
)page.on('popup')
(8aaca4e
)page.browserContext()
(c90392b
)page.setDefaultTimeout(timeout)
(a064a63
)consoleMessage.location()
(0c86763
)Changed:
page.setContent(html, options)
now respects default navigation timeout (a064a63
)Bug Fixes
frame.evaluate
freezes / hangs on detached frames.intervention
header when generating request hashRaw Notes
a545059
- chore: mark version v1.12.05cca7c0
- fix(types): don't report events as class members (#3874)3c516f2
- chore: move static constructor to the top (#3873)d89ec00
- fix(ppfox): check directory existance if necessary when running tests (#3871)a2f1e27
- fix: ignore console messages from destroyed execution contexts (#3866)7001042
- fix(launcher): properly disable translate UI (#3863)61bc51c
- fix: update device descriptors (#3862)a064a63
- feat(page): introduce page.setDefaultTimeout (#3854)f2c968f
- chore(types): generate our own d.ts file from api.md (#3744)63d9ac4
- fix(executioncontext): follow up to properly adopt element handles (#3857)55432f8
- fix(page): execute frame.waitFor{Selector,XPath} in secondary world (#3856)2061dd4
- fix(page): teach waitForSelector to returnnull
(#3846)7446550
- docs(api.md): fix typo (#3848)62da236
- chore: introduce //lib/api.js (#3835)cd678fb
- chore(juggler): Roll Firefox to120450a
(#3842)1a79955
- chore(test): prepare tests to be run with Puppeteer-Firefox (#3833)7585e6d
- docs(api.md): expand puppeteer-core explanation (#3830)fb71012
- feat(page): use secondary world to drive clicks (#3828)89a5c39
- refactor: move to flatten protocol (#3827)678b8e8
- fix(page): use secondary DOMWorld to drive page.select() (#3809)c09835f
- feat(chromium): roll Chromium to r624487 (#3817)9fb89e1
- test: Add test for waitForFunction with cross-process navigation (#3826)9fd4b67
- fix(requestinterception): filter out "intervention" header (#3814)c48b574
- docs(juggler/readme.md): more troubleshooting for ff on mac (#3813)8426102
- docs(troubleshooting): fix bundle directions (#3808)a9ad1c3
- docs(juggler/README.md): Add possible solution FF-Build (#3801)f8615c8
- feat(chromium): roll Chromium to r623082 (#3785)4ac00ca
- refactor: split out DOMWorld from Frame (#3780)bea26a7
- chore(testrunner): sort workers numerically when terminating (#3782)489be90
- test: move tracing tests to one-per-browser (#3781)91c4501
- test(coverage): add failing test for skipping all debugger statements (#3779)4e1e2fb
- fix(screenshot): round the clip dimensions (#3778)e574190
- feat(chromium): roll Chromium to r622871 (#3777)04fbbd7
- fix(network): relax request matching heuristic (#3775)e8bb26e
- refactor: split out classes into files (#3773)4e9e3bc
- refactor: consolidate all events in Events.js (#3772)71edfc7
- feat(chromium): roll Chromium to r622472 (#3771)9083c11
- fix(frames): make sure evaluation does not hang in detached iframes (#3770)02ae552
- chore(ci): another sad attempt to fix travis deployment (#3769)2e36b55
- docs(readme): migrate travis.org shield to travis.com (#3767)7daeafc
- chore(ci): yet another attempt to fix travis auto-deployment (#3768)7fabf32
- feat(executioncontext): warn on nested js handle (#3591)d346cb5
- chore: cleanup puppeteer.connect({browserURL}) (#3766)15af75f
- feat(launcher): add browserUrl option to puppeteer.connect (#3558)81cf579
- chore(ci): another attempt to fix travis autopublish (#3759)f933f59
- chore(ci): attempt to fix travis (#3758)96adedf
- fix(screenshots): throw on 0x0 screenshots (#3756)29a2438
- chore(types): Upgrade TypeScript to 3.2.2 (#3754)c44564a
- feat(docs): mention puppeteer@chrome tagged releases (#3528)0505c81
- test: add test for multiline waittask (#3753)f731973
- fix(page): page.waitForFunction should work with multiline strings (#3727)89fc2ad
- fix(page): consoleMessage.location() should work with workers (#3752)0c86763
- feat(page): introduce consoleMessage.location() (#3365)16fc28b
- test: make sure headful browser closes with beforeuload page (#3751)4c48b77
- chore(examples): exclude localhost from proxy bypass list (#3742)82bef70
- docs(troubleshooting.md): Update running on Alpine example (#3708)1899e79
- feat: enable Network Service by default (#3738)c86bc0f
- feat(chromium): roll Chromium to r620317 (#3732)1e66d33
- docs(api.md): better documentation for PUPPETEER_DOWNLOAD_HOST (#3669)3d82465
- fix(page): fix repetitative setContent calls (#3666)8aaca4e
- feat(page): introduce "Popup" event (#3661)c90392b
- feat: introduce page.browserContext() (#3655)4346fa1
- feat(chromium): roll Chromium to r615489 (#3653)0cccc58
- fix: ignore the experimental folder for npm (#3636)2c4198f
- docs(readme): update experimental readmec81f03c
- docs(readme): fix pptrfx readme (#3634)be836be
- docs(pptrfx): update readme (#3633)b874529
- readme(pptr-firefox): adjustments (#3632)45ab3e0
- feat: introduce puppeteer-firefox (#3628)8613e87
- docs(troubleshooting.md): Update troubleshooting.md (#3606)cdaa604
- docs(examples): adding puppetry tool (#3598)68afb3c
- docs(troubleshooting): Update docs about copying file for setuid sandbox (#3608)45c4477
- chore: bump version to v1.11.0-post (#3613)Renovate configuration
📅 Schedule: "after 10pm every weekday,before 4am every weekday,every weekend" in timezone America/Tijuana.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.