Updates the requirements on grunt to permit the latest version.
Changelog
*Sourced from [grunt's changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG).*
> v1.0.3
> date: 2018-06-03
> changes:
> - Drop support for Node 0.10 and 0.12.
> - Dependency updates: rimraf, grunt-legacy-log, grunt-legacy-util.
> - Fix race condition with file.mkdir.
> v1.0.2
> date: 2018-02-07
> changes:
> - Fix for readYAML error messages.
> - Remove deprecation warning for coffeescript. Pull [#1621](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1621).
> v1.0.1
> date: 2016-04-05
> changes:
> - minor fix for npm issues when installing grunt and grunt-cli at the same time. Pull [#1500](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1500).
> v1.0.0
> date: 2016-04-04
> changes:
> - full list of changes is on http://gruntjs.com, please also see changes from 1.0.0-rc1.
> - if you have a Grunt plugin that includes `grunt` in the `peerDependencies`,
> we recommend tagging with `"grunt": "">= 0.4.0"` and publishing a new version on npm.
> - Prevent async callback from being called multiple times. Pull [#1464](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1464).
> - Update copyright to jQuery Foundation and remove redundant headers. Fixes [#1478](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1478).
> - Update glob to 7.0.x. Fixes [#1467](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1467).
> - Removing duplicate BOM strip code. Pull [#1482](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1482).
> - Update legacy log and util to 1.0.0.
> - Update to latest cli ~1.2.0.
> - Use grunt-known-options for shared options between Grunt and grunt-cli.
> v1.0.0-rc1
> date: 2016-02-11
> changes:
> - full list of changes is on http://gruntjs.com
> - if you have a Grunt plugin that includes `grunt` in the `peerDependencies`,
> we recommend tagging with `"grunt": "">= 0.4.0"`
> - `coffee-script` is upgraded to `~1.10.0` which could incur breaking changes
> when using the language with plugins and Gruntfiles.
> - `nopt` is upgraded to `~3.0.6` which has fixed many issues, including passing
> multiple arguments and dealing with numbers as options. Be aware previously
> `--foo bar` used to pass the value `'bar'` to the option `foo`. It will now
> set the option `foo` to `true` and run the task `bar`.
> -`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 `~4.3.0`. Many changes have occurred. Some of which
> that directly effect Grunt are `grunt.util._.template()` returns a compile
> function and `grunt.util._.flatten` no longer flattens deeply.
> `grunt.util._` is deprecated and we highly encourage you to
> `npm install lodash` and `var _ = require('lodash')` to use `lodash`.
> Please see the lodash changelog for a full list of changes: https://github.com/lodash/lodash/wiki/Changelog
> - `iconv-lite` is upgraded to `~0.4.13` and strips the BOM by default.
> ... (truncated)
Commits
- See full diff in [compare view](https://github.com/gruntjs/grunt/commits/v1.0.3)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 cancel merge` will cancel a previously requested merge
- `@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).* > v1.0.3 > date: 2018-06-03 > changes: > - Drop support for Node 0.10 and 0.12. > - Dependency updates: rimraf, grunt-legacy-log, grunt-legacy-util. > - Fix race condition with file.mkdir. > v1.0.2 > date: 2018-02-07 > changes: > - Fix for readYAML error messages. > - Remove deprecation warning for coffeescript. Pull [#1621](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1621). > v1.0.1 > date: 2016-04-05 > changes: > - minor fix for npm issues when installing grunt and grunt-cli at the same time. Pull [#1500](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1500). > v1.0.0 > date: 2016-04-04 > changes: > - full list of changes is on http://gruntjs.com, please also see changes from 1.0.0-rc1. > - if you have a Grunt plugin that includes `grunt` in the `peerDependencies`, > we recommend tagging with `"grunt": "">= 0.4.0"` and publishing a new version on npm. > - Prevent async callback from being called multiple times. Pull [#1464](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1464). > - Update copyright to jQuery Foundation and remove redundant headers. Fixes [#1478](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1478). > - Update glob to 7.0.x. Fixes [#1467](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1467). > - Removing duplicate BOM strip code. Pull [#1482](https://github-redirect.dependabot.com/gruntjs/grunt/issues/1482). > - Update legacy log and util to 1.0.0. > - Update to latest cli ~1.2.0. > - Use grunt-known-options for shared options between Grunt and grunt-cli. > v1.0.0-rc1 > date: 2016-02-11 > changes: > - full list of changes is on http://gruntjs.com > - if you have a Grunt plugin that includes `grunt` in the `peerDependencies`, > we recommend tagging with `"grunt": "">= 0.4.0"` > - `coffee-script` is upgraded to `~1.10.0` which could incur breaking changes > when using the language with plugins and Gruntfiles. > - `nopt` is upgraded to `~3.0.6` which has fixed many issues, including passing > multiple arguments and dealing with numbers as options. Be aware previously > `--foo bar` used to pass the value `'bar'` to the option `foo`. It will now > set the option `foo` to `true` and run the task `bar`. > -`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 `~4.3.0`. Many changes have occurred. Some of which > that directly effect Grunt are `grunt.util._.template()` returns a compile > function and `grunt.util._.flatten` no longer flattens deeply. > `grunt.util._` is deprecated and we highly encourage you to > `npm install lodash` and `var _ = require('lodash')` to use `lodash`. > Please see the lodash changelog for a full list of changes: https://github.com/lodash/lodash/wiki/Changelog > - `iconv-lite` is upgraded to `~0.4.13` and strips the BOM by default. > ... (truncated)Commits
- See full diff in [compare view](https://github.com/gruntjs/grunt/commits/v1.0.3)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 cancel merge` will cancel a previously requested merge - `@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.