Skip to content

Comments

build(deps): bump tmp, @inquirer/prompts and inquirer#2

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-3021b87173
Closed

build(deps): bump tmp, @inquirer/prompts and inquirer#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-3021b87173

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 12, 2025

Removes tmp. It's no longer used after updating ancestor dependencies tmp, @inquirer/prompts and inquirer. These dependencies need to be updated together.

Removes tmp

Updates @inquirer/prompts from 3.3.2 to 7.8.1

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​7.8.0

  • Search prompt: New instructions config to allow localizing the help tips.

@​inquirer/prompts@​7.7.1

  • Fix #1786 select prompt with indexMode: number theme option didn't properly calculate the items indexes if separators where present in between choices.

@​inquirer/prompts@​7.7.0

  • Select prompt: When pressing a number key, we'll ignore separators in counting the index of the item to jump to.
  • Checkbox prompt: When pressing a number key, we'll ignore separators in counting the index of the item to select.

@​inquirer/prompts@​7.6.0

-input prompt: New prefill option to control if the default value is editable inline or only after pressing tab.

@​inquirer/prompts@​7.5.3

  • Fix #1743: pagination logic of the select, checkbox and search prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.

@​inquirer/prompts@​7.5.2

  • Chore: dependencies bump

@​inquirer/prompts@​7.5.0

  • Feat(@​inquirer/select): Added an instructions option allowing to customize the messages in the help tips.
  • Feat(@​inquirer/rawlist): Arrow keys will now cycle through the option, just like the @inquirer/select prompt. Also added a loop option to control the list loop behaviour when reaching the boundaries.

@​inquirer/prompts@​7.4.1

  • Fix number prompt (typescript): If prompt is required, only number can be returned. (previously was nullable)
  • README: Add new sponsor
  • Chore: dependency updates

@​inquirer/prompts@​7.3.3

  • Fix an issue where inquirer would throw if Node is ran with the new --frozen-intrinsics flag.

This fix is also released through patches of all specific prompts packages.

@​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

... (truncated)

Commits
  • 15b1e9c Publish
  • 9475bb3 Re-home external-editor & remove tmp vulnerable dependency (#1804)
  • ee16061 Add Ordered Checkbox Prompt to community list
  • 22d47dd Chore(deps-dev): Bump typescript from 5.8.3 to 5.9.2 in the build group
  • c6a265a Chore(deps-dev): Bump the linting group with 2 updates
  • a56b48f Chore(deps-dev): Bump eslint-plugin-n
  • 3ad650c Chore(deps-dev): Bump the linting group with 7 updates
  • 69944cc Publish
  • 36a7897 doc(@​inquirer/search): Document the new config. Rel #1773
  • 8ccf932 feat(@​inquirer/search): Support providing custom instructions. Fix #1773
  • Additional commits viewable in compare view

Updates inquirer from 8.2.6 to 8.2.7

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependencies [tmp](https://github.com/raszi/node-tmp), [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) and [inquirer](https://github.com/SBoudrias/Inquirer.js). These dependencies need to be updated together.


Removes `tmp`

Updates `@inquirer/prompts` from 3.3.2 to 7.8.1
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.2...@inquirer/prompts@7.8.1)

Updates `inquirer` from 8.2.6 to 8.2.7
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@8.2.6...inquirer@8.2.7)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: "@inquirer/prompts"
  dependency-version: 7.8.1
  dependency-type: direct:production
- dependency-name: inquirer
  dependency-version: 8.2.7
  dependency-type: indirect
...

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 Aug 12, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 22, 2025

Superseded by #3.

@dependabot dependabot bot closed this Aug 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/multi-3021b87173 branch August 22, 2025 10:35
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