grafana / k6

A modern load testing tool, using Go and JavaScript - https://k6.io
GNU Affero General Public License v3.0
25.84k stars 1.27k forks source link

Update goquery and add new Single method to `k6/html` #2161

Open mstoykov opened 3 years ago

mstoykov commented 3 years ago

https://github.com/PuerkitoBio/goquery/commit/0126a1fd88fe40e3de18dd677e094b46e23d0cb9 added a new method to optimize getting only the first (single) element from a matcher which might be useful for users as well.

na-- commented 3 years ago

From what I can see, this update wasn't a breaking change, right? So it's not a blocker for us actually updating the dependency, we can add support for it later, if we decide?