gulp-reporter
gulp-reporter copied to clipboard
Update strip-ansi to the latest version 🚀
The devDependency strip-ansi was updated from 5.2.0 to 6.0.0.
This version 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.
Publisher: sindresorhus License: MIT
Release Notes for v6.0.0
Breaking
- Require Node.js 8 976f459
Breaking for TypeScript users
- Only use a CommonJS export for the TypeScript definition
You need to changeimport stripAnsi from 'strip-ansi';toimport stripAnsi = require('strip-ansi');
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 :palm_tree: