[PR #803] [MERGED] build(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.7 to 2.3.1 #1618

Closed
opened 2026-03-01 21:51:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/803
Author: @dependabot[bot]
Created: 9/8/2021
Status: Merged
Merged: 9/8/2021
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.1


📝 Commits (1)

  • 67245c5 build(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.7 to 2.3.1

📊 Changes

2 files changed (+5 additions, -7 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+4 -6)

📄 Description

Bumps github.com/AlecAivazis/survey/v2 from 2.2.7 to 2.3.1.

Commits

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nektos/act/pull/803 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2021 **Status:** ✅ Merged **Merged:** 9/8/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.1` --- ### 📝 Commits (1) - [`67245c5`](https://github.com/nektos/act/commit/67245c502a75fcb26dd659317ecc3b495b26573f) build(deps): bump github.com/AlecAivazis/survey/v2 from 2.2.7 to 2.3.1 ### 📊 Changes **2 files changed** (+5 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -6) </details> ### 📄 Description Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.2.7 to 2.3.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AlecAivazis/survey/commit/2a06c1eb8e50f7ea128747d7f9765ccc155c6564"><code>2a06c1e</code></a> small fix for windows rendering (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/370">#370</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/e819196895f87d944a5e3c5610fc52e4e3d8b642"><code>e819196</code></a> Edit README.md</li> <li><a href="https://github.com/AlecAivazis/survey/commit/b677d717e3371bf3c12b3082ee2dad7bb873e2d7"><code>b677d71</code></a> Create README.md</li> <li><a href="https://github.com/AlecAivazis/survey/commit/a4e159a1a700e113e78760bc04f204cb477a1a82"><code>a4e159a</code></a> Cursor tracks select focus (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/358">#358</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/8a8987758e45e87d535cde6f1418a85058a94007"><code>8a89877</code></a> Add WriteAnswer support for promoted fields (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/366">#366</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/3fff19a4f37ba02ceaf3e52c984bdcd6b73ac801"><code>3fff19a</code></a> Validators for the number of responses in multiselect (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/362">#362</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/3ec04a9bc169698c44aad7ca54eee24a874549a1"><code>3ec04a9</code></a> (fix): arrow key behavior on input prompt (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/361">#361</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/c5bc9bf5b77067473df28e446da9561edc2a5a66"><code>c5bc9bf</code></a> correct cursor location when terminal wraps lines (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/360">#360</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/64b4e8e5d4f81810443beefe662df40dbf608afb"><code>64b4e8e</code></a> Use golang.org/x/term instead of golang.org/x/crypto/ssh/terminal (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/355">#355</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/60ad3ef78c56c11e7ede294ddd0fa908b10ff475"><code>60ad3ef</code></a> Re-enable TestAsk (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/354">#354</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AlecAivazis/survey/compare/v2.2.7...v2.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/AlecAivazis/survey/v2&package-manager=go_modules&previous-version=2.2.7&new-version=2.3.1)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:51:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1618
No description provided.