Skip to content

Bump @inquirer/input from 1.0.8 to 1.1.2#6

Merged
remisture merged 1 commit intomainfrom
dependabot/npm_and_yarn/inquirer/input-1.1.2
May 27, 2023
Merged

Bump @inquirer/input from 1.0.8 to 1.1.2#6
remisture merged 1 commit intomainfrom
dependabot/npm_and_yarn/inquirer/input-1.1.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 22, 2023

Bumps @inquirer/input from 1.0.8 to 1.1.2.

Release notes

Sourced from @​inquirer/input's releases.

v1.1.2

  • Fix list prompts being re-render each time enter key was pressed. (#395)

v1.1.1

  • Correctly ignore validation on list prompts. (previously the function would be run and throw an exception)

Instead of validation, you can:

  1. Pass a function as choices so you can filter out invalid choices
  2. If you want the end user to see all choices, then make the invalid choice Separators. That way, they'll be seen, but won't be selectable.

v1.1.0

  • Add a new editor prompt to launch an editor allowing to easily enter multiline content - or edit file content.
Commits
  • 235c18f Publish
  • 478c35e feat (core): Trim end of wrapped lines to make snapshot predictable, and make...
  • 1f78603 Chore: Add unit test to select prompt
  • 42c1458 Chore: Set demo to only run automatically if they're the entrypoint. Otherwis...
  • 13f8025 Chore: replace sinon with vitest
  • 85e1e98 Chore: replace sinon with vitest
  • f0bac45 Chore: replace chai with vitest
  • 0d97a52 Fix Node20 path resolution
  • 77dc774 chore: Simplify configs & reduce devDependencies
  • 7d69cfb chore: Simplify TS setup throughout the monorepo
  • 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 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 [@inquirer/input](https://github.com/SBoudrias/Inquirer.js) from 1.0.8 to 1.1.2.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/input@1.0.8...@inquirer/input@1.1.2)

---
updated-dependencies:
- dependency-name: "@inquirer/input"
  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 May 22, 2023
@remisture remisture merged commit fc7a616 into main May 27, 2023
@remisture remisture deleted the dependabot/npm_and_yarn/inquirer/input-1.1.2 branch May 27, 2023 15:37
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