sindresorhus/ora
### [`v4.0.1`](https://togithub.com/sindresorhus/ora/releases/v4.0.1)
[Compare Source](https://togithub.com/sindresorhus/ora/compare/v4.0.0...v4.0.1)
- Set the correct interval when changing spinner by name ([#128](https://togithub.com/sindresorhus/ora/issues/128)) [`4a8cd09`](https://togithub.com/sindresorhus/ora/commit/4a8cd09)
### [`v4.0.0`](https://togithub.com/sindresorhus/ora/releases/v4.0.0)
[Compare Source](https://togithub.com/sindresorhus/ora/compare/v3.4.0...v4.0.0)
##### Breaking
- Require Node.js 8 [`6459090`](https://togithub.com/sindresorhus/ora/commit/6459090)
- Discard stdin by default ([#112](https://togithub.com/sindresorhus/ora/issues/112)) [`b1f140b`](https://togithub.com/sindresorhus/ora/commit/b1f140b)
This prevents the spinner from twitching on input, outputting broken lines on Enter key presses, and prevents buffering of input while the spinner is running.
##### Breaking for TypeScript users
- Only use a CommonJS export for the TypeScript definition
You need to change `import ora from 'ora';` to `import ora = require('ora');`
##### Fixes
- Set the correct interval when changing spinner ([#125](https://togithub.com/sindresorhus/ora/issues/125)) [`ad324dc`](https://togithub.com/sindresorhus/ora/commit/ad324dc)
- Hide `prefixText` when it's an empty string ([#124](https://togithub.com/sindresorhus/ora/issues/124)) [`8bcde17`](https://togithub.com/sindresorhus/ora/commit/8bcde17)
- Fix Typescript definition for the `frame` method ([#126](https://togithub.com/sindresorhus/ora/issues/126)) [`b653b5a`](https://togithub.com/sindresorhus/ora/commit/b653b5a)
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.
This PR contains the following updates:
^3.0.0
->^4.0.0
Release Notes
sindresorhus/ora
### [`v4.0.1`](https://togithub.com/sindresorhus/ora/releases/v4.0.1) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v4.0.0...v4.0.1) - Set the correct interval when changing spinner by name ([#128](https://togithub.com/sindresorhus/ora/issues/128)) [`4a8cd09`](https://togithub.com/sindresorhus/ora/commit/4a8cd09) ### [`v4.0.0`](https://togithub.com/sindresorhus/ora/releases/v4.0.0) [Compare Source](https://togithub.com/sindresorhus/ora/compare/v3.4.0...v4.0.0) ##### Breaking - Require Node.js 8 [`6459090`](https://togithub.com/sindresorhus/ora/commit/6459090) - Discard stdin by default ([#112](https://togithub.com/sindresorhus/ora/issues/112)) [`b1f140b`](https://togithub.com/sindresorhus/ora/commit/b1f140b) This prevents the spinner from twitching on input, outputting broken lines on Enter key presses, and prevents buffering of input while the spinner is running. ##### Breaking for TypeScript users - Only use a CommonJS export for the TypeScript definition You need to change `import ora from 'ora';` to `import ora = require('ora');` ##### Fixes - Set the correct interval when changing spinner ([#125](https://togithub.com/sindresorhus/ora/issues/125)) [`ad324dc`](https://togithub.com/sindresorhus/ora/commit/ad324dc) - Hide `prefixText` when it's an empty string ([#124](https://togithub.com/sindresorhus/ora/issues/124)) [`8bcde17`](https://togithub.com/sindresorhus/ora/commit/8bcde17) - Fix Typescript definition for the `frame` method ([#126](https://togithub.com/sindresorhus/ora/issues/126)) [`b653b5a`](https://togithub.com/sindresorhus/ora/commit/b653b5a)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.
This PR has been generated by Renovate Bot. View repository job log here.