Update dependency ora to v6
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| ora | devDependencies | major | 0.4.1 -> 6.1.2 |
Release Notes
sindresorhus/ora
v6.1.2
v6.1.1
v6.1.0
- Expose the spinner
intervalas a getter447812b - Internal refactoring. If you use any undocumented properties, this may break for you.
v6.0.1
- Upgrade dependencies
26ba606
v6.0.0
Breaking
- Require Node.js 12.20
ede1a54 - This package is now pure ESM. Please read this.
-
ora.promiseis now a named import calledoraPromise(#181)9c01990import {oraPromise} from 'ora';
-
oraPromisenow returns the given promise instead ofthis(#181)9c01990- This lets you await it directly, which is more useful than chaining.
Improvements
v5.4.1
v5.4.0
- Improve detection for terminals supporting Unicode
c884e0d
v5.3.0
v5.2.0
v5.1.0
v5.0.0
Breaking
- Require Node.js 10
87010c5
v4.1.1
v4.1.0
v4.0.5
v4.0.4
v4.0.3
- Fix
discardStdinoption (#135)a4b2253It's now also a noop on Windows as it turns out it's impossible to reliably discard stdin there without affecting other things.
v4.0.2
v4.0.1
v4.0.0
Breaking
- Require Node.js 8
6459090 - Discard stdin by default (#112)
b1f140bThis 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';toimport ora = require('ora');
Fixes
- Set the correct interval when changing spinner (#125)
ad324dc - Hide
prefixTextwhen it's an empty string (#124)8bcde17 - Fix Typescript definition for the
framemethod (#126)b653b5a
v3.4.0
v3.3.1
v3.3.0
v3.2.0
v3.1.0
v3.0.0
Breaking changes:
- Require Node.js 6 https://github.com/sindresorhus/ora/commit/17c1a29ef7257d4f4f54029e491cb496c2f83f7e
- Rename the
enabledoption toisEnabledhttps://github.com/sindresorhus/ora/commit/fc5c6607565df17c822d694442389fbc6c4864fa - Ora should still output text when not
iEnabledhttps://github.com/sindresorhus/ora/commit/d1f8d8529b3f95a28a5b561d29870a2e3250b1c5
Fixes:
- Don't call stream TTY methods on streams that are not TTYs https://github.com/sindresorhus/ora/commit/3c24df238f0e0c5f3342015f20b8b90c8dbbe41f
v2.1.0
v2.0.0
- [Breaking] You can no longer specify a string in the
.stopAndPersist()method. Specify an options object instead. https://github.com/sindresorhus/ora/commit/210bfb0a9d5e76391bf1cfacb815cd8487687b19 - Now correctly clears wrapped lines. (This is only a breaking change if you worked around the bug before) https://github.com/sindresorhus/ora/commit/4df5d19a5aa373775d210a7549704d5c882dec1a
- Added a
hideCursoroption. https://github.com/sindresorhus/ora/commit/4df5d19a5aa373775d210a7549704d5c882dec1a
v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.