Skip to content

build(deps): Bump inquirer-file-selector from 0.6.2 to 2.0.0 - #9465

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/inquirer-file-selector-2.0.0
Open

build(deps): Bump inquirer-file-selector from 0.6.2 to 2.0.0#9465
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/inquirer-file-selector-2.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Bumps inquirer-file-selector from 0.6.2 to 2.0.0.

Changelog

Sourced from inquirer-file-selector's changelog.

[2.0.0] 2026-08-06

Added

  • Config option allowBack to optionally prevent navigating back to the parent directory. Thanks to @​JordanW9232.

Changed

  • Drop support for Node.js 20; now requires Node.js 22.19.0 or newer.
  • No longer publish minified code to improve stack trace readability during error debugging.
  • Theme function renderHelp now uses a single overload with a RenderHelpOptions object.
  • Replace exported type RenderHelpContext with HeaderHelpContext, InlineHelpContext and RenderHelpOptions.
  • Update @inquirer/core to version 11.2.1.
  • Update @inquirer/figures to version 2.0.7.
  • Update @inquirer/type to version 4.0.7.

Removed

  • chalk dependency, replaced with Node.js built-in styleText utility.
  • Config option showExcluded. Entries excluded by the filter callback are now always hidden, which was previously the default behavior.
  • Theme style disabled. Disabled entries are no longer rendered.
  • Exported types: StatusType, RawItem, ItemTypeUnion and Keybinds.

Fixed

  • Permission denied errors during directory scanning (scandir), complementing previous stat error fixes.

[1.0.1] 2025-08-10

Changed

  • Bump version to publish the package on npm. No functional changes.

[1.0.0] 2025-08-09 (Could not be published)

Added

  • Config option multiple to support multiple selection.
  • Config option keybinds to customize all key actions.
  • Make all help hints fully customizable in the theme with dynamic display.
  • Export types: StatusType, PromptConfig, Item, RawItem, ItemTypeUnion, PromptTheme, RenderHelpContext, RenderItemContext and Keybinds.

Changed

  • Drop support for Node.js 18; now requires Node.js 20.
  • Replace default export with named export fileSelector.
  • Return an Item object instead of just a path.
  • Return null instead of 'canceled' when the prompt is canceled.
  • Make files and directories selectable by default.
  • Enhance prompt signature with conditional return type support.

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2026
@github-actions
github-actions Bot enabled auto-merge August 11, 2026 00:11
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/inquirer-file-selector-2.0.0 branch 23 times, most recently from 5074c99 to 0da401e Compare August 13, 2026 00:48
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/inquirer-file-selector-2.0.0 branch 28 times, most recently from 9737151 to 88d36ae Compare August 19, 2026 00:40
Bumps [inquirer-file-selector](https://github.com/br14n-sol/inquirer-file-selector) from 0.6.2 to 2.0.0.
- [Changelog](https://github.com/br14n-sol/inquirer-file-selector/blob/main/CHANGELOG.md)
- [Commits](br14n-sol/inquirer-file-selector@v0.6.2...v2.0.0)

---
updated-dependencies:
- dependency-name: inquirer-file-selector
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@sonarqubecloud

sonarqubecloud Bot commented Sep 5, 2026

Copy link
Copy Markdown

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