redux-fetch
redux-fetch copied to clipboard
Update jsdom to the latest version π
The devDependency 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 License: MIT
Release Notes for Version 16.0.1
- Fixed Node v10 and v11 support when
runScriptswas set. - Fixed the behavior when changing an
<input>'stype=""attribute. - Fixed input validation behavior for
<input type="range">whenmax=""is less thanmin="".
Commits
The new version differs by 52 commits.
afc85c8Version 16.0.16472db4Fix Node v10 and Node v11 support16c9856Improved "expected fail" messages for web platform testse2dbad8Add support for reverse range validation94b40d3Implement type state switch logicc292572Add comment about radio button activation muddiness52109d5Clean up typeMismatch constraint validation4a374e5Clean up _defaultStepBase in92e9adbConsistently use ._value for constraint validation11664caMore consistent applicability checking for attributesb097c0aRoll Web Platform Testsd240291Remove unnecessary dependencies902b69eVersion 16.0.0020539eRemove document.origin and add window.origin678141fUse mutability as a measure for valueMissing constraint
There are 52 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 :palm_tree:
- The
devDependencyjsdom was updated from15.2.1to16.1.0.
Update to this version instead π
Release Notes for Version 16.1.0
- Added
console.timeLog(). - Changed
Attrto extendNode, to align with specifications. (ExE-Boss) - Changed
<noscript>children to be parsed as nodes, instead of as text, whenrunScriptsis left as the default ofundefined. (ACHP) - Upgraded
cssstyleto v2.1.0, which brings along fixes to handling ofrgba()andhsl()colors. (kraynel) - Fixed some selection-related issues when manipulating the value of
<input>s and<textarea>s. (Matthew-Goldberg) - Fixed various issues with
setTimeout(),setInterval(), andrequestAnimationFrame(), particularly around window closing and recursive calls.
Commits
The new version differs by 12 commits.
b4b5a54Version 16.1.07597537Remove ._parsedValueac497bbRefactor step handling ina4c6144Use null as "error" value for parseFloatingPointNumberad43220Add console.timeLog()50101edReplace alias with my actual name as contributor/maintainer1ebb1fcRe-do animation frame and timer callbacks7581dbaParse noscript children as nodes when runScripts is not "dangerously"b8c7bb5Make Attr extend Nodefbc4666Bump cssstyle to fix rgba() and hsl() color handling27b7074Fix some selection-related issues in input and textarea6928d6dRemove mutates-globals test reason (#2807)
See the full diff