[PR #435] [MERGED] build(deps): bump golangci/golangci-lint-action from v2.4.0 to v2.5.0 #610

Closed
opened 2026-03-03 12:30:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fsouza/fake-gcs-server/pull/435
Author: @dependabot[bot]
Created: 2/24/2021
Status: Merged
Merged: 2/24/2021
Merged by: @dependabot[bot]

Base: mainHead: dependabot/github_actions/golangci/golangci-lint-action-v2.5.0


📝 Commits (1)

  • 9bdbb91 build(deps): bump golangci/golangci-lint-action from v2.4.0 to v2.5.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 .github/workflows/main.yml (+1 -1)

📄 Description

Bumps golangci/golangci-lint-action from v2.4.0 to v2.5.0.

Release notes

Sourced from golangci/golangci-lint-action's releases.

v2.5.0

New Features:

  • 51485a4 Try to get version from go.mod file (#118)

v2.4.1

Fixed bugs:

  • a12ae43 Add --overwrite flag to tar extraction (#156)

Updated dependencies:

  • f1dee55 build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.0.0 (#168)
  • 8456024 build(deps-dev): bump @typescript-eslint/eslint-plugin (#171)
  • 3e54e51 build(deps-dev): bump @types/node from 14.14.28 to 14.14.31 (#170)
  • 2f717c4 build(deps-dev): bump @typescript-eslint/parser from 4.15.0 to 4.15.1 (#169)
  • 4a6ab12 build(deps-dev): bump @types/node from 14.14.25 to 14.14.28 (#164)
  • f9b6927 build(deps-dev): bump eslint from 6.8.0 to 7.20.0 (#163)
  • 41858b8 build(deps-dev): bump typescript from 4.1.3 to 4.1.5 (#162)
  • 67236c0 build(deps-dev): bump @typescript-eslint/parser from 2.34.0 to 4.15.0 (#161)

Other improvements:

  • 23487cb Update "version" config in README example (#167)
Commits
  • 51485a4 Try to get version from go.mod file (#118)
  • a12ae43 Add --overwrite flag to tar extraction (#156)
  • f1dee55 build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.0.0 (#168)
  • 23487cb Update "version" config in README example (#167)
  • 8456024 build(deps-dev): bump @typescript-eslint/eslint-plugin (#171)
  • 3e54e51 build(deps-dev): bump @types/node from 14.14.28 to 14.14.31 (#170)
  • 2f717c4 build(deps-dev): bump @typescript-eslint/parser from 4.15.0 to 4.15.1 (#169)
  • 4a6ab12 build(deps-dev): bump @types/node from 14.14.25 to 14.14.28 (#164)
  • f9b6927 build(deps-dev): bump eslint from 6.8.0 to 7.20.0 (#163)
  • 41858b8 build(deps-dev): bump typescript from 4.1.3 to 4.1.5 (#162)
  • Additional commits viewable in compare view

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/fsouza/fake-gcs-server/pull/435 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/24/2021 **Status:** ✅ Merged **Merged:** 2/24/2021 **Merged by:** [@dependabot[bot]](https://github.com/apps/dependabot) **Base:** `main` ← **Head:** `dependabot/github_actions/golangci/golangci-lint-action-v2.5.0` --- ### 📝 Commits (1) - [`9bdbb91`](https://github.com/fsouza/fake-gcs-server/commit/9bdbb91a3972384fb4ac2486d5adba0d0f697d2a) build(deps): bump golangci/golangci-lint-action from v2.4.0 to v2.5.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/main.yml` (+1 -1) </details> ### 📄 Description Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from v2.4.0 to v2.5.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint-action/releases">golangci/golangci-lint-action's releases</a>.</em></p> <blockquote> <h2>v2.5.0</h2> <h1>New Features:</h1> <ul> <li>51485a4 Try to get version from go.mod file (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/118">#118</a>)</li> </ul> <h2>v2.4.1</h2> <h1>Fixed bugs:</h1> <ul> <li>a12ae43 Add --overwrite flag to tar extraction (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/156">#156</a>)</li> </ul> <h1>Updated dependencies:</h1> <ul> <li>f1dee55 build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.0.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/168">#168</a>)</li> <li>8456024 build(deps-dev): bump @typescript-eslint/eslint-plugin (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/171">#171</a>)</li> <li>3e54e51 build(deps-dev): bump @types/node from 14.14.28 to 14.14.31 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/170">#170</a>)</li> <li>2f717c4 build(deps-dev): bump @typescript-eslint/parser from 4.15.0 to 4.15.1 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/169">#169</a>)</li> <li>4a6ab12 build(deps-dev): bump @types/node from 14.14.25 to 14.14.28 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/164">#164</a>)</li> <li>f9b6927 build(deps-dev): bump eslint from 6.8.0 to 7.20.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/163">#163</a>)</li> <li>41858b8 build(deps-dev): bump typescript from 4.1.3 to 4.1.5 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/162">#162</a>)</li> <li>67236c0 build(deps-dev): bump @typescript-eslint/parser from 2.34.0 to 4.15.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/161">#161</a>)</li> </ul> <h1>Other improvements:</h1> <ul> <li>23487cb Update &quot;version&quot; config in README example (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/167">#167</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint-action/commit/51485a400157c52f3eb32373c318c69c43a6c48c"><code>51485a4</code></a> Try to get version from go.mod file (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/118">#118</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/a12ae43dd8cc28fe6b21a4a1cf6ba468ef87bd88"><code>a12ae43</code></a> Add --overwrite flag to tar extraction (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/156">#156</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/f1dee55574c4bc317b9c037f805a8350066ee7d6"><code>f1dee55</code></a> build(deps-dev): bump eslint-config-prettier from 6.15.0 to 8.0.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/168">#168</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/23487cb16f56aa3b6db7ea5bf635bd5aa083a25a"><code>23487cb</code></a> Update &quot;version&quot; config in README example (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/167">#167</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/84560243aeb4afd4b6b7a2cca3fb9264adee47b1"><code>8456024</code></a> build(deps-dev): bump @typescript-eslint/eslint-plugin (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/171">#171</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/3e54e516ae052035d352422bbbbc8084586c11c6"><code>3e54e51</code></a> build(deps-dev): bump @types/node from 14.14.28 to 14.14.31 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/170">#170</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/2f717c44f2073f9404ba40056ddc185c32ebf40d"><code>2f717c4</code></a> build(deps-dev): bump @typescript-eslint/parser from 4.15.0 to 4.15.1 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/169">#169</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/4a6ab128b086d238c4eec568ee308fd6f1cac666"><code>4a6ab12</code></a> build(deps-dev): bump @types/node from 14.14.25 to 14.14.28 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/164">#164</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/f9b6927981e94a2906e9426f2d3288ff397e2a21"><code>f9b6927</code></a> build(deps-dev): bump eslint from 6.8.0 to 7.20.0 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/163">#163</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/41858b8c7c96f16df002cf2b226ef6b4970124ce"><code>41858b8</code></a> build(deps-dev): bump typescript from 4.1.3 to 4.1.5 (<a href="https://github-redirect.dependabot.com/golangci/golangci-lint-action/issues/162">#162</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint-action/compare/v2.4.0...51485a400157c52f3eb32373c318c69c43a6c48c">compare view</a></li> </ul> </details> <br /> 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-03 12:30:49 +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/fake-gcs-server#610
No description provided.