Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps @inquirer/prompts from 3.3.2 to 7.3.2.

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​7.3.1

  • Mark @types/node as an optional peer dependency across all packages.

@​inquirer/prompts@​7.0.1

  • Hoist peer-dependencies to remove warning when using yarn

@​inquirer/prompts@​7.0.0

  • @types/node is now only a peerDependencies. This reduces the install size of inquirer dramatically for folks not using Typescript. It's unlikely to break your builds if you used TS already, if it does run npm install --dev @types/node/yarn add --dev @types/node.

@​inquirer/prompts@​6.0.0

No technical breaking changes; but we changed the style of the question prefix once the answer is provided. Once a question is answer, the prefix becomes a tick mark (previously it was the same ? as when the prompt is idle.)

This is theme-able, and so can be overwritten to with theme.prefix.

@​inquirer/prompts@​5.3.0

  • Now includes a search prompt. import { search } from @inquirer/prompts

@​inquirer/prompts@​5.1.0

@​inquirer/prompts@​5.0.7

  • Replace chalk with picolors (in 5.1.0 went to yoctocolors to stay with Sindre's packages and reduce amount of provenance.)
  • TS 5.5 (no impact expected on package users)

@​inquirer/prompts@​5.0.1

  • Fix: breaking change wrongly removed the Separator export.

@​inquirer/prompts@​5.0.0

  • [Breaking #1384] @inquirer/core isn't exported from @inquirer/prompts anymore. If you want to create custom prompts, import from the core package. This decision was made to disambiguate what breaks in each package - with prompts re-exporting core, any core breaking change (no matter how minor) caused a major version bump. Now only prompts interfaces breaking changes will be major on prompts. We're hoping this will simplify your usage of @inquirer/* packages.

@​inquirer/prompts@​4.3.3

  • On windows, we will now use unicode characters whenever possible

@​inquirer/prompts@​4.3.2

  • Performance improvements (less flickering mainly noticeable on select/checkbox)

@​inquirer/prompts@​4.3.0

  • Errors thrown from prompts are now custom errors.

@​inquirer/prompts@​4.2.1

  • Bugfix: When relying on asynchronous validation, the loader icon was broken.
  • Chore: Added tests covering the prior issue to prevent future regression of loaders.

@​inquirer/prompts@​4.0.0

  • All prompts are now themable. See each prompts documentation about the options available.
  • BREAKING: The message option of each prompt must now be a string. It could previously be an asynchronous function. See recipes for a migration option.
  • Node 18 required
Commits
  • 27c8859 Publish
  • c6ecd42 Chore: Bump dependencies
  • 2f94923 Chore: Remove Warp sponsorship
  • 7ce36cc Chore(deps-dev): Bump vitest in the npm_and_yarn group (#1671)
  • 8320f69 Chore(deps-dev): Bump @​vitest/coverage-v8 from 3.0.4 to 3.0.5 (#1666)
  • cadcc37 Chore(deps-dev): Bump @​types/node from 22.13.0 to 22.13.1 (#1670)
  • 95bd983 Chore(deps-dev): Bump eslint from 9.19.0 to 9.20.0 (#1669)
  • fb24d0a Chore(deps-dev): Bump typescript-eslint from 8.22.0 to 8.23.0 (#1668)
  • 979e8dd Chore(deps-dev): Bump globby from 14.0.2 to 14.1.0 (#1667)
  • b2709b8 Publish
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot requested review from a team as code owners February 17, 2025 18:06
@dependabot dependabot bot added the dependency Issue related to upstream dependency label Feb 17, 2025
@changeset-bot
Copy link

changeset-bot bot commented Feb 17, 2025

🦋 Changeset detected

Latest commit: 4c97e7b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@aws-amplify/cli-core Patch

Not sure what this means? Click here to learn what changesets are.

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

@github-actions github-actions bot added the run-e2e Label that will include e2e tests in PR checks workflow label Feb 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@ShadowCat567 ShadowCat567 reopened this Feb 17, 2025
ShadowCat567
ShadowCat567 previously approved these changes Feb 17, 2025
@ShadowCat567
Copy link
Contributor

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2025

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@ShadowCat567
Copy link
Contributor

@dependabot recreate

Bumps [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) from 3.3.2 to 7.3.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inquirer/prompts-7.3.2 branch from c945803 to 1310e22 Compare February 19, 2025 19:14
@ShadowCat567 ShadowCat567 reopened this Feb 20, 2025
@ShadowCat567 ShadowCat567 merged commit cdb5156 into main Feb 20, 2025
95 checks passed
@ShadowCat567 ShadowCat567 deleted the dependabot/npm_and_yarn/inquirer/prompts-7.3.2 branch February 20, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency Issue related to upstream dependency run-e2e Label that will include e2e tests in PR checks workflow

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants