ForbesLindesay / taxi-rank

A JSDom based Selenium Webdriver API
MIT License
346 stars 12 forks source link

An in-range update of whatwg-url is breaking the build 🚨 #28

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 6.4.0 of whatwg-url was just published.

Branch Build failing 🚨
Dependency whatwg-url
Current Version 6.3.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

whatwg-url is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details - ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/ForbesLindesay/taxi-rank/builds/312117209?utm_source=github_status&utm_medium=notification)

Release Notes 6.4.0

Changed percent-escaping rules in the query portion of URLs, per whatwg/url@7a3c69f.

Commits

The new version differs by 2 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

After pinning to 6.3.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 6 years ago

Version 6.4.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 6.4.1

Fixed the href setter to update the searchParams of a URL instance. (@TimothyGu, #114)

Commits

The new version differs by 5 commits.

  • cb9f0dd 6.4.1
  • 60e2e72 Enable more WPTs
  • 5a658b5 Update searchParams in href setter
  • 29dce55 Update dependencies and fix lint errors
  • ea4fbd6 Fix link to serialization of an origin in README

See the full diff

greenkeeper[bot] commented 6 years ago

Version 6.5.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes 6.5.0

Percent-encoded ' characters in the query portion of URLs with special schemes, per whatwg/url@6ef17eb.

Commits

The new version differs by 9 commits.

  • 4a073d8 v6.5.0
  • 1c50c08 Spec update: percent-encode ' in queries of special URLs
  • 754ff5f Spec update: align with editorial changes to specialness
  • 48842e5 Update tests for new way of testing bad base URLs
  • 1d5b571 Live viewer: color empty string mismatches as red, not gray
  • 7d1602f Live viewer: make non-strings italic
  • d27a8b7 Live viewer: update fields if the hash changes
  • 8b1ef99 Add live URL viewer on GitHub pages
  • fa96371 Roll to latest web platform tests

See the full diff