[PR #1079] [MERGED] build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4 #1759

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1079
Author: @dependabot[bot]
Created: 3/28/2022
Status: Merged
Merged: 3/28/2022
Merged by: @mergify[bot]

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


📝 Commits (3)

  • 876d25a build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4
  • c0656b9 Merge branch 'master' into dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.4
  • 71b313b Merge branch 'master' into dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.4

📊 Changes

2 files changed (+9 additions, -12 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+8 -11)

📄 Description

Bumps github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4.

Release notes

Sourced from github.com/AlecAivazis/survey/v2's releases.

v2.3.4

What's Changed

Full Changelog: https://github.com/AlecAivazis/survey/compare/v2.3.3...v2.3.4

v2.3.3

No release notes provided.

Commits
  • 459523e Add terminal.Cursor error handling on Windows (#414)
  • 6cbb195 Fix Survey output on Windows (#413)
  • c07023a Skip vi-dependent tests when there is no vi in PATH (#397)
  • 099a968 Fix multiple validator inconsistency (#401)
  • 1b28f27 fix: ensure terminal has required read settings in non-canonical mode (#409)
  • bcabe24 Stricter error handling in tests (#404)
  • 3cabaff Drop proprietary runner dependency in favor of go tooling (#403)
  • a8912d0 fix: error message for MinItems validator (#389)
  • 13bc976 Reconfigure CI to test on all branches (#374)
  • 82fd306 🔥 Gopkg files (#376)
  • 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 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/1079 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/28/2022 **Status:** ✅ Merged **Merged:** 3/28/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.4` --- ### 📝 Commits (3) - [`876d25a`](https://github.com/nektos/act/commit/876d25ad9f5c98314d133528ee03d1cc2d63efff) build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.2 to 2.3.4 - [`c0656b9`](https://github.com/nektos/act/commit/c0656b912a6e253e2c2c51d9e7fe3417b8d4287c) Merge branch 'master' into dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.4 - [`71b313b`](https://github.com/nektos/act/commit/71b313b32dfa43ca0f68ecdc3b71c77db186f7dd) Merge branch 'master' into dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.4 ### 📊 Changes **2 files changed** (+9 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+8 -11) </details> ### 📄 Description Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.3.2 to 2.3.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AlecAivazis/survey/releases">github.com/AlecAivazis/survey/v2's releases</a>.</em></p> <blockquote> <h2>v2.3.4</h2> <h2>What's Changed</h2> <ul> <li>Fix Survey output on Windows by <a href="https://github.com/mislav"><code>@​mislav</code></a> in <a href="https://github-redirect.dependabot.com/AlecAivazis/survey/pull/413">AlecAivazis/survey#413</a></li> <li>Add <code>terminal.Cursor</code> error handling on Windows by <a href="https://github.com/mislav"><code>@​mislav</code></a> in <a href="https://github-redirect.dependabot.com/AlecAivazis/survey/pull/414">AlecAivazis/survey#414</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/AlecAivazis/survey/compare/v2.3.3...v2.3.4">https://github.com/AlecAivazis/survey/compare/v2.3.3...v2.3.4</a></p> <h2>v2.3.3</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AlecAivazis/survey/commit/459523edaa297c6fb49e0894ac4d2b886cffffde"><code>459523e</code></a> Add <code>terminal.Cursor</code> error handling on Windows (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/414">#414</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/6cbb1952ae47dfc5157bb10496cca1c6e2b3ea82"><code>6cbb195</code></a> Fix Survey output on Windows (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/413">#413</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/c07023a37213c819afbccf7c5d5b42c95b9d4a36"><code>c07023a</code></a> Skip vi-dependent tests when there is no vi in PATH (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/397">#397</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/099a96894e7a1941cca62b6a9f1a06dadf8664ae"><code>099a968</code></a> Fix multiple validator inconsistency (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/401">#401</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/1b28f276a890e828b6800e774df66e51a11e852d"><code>1b28f27</code></a> fix: ensure terminal has required read settings in non-canonical mode (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/409">#409</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/bcabe24167549b12d61bfeb284598bf7f5292ded"><code>bcabe24</code></a> Stricter error handling in tests (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/404">#404</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/3cabaff974060c555ea7d792abbd8272096fa919"><code>3cabaff</code></a> Drop proprietary runner dependency in favor of go tooling (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/403">#403</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/a8912d047bec8f7ed857969e109690f90fdbd977"><code>a8912d0</code></a> fix: error message for MinItems validator (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/389">#389</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/13bc976fcb6cbda74df02d33044677ea9d6ab86b"><code>13bc976</code></a> Reconfigure CI to test on all branches (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/374">#374</a>)</li> <li><a href="https://github.com/AlecAivazis/survey/commit/82fd306595278ceeb730202792b979726ea5ca4e"><code>82fd306</code></a> :fire: Gopkg files (<a href="https://github-redirect.dependabot.com/AlecAivazis/survey/issues/376">#376</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AlecAivazis/survey/compare/v2.3.2...v2.3.4">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.3.2&new-version=2.3.4)](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:52:33 +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#1759
No description provided.