-
Notifications
You must be signed in to change notification settings - Fork 211
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
Bump ora from 5.4.1 to 6.1.2 #2152
base: main
Are you sure you want to change the base?
Conversation
Bumps [ora](https://github.com/sindresorhus/ora) from 5.4.1 to 6.1.2. - [Release notes](https://github.com/sindresorhus/ora/releases) - [Commits](sindresorhus/ora@v5.4.1...v6.1.2) --- updated-dependencies: - dependency-name: ora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Whoa that was a fast update.... anyways here were my notes from the previous:
Referencing sindresorhus/ora#181 Ora usages: Looks like the first one is more relevant maybe... more use of asynchronous? image-sequencer/src/cli/sequencerSteps.js Lines 72 to 87 in 3caa033
image-sequencer/src/cli/installModule.js Lines 11 to 15 in 3caa033
|
Yes, it now returns a promise instead of the spinner object: So now we need to change starting on line 74 here, to receive image-sequencer/src/cli/sequencerSteps.js Lines 72 to 87 in 3caa033
|
Oh you know what, the error is actually about the
Maybe the promises stuff is not actually causing an issue... although we should check the spinner still stops properly. The change is instead probably:
|
Bumps ora from 5.4.1 to 6.1.2.
Release notes
Sourced from ora's releases.
Commits
702d1fe
6.1.2f4e03ea
Revert "Fix preserving stdin's pause state (#210)"1c24e0f
6.1.177ccc1e
Fix preserving stdin's pause state (#210)c2400db
6.1.06a4150a
Refactor447812b
Expose the spinnerinterval
as a getterc5026b7
6.0.126ba606
Upgrade dependencies8364664
6.0.0Dependabot 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 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)