The devDependency jsdom was updated from 15.1.1 to 15.2.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 devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ continuous-integration/travis-ci/push: The Travis CI build failed (Details).
Release Notes for Version 15.2.0
- Added basic style inheritance in
getComputedStyle() for the 'visibility' property. This sets the foundation for further work on inheritance, cascading, and specificity. (eps1lon)
- Added
shadowRoot.activeElement.
- Added
readystatechange events during document loading.
- Added a stub for
form.requestSubmit(), to match our existing stub for form.submit().
- Changed
el.tabIndex's default value, when no tabindex="" attribute was set, to reflect the updated specification.
- Changed the exception thrown by
el.attachShadow() on something that's already a shadow host, to reflect the updated specification.
- Fixed the validation logic for
<input type="range">.
- Fixed
selectEl.value when no <option> is selected to return the empty string, instead of the value of the first option. (tgohn)
- Fixed various correctness issues with
new FormData(formElement). (brendo)
- Fixed error messages when parsing XML to include the filename, instead of using
"undefined". (papandreou)
- Fixed the logic for reflected properties to not be affected by overwriting of
el.getAttributeNS() or el.setAttributeNS().
- Set
canvas as an optional peerDependency, which apparently helps with Yarn PnP support.
Commits
The new version differs by 20 commits.
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The devDependency jsdom was updated from
15.1.1to15.2.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 devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
Release Notes for Version 15.2.0
getComputedStyle()for the'visibility'property. This sets the foundation for further work on inheritance, cascading, and specificity. (eps1lon)shadowRoot.activeElement.readystatechangeevents during document loading.form.requestSubmit(), to match our existing stub forform.submit().el.tabIndex's default value, when notabindex=""attribute was set, to reflect the updated specification.el.attachShadow()on something that's already a shadow host, to reflect the updated specification.<input type="range">.selectEl.valuewhen no<option>is selected to return the empty string, instead of the value of the first option. (tgohn)new FormData(formElement). (brendo)"undefined". (papandreou)el.getAttributeNS()orel.setAttributeNS().canvasas an optionalpeerDependency, which apparently helps with Yarn PnP support.Commits
The new version differs by 20 commits.
b4bb1c5Version 15.2.00b7dba8Update dev dependenciesa4bcb12Add inheritance for getComputedStyle() and visibility974ee53Add test for querySelector with *= and ie3744f5Update Travis setupf4706fcUpdate dependencies0a759f1Roll Web Platform Tests0fd21bbFix DOMException type for attachShadow2c53a87Poll for WebSockets server in WPTsf298acdUpdate logic to use allowed value stepbcb520bCreate stub for form.requestSubmit6b89146Fix default value for tabIndex IDL attribute0f09068Implement DocumentOrShadowRootabe6a89Fire readystatechange on the document699ed6bFix 's value getter when selectedIndex is -1There are 20 commits in total.See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴