-
Notifications
You must be signed in to change notification settings - Fork 1.5k
v1.0.0-rc1 #1457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0.0-rc1 #1457
Conversation
| "grunt-legacy-util": "git://github.com/gruntjs/grunt-legacy-util", | ||
| "grunt-cli": "1.0.0-rc1", | ||
| "grunt-legacy-log": "1.0.0-rc1", | ||
| "grunt-legacy-util": "1.0.0-rc1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shama these are TODO before release. I think that's all left todo
|
Will need to restart the build after #1457 (comment) is done. |
CHANGELOG
Outdated
| -`glob` is upgraded to `~6.0.4` and `minimatch` is upgraded to `~3.0.0`. Results | ||
| are now sorted by default with `grunt.file.expandMapping()`. Pass the | ||
| `nosort: true` option if you don't want the results to be sorted. | ||
| - `lodash` was upgraded to `~3.10.1`. Many changes have occurred. Some of which |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I opened a PR on grunt-legacy-util to bump lodash to v4.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jdalton!
@vladikoff I've bumped and integrated. Will finish up additional testing this evening. The release notes draft has been updated for it.
|
Merging as appveyor mistakenly marked the build as failing even though all the tests passed: https://ci.appveyor.com/project/gruntjs/grunt/build/100/job/x0d1geuqhsalo4up |
Fixes #1430