[PR #2068] [MERGED] build(deps): bump github.com/creack/pty from 1.1.18 to 1.1.20 #2255

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/2068
Author: @dependabot[bot]
Created: 10/30/2023
Status: Merged
Merged: 10/30/2023
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/creack/pty-1.1.20


📝 Commits (2)

  • e4e2f89 build(deps): bump github.com/creack/pty from 1.1.18 to 1.1.20
  • e8c389f Merge branch 'master' into dependabot/go_modules/github.com/creack/pty-1.1.20

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/creack/pty from 1.1.18 to 1.1.20.

Release notes

Sourced from github.com/creack/pty's releases.

v1.1.20

What's Changed

Full Changelog: https://github.com/creack/pty/compare/v1.1.19...v1.1.20

v1.1.19

What's Changed

New Contributors

Full Changelog: https://github.com/creack/pty/compare/v1.1.18...v1.1.19

Commits
  • 1985fd4 Merge pull request #167 from sio/ioctl
  • 8042b22 Revert riscv removal.
  • 5c92749 Merge pull request #168 from sio/riscv
  • 04081dc Merge pull request #30 from samm-git/master
  • 24db57f Merge pull request #157 from matoro/master
  • 7f13640 Use upstream compiler for linux/riscv64 and freebsd/riscv64
  • 3abf458 Notify about intentionally using blocking io on Darwin
  • 75e52f1 Do not fail if SetDeadline is not supported by OS
  • 418593d Restore support for older Go versions
  • 87d82d3 Rename ioctl.go back
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/2068 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/30/2023 **Status:** ✅ Merged **Merged:** 10/30/2023 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/creack/pty-1.1.20` --- ### 📝 Commits (2) - [`e4e2f89`](https://github.com/nektos/act/commit/e4e2f8940dda902f6c74ece23fd9da606b1b8810) build(deps): bump github.com/creack/pty from 1.1.18 to 1.1.20 - [`e8c389f`](https://github.com/nektos/act/commit/e8c389fad17c3215402e11fcb552e441d7792f2e) Merge branch 'master' into dependabot/go_modules/github.com/creack/pty-1.1.20 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/creack/pty](https://github.com/creack/pty) from 1.1.18 to 1.1.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/creack/pty/releases">github.com/creack/pty's releases</a>.</em></p> <blockquote> <h2>v1.1.20</h2> <h2>What's Changed</h2> <ul> <li>Avoid calls to (*os.File).Fd() and operations on raw file descriptor ints by <a href="https://github.com/sio"><code>@​sio</code></a> in <a href="https://redirect.github.com/creack/pty/pull/167">creack/pty#167</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.19...v1.1.20">https://github.com/creack/pty/compare/v1.1.19...v1.1.20</a></p> <h2>v1.1.19</h2> <h2>What's Changed</h2> <ul> <li>Add some basic tests by <a href="https://github.com/Frassle"><code>@​Frassle</code></a> in <a href="https://redirect.github.com/creack/pty/pull/145">creack/pty#145</a></li> <li>Provide correct pty/tty file paths on OpenBSD by <a href="https://github.com/4a6f656c"><code>@​4a6f656c</code></a> in <a href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li> <li>Add sparc support by <a href="https://github.com/matoro"><code>@​matoro</code></a> in <a href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li> <li>Add support for the 32-bit PPC Linux platform by <a href="https://github.com/samm-git"><code>@​samm-git</code></a> in <a href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li> <li>Use upstream compiler for linux/riscv64 and freebsd/riscv64 by <a href="https://github.com/sio"><code>@​sio</code></a> in <a href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/4a6f656c"><code>@​4a6f656c</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/148">creack/pty#148</a></li> <li><a href="https://github.com/matoro"><code>@​matoro</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/157">creack/pty#157</a></li> <li><a href="https://github.com/samm-git"><code>@​samm-git</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/30">creack/pty#30</a></li> <li><a href="https://github.com/sio"><code>@​sio</code></a> made their first contribution in <a href="https://redirect.github.com/creack/pty/pull/168">creack/pty#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/creack/pty/compare/v1.1.18...v1.1.19">https://github.com/creack/pty/compare/v1.1.18...v1.1.19</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/creack/pty/commit/1985fd408d3608146ad3a05d792bccb521f9f6a4"><code>1985fd4</code></a> Merge pull request <a href="https://redirect.github.com/creack/pty/issues/167">#167</a> from sio/ioctl</li> <li><a href="https://github.com/creack/pty/commit/8042b227ecab217df70cd53d5acb05d894485102"><code>8042b22</code></a> Revert riscv removal.</li> <li><a href="https://github.com/creack/pty/commit/5c92749733e2337caee7caa82b201065997348da"><code>5c92749</code></a> Merge pull request <a href="https://redirect.github.com/creack/pty/issues/168">#168</a> from sio/riscv</li> <li><a href="https://github.com/creack/pty/commit/04081dc6b3402ad1ba24016814f29d62dd2538e6"><code>04081dc</code></a> Merge pull request <a href="https://redirect.github.com/creack/pty/issues/30">#30</a> from samm-git/master</li> <li><a href="https://github.com/creack/pty/commit/24db57f63d1f34af97c7add9c5f571d83e101762"><code>24db57f</code></a> Merge pull request <a href="https://redirect.github.com/creack/pty/issues/157">#157</a> from matoro/master</li> <li><a href="https://github.com/creack/pty/commit/7f1364099ec272839d6b7370750b55988debb664"><code>7f13640</code></a> Use upstream compiler for linux/riscv64 and freebsd/riscv64</li> <li><a href="https://github.com/creack/pty/commit/3abf458f02ea9f96d9c45f7e735aea501ae65ef8"><code>3abf458</code></a> Notify about intentionally using blocking io on Darwin</li> <li><a href="https://github.com/creack/pty/commit/75e52f11032651aed206bc5116bf6f2914c46a2a"><code>75e52f1</code></a> Do not fail if SetDeadline is not supported by OS</li> <li><a href="https://github.com/creack/pty/commit/418593def3022a9a89bfbc503bbbe877b3757910"><code>418593d</code></a> Restore support for older Go versions</li> <li><a href="https://github.com/creack/pty/commit/87d82d3af069ec9e7804be496a0bedfc3711594c"><code>87d82d3</code></a> Rename ioctl.go back</li> <li>Additional commits viewable in <a href="https://github.com/creack/pty/compare/v1.1.18...v1.1.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/creack/pty&package-manager=go_modules&previous-version=1.1.18&new-version=1.1.20)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:39 +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#2255
No description provided.