Skip to content

Bump tmp, inquirer and yeoman-test #593

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Removes tmp. It's no longer used after updating ancestor dependencies tmp, inquirer and yeoman-test. These dependencies need to be updated together.

Removes tmp

Updates inquirer from 8.2.6 to 12.9.1

Release notes

Sourced from inquirer's releases.

[email protected]

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

[email protected]

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

[email protected]

  • Fixes: a transitive dependency (run-aysnc) loaded devDependencies unexpectedly. This is now fixed upstream. Rel #1791

[email protected]

  • 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.

[email protected]

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

[email protected]

  • 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.

[email protected]

  • Chore: dependencies bump

[email protected]

  • Fix #1741: Issue with SIGINT in some scenarios leaving promises unsettled on exit.
  • Fix: Remove monorepo related dependencies from all artifacts published to npm. This removes non-standard version specifiers like workspace:* from the public npm packages.

[email protected]

  • 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.

[email protected]

  • README: Add new sponsor
  • Chore: dependency updates

[email protected]

  • Feat (select): Introduce theme.indexMode to control displaying an index prefix in front of each choice. (defaults to hidden)
  • Fix (select): Improve search when number keys are pressed

[email protected]

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

[email protected]

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

[email protected]

  • Added new shortcut config to the checkbox prompt. Allows to customize or disable shortcut keys for select all and invert selection.

[email protected]

... (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 yeoman-test from 5.1.0 to 10.1.1

Release notes

Sourced from yeoman-test's releases.

v10.1.1

  • feat: accept new enviroment/generator betas (#261) 0946680

yeoman/yeoman-test@v10.1.0...v10.1.1

v10.1.0

What's Changed

New Contributors

Full Changelog: yeoman/yeoman-test@v10.0.1...v10.1.0

v10.0.1

  • chore: have permissive @​types/node version dec6e6b

yeoman/yeoman-test@v10.0.0...v10.0.1

v10.0.0

  • add compatibility with @​yeoman/adapter v2.0.0 (#243) 4916e1f

yeoman/yeoman-test@v9.2.0...v10.0.0

v9.2.0

  • add withEnvironmentRun helper (#241) 388ba2d

yeoman/yeoman-test@v9.1.0...v9.2.0

v9.1.0

  • fix runResult.create type chainning and add mocked generators assertions. (#240) 1cc1b0a

yeoman/yeoman-test@v9.0.0...v9.1.0

v9.0.0

  • chore: drop official support for old generators and environment (#237) cf06b47
  • switch to mock from node:test (#232) 8875cd5
  • fix: adjusts to tests cleanup (#229) 779d203
  • chore: drop node 16 4d0dca3

yeoman/yeoman-test@v8.3.0...v9.0.0

v8.3.0

... (truncated)

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](https://github.com/SBoudrias/Inquirer.js) and [yeoman-test](https://github.com/yeoman/yeoman-test). These dependencies need to be updated together.


Removes `tmp`

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

Updates `yeoman-test` from 5.1.0 to 10.1.1
- [Release notes](https://github.com/yeoman/yeoman-test/releases)
- [Commits](yeoman/yeoman-test@v5.1.0...v10.1.1)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 
  dependency-type: indirect
- dependency-name: inquirer
  dependency-version: 12.9.1
  dependency-type: indirect
- dependency-name: yeoman-test
  dependency-version: 10.1.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 11, 2025
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