Skip to content
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

chore(deps-dev): bump @inquirer/prompts from 3.3.0 to 7.1.0 #355

Merged
merged 3 commits into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps @inquirer/prompts from 3.3.0 to 7.1.0.

Release notes

Sourced from @​inquirer/prompts's releases.

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

@​inquirer/prompts@​5.1.0

@​inquirer/prompts@​5.0.7

  • Replace chalk with picolors (in 5.1.0 went to yoctocolors to stay with Sindre's packages and reduce amount of provenance.)
  • TS 5.5 (no impact expected on package users)

@​inquirer/prompts@​5.0.1

  • Fix: breaking change wrongly removed the Separator export.

@​inquirer/prompts@​5.0.0

  • [Breaking #1384] @inquirer/core isn't exported from @inquirer/prompts anymore. If you want to create custom prompts, import from the core package. This decision was made to disambiguate what breaks in each package - with prompts re-exporting core, any core breaking change (no matter how minor) caused a major version bump. Now only prompts interfaces breaking changes will be major on prompts. We're hoping this will simplify your usage of @inquirer/* packages.

@​inquirer/prompts@​4.3.3

  • On windows, we will now use unicode characters whenever possible

@​inquirer/prompts@​4.3.2

  • Performance improvements (less flickering mainly noticeable on select/checkbox)

@​inquirer/prompts@​4.3.0

  • Errors thrown from prompts are now custom errors.

@​inquirer/prompts@​4.2.1

  • Bugfix: When relying on asynchronous validation, the loader icon was broken.
  • Chore: Added tests covering the prior issue to prevent future regression of loaders.

@​inquirer/prompts@​4.0.0

  • All prompts are now themable. See each prompts documentation about the options available.
  • BREAKING: The message option of each prompt must now be a string. It could previously be an asynchronous function. See recipes for a migration option.
  • Node 18 required
Commits
  • 84e49bd Publish
  • 05d0bfa Chore: Bump dependencies
  • f9213cb Expose external-editor file options on the editor prompt (#1593)
  • 39a1f55 Chore(deps-dev): Bump @​eslint/js from 9.13.0 to 9.14.0 (#1597)
  • a03c458 Chore(deps-dev): Bump @​types/node from 22.8.1 to 22.9.0 (#1596)
  • f766ff2 Chore(deps-dev): Bump @​arethetypeswrong/cli from 0.16.4 to 0.17.0 (#1595)
  • d9af97a Chore(deps-dev): Bump globals from 15.11.0 to 15.12.0 (#1598)
  • 40cf19e Chore(deps-dev): Bump eslint-plugin-n from 17.12.0 to 17.13.1 (#1599)
  • 365c9b3 Chore(deps-dev): Bump @​vitest/coverage-v8 from 2.1.3 to 2.1.4 (#1590)
  • 133e482 Chore(deps-dev): Bump eslint-plugin-n from 17.11.1 to 17.12.0 (#1591)
  • 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 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)

Copy link

cloudflare-workers-and-pages bot commented Nov 18, 2024

Deploying egashira-dev with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4bc0c58
Status: ✅  Deploy successful!
Preview URL: https://0ed954c4.egashira-dev.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-inqu-v0d9.egashira-dev.pages.dev

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 18, 2024
@dependabot dependabot bot requested a review from ega4432 November 18, 2024 04:00
@ega4432
Copy link
Owner

ega4432 commented Nov 20, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inquirer/prompts-7.1.0 branch from ba2ffd4 to 74891b2 Compare November 20, 2024 07:54
@ega4432
Copy link
Owner

ega4432 commented Dec 2, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/inquirer/prompts-7.1.0 branch from 74891b2 to 8ca2d7f Compare December 2, 2024 09:15
dependabot bot and others added 3 commits December 3, 2024 11:51
Bumps [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) from 3.3.0 to 7.1.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/prompts@3.3.0...@inquirer/prompts@7.1.0)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@ega4432 ega4432 force-pushed the dependabot/npm_and_yarn/inquirer/prompts-7.1.0 branch from 3a903d1 to 4bc0c58 Compare December 3, 2024 02:51
@ega4432
Copy link
Owner

ega4432 commented Dec 3, 2024

@dependabot merge

@dependabot dependabot bot merged commit 85d61e9 into main Dec 3, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/inquirer/prompts-7.1.0 branch December 3, 2024 02:55
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