-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency puppeteer to v2 #1526
Merged
fhinkel
merged 3 commits into
GoogleCloudPlatform:master
from
renovate-bot:renovate/puppeteer-2.x
Oct 28, 2019
Merged
Update dependency puppeteer to v2 #1526
fhinkel
merged 3 commits into
GoogleCloudPlatform:master
from
renovate-bot:renovate/puppeteer-2.x
Oct 28, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trusted-contributions-gcf
bot
added
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Oct 24, 2019
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Oct 24, 2019
kokoro-team
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Oct 24, 2019
fhinkel
approved these changes
Oct 25, 2019
PR has been edited👷 This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems. If you wish to abandon your changes and have Renovate start over you may click the "rebase" checkbox in the PR body/description. |
kokoro-team
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Oct 25, 2019
Closed
kokoro-team
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Oct 28, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
->^2.0.0
Release Notes
GoogleChrome/puppeteer
v2.0.0
Compare Source
Big changes
page.screenshot
now clips elements to the viewport (#5080)page.emulateTimezone(timezoneId)
page.emulateMediaType(type)
(superseding the oldpage.emulateMedia(type)
API)page.emulateMediaFeatures(features)
API changes
page.emulateTimezone(timezoneId)
(#4949)page.emulateMediaType(type)
(#5012)page.emulateMedia(type)
is now obsolete. Usepage.emulateMediaType(type)
instead. (#5012)page.emulateMediaFeatures(features)
(#5012)Raw notes
aa24697
- chore: mark version v2.0.0 (#5078)360c1b4
- test: add page.screenshot viewport clipping test (#5079)7f3e372
- docs(api): improve page.waitFor docs for theoptions
object (#5021)8132b39
- test: remove duplicate code from an example (#5072)1248a19
- feat(api): addpage.emulateTimezone(timezoneId)
(#4949)a86363f
- feat(api): addpage.emulateMedia{Type,Features}
(#5012)06dbb72
- chore: use map instead of plain object (#5068)81d2600
- feat(chromium): roll Chromium to r705776 (#5058)3773229
- fix: avoid unnecessary zero-delays in input code (#4934)11ff374
- chore: drop Node.js v6 support (#5045)c0ba8f9
- docs(troubleshooting): update Alpine Chromium versions (#4980)2506169
- docs(contributing): mention manual docs/api updates (#5023)83c327a
- docs(readme): correct Slack link4c62e09
- fix(comment): fix typo in Launcher.js (#4959)7dbb108
- docs(api): list Chromium version for Puppeteer v1.20.0 (#5015)5b34028
- chore: bump https-proxy-agent to mitigate a security issue (#5016)dc57d03
- docs(api): clarifytype
method examples (#5010)fff2737
- doc(contributing): clarify release instructions (#4940)387a532
- chore: bump version to v1.20.0-post (#4939)Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR is stale, 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.