See:
https://github.com/lodash/lodash/wiki/Changelog#v300
https://github.com/lodash/lodash/wiki/Changelog#v400
The specific failures relate to the removed:
data parameter for _.template
_.contains which is replaced by _.includes
Just to clarify, we're talking about grunt.util._, which is affected by a Grunt upgrade, I've been testing with Grunt v1.0.0 which uses Lodash v4.3.0
I'll be submitting a PR shortly.
See:
https://github.com/lodash/lodash/wiki/Changelog#v300
https://github.com/lodash/lodash/wiki/Changelog#v400
The specific failures relate to the removed:
dataparameter for_.template_.containswhich is replaced by_.includesJust to clarify, we're talking about
grunt.util._, which is affected by a Grunt upgrade, I've been testing with Grunt v1.0.0 which uses Lodash v4.3.0I'll be submitting a PR shortly.