[PR #1872] [MERGED] build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7 #2170

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1872
Author: @dependabot[bot]
Created: 6/19/2023
Status: Merged
Merged: 6/19/2023
Merged by: @mergify[bot]

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


📝 Commits (2)

  • 6735975 build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7
  • b5fb241 Merge branch 'master' into dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.7

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7.

Commits
  • fa37277 Respect NO_COLOR, CLICOLOR, and CLICOLOR_FORCE environment (#475)
  • 82a5fab Resolve misc. lint violations and formatting issues (#471)
  • f0d409e Bump golang.org/x/text for security fix (#468)
  • 4582d06 Add build tags to make the project compatible with gopls (#470)
  • b54ce38 Remove ANSI formatting before measuring string width (#462)
  • 8fe20ce Remove vendored dependencies (#455)
  • 3f9140e Fix bug when runes with width > 1 in an option with multiple lines (#445)
  • d889203 Added customisable hide character for password inputs. (#431)
  • 734e799 Add Description function to multi select (#446)
  • a98a037 Show transformed answer after submitting input (#450)
  • 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/1872 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/19/2023 **Status:** ✅ Merged **Merged:** 6/19/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.7` --- ### 📝 Commits (2) - [`6735975`](https://github.com/nektos/act/commit/67359750c46ac67d9797adeca0a2615333fb1699) build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7 - [`b5fb241`](https://github.com/nektos/act/commit/b5fb241210b5728124a7d451fc28b59f6f880ca3) Merge branch 'master' into dependabot/go_modules/github.com/AlecAivazis/survey/v2-2.3.7 ### 📊 Changes **2 files changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+3 -4) </details> ### 📄 Description Bumps [github.com/AlecAivazis/survey/v2](https://github.com/AlecAivazis/survey) from 2.3.6 to 2.3.7. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-survey/survey/commit/fa37277e6394c29db7bcc94062cb30cd7785a126"><code>fa37277</code></a> Respect NO_COLOR, CLICOLOR, and CLICOLOR_FORCE environment (<a href="https://redirect.github.com/AlecAivazis/survey/issues/475">#475</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/82a5fab639dfb008b5eda049869dcbb1bd257013"><code>82a5fab</code></a> Resolve misc. lint violations and formatting issues (<a href="https://redirect.github.com/AlecAivazis/survey/issues/471">#471</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/f0d409e379298549c9bce8d7c6b964881d8f6c36"><code>f0d409e</code></a> Bump <code>golang.org/x/text</code> for security fix (<a href="https://redirect.github.com/AlecAivazis/survey/issues/468">#468</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/4582d0695bda4337ccc22c0bb186c20649dd3e97"><code>4582d06</code></a> Add build tags to make the project compatible with gopls (<a href="https://redirect.github.com/AlecAivazis/survey/issues/470">#470</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/b54ce3849e4770c86edea7108c23e8e2c89fea2b"><code>b54ce38</code></a> Remove ANSI formatting before measuring string width (<a href="https://redirect.github.com/AlecAivazis/survey/issues/462">#462</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/8fe20cefd205bd3df4660d7ef7fd9b56366975ad"><code>8fe20ce</code></a> Remove vendored dependencies (<a href="https://redirect.github.com/AlecAivazis/survey/issues/455">#455</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/3f9140e7eefe5322bdc93e332311b4c42740f84d"><code>3f9140e</code></a> Fix bug when runes with width &gt; 1 in an option with multiple lines (<a href="https://redirect.github.com/AlecAivazis/survey/issues/445">#445</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/d88920346ec6caf459f5178e374db21ff4cf879e"><code>d889203</code></a> Added customisable hide character for password inputs. (<a href="https://redirect.github.com/AlecAivazis/survey/issues/431">#431</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/734e799cce5fd2aec1ad00ecd3224a26de6309ab"><code>734e799</code></a> Add Description function to multi select (<a href="https://redirect.github.com/AlecAivazis/survey/issues/446">#446</a>)</li> <li><a href="https://github.com/go-survey/survey/commit/a98a037e3f0b51b8a992bfdd4c50debb70a53553"><code>a98a037</code></a> Show transformed answer after submitting input (<a href="https://redirect.github.com/AlecAivazis/survey/issues/450">#450</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AlecAivazis/survey/compare/v2.3.6...v2.3.7">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.6&new-version=2.3.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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 21:54:18 +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#2170
No description provided.