Skip to content

chore(deps): bump the dependencies group with 2 updates#721

Merged
fraxken merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-347957c6bb
Mar 30, 2026
Merged

chore(deps): bump the dependencies group with 2 updates#721
fraxken merged 1 commit intomasterfrom
dependabot/npm_and_yarn/dependencies-347957c6bb

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the dependencies group with 2 updates: @topcli/prompts and ws.

Updates @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.


Updates ws from 8.19.0 to 8.20.0

Release notes

Sourced from ws's releases.

8.20.0

Features

  • Added exports for the PerMessageDeflate class and utilities for the Sec-WebSocket-Extensions and Sec-WebSocket-Protocol headers (d3503c1f).
Commits
  • 8439255 [dist] 8.20.0
  • d3503c1 [minor] Export the PerMessageDeflate class and header utils
  • 3ee5349 [api] Convert the isServer and maxPayload parameters to options
  • 91707b4 [doc] Add missing space
  • 8b55319 [pkg] Update eslint to version 10.0.1
  • ca533a5 [pkg] Update globals to version 17.0.0
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 2 updates: [@topcli/prompts](https://github.com/TopCli/prompts) and [ws](https://github.com/websockets/ws).


Updates `@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)

Updates `ws` from 8.19.0 to 8.20.0
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.19.0...8.20.0)

---
updated-dependencies:
- dependency-name: "@topcli/prompts"
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: ws
  dependency-version: 8.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 30, 2026
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 30, 2026

⚠️ No Changeset found

Latest commit: e2aee9a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@fraxken fraxken merged commit 7b3f06a into master Mar 30, 2026
9 checks passed
@fraxken fraxken deleted the dependabot/npm_and_yarn/dependencies-347957c6bb branch March 30, 2026 20:10
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.

1 participant