Skip to content

Update gulp-cli to the latest version 🚀 #46

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Dec 21, 2017

Version 2.0.0 of gulp-cli was just published.

Dependency gulp-cli
Current Version 1.4.0
Type devDependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of gulp-cli.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v2.0.0

Breaking

  • Replace chalk with ansi-colors (9df91cc) - Closes #125

Fix

  • Avoid @babel/register test failure (ec29169)

New

  • Put all argv into the process title for better monitoring (2f6a1bf)
  • Support --tasks-json flag for gulp 3.x (4917d28)
  • Add flag & config option for running tasks in series (4f75f10) - Closes #93
  • Add -f alias for --gulpfile flag (a6a1e34)

Update

  • Change source filenames to kebab-case (45bb6d0)
  • Replace wreck with built-in https (94f3041) - Closes #126
  • Replace tildify with replace-homedir (f2a9614) - Closes #124
  • Remove unnecessary utility modules (1de3603)
  • Replace lodash.* modules (dcc8490) - Closes #129
  • Remove fs-extra devDep and use rimraf instead (73f1182)

Docs

Upgrade

Build

  • Improve AppVeyor & Travis config (3828d1d)
  • Enforce consistent line endings (62f0269)
FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jan 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 22, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Release Notes v2.0.1

Fix

Update

  • Fix line endings of fixtures (49203c8)

Upgrade

  • Update fancy-log, interpret, liftoff, semver-greatest-satisfied-range & devDependencies (1ba6095)

Scaffold

  • Disable npm package-lock.json with npmrc (ad55dc2)
Commits

The new version differs by 5 commits.

  • cd2e159 Release: 2.0.1
  • f57134a Fix: Exit with code 1 when incomplete tasks are detected on node 0.11+ (ref gulpjs/gulp#2081) (#145)
  • 1ba6095 Upgrade: Update fancy-log, interpret, liftoff, semver-greatest-satisfied-range & devDependencies
  • ad55dc2 Scaffold: Disable npm package-lock.json with npmrc
  • 49203c8 Update: Fix line endings of fixtures

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 26, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 26, 2019

  • The devDependency gulp-cli was updated from 1.4.0 to 2.1.0.

Update to this version instead 🚀

Release Notes for v2.1.0

Fix

  • Log requireFail results in yellow on stdout instead of red on stderr (e9af812) - Closes #142 #151
  • Allow gulpfiles specified by .gulp.* to register a loader (be9d25a) - Closes #181
  • Suppress logging when --tasks-json, --help, --version flag is specified (a4236f2) - Closes #157 #159
  • Prioritize CLI flags over config file properties (1b80d67) - Closes #185

New

  • Support flags.require config option (33e14d7) - Closes #108 #167 #183
  • Tailor message when local gulp is missing (c5a800c) - Closes #155
  • Support flags.nodeFlags config option (ad18c27)

Update

  • Surface errors from modules loaded by --require flag (7d9d1a0) - Closes #176
  • Pass updated eslint rules (4ab4aed)

Upgrade

  • Update liftoff & devDependencies (6766634)

Build

  • Improve AppVeyor & Travis config (9a8a136)
  • Add test for v8flags (927e055)

Scaffold

Commits

The new version differs by 15 commits.

  • 12a022a Release: 2.1.0
  • c5a800c New: Tailor message when local gulp is missing (#155)
  • 927e055 Build: Add test for v8flags
  • ad18c27 New: Support flags.nodeFlags config option
  • 1b80d67 Fix: Prioritize CLI flags over config file properties (fixes #185)
  • 33e14d7 New: Support flags.require config option (closes #108, closes #167) (#183)
  • a4236f2 Fix: Suppress logging when --tasks-json, --help, --version flag is specified (closes #157) (#159)
  • be9d25a Fix: Allow gulpfiles specified by .gulp.* to register a loader (fixes #181)
  • 9a8a136 Build: Improve AppVeyor & Travis config
  • 4ab4aed Update: Pass updated eslint rules
  • ef7def3 Scaffold: Remove jscs
  • 6766634 Upgrade: Update liftoff & devDependencies
  • 7d9d1a0 Update: Surface errors from modules loaded by --require flag (#176)
  • 4782b9a Scaffold: Add support-bot template
  • e9af812 Fix: Log requireFail results in yellow on stdout instead of red on stderr (fixes #142) (#151)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 20, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 20, 2019

  • The devDependency gulp-cli was updated from 1.4.0 to 2.2.0.

Update to this version instead 🚀

Release Notes for v2.2.0

New

Build

  • Improve tests and raise coverage (2d8a320) - Closes #190
Commits

The new version differs by 3 commits.

  • ef58c59 Release: 2.2.0
  • 190aaeb New: Honor displayName in ESM exports (closes gulpjs/gulp#2270) (#189)
  • 2d8a320 Build: Improve tests and raise coverage (#190)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 20, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The devDependency gulp-cli was updated from 1.4.0 to 2.2.1.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants