[PR #14] [MERGED] Bump ora from 3.4.0 to 5.1.0 #36

Closed
opened 2026-03-02 02:53:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/artiebits/fake-git-history/pull/14
Author: @dependabot-preview[bot]
Created: 9/27/2020
Status: Merged
Merged: 9/27/2020
Merged by: @artiebits

Base: masterHead: dependabot/npm_and_yarn/ora-5.1.0


📝 Commits (1)

  • 4b495fb Bump ora from 3.4.0 to 5.1.0

📊 Changes

2 files changed (+24 additions, -58 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+23 -57)

📄 Description

Bumps ora from 3.4.0 to 5.1.0.

Release notes

Sourced from ora's releases.

v5.1.0

  • Add isSilent option (#155) 1bd812a
  • Allow setting prefixText dynamically (#154) 561bc85

https://github.com/sindresorhus/ora/compare/v5.0.0...v5.1.0

v5.0.0

Breaking

  • Require Node.js 10 87010c5

https://github.com/sindresorhus/ora/compare/v4.0.5...v5.0.0

v4.0.5

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

https://github.com/sindresorhus/ora/compare/v4.0.4...v4.0.5

v4.0.4

  • Fix undefined text on disabled Ora (#145) 4c60b6a

https://github.com/sindresorhus/ora/compare/v4.0.3...v4.0.4

v4.0.3

  • 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.

https://github.com/sindresorhus/ora/compare/v4.0.2...v4.0.3

v4.0.2

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

https://github.com/sindresorhus/ora/compare/v4.0.1...v4.0.2

v4.0.1

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

https://github.com/sindresorhus/ora/compare/v4.0.0...v4.0.1

v4.0.0

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
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/artiebits/fake-git-history/pull/14 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 9/27/2020 **Status:** ✅ Merged **Merged:** 9/27/2020 **Merged by:** [@artiebits](https://github.com/artiebits) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/ora-5.1.0` --- ### 📝 Commits (1) - [`4b495fb`](https://github.com/artiebits/fake-git-history/commit/4b495fbdd659d8bbba8b35e8520421422269cf6f) Bump ora from 3.4.0 to 5.1.0 ### 📊 Changes **2 files changed** (+24 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+23 -57) </details> ### 📄 Description Bumps [ora](https://github.com/sindresorhus/ora) from 3.4.0 to 5.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/ora/releases">ora's releases</a>.</em></p> <blockquote> <h2>v5.1.0</h2> <ul> <li>Add <a href="https://github.com/sindresorhus/ora#issilent"><code>isSilent</code></a> option (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/155">#155</a>) 1bd812a</li> <li>Allow setting <code>prefixText</code> dynamically (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/154">#154</a>) 561bc85</li> </ul> <p><a href="https://github.com/sindresorhus/ora/compare/v5.0.0...v5.1.0">https://github.com/sindresorhus/ora/compare/v5.0.0...v5.1.0</a></p> <h2>v5.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 10 87010c5</li> </ul> <p><a href="https://github.com/sindresorhus/ora/compare/v4.0.5...v5.0.0">https://github.com/sindresorhus/ora/compare/v4.0.5...v5.0.0</a></p> <h2>v4.0.5</h2> <ul> <li>Silence Jest warning when Ora is required in a test (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/150">#150</a>) 594865f</li> </ul> <p><a href="https://github.com/sindresorhus/ora/compare/v4.0.4...v4.0.5">https://github.com/sindresorhus/ora/compare/v4.0.4...v4.0.5</a></p> <h2>v4.0.4</h2> <ul> <li>Fix undefined text on disabled Ora (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/145">#145</a>) 4c60b6a</li> </ul> <p><a href="https://github.com/sindresorhus/ora/compare/v4.0.3...v4.0.4">https://github.com/sindresorhus/ora/compare/v4.0.3...v4.0.4</a></p> <h2>v4.0.3</h2> <ul> <li>Fix <code>discardStdin</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/135">#135</a>) 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.</li> </ul> <p><a href="https://github.com/sindresorhus/ora/compare/v4.0.2...v4.0.3">https://github.com/sindresorhus/ora/compare/v4.0.2...v4.0.3</a></p> <h2>v4.0.2</h2> <ul> <li>Fix handling of Ctrl+C on spinners beyond first one (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/131">#131</a>) 17761e9</li> </ul> <p><a href="https://github.com/sindresorhus/ora/compare/v4.0.1...v4.0.2">https://github.com/sindresorhus/ora/compare/v4.0.1...v4.0.2</a></p> <h2>v4.0.1</h2> <ul> <li>Set the correct interval when changing spinner by name (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/128">#128</a>) 4a8cd09</li> </ul> <p><a href="https://github.com/sindresorhus/ora/compare/v4.0.0...v4.0.1">https://github.com/sindresorhus/ora/compare/v4.0.0...v4.0.1</a></p> <h2>v4.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 8 6459090</li> <li>Discard stdin by default (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/112">#112</a>) b1f140b This prevents the spinner from twitching on input, outputting broken lines on <!-- raw HTML omitted -->Enter<!-- raw HTML omitted --> key presses, and prevents buffering of input while the spinner is running.</li> </ul> <h3>Breaking for TypeScript users</h3> <ul> <li>Only use a CommonJS export for the TypeScript definition</li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/ora/commit/6d19ac27466dc803985f7de66c7f1d50965588cd"><code>6d19ac2</code></a> 5.1.0</li> <li><a href="https://github.com/sindresorhus/ora/commit/1bd812a155e5294b5a0793389737aab9f62083d7"><code>1bd812a</code></a> Add <code>isSilent</code> option (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/155">#155</a>)</li> <li><a href="https://github.com/sindresorhus/ora/commit/561bc85a0e211a0f5b6180438ab8074e63fe838b"><code>561bc85</code></a> Allow setting <code>prefixText</code> dynamically (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/154">#154</a>)</li> <li><a href="https://github.com/sindresorhus/ora/commit/3dc7379b9fd5d2a7a5a6dea80495031c23f66b82"><code>3dc7379</code></a> 5.0.0</li> <li><a href="https://github.com/sindresorhus/ora/commit/87010c515f4f26ba9da3f0cf94dd5312e268b666"><code>87010c5</code></a> Require Node.js 10</li> <li><a href="https://github.com/sindresorhus/ora/commit/ffcf7e365d3c9df73a4efc0adceda7a6eb4763a9"><code>ffcf7e3</code></a> 4.0.5</li> <li><a href="https://github.com/sindresorhus/ora/commit/594865f145940bb99ba366451f57758423d313f2"><code>594865f</code></a> Silence Jest warning when Ora is required in a test (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/150">#150</a>)</li> <li><a href="https://github.com/sindresorhus/ora/commit/132315d83a9f32a0d83704d7187b6b24a98e3717"><code>132315d</code></a> 4.0.4</li> <li><a href="https://github.com/sindresorhus/ora/commit/617b237006fccc619760961ddf0770b162ff9b11"><code>617b237</code></a> Meta tweaks</li> <li><a href="https://github.com/sindresorhus/ora/commit/4c60b6a0087c1f33993407edce73f2e5598bdba1"><code>4c60b6a</code></a> Fix undefined text on disabled Ora (<a href="https://github-redirect.dependabot.com/sindresorhus/ora/issues/145">#145</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/ora/compare/v3.4.0...v5.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ora&package-manager=npm_and_yarn&previous-version=3.4.0&new-version=5.1.0)](https://dependabot.com/compatibility-score/?dependency-name=ora&package-manager=npm_and_yarn&previous-version=3.4.0&new-version=5.1.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 02:53:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/fake-git-history#36
No description provided.