Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Bump ora from 9.0.0 to 9.1.0#343

Merged
Germandrummer92 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ora-9.1.0
Jan 21, 2026
Merged

Bump ora from 9.0.0 to 9.1.0#343
Germandrummer92 merged 1 commit into
mainfrom
dependabot/npm_and_yarn/ora-9.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 21, 2026

Copy link
Copy Markdown
Contributor

Bumps ora from 9.0.0 to 9.1.0.

Release notes

Sourced from ora's releases.

v9.1.0

  • Support external writes to stream (console.log) while spinning d2b543a
  • Replace strip-ansi dependency with native stripVTControlCharacters (#249) 68d50e5

sindresorhus/ora@v9.0.0...v9.1.0

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.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Greptile Summary

This PR updates the ora spinner library from 9.0.0 to 9.1.0, a minor version bump that introduces two enhancements:

  • Support for external writes to the output stream (e.g., console.log) while the spinner is active, which improves compatibility with logging during long-running operations
  • Replacement of the strip-ansi dependency with Node.js's native stripVTControlCharacters API, reducing the dependency footprint

The changes are backward-compatible and pose no breaking changes. The codebase uses ora in several locations for progress indication during test case editing and debugging operations, and the new features should improve the user experience when logging occurs during these operations.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a standard dependency update with a minor version bump that includes only additive features and internal improvements. The changes are backward-compatible, reduce dependencies, and the updated library is already widely tested. The codebase's usage of ora is straightforward (basic spinner operations) and won't be affected by the changes.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Bumps ora from 9.0.0 to 9.1.0 - a minor version update with backward-compatible enhancements
pnpm-lock.yaml Updates lockfile with new ora version and removes strip-ansi dependency (replaced with native Node.js API)

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant Dep as Dependabot
    participant PM as Package Manager (pnpm)
    participant Ora as ora Library
    
    Dev->>Dep: Configure dependency monitoring
    Dep->>Ora: Detect new version 9.1.0
    Dep->>PM: Update package.json (9.0.0 → 9.1.0)
    PM->>Ora: Resolve dependencies
    Ora-->>PM: Remove strip-ansi, use native API
    PM->>PM: Update pnpm-lock.yaml
    PM-->>Dep: Lockfile updated
    Dep->>Dev: Create PR #343
    
    Note over Dev,Ora: Changes are backward-compatible
    Note over Ora: New features: console.log support + native stripVTControlCharacters
Loading

Bumps [ora](https://github.com/sindresorhus/ora) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](sindresorhus/ora@v9.0.0...v9.1.0)

---
updated-dependencies:
- dependency-name: ora
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 21, 2026
@Germandrummer92
Germandrummer92 merged commit 47b7adc into main Jan 21, 2026
4 checks passed
@Germandrummer92
Germandrummer92 deleted the dependabot/npm_and_yarn/ora-9.1.0 branch January 21, 2026 08:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant