Skip to content

Commit

Permalink
chore(deps): bump inquirer from 9.2.6 to 9.2.7 (#333)
Browse files Browse the repository at this point in the history
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 9.2.6 to
9.2.7.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/86531864067faf1d6e76f1581c9aa72cb1b03753"><code>8653186</code></a>
Publish</li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/da7f12f4b146c897d47f4b28be0d9b129d398b1b"><code>da7f12f</code></a>
Chore: Bump dependencies</li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/e91d960ace4f14b65280795315ad923c20511d2e"><code>e91d960</code></a>
Feat (Core): Prompt functions are now cancelable. Fix <a
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/816">#816</a></li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/5eaf72eeea5ccedaf266de8fcb6bf159d16918d1"><code>5eaf72e</code></a>
Chore (Core): Cleanup some code to reduce moving parts</li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/09539fa23127b7c0f5903155bd66c099f1b7e03e"><code>09539fa</code></a>
Chore (core): Cleanup force exit handling and test it. Rel to <a
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1237">#1237</a>
<a
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1114">#1114</a></li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/965254809f0be8921bbf5c877303a2799960a73e"><code>9652548</code></a>
Fix (Confirm): Set every other string fallback to default value (<a
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1240">#1240</a>)</li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/a9a0039474ff9f1629d81e3ff9baccf7463f4f12"><code>a9a0039</code></a>
Feat (Core): Reduce amount of times we write to the stdout per
cycle</li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/23c2a4bd3d6d8c0b0d0ceb85747ed63cf741da4d"><code>23c2a4b</code></a>
Fix (Core): Restore cursor on force exit. Fix <a
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1237">#1237</a>
<a
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1114">#1114</a></li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/76fd5f676f9d54bf91a089fa8428ede3f57b9c2b"><code>76fd5f6</code></a>
Feat (testing): Keep track of ANSI only strings when asking raw mode
screen</li>
<li><a
href="https://github.com/SBoudrias/Inquirer.js/commit/f4bd86479a9b4b363c35e3f154eb6881bbdd7b0e"><code>f4bd864</code></a>
prompts: Expose all core functions (<a
href="https://redirect.github.com/SBoudrias/Inquirer.js/issues/1238">#1238</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/SBoudrias/Inquirer.js/compare/[email protected]@9.2.7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=inquirer&package-manager=npm_and_yarn&previous-version=9.2.6&new-version=9.2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>
  • Loading branch information
paularmstrong authored Jun 6, 2023
2 parents 9badfc3 + b6f48dd commit c968281
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9879,8 +9879,8 @@ __metadata:
linkType: hard

"inquirer@npm:^9.1.4":
version: 9.2.6
resolution: "inquirer@npm:9.2.6"
version: 9.2.7
resolution: "inquirer@npm:9.2.7"
dependencies:
ansi-escapes: ^4.3.2
chalk: ^5.2.0
Expand All @@ -9897,7 +9897,7 @@ __metadata:
strip-ansi: ^6.0.1
through: ^2.3.6
wrap-ansi: ^6.0.1
checksum: caf3e9da66a0b3809952e8425a36435afccba8fdfeea4c9d42ce362d465b72f22a201f37a1badf52dd355c6054e5e6f073d45258fec477238dba13d24a6e77d6
checksum: 5522fd4af72aec151d92a8156d24ff55c2e5f68177eac1e704a594004b31b3215ff92c59a3105691b8e237640995efd55df0aa2e3b47053fb27768ded760fbf5
languageName: node
linkType: hard

Expand Down

0 comments on commit c968281

Please sign in to comment.