[PR #1575] [CLOSED] build(deps): bump github.com/docker/cli from 23.0.0-rc.1+incompatible to 23.0.0-rc.3+incompatible #2011

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/1575
Author: @dependabot[bot]
Created: 1/23/2023
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/docker/cli-23.0.0-rc.3incompatible


📝 Commits (1)

  • 155a7fc build(deps): bump github.com/docker/cli

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/docker/cli from 23.0.0-rc.1+incompatible to 23.0.0-rc.3+incompatible.

Commits
  • e1152b2 Merge pull request #3977 from alirostami01/master
  • be30cb3 Fix section docker ps --size
  • f7c322e Merge pull request #1900 from yuchengwu/8831-doc-user-restrict
  • 5d04b1c note --user args usage restriction
  • 8627a6d Merge pull request #3971 from thaJeztah/sync_cobra_streams
  • fe694e8 Merge pull request #3973 from thaJeztah/no_escape
  • 1493806 Merge pull request #3968 from crazy-max/fix-badges
  • 9bb7021 Add extra newline after additionalHelp output
  • 59e74b4 cli: additionalHelp() don't decorate output if it's piped
  • fc6be6a cli: pass dockerCLI's in/out/err to cobra cmds
  • 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/1575 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/23/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/docker/cli-23.0.0-rc.3incompatible` --- ### 📝 Commits (1) - [`155a7fc`](https://github.com/nektos/act/commit/155a7fccbd5c635d9cfe120658ec89284bfed509) build(deps): bump github.com/docker/cli ### 📊 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/docker/cli](https://github.com/docker/cli) from 23.0.0-rc.1+incompatible to 23.0.0-rc.3+incompatible. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/docker/cli/commit/e1152b2418833c2e39b7114c1ebb12d2278792a3"><code>e1152b2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/cli/issues/3977">#3977</a> from alirostami01/master</li> <li><a href="https://github.com/docker/cli/commit/be30cb370e3886dd940e0a6601bcd95fc4f3c34c"><code>be30cb3</code></a> Fix section docker ps --size</li> <li><a href="https://github.com/docker/cli/commit/f7c322edba2173b03a7126e828cc07ea3d952eb7"><code>f7c322e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/cli/issues/1900">#1900</a> from yuchengwu/8831-doc-user-restrict</li> <li><a href="https://github.com/docker/cli/commit/5d04b1c49e3d095370c58be371cade0d941adbf7"><code>5d04b1c</code></a> note <code>--user</code> args usage restriction</li> <li><a href="https://github.com/docker/cli/commit/8627a6df16294569f04f8b953f765dde3dc2c934"><code>8627a6d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/cli/issues/3971">#3971</a> from thaJeztah/sync_cobra_streams</li> <li><a href="https://github.com/docker/cli/commit/fe694e8219c8321ca0fde5c8c1b7fa419e7b125e"><code>fe694e8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/cli/issues/3973">#3973</a> from thaJeztah/no_escape</li> <li><a href="https://github.com/docker/cli/commit/1493806509a6bb80c9c32b0477f543d22261b844"><code>1493806</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/docker/cli/issues/3968">#3968</a> from crazy-max/fix-badges</li> <li><a href="https://github.com/docker/cli/commit/9bb70217f8c1e710aff16a082acbfa94d6d61ba2"><code>9bb7021</code></a> Add extra newline after additionalHelp output</li> <li><a href="https://github.com/docker/cli/commit/59e74b44ae07d4539a07bcbc4afdbdc9f7a8717b"><code>59e74b4</code></a> cli: additionalHelp() don't decorate output if it's piped</li> <li><a href="https://github.com/docker/cli/commit/fc6be6ad3027292963d9229777aa4305a4ef15ff"><code>fc6be6a</code></a> cli: pass dockerCLI's in/out/err to cobra cmds</li> <li>Additional commits viewable in <a href="https://github.com/docker/cli/compare/v23.0.0-rc.1...v23.0.0-rc.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/cli&package-manager=go_modules&previous-version=23.0.0-rc.1+incompatible&new-version=23.0.0-rc.3+incompatible)](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:53:38 +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#2011
No description provided.