This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
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)
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)
Exposes Grunt Option keys for ease of use.
(PR: #1570)
Avoiding infinite loop on very long command names.
(PR: #1697)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Welcome to Depfu 👋
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ grunt (1.0.3 → 1.2.1) · Repo · Changelog
Release Notes
1.2.1
1.2.0
1.1.0
1.0.4 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
1.2.1
Changelog update
Merge pull request #1715 from sibiraj-s/remove-path-is-absolute
Remove path-is-absolute dependency
Merge pull request #1714 from gruntjs/release-1.2.0
Release v1.2.0
Merge pull request #1570 from bhldev/feature-options-keys
Merge pull request #1697 from philz/1696
Merge pull request #1712 from gruntjs/fix-lint
fix lint in file.js
Merge pull request #1283 from greglittlefield-wf/recognize-relative-links
Merge pull request #1675 from STRML/remove-coffeescript
Merge pull request #1677 from micellius/monorepo-support
Add CODE_OF_CONDUCT.md
Merge pull request #1709 from NotMoni/patch-1
add link to license
add license link
Merge pull request #1706 from gruntjs/tag-neew
v1.1.0
Merge pull request #1705 from gruntjs/mkdirp-update
Fix up Buffer usage
Support versions of node >= 8
Update to mkdirp ~1.0.3
Avoiding infinite loop on very long command names.
HTTPS link to gruntjs.com (#1683)
support monorepo (relative path)
Update js-yaml dependecy to ~3.13.1 (#1680)
support monorepo (test case)
support monorepo (as fallback)
support monorepos
Remove coffeescript from dependencies.
v1.0.4 (#1668)
Update js-yaml to address https://npmjs.com/advisories/788 (#1667)
Use SOURCE_DATE_EPOCH to render dates in template. (#1596)
Revert "Indicate in package.json that Node.js 4 or newer is required (#1643)" (#1644)
Indicate in package.json that Node.js 4 or newer is required (#1643)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands