Update jsdom in group plugins to the latest version � (#753)
Summary: ## The devDependency [jsdom](https://github.com/jsdom/jsdom) was updated from `15.2.1` to `16.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- **Publisher:** [domenic](https://www.npmjs.com/~domenic) **License:** MIT <details> <summary>Release Notes for Version 16.0.1</summary> <ul> <li>Fixed Node v10 and v11 support when <code>runScripts</code> was set.</li> <li>Fixed the behavior when changing an <code><input></code>'s <code>type=""</code> attribute.</li> <li>Fixed input validation behavior for <code><input type="range"></code> when <code>max=""</code> is less than <code>min=""</code>.</li> </ul> </details> <details> <summary>Commits</summary> <p>The new version differs by 52 commits.</p> <ul> <li><a href="afc85c80df"><code>afc85c8</code></a> <code>Version 16.0.1</code></li> <li><a href="6472db466a"><code>6472db4</code></a> <code>Fix Node v10 and Node v11 support</code></li> <li><a href="16c9856649"><code>16c9856</code></a> <code>Improved "expected fail" messages for web platform tests</code></li> <li><a href="e2dbad8183"><code>e2dbad8</code></a> <code>Add support for reverse range validation</code></li> <li><a href="94b40d3ebf"><code>94b40d3</code></a> <code>Implement type state switch logic</code></li> <li><a href="c292572cd7"><code>c292572</code></a> <code>Add comment about radio button activation muddiness</code></li> <li><a href="52109d5b23"><code>52109d5</code></a> <code>Clean up typeMismatch constraint validation</code></li> <li><a href="4a374e5b99"><code>4a374e5</code></a> <code>Clean up _defaultStepBase in </code></li> <li><a href="92e9adbf41"><code>92e9adb</code></a> <code>Consistently use ._value for constraint validation</code></li> <li><a href="11664cabd4"><code>11664ca</code></a> <code>More consistent applicability checking for attributes</code></li> <li><a href="b097c0a000"><code>b097c0a</code></a> <code>Roll Web Platform Tests</code></li> <li><a href="d240291edb"><code>d240291</code></a> <code>Remove unnecessary dependencies</code></li> <li><a href="902b69e15a"><code>902b69e</code></a> <code>Version 16.0.0</code></li> <li><a href="020539ed3f"><code>020539e</code></a> <code>Remove document.origin and add window.origin</code></li> <li><a href="678141f58e"><code>678141f</code></a> <code>Use mutability as a measure for valueMissing constraint</code></li> </ul> <p>There are 52 commits in total.</p> <p>See the <a href="c3f0f2756b...afc85c80df">full diff</a></p> </details> --- <details> <summary>FAQ and help</summary> 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). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴 Pull Request resolved: https://github.com/facebook/flipper/pull/753 Reviewed By: nikoant Differential Revision: D19469099 Pulled By: passy fbshipit-source-id: 78de63ebb15843b27818dcbcbbe78ce5d5964ae9
This commit is contained in:
committed by
Facebook Github Bot
parent
161ba23bae
commit
fd83a751c7
@@ -55,7 +55,7 @@
|
||||
"main": "d3.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jsdom": "^15.1.1",
|
||||
"jsdom": "^16.0.1",
|
||||
"seedrandom": "^3.0.5",
|
||||
"smash": "0.0",
|
||||
"uglify-js": "^3.7.5",
|
||||
|
||||
Reference in New Issue
Block a user