infinitered / gluegun

A delightful toolkit for building TypeScript-powered command-line apps.
MIT License
2.95k stars 147 forks source link

chore(deps): update dependency strip-ansi to v6 #667

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
strip-ansi devDependencies major 5.2.0 -> 6.0.0

Release Notes

chalk/strip-ansi ### [`v6.0.0`](https://togithub.com/chalk/strip-ansi/releases/v6.0.0) [Compare Source](https://togithub.com/chalk/strip-ansi/compare/v5.2.0...v6.0.0) ##### Breaking - Require Node.js 8 [`976f459`](https://togithub.com/chalk/strip-ansi/commit/976f459) ##### Breaking for TypeScript users - Only use a CommonJS export for the TypeScript definition You need to change `import stripAnsi from 'strip-ansi';` to `import stripAnsi = require('strip-ansi');`

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

infinitered-circleci commented 4 years ago

:tada: This PR is included in version 4.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: