Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency ora to v4 #1145

Merged
merged 2 commits into from
Aug 26, 2020
Merged

fix(deps): update dependency ora to v4 #1145

merged 2 commits into from
Aug 26, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 24, 2020

This PR contains the following updates:

Package Type Update Change
ora dependencies major ^3.4.0 -> ^4.1.1

Release Notes

sindresorhus/ora

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

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

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

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 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 WhiteSource Renovate. View repository job log here.

@github-actions github-actions bot added the type: bug code to address defects in shipped code label Aug 24, 2020
@renovate renovate bot force-pushed the renovate/ora-5.x branch 2 times, most recently from 971483a to 25665f7 Compare August 26, 2020 08:33
@erezrokah erezrokah changed the title fix(deps): update dependency ora to v5 fix(deps): update dependency ora to v4 Aug 26, 2020
@erezrokah
Copy link
Contributor

Changed this PR from Ora v5 to Ora v4 since v5 dropped node 8

@erezrokah erezrokah merged commit a21a677 into master Aug 26, 2020
@erezrokah erezrokah deleted the renovate/ora-5.x branch August 26, 2020 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants