unional / domture

Create jsdom environment to load NodeJS modules
MIT License
2 stars 0 forks source link

An in-range update of jsdom is breaking the build 🚨 #88

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency jsdom was updated from 12.0.0 to 12.1.0.

🚨 View failing branch.

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

jsdom 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/unional/domture/builds/435157534?utm_source=github_status&utm_medium=notification)).

Commits

The new version differs by 13 commits.

  • b2994f9 Version 12.1.0
  • 2fd2e89 runVMScript's new options argument does not work in browsers
  • c294f50 Add options to the dom.runVMScript method
  • c9c5a05 Add [expected fail] to test output
  • 1bfd7d7 Roll Web Platform Tests
  • dbff7dd Remove dead code
  • 31e23ef Pass through the element to custom resource laoders
  • 96b3787 Fix timing for async scripts
  • c96decf Move from sax to saxes for XML parsing
  • ed11465 Upgrade cssstyle dependency from ^1.0.0 to ^1.1.1
  • 8898b25 Implement fieldset's elements and type properties
  • 6a1722a Fix "input" and "change" events for HTMLInputElement
  • 0cba358 Minor code and README cleanups; note Node.js version requirement

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 5 years ago

After pinning to 12.0.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 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 10 commits.

  • 751c29e Version 12.2.0
  • 8de427a Revert "Remove some unnecessary dependencies"
  • a6a816e Fix formElement.form property
  • 05706e5 Remove some unnecessary dependencies
  • 55322e3 Implement toggleAttribute()
  • 84987d0 Let canvas/canvas-prebuilt require() errors bubble out
  • 899ddae Fix XHR sending empty request body after a preflight request
  • 07d74ac Update dependencies
  • 68bf33d Lint scripts in HTML and JS files during same run
  • 88e72ef Add support for Shadow DOM

See the full diff