Updates the requirements on grunt to permit the latest version.
Changelog
*Sourced from [grunt's changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG).*
> v0.4.5:
> date: 2014-05-12
> changes:
> - Updated rimraf to 2.2.8. Closes gh-1134.
> - Moved grunt.log into separate grunt-legacy-log module.
> - Updated grunt-legacy-util to 0.2.0. Closes gh-971, gh-1129, gh-1118.
> - Added grunt.task.exists method to check if a task exists. Closes gh-1131.
> - Added grunt.config.merge method to deep merge config data. See gh-1039.
> - Fixed symlink issues with 'file.isPathCwd' and 'file.doesPathContain'. Closes gh-1112.
> - Config and util.recurse no longer mangle Buffer instances. See gh-971.
> - Config and util.recurse now enumerate inherited object properties. See gh-1129.
> - Config and util.recurse now throw useful circular reference error. See gh-1118.
> - Warn instead of error when no new tasks found via '.loadTasks' method. Closes gh-1059.
> - Added Windows CI testing. Closes gh-1110.
> - Removed "CONTRIBUTING.md" from .npmignore. Closes gh-1093.
> v0.4.4:
> date: 2014-03-12
> changes:
> - Only signal completion of tasks async if grunt.task.start is invoked with `{asyncDone:true}`.
> v0.4.3:
> date: 2014-03-07
> changes:
> - When devving Grunt, do "npm install && npm uninstall grunt" (isaacs/npm#3958)
> - Grunt is now tested on Node.js 0.11
> - Extracted internal "util" lib to "grunt-legacy-util" lib
> - task.normalizeMultiTaskFiles now flattens nested "files" arrays. Closes gh-1034.
> - Better error in renameTask if task doesn't exist. Closes gh-1058.
> - Update rimraf to latest version. Closes gh-1043.
> - Empty string "ext" should strip extension. Closes gh-1087.
> - Add expandMapping .extDot option. Can be 'first' or 'last' but defaults to 'first'. Closes gh-979.
> - Add default array for util.spawn optional args. Closes gh-1064.
> - util.spawn "grunt" option now uses proper Node, passes Node exec options. Closes gh-980, gh-981, gh-877.
> - Make all tasks asynchronous to reduce call stack. Closes gh-1026.
> - Fix <%= grunt.task.current.target %> in Multitask files. Closes gh-994.
> - Generalize cli tests, see gh-983, gh-991.
> - --debug option can optionally be Boolean. Closes Gh-983, gh-991.
> v0.4.2:
> date: 2013-11-21
> changes:
> - Extract internal "namespace" lib to external "getobject" lib.
> - '"Grunt collections" are now deprecated, use peerDependencies. See "grunt-contrib" 0.8.0 for details.'
> - Fix stdout / stderr issues on Windows. Closes gh-940, gh-921, gh-744, gh-792, gh-644, gh-708.
> - Fix pipe-redirecting on Windows. Closes gh-510.
> - Fixed this.options() in renamed basic tasks. Closes gh-855.
> - Update underscore.string dependency to follow semver. Closes gh-886.
> - Output task options in verbose mode. Closes gh-749.
> - Add file.preserveBOM property. Closes gh-806, gh-937.
> - Test that file methods warn. Closes gh-909.
> - Fixed a few spelling errors in code comments. Closes gh-849.
> - Updated watch, jshint and nodeunit deps. Closes gh-914.
> ... (truncated)
Commits
- [`e6f9cdf`](https://github.com/gruntjs/grunt/commit/e6f9cdfd61e35f8dc81649c544b8645621ab103d) Bumping version to 0.4.5.
- [`b74a35e`](https://github.com/gruntjs/grunt/commit/b74a35e5c771942ed6d486f0dc6eb0636157aed2) Fix invalid YAML in CHANGELOG
- [`2fce8dc`](https://github.com/gruntjs/grunt/commit/2fce8dc3e605341736aae7d291bce089ac2be8a2) Adding CHANGELOG changes for 0.4.5. Closes gh-1138.
- [`057eb1c`](https://github.com/gruntjs/grunt/commit/057eb1c3a7ffdb26b6e2e1a5eb67b262cdd3a71d) Add grunt.config.merge method to deep merge config data. See gh-1039.
- [`155609c`](https://github.com/gruntjs/grunt/commit/155609c39928d530f13d8e4581a27455be995792) Added grunt.task.exists method to check if a task exists. Closes gh-1131.
- [`cb61003`](https://github.com/gruntjs/grunt/commit/cb6100329934e1c56da892fe8d6e8540e47ca042) Test realpath cwd in file.isPathCwd and file.doesPathContain. Closes gh-1112.
- [`e7260f7`](https://github.com/gruntjs/grunt/commit/e7260f722ab6fe5070c54107bee5bdd3e063cc61) Update grunt-legacy-util to 0.2.0. Closes gh-971, gh-1129.
- [`85f4ed0`](https://github.com/gruntjs/grunt/commit/85f4ed08d6c6f05d1a0406f253307f4d8837b189) Update rimraf to 2.2.8. Closes gh-1134.
- [`464cfdd`](https://github.com/gruntjs/grunt/commit/464cfdd9943c6e5d04bceae3985ba35fcc15465c) Temp fix to grunt.file.delete for gh-1134.
- [`66336ff`](https://github.com/gruntjs/grunt/commit/66336ff7a715be26d2484f604c75596e1ef70cb6) Remove "CONTRIBUTING.md" from .npmignore. Closes gh-1093.
- Additional commits viewable in [compare view](https://github.com/gruntjs/grunt/compare/v0.4.1...v0.4.5)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Updates the requirements on grunt to permit the latest version.
Changelog
*Sourced from [grunt's changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG).* > v0.4.5: > date: 2014-05-12 > changes: > - Updated rimraf to 2.2.8. Closes gh-1134. > - Moved grunt.log into separate grunt-legacy-log module. > - Updated grunt-legacy-util to 0.2.0. Closes gh-971, gh-1129, gh-1118. > - Added grunt.task.exists method to check if a task exists. Closes gh-1131. > - Added grunt.config.merge method to deep merge config data. See gh-1039. > - Fixed symlink issues with 'file.isPathCwd' and 'file.doesPathContain'. Closes gh-1112. > - Config and util.recurse no longer mangle Buffer instances. See gh-971. > - Config and util.recurse now enumerate inherited object properties. See gh-1129. > - Config and util.recurse now throw useful circular reference error. See gh-1118. > - Warn instead of error when no new tasks found via '.loadTasks' method. Closes gh-1059. > - Added Windows CI testing. Closes gh-1110. > - Removed "CONTRIBUTING.md" from .npmignore. Closes gh-1093. > v0.4.4: > date: 2014-03-12 > changes: > - Only signal completion of tasks async if grunt.task.start is invoked with `{asyncDone:true}`. > v0.4.3: > date: 2014-03-07 > changes: > - When devving Grunt, do "npm install && npm uninstall grunt" (isaacs/npm#3958) > - Grunt is now tested on Node.js 0.11 > - Extracted internal "util" lib to "grunt-legacy-util" lib > - task.normalizeMultiTaskFiles now flattens nested "files" arrays. Closes gh-1034. > - Better error in renameTask if task doesn't exist. Closes gh-1058. > - Update rimraf to latest version. Closes gh-1043. > - Empty string "ext" should strip extension. Closes gh-1087. > - Add expandMapping .extDot option. Can be 'first' or 'last' but defaults to 'first'. Closes gh-979. > - Add default array for util.spawn optional args. Closes gh-1064. > - util.spawn "grunt" option now uses proper Node, passes Node exec options. Closes gh-980, gh-981, gh-877. > - Make all tasks asynchronous to reduce call stack. Closes gh-1026. > - Fix <%= grunt.task.current.target %> in Multitask files. Closes gh-994. > - Generalize cli tests, see gh-983, gh-991. > - --debug option can optionally be Boolean. Closes Gh-983, gh-991. > v0.4.2: > date: 2013-11-21 > changes: > - Extract internal "namespace" lib to external "getobject" lib. > - '"Grunt collections" are now deprecated, use peerDependencies. See "grunt-contrib" 0.8.0 for details.' > - Fix stdout / stderr issues on Windows. Closes gh-940, gh-921, gh-744, gh-792, gh-644, gh-708. > - Fix pipe-redirecting on Windows. Closes gh-510. > - Fixed this.options() in renamed basic tasks. Closes gh-855. > - Update underscore.string dependency to follow semver. Closes gh-886. > - Output task options in verbose mode. Closes gh-749. > - Add file.preserveBOM property. Closes gh-806, gh-937. > - Test that file methods warn. Closes gh-909. > - Fixed a few spelling errors in code comments. Closes gh-849. > - Updated watch, jshint and nodeunit deps. Closes gh-914. > ... (truncated)Commits
- [`e6f9cdf`](https://github.com/gruntjs/grunt/commit/e6f9cdfd61e35f8dc81649c544b8645621ab103d) Bumping version to 0.4.5. - [`b74a35e`](https://github.com/gruntjs/grunt/commit/b74a35e5c771942ed6d486f0dc6eb0636157aed2) Fix invalid YAML in CHANGELOG - [`2fce8dc`](https://github.com/gruntjs/grunt/commit/2fce8dc3e605341736aae7d291bce089ac2be8a2) Adding CHANGELOG changes for 0.4.5. Closes gh-1138. - [`057eb1c`](https://github.com/gruntjs/grunt/commit/057eb1c3a7ffdb26b6e2e1a5eb67b262cdd3a71d) Add grunt.config.merge method to deep merge config data. See gh-1039. - [`155609c`](https://github.com/gruntjs/grunt/commit/155609c39928d530f13d8e4581a27455be995792) Added grunt.task.exists method to check if a task exists. Closes gh-1131. - [`cb61003`](https://github.com/gruntjs/grunt/commit/cb6100329934e1c56da892fe8d6e8540e47ca042) Test realpath cwd in file.isPathCwd and file.doesPathContain. Closes gh-1112. - [`e7260f7`](https://github.com/gruntjs/grunt/commit/e7260f722ab6fe5070c54107bee5bdd3e063cc61) Update grunt-legacy-util to 0.2.0. Closes gh-971, gh-1129. - [`85f4ed0`](https://github.com/gruntjs/grunt/commit/85f4ed08d6c6f05d1a0406f253307f4d8837b189) Update rimraf to 2.2.8. Closes gh-1134. - [`464cfdd`](https://github.com/gruntjs/grunt/commit/464cfdd9943c6e5d04bceae3985ba35fcc15465c) Temp fix to grunt.file.delete for gh-1134. - [`66336ff`](https://github.com/gruntjs/grunt/commit/66336ff7a715be26d2484f604c75596e1ef70cb6) Remove "CONTRIBUTING.md" from .npmignore. Closes gh-1093. - Additional commits viewable in [compare view](https://github.com/gruntjs/grunt/compare/v0.4.1...v0.4.5)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.