v1.1.0
date: 2020-03-16
changes:
- Update to mkdirp ~1.0.3
- Only support versions of Node >= 8
v1.0.4
date: 2019-04-22
changes:
- Update js-yaml to address https://npmjs.com/advisories/788
- Use SOURCE_DATE_EPOCH to render dates in template.
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.
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.
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.
- Update copyright to jQuery Foundation and remove redundant headers. Fixes #1478.
- Update glob to 7.0.x. Fixes #1467.
- Removing duplicate BOM strip code. Pull #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.
... (truncated)
Commits
d5cdac0 Merge pull request #1706 from gruntjs/tag-neew
This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.
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 will not automatically merge this PR because this dependency is pre-1.0.0.
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps grunt from 0.4.5 to 1.1.0.
Release notes
Sourced from grunt's releases.
Changelog
Sourced from grunt's changelog.
Commits
d5cdac0
Merge pull request #1706 from gruntjs/tag-neew4674c59
v1.1.06124409
Merge pull request #1705 from gruntjs/mkdirp-update0a66968
Fix up Buffer usage4bfa98e
Support versions of node >= 8f1898eb
Update to mkdirp ~1.0.375da17b
HTTPS link to gruntjs.com (#1683)6795d31
Update js-yaml dependecy to ~3.13.1 (#1680)8fcbed1
v1.0.4 (#1668)0b13970
Update js-yaml to address https://npmjs.com/advisories/788 (#1667)Maintainer changes
This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.
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 will not automatically merge this PR because this dependency is pre-1.0.0.
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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)