Skip to content

Update dependency ora to v6 - autoclosed

renovate-bot requested to merge renovate/ora-6.x into develop

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

Compare Source

v6.1.1

Compare Source

v6.1.0

Compare Source

  • Expose the spinner interval as a getter 447812b
  • Internal refactoring. If you use any undocumented properties, this may break for you.

v6.0.1

Compare Source

v6.0.0

Compare Source

Breaking
  • Require Node.js 12.20 ede1a54
  • This package is now pure ESM. Please read this.
  • ora.promise is now a named import called oraPromise (#​181) 9c01990
    • import {oraPromise} from 'ora';
  • oraPromise now returns the given promise instead of this (#​181) 9c01990
    • This lets you await it directly, which is more useful than chaining.
Improvements

v5.4.1

Compare Source

v5.4.0

Compare Source

  • Improve detection for terminals supporting Unicode c884e0d

v5.3.0

Compare Source

  • Use nice spinner on VSCode's terminal and Windows Terminal (#​167) af52bbd

v5.2.0

Compare Source

v5.1.0

Compare Source

v5.0.0

Compare Source

Breaking

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.5

Compare Source

  • Silence Jest warning when Ora is required in a test (#​150) 594865f

v4.0.4

Compare Source

v4.0.3

Compare Source

  • Fix discardStdin option (#​135) a4b2253 It'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

Compare Source

  • Fix handling of Ctrl+C on spinners beyond first one (#​131) 17761e9

v4.0.1

Compare Source

  • Set the correct interval when changing spinner by name (#​128) 4a8cd09

v4.0.0

Compare Source

Breaking
  • Require Node.js 8 6459090
  • Discard stdin by default (#​112) 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

v3.4.0

Compare Source

  • Refactor TypeScript definition to CommonJS compatible export (#​107) 115735a

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.0

Compare Source

v3.1.0

Compare Source

v3.0.0

Compare Source

Breaking changes:

Fixes:

v2.1.0

Compare Source

v2.0.0

Compare Source

v1.4.0

Compare Source

v1.3.0

Compare Source

v1.2.0

Compare Source

v1.1.0

Compare Source

v1.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports