-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update dependency ora to v8.2.0 #3743
Conversation
|
|
|
Reviewer's Guide by SourceryThis pull request updates the ora dependency from version 8.1.1 to 8.2.0. This update includes a new feature that allows a boolean value for the color option, as well as some bug fixes. Class diagram showing ora package version updateclassDiagram
class Ora {
version: 8.2.0
+color: string|boolean
+start()
+stop()
+succeed()
+fail()
+stopAndPersist()
}
note for Ora "Updated from v8.1.1 to v8.2.0
New: color option now accepts boolean"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
This PR contains the following updates:
8.1.1
->8.2.0
Release Notes
sindresorhus/ora (ora)
v8.2.0
Compare Source
boolean
value forcolor
option (#244)fe951e5
v8.1.1
Compare Source
818ca34
stopAndPersist()
(#243)5117dfb
v8.1.0
Compare Source
fb0fced
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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
Summary by Sourcery
Chores: