Skip to content
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

chore: update oclif [sc-23314] #1024

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

sorccu
Copy link
Contributor

@sorccu sorccu commented Feb 20, 2025

Replaces removed ux.wait() with stdlib, ux.prompt() with prompts.

Minor changes to bin files were also required as otherwise errors were printed with stack traces. I had not realized that the create-cli bin was checking Node version - it has now been updated to Node 18 too. The new oclif also requires Node 18.

Custom help output had some type changes but is basically the same.

I hereby confirm that I followed the code guidelines found at engineering guidelines

Affected Components

  • CLI
  • Create CLI
  • Test
  • Docs
  • Examples
  • Other

Notes for the Reviewer

Resolves #[issue-number]

New Dependency Submission

Replaces removed ux.wait() with stdlib, ux.prompt() with prompts.

Minor changes to bin files were also required as otherwise errors were
printed with stack traces. I had not realized that the create-cli bin
was checking Node version - it has now been updated to Node 18 too. The new
oclif also requires Node 18.

Custom help output had some type changes but is basically the same.
@sorccu sorccu requested a review from tnolet February 20, 2025 19:03
@tnolet
Copy link
Member

tnolet commented Feb 21, 2025

@sorccu tests are still failing. I will hold off on review till they pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants