Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

chore(deps): update module chromedp/chromedp to v0.5.3 #21

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 23, 2020

This PR contains the following updates:

Package Type Update Change
github.com/chromedp/chromedp require minor v0.1.2 -> v0.5.3

Release Notes

chromedp/chromedp

v0.5.3

Compare Source

Update to latest cdproto dependency, as backward-incompatible name changes were introduced with the latest cdproto-gen variant.

Note: this update could not be delayed any further, as the cdproto-gen changes had been made well over a month ago, but the changes to cdproto were not pushed out. For projects not using Go modules, this will cause a breakage if cdproto and chromedp are not kept in sync.

v0.5.2

Compare Source

  • Discard detached targets properly, which was causing hangs in some sites using iframes
  • Stop discarding EventExceptionThrown events for targets
  • Make ExecAllocator more robust, with bufio.Reader and a timeout
  • Stop erroring about EventDownloadWillBegin events
  • Support a user's explicit remote-debugging-port flag
  • Avoid a few potential concurrency issues in edge cases

v0.5.1

Compare Source

v0.5.0

Compare Source

v0.4.2

Compare Source

Maintenance release. No major changes since v0.4.0 other than Go module dependency updates.

v0.4.1

Compare Source

v0.4.0

Compare Source

  • add WaitNewTarget to grab a tab opened by an existing tab
  • add CombinedOutput to gather the browser's output
  • add ByJSPath to select nodes via a JS expression
  • add Emulate and Device to easily emulate devices
  • mouse actions now use float64 coordinates to improve high-DPI support
  • fix an edge case where FullXPath could return an incorrect path
  • make DefaultExecAllocatorOptions an array, to discourage racy usage
  • give better errors when an unexpected undefined is encountered
  • fix a possible panic if page.Navigate is used directly
  • split Action into many interfaces to organise the docs into sections
  • add a number of examples and improve the documentation

v0.3.1

Compare Source

  • fix a regression when sending large messages to Chrome over websocket
  • increase the timeout when waiting for new pages to appear, for slow devices
  • avoid hanging in Navigate actions if the context is canceled
  • fix a data race if Navigate was used while a navigation was already happening
  • fix a regression where large queries could deadlock the target handler
  • revert back to using one goroutine per selector, to reduce CPU use when idle

v0.3.0

Compare Source

  • allow listening for browser or tab events
  • navigation actions now wait for the frame to load
  • allow using tabs opened by existing tabs
  • fix the screenshot actions to work on high DPIs
  • work with headless-shell containers out of the box

v0.2.0

Compare Source

  • Rewrite API to be context-based
  • Remove all internal timeouts, thanks to contexts
  • Handle all events sequentially, fixing occasional races
  • Redesign the Pool type into an Allocator interface
  • Allow managing multiple tabs per browser
  • Greatly speed up the tests, now taking a few seconds in total

v0.1.3

Compare Source


Renovate configuration

馃搮 Schedule: At any time (no schedule defined).

馃殾 Automerge: Disabled by config. Please merge this manually once you are satisfied.

鈾伙笍 Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

馃敃 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Apr 23, 2020

Codecov Report

Merging #21 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #21   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines         1107      1107           
=========================================
  Hits          1107      1107           

Continue to review full report at Codecov.

Legend - Click here to learn more
螖 = absolute <relative> (impact), 酶 = not affected, ? = missing data
Powered by Codecov. Last update a7dc723...fdc6448. Read the comment docs.

@renovate renovate bot force-pushed the renovate/github.com-chromedp-chromedp-0.x branch from 9fdc070 to 9b54b33 Compare April 23, 2020 18:26
@renovate renovate bot force-pushed the renovate/github.com-chromedp-chromedp-0.x branch 2 times, most recently from 9fad884 to 05899da Compare May 1, 2020 16:31
@renovate renovate bot force-pushed the renovate/github.com-chromedp-chromedp-0.x branch from 05899da to fdc6448 Compare May 1, 2020 16:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant