Skip to content
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

Bump puppeteer from 0.13.0 to 1.4.0 #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps puppeteer from 0.13.0 to 1.4.0.

Release notes

Sourced from puppeteer's releases.

v1.4.0

Big Changes

  • Chromium 68.0.3419.0 (r555668)

API changes

Added

Changed

  • page.close (a310d57d) now accepts the option runBeforeUnload.

Bug Fixes

  • #1860 - Docs missing for page.waitForNavigation()
  • #1879 - Navigation Timeout Exceeded when page returns a 204 code or contains iframe returning 204
  • #1923 - API link should point to the latest stable version
  • #1939 - Uncaught browser console error message
  • #2275 - Add .browser() methods to page class~
  • #2386 - onbeforeunload not called when page.close() called
  • #2394 - NSP is reporting vulnerabilities with the dependancies debug and mime.
  • #2411 - Page.goto returns null for some URLs since version 1.3.0
  • #2448 - DeviceDescriptors: add pixel2/pixel2 xl
  • #2502 - Page.evaluate should bypass user gestures

Raw notes

88b9968 - feat(ElementHandle): introduce elementHandle.$eval (#2407)
1d225cf - fix: allow user gesture restricted code to be run in page.evaluate (#2503)
1db4986 - feat(Chromium): roll Chromium to r555668 (#2495)
a310d57 - feat(Page): add option to run 'beforeunload' when closing the page (#2478)
3760188 - feat(Chromium): roll Chromium to r554716 (#2477)
afee010 - docs(README): add a debugging section (#2467)
e236887 - feat(Page): report 'Log' domain entries as 'console' events (#2400)
58c4668 - fix(Page): fix page.goto to return Response when page pushes new state (#2468)
a2a9100 - docs(examples): add a link for jest-puppeteer (#2466)
eb1826b - feat(DeviceDescriptors): add pixel2/pixel2 xl (#2464)
f797f8c - docs(api.md): add explanation to page.waitForNavigation (#2354)
eded38c - test: verify file url interception works as expected (#2451)
8a62b10 - chore: testrunner's ".not" should print appropriate message (#2459)
9ae64f2 - docs(troubleshooting): newest Chromium package supported on Alpine (#2453)
b96815a - test: verify Page.goto fails when server returns 204 (#2452)
d9bb7ee - chore: add a bunch of non-needed files to .npmignore (#2450)
0820d48 - chore: link to the latest-released API from the README.md (#2449)
13a4149 - chore(doclint): remove SourceFactory (#2447)
6d19db4 - chore: enhance preprocessor commands to automate releases. (#2446)
8fce319 - fix(Launcher): exit the process after killing chrome on SIGINT (#2428)
84d7b49 - feat(Chromium): roll Chromium to r553380 (#2442)
e9dc3ae - test(server): Fix mismatch between args and annotations (#2426)

... (truncated)
Commits
  • 808bf8e chore: mark version v1.4.0 (#2517)
  • 88b9968 feat(ElementHandle): introduce elementHandle.$eval (#2407)
  • 1d225cf fix: allow user gesture restricted code to be run in page.evaluate (#2503)
  • 1db4986 feat(Chromium): roll Chromium to r555668 (#2495)
  • a310d57 feat(Page): add option to run 'beforeunload' when closing the page (#2478)
  • 3760188 feat(Chromium): roll Chromium to r554716 (#2477)
  • afee010 docs(README): add a debugging section (#2467)
  • e236887 feat(Page): report 'Log' domain entries as 'console' events (#2400)
  • 58c4668 fix(Page): fix page.goto to return Response when page pushes new state (#2468)
  • a2a9100 docs(examples): add a link for jest-puppeteer (#2466)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot ignore this [minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use [this|these] label[s] will set the current labels as the default for future PRs for this repo and language

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant