Skip to content

build(deps-dev): bump @topcli/prompts from 2.4.1 to 3.0.0 in /packages/openbridge-webcomponents - #690

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/packages/openbridge-webcomponents/topcli/prompts-3.0.0
Closed

build(deps-dev): bump @topcli/prompts from 2.4.1 to 3.0.0 in /packages/openbridge-webcomponents#690
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/packages/openbridge-webcomponents/topcli/prompts-3.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 23, 2026

Copy link
Copy Markdown
Contributor

Bumps @topcli/prompts from 2.4.1 to 3.0.0.

Release notes

Sourced from @​topcli/prompts's releases.

v3.0.0

What's Changed

Breaking changes

Drop Node.js v20 support

This package now uses Promise.withResolvers, which require Node.js v22.

Validators

Built-in validators have been moved under a validators namespace export, alongside the new transformers namespace.

Before:

import { question, required } from "@topcli/prompts";
await question("...", { validators: [required()] });

After:

import { question, validators } from "@topcli/prompts";
await question("...", { validators: [validators.required()] });


Full Changelog: TopCli/prompts@v2.4.1...v3.0.0

Commits
  • c419322 3.0.0
  • eefdc97 chore(package.json): add repository (#175)
  • e55ffc4 feat(question)!: add transformer option (#174)
  • 0440302 fix(validators): string error from validator should invalidate prompt (#173)
  • ea2c07a feat: add support for async validators (#172)
  • 48c7fc9 refactor: use native Promise.withResolvers
  • bceb13a chore!: drop Node.js v20 support
  • ea10cfb fix(confirm): await promise before writing answer (#170)
  • 43a4af5 chore(deps-dev): bump c8 in the development-dependencies group (#169)
  • 4ab2b9e chore(deps): bump github/codeql-action in the github-actions group (#168)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​topcli/prompts since your current version.


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 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)

Bumps [@topcli/prompts](https://github.com/TopCli/prompts) from 2.4.1 to 3.0.0.
- [Release notes](https://github.com/TopCli/prompts/releases)
- [Commits](TopCli/prompts@v2.4.1...v3.0.0)

---
updated-dependencies:
- dependency-name: "@topcli/prompts"
  dependency-version: 3.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Mar 23, 2026
@dependabot
dependabot Bot changed the base branch from main to develop April 10, 2026 11:09
@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #758.

@dependabot dependabot Bot closed this Apr 13, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/packages/openbridge-webcomponents/topcli/prompts-3.0.0 branch April 13, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

0 participants