Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update grunt requirement from ~0.4.2 to ~1.0.4 #132

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Apr 12, 2019

Updates the requirements on grunt to permit the latest version.

Changelog

Sourced from grunt's 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 Bumping version to 0.4.5.
  • b74a35e Fix invalid YAML in CHANGELOG
  • 2fce8dc Adding CHANGELOG changes for 0.4.5. Closes gh-1138.
  • 057eb1c Add grunt.config.merge method to deep merge config data. See gh-1039.
  • 155609c Added grunt.task.exists method to check if a task exists. Closes gh-1131.
  • cb61003 Test realpath cwd in file.isPathCwd and file.doesPathContain. Closes gh-1112.
  • e7260f7 Update grunt-legacy-util to 0.2.0. Closes gh-971, gh-1129.
  • 85f4ed0 Update rimraf to 2.2.8. Closes gh-1134.
  • 464cfdd Temp fix to grunt.file.delete for gh-1134.
  • 66336ff Remove "CONTRIBUTING.md" from .npmignore. Closes gh-1093.
  • Additional commits viewable in compare view

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:

  • 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](https://github.com/gruntjs/grunt) to permit the latest version.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/master/CHANGELOG)
- [Commits](gruntjs/grunt@v0.4.2...v0.4.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Apr 12, 2019
curbengh
curbengh previously approved these changes Jul 29, 2019
@curbengh
Copy link
Contributor

@dependabot rebase

@curbengh curbengh dismissed their stale review July 29, 2019 06:03

the test was performed with old node.

@dependabot-preview
Copy link
Contributor Author

Looks like grunt is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/grunt-approx-1.0.4 branch July 29, 2019 06:03
@curbengh
Copy link
Contributor

@dependabot reopen

@dependabot-preview dependabot-preview bot reopened this Jul 29, 2019
@dependabot-preview dependabot-preview bot restored the dependabot/npm_and_yarn/grunt-approx-1.0.4 branch July 29, 2019 06:08
@dependabot-preview
Copy link
Contributor Author

Looks like grunt is up-to-date now, so this is no longer needed.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/grunt-approx-1.0.4 branch July 29, 2019 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants