Skip to content

Commit

Permalink
chore(deps): update dependency ora to v8.1.1 (#11811)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ora](https://redirect.github.com/sindresorhus/ora) | [`8.1.0` ->
`8.1.1`](https://renovatebot.com/diffs/npm/ora/8.1.0/8.1.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/ora/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/ora/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/ora/8.1.0/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ora/8.1.0/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>sindresorhus/ora (ora)</summary>

###
[`v8.1.1`](https://redirect.github.com/sindresorhus/ora/releases/tag/v8.1.1)

[Compare
Source](https://redirect.github.com/sindresorhus/ora/compare/v8.1.0...v8.1.1)

- Fix animation speed when update methods are called very often
[`818ca34`](https://redirect.github.com/sindresorhus/ora/commit/818ca34)
- Fix handling of symbol being empty string in `stopAndPersist()`
([#&#8203;243](https://redirect.github.com/sindresorhus/ora/issues/243))
[`5117dfb`](https://redirect.github.com/sindresorhus/ora/commit/5117dfb)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44MC4wIiwidXBkYXRlZEluVmVyIjoiMzkuODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 401b2da commit 146cb34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"nodemon": "3.1.7",
"npm-packlist": "8.0.2",
"nx": "19.8.4",
"ora": "8.1.0",
"ora": "8.1.1",
"prettier": "3.4.2",
"prettier-plugin-curly": "0.2.2",
"prettier-plugin-packagejson": "2.5.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24335,9 +24335,9 @@ __metadata:
languageName: node
linkType: hard

"ora@npm:8.1.0":
version: 8.1.0
resolution: "ora@npm:8.1.0"
"ora@npm:8.1.1":
version: 8.1.1
resolution: "ora@npm:8.1.1"
dependencies:
chalk: "npm:^5.3.0"
cli-cursor: "npm:^5.0.0"
Expand All @@ -24348,7 +24348,7 @@ __metadata:
stdin-discarder: "npm:^0.2.2"
string-width: "npm:^7.2.0"
strip-ansi: "npm:^7.1.0"
checksum: 10c0/4ac9a6dd7fe915a354680f33ced21ee96d13d3c5ab0dc00b3c3ba9e3695ed141b1d045222990f5a71a9a91f801042a0b0d32e58dfc5509ff9b81efdd3fcf6339
checksum: 10c0/996a81a9e997481339de3a7996c56131ea292c0a0e9e42d1cd454e2390f1ce7015ec925dcdd29e3d74dc5d037a4aa1877e575b491555507bcd9f219df760a63f
languageName: node
linkType: hard

Expand Down Expand Up @@ -26968,7 +26968,7 @@ __metadata:
nodemon: "npm:3.1.7"
npm-packlist: "npm:8.0.2"
nx: "npm:19.8.4"
ora: "npm:8.1.0"
ora: "npm:8.1.1"
prettier: "npm:3.4.2"
prettier-plugin-curly: "npm:0.2.2"
prettier-plugin-packagejson: "npm:2.5.2"
Expand Down

0 comments on commit 146cb34

Please sign in to comment.