Update puppeteer to the latest version 🚀 #1078
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.
The devDependency puppeteer was updated from
1.15.0
to1.16.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v1.16.0
Big Changes
API changes
Added
browser.isConnected()
(511dcf9)target.worker()
(1516e0d)Changed
accessibility.snapshot
now accepts a newroot
option (a3cb163)Bug Fixes
Raw notes
a3cb163 - feat:
root
option in page.accessibility.snapshot() (#4318)b3027a6 - test(page): make sure exposeFunction works with complex args (#4411)
5f66d82 - docs(readme): Document debugging with node --inspect-brk (#4345)
a0b54f0 - docs(troubleshooting.md): Pin Alpine Chromium version (#4359)
1516e0d - feat(workers): create workers from service workers and shared workers (#4397)
ef24c69 - fix(tracing): start without options (#4388)
9a2fb2a - docs(troubleshooting.md): Update CentOS documentation (#4398)
de18c0e - docs(firefox): Adding bug reference & prototype clarification to juggler (#4402)
511dcf9 - feat(browser): Add browser.isConnected() (#4403)
13f73b5 - feat(chromium): roll Chromium to r656675 (#4389)
1de9906 - test: add cookie tests (#4365)
27c9f75 - fix(page): teach page.setContent to work with tricky content (#4366)
e2e6b88 - feat(chromium): roll Chromium to r654752 (#4358)
f3db28c - test: add failing test for request interception with sync XHRs (#4350)
d64f700 - fix(docs): screen readers aren't the only kind of assistive technology (#4349)
1e29e5b - chore: bump version to v1.15.0-post (#4347)
Commits
The new version differs by 17 commits.
9f2635c
chore: mark version v1.16.0 (#4421)
a3cb163
feat:
root
option in page.accessibility.snapshot() (#4318)b3027a6
test(page): make sure exposeFunction works with complex args (#4411)
5f66d82
docs(readme): Document debugging with node --inspect-brk (#4345)
a0b54f0
docs(troubleshooting.md): Pin Alpine Chromium version (#4359)
1516e0d
feat(workers): create workers from service workers and shared workers (#4397)
ef24c69
fix(tracing): start without options (#4388)
9a2fb2a
docs(troubleshooting.md): Update CentOS documentation (#4398)
de18c0e
docs(firefox): Adding bug reference & prototype clarification to juggler (#4402)
511dcf9
feat(browser): Add browser.isConnected() (#4403)
13f73b5
feat(chromium): roll Chromium to r656675 (#4389)
1de9906
test: add cookie tests (#4365)
27c9f75
fix(page): teach page.setContent to work with tricky content (#4366)
e2e6b88
feat(chromium): roll Chromium to r654752 (#4358)
f3db28c
test: add failing test for request interception with sync XHRs (#4350)
There are 17 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴