Skip to content

Fix all install warnings, clean up README and gulp files#155

Open
mikemaccana wants to merge 4 commits intoColemanGariety:masterfrom
mikemaccana:master
Open

Fix all install warnings, clean up README and gulp files#155
mikemaccana wants to merge 4 commits intoColemanGariety:masterfrom
mikemaccana:master

Conversation

@mikemaccana
Copy link
Copy Markdown

Update dependencies to fix various install warnings

  warning gulp-jshint > minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  warning gulp-jshint > gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  warning gulp-mocha > gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
  warning gulp-mocha > mocha > glob > minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  warning gulp-mocha > mocha > glob > graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
  warning gulp-mocha > mocha > jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
  warning coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)

Also clean up README example and Gulpfile for consistent indentation, using ES6, etc.

Mike MacCana added 4 commits July 16, 2018 12:25
warning gulp-jshint > minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning gulp-jshint > gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
warning gulp-mocha > gulp-util@2.2.20: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
warning gulp-mocha > mocha > glob > minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
warning gulp-mocha > mocha > glob > graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
warning gulp-mocha > mocha > jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
warning coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
 - Remove comma first (its less popular and hence difficult to read)
 - Use multi line conditionals (likewise)
 - Consistent indentation (used 2 spaces as that is most popular)
 - Fix bug in example where 'done' option was included outside options object
 - Use ES6 includes instead of bitwise operator
 - Use ES6 property value shorthands (done) rather than (done: done)
 - Remove unused code in Gulpfile
 - Remove extra (actual extra, not ever used by JS) semicolons in Gulpfile
@wtcross
Copy link
Copy Markdown

wtcross commented Sep 27, 2018

Bump

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants