[PR #804] [CLOSED] build(deps): bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14 #1619

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/804
Author: @dependabot[bot]
Created: 9/8/2021
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/mattn/go-isatty-0.0.14


📝 Commits (2)

  • f555db9 build(deps): bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14
  • f66caeb Merge branch 'master' into dependabot/go_modules/github.com/mattn/go-isatty-0.0.14

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/mattn/go-isatty from 0.0.12 to 0.0.14.

Commits
  • 504425e Merge pull request #66 from cookieY/sys
  • ee4b64c Update golang.org/x/sys commit hash to 0f9fa26a
  • 68134e7 Merge pull request #65 from shogo82148/introduce-go-build-comments
  • bea4d7c Merge pull request #64 from shogo82148/migrate-github-actions
  • 3ba961d add //go:build
  • 56b25a0 migrate from travis-ci to GitHub Actions
  • 712ea5b Merge pull request #62 from marcauberer/master
  • be5a901 Fix typo
  • 8b0c6d8 Merge pull request #61 from tklauser/fix-solaris-isterminal
  • 518b0c1 Don't set termio in IsTerminal on solaris
  • 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @catthehacker.


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/804 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/mattn/go-isatty-0.0.14` --- ### 📝 Commits (2) - [`f555db9`](https://github.com/nektos/act/commit/f555db94b3b12bc863e4302be266420f9b95b6a6) build(deps): bump github.com/mattn/go-isatty from 0.0.12 to 0.0.14 - [`f66caeb`](https://github.com/nektos/act/commit/f66caeb723dc10162bfee8a00d341e17ecd2fb6c) Merge branch 'master' into dependabot/go_modules/github.com/mattn/go-isatty-0.0.14 ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+4 -2) </details> ### 📄 Description Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.12 to 0.0.14. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mattn/go-isatty/commit/504425e14f742f1f517c4586048b49b37f829c8e"><code>504425e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mattn/go-isatty/issues/66">#66</a> from cookieY/sys</li> <li><a href="https://github.com/mattn/go-isatty/commit/ee4b64cd0185c49ed8fff5ade2c9923657fce6b7"><code>ee4b64c</code></a> Update golang.org/x/sys commit hash to 0f9fa26a</li> <li><a href="https://github.com/mattn/go-isatty/commit/68134e7c148cfd3c3697cec49e597a4089ea3281"><code>68134e7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mattn/go-isatty/issues/65">#65</a> from shogo82148/introduce-go-build-comments</li> <li><a href="https://github.com/mattn/go-isatty/commit/bea4d7cbfa1088ae93b5ea8b1e4472efb0b05481"><code>bea4d7c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mattn/go-isatty/issues/64">#64</a> from shogo82148/migrate-github-actions</li> <li><a href="https://github.com/mattn/go-isatty/commit/3ba961d9f33784602dd5f54344a2240515176dbe"><code>3ba961d</code></a> add //go:build</li> <li><a href="https://github.com/mattn/go-isatty/commit/56b25a013a12c4a129ce33c9c685dcefb1d5d4de"><code>56b25a0</code></a> migrate from travis-ci to GitHub Actions</li> <li><a href="https://github.com/mattn/go-isatty/commit/712ea5bbdc0182666b2925af87f0d8c1fcb00c17"><code>712ea5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mattn/go-isatty/issues/62">#62</a> from marcauberer/master</li> <li><a href="https://github.com/mattn/go-isatty/commit/be5a9016a39c403b22bc08cf509210096dfbc648"><code>be5a901</code></a> Fix typo</li> <li><a href="https://github.com/mattn/go-isatty/commit/8b0c6d82fa8980f9bff874afff66860a0c3e9c5c"><code>8b0c6d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mattn/go-isatty/issues/61">#61</a> from tklauser/fix-solaris-isterminal</li> <li><a href="https://github.com/mattn/go-isatty/commit/518b0c17c0d409e9a3c2c08cad880751d2666e49"><code>518b0c1</code></a> Don't set termio in IsTerminal on solaris</li> <li>Additional commits viewable in <a href="https://github.com/mattn/go-isatty/compare/v0.0.12...v0.0.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/mattn/go-isatty&package-manager=go_modules&previous-version=0.0.12&new-version=0.0.14)](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 will merge this PR once it's up-to-date and CI passes on it, as requested by @catthehacker. [//]: # (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#1619
No description provided.