gruntjs/grunt
### [`v1.2.0`](https://togithub.com/gruntjs/grunt/releases/v1.2.0)
[Compare Source](https://togithub.com/gruntjs/grunt/compare/v1.1.0...v1.2.0)
- Allow usage of grunt plugins that are located in any location that
is visible to Node.js and NPM, instead of node_modules directly
inside package that have a dev dependency to these plugins.
(PR: [#1677](https://togithub.com/gruntjs/grunt/pull/1677))
- Removed coffeescript from dependencies. To ease transition, if
coffeescript is still around, Grunt will attempt to load it.
If it is not, and the user loads a CoffeeScript file,
Grunt will print a useful error indicating that the
coffeescript package should be installed as a dev dependency.
This is considerably more user-friendly than dropping the require entirely,
but doing so is feasible with the latest grunt-cli as users
may simply use grunt --require coffeescript/register.
(PR: [#1675](https://togithub.com/gruntjs/grunt/pull/1675))
- Exposes Grunt Option keys for ease of use.
(PR: [#1570](https://togithub.com/gruntjs/grunt/pull/1570))
- Avoiding infinite loop on very long command names.
(PR: [#1697](https://togithub.com/gruntjs/grunt/pull/1697))
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.1.0
->1.2.0
Release Notes
gruntjs/grunt
### [`v1.2.0`](https://togithub.com/gruntjs/grunt/releases/v1.2.0) [Compare Source](https://togithub.com/gruntjs/grunt/compare/v1.1.0...v1.2.0) - Allow usage of grunt plugins that are located in any location that is visible to Node.js and NPM, instead of node_modules directly inside package that have a dev dependency to these plugins. (PR: [#1677](https://togithub.com/gruntjs/grunt/pull/1677)) - Removed coffeescript from dependencies. To ease transition, if coffeescript is still around, Grunt will attempt to load it. If it is not, and the user loads a CoffeeScript file, Grunt will print a useful error indicating that the coffeescript package should be installed as a dev dependency. This is considerably more user-friendly than dropping the require entirely, but doing so is feasible with the latest grunt-cli as users may simply use grunt --require coffeescript/register. (PR: [#1675](https://togithub.com/gruntjs/grunt/pull/1675)) - Exposes Grunt Option keys for ease of use. (PR: [#1570](https://togithub.com/gruntjs/grunt/pull/1570)) - Avoiding infinite loop on very long command names. (PR: [#1697](https://togithub.com/gruntjs/grunt/pull/1697))Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.