Skip to content

chore(deps): bump @inquirer/core from 11.2.1 to 12.0.1 - #3120

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bun/inquirer/core-12.0.1
Closed

chore(deps): bump @inquirer/core from 11.2.1 to 12.0.1#3120
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bun/inquirer/core-12.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps @inquirer/core from 11.2.1 to 12.0.1.

Release notes

Sourced from @​inquirer/core's releases.

@​inquirer/core@​12.0.1

What's new

  • Prettified prompt and theme types for better IDE display: makeTheme now returns a fully flattened theme type, and createPrompt expands the config's top-level keys in the IDE while staying assignable to Config (#2239).

Dependencies

  • @inquirer/type bumped to ^4.1.0

@​inquirer/core@​12.0.0

⚠️ Breaking change

The setter returned by useState now accepts an updater/reducer function (currentValue) => nextValue, mirroring React. The updater always receives the latest state (read from the hook store at call time), which simplifies async and reducer-style state updates.

Type change: the setter signature moves from (newValue: Value) => void to (newValue: NotFunction<Value> | Reducer<Value>) => void.

Impact: any code that stored a function as a value via useState's setter now has that function interpreted as a reducer. This is a type-level breaking change for consumers of the core hook API.

What's new

  • useState setter accepts a reducer function (currentValue) => nextValue (#2225)

Dependencies

  • @inquirer/figures bumped to ^2.0.8
Commits
  • 51ac389 chore: Publish new release
  • 0f1718e feat(@​inquirer/password): add ctrl+t toggle to reveal password
  • 5fa76b1 feat: prettify prompt and theme types for better IDE display (#2239)
  • 6730c32 fix(@​inquirer/i18n): mock Intl in auto-detect test to fix Windows flake (#2235)
  • 00ebec7 fix(@​inquirer/i18n): accept the localized yes/no answers each locale hints at
  • 9637a2a chore(deps-dev): Bump globals in the linting group (#2238)
  • 45b1479 docs: add inquirer-grouped-checkbox to community prompts (#2236)
  • 9997067 fix(release): serialize staging with --concurrency 1
  • 2073546 fix(release): disable auto-install hook event in postpack restore
  • 7f00eb7 fix(release): bypass auto-install hook in postpack restore
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​inquirer/core 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 [@inquirer/core](https://github.com/SBoudrias/Inquirer.js) from 11.2.1 to 12.0.1.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/core@11.2.1...@inquirer/core@12.0.1)

---
updated-dependencies:
- dependency-name: "@inquirer/core"
  dependency-version: 12.0.1
  dependency-type: direct:production
  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 Sep 1, 2026
@enesgules

Copy link
Copy Markdown
Collaborator

Included in #2984, which combines the pending dependency updates and regenerates the pnpm lockfile. Closing this pull request to keep one combined review.

@enesgules enesgules closed this Sep 9, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

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.

@dependabot
dependabot Bot deleted the dependabot/bun/inquirer/core-12.0.1 branch September 9, 2026 15:39
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