[PR #802] [MERGED] build(deps): bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.3.1 #1617

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

📋 Pull Request Information

Original PR: https://github.com/nektos/act/pull/802
Author: @dependabot[bot]
Created: 9/8/2021
Status: Merged
Merged: 9/10/2021
Merged by: @mergify[bot]

Base: masterHead: dependabot/go_modules/github.com/go-git/go-billy/v5-5.3.1


📝 Commits (2)

  • 2e30c39 build(deps): bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.3.1
  • ca1b159 Merge branch 'master' into dependabot/go_modules/github.com/go-git/go-billy/v5-5.3.1

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/go-git/go-billy/v5 from 5.0.0 to 5.3.1.

Release notes

Sourced from github.com/go-git/go-billy/v5's releases.

v5.3.1

  • util: fix TempDir and TempFile on non-root filesystems (3bf3fe5)

v5.3.0

  • util: add ReadFile function
  • osfs: add Default to avoid repetitive code

v5.2.0

Changelog

  • osfs: js/wasm implementation based on menfs

v5.1.0

Change Log

Commits
  • 3bf3fe5 util: fix TempDir and TempFile on non-root filesystems
  • af7e4ac util: add ReadFile function
  • 40a2dbe osfs: add Default to avoid repetitive code
  • 42ead41 osfs: fix js implementation based on menfs
  • 43a34ba github action: update versions and support js testing
  • 8d1f328 Merge pull request #15 from paralin/gopherjs-compat
  • 36058ce osfs: add js shim
  • 3d7f61f memfs: fix bad merge
  • d62fe84 Merge pull request #10 from jawr/o_excl
  • c862faa Merge branch 'master' into o_excl
  • 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/802 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/8/2021 **Status:** ✅ Merged **Merged:** 9/10/2021 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/go-git/go-billy/v5-5.3.1` --- ### 📝 Commits (2) - [`2e30c39`](https://github.com/nektos/act/commit/2e30c393e994f7e14e4ad75bcc85d060495388f3) build(deps): bump github.com/go-git/go-billy/v5 from 5.0.0 to 5.3.1 - [`ca1b159`](https://github.com/nektos/act/commit/ca1b159c3eed1514142bcacb6680cd453e0f3da0) Merge branch 'master' into dependabot/go_modules/github.com/go-git/go-billy/v5-5.3.1 ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -1) </details> ### 📄 Description Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.0.0 to 5.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-git/go-billy/releases">github.com/go-git/go-billy/v5's releases</a>.</em></p> <blockquote> <h2>v5.3.1</h2> <ul> <li>util: fix TempDir and TempFile on non-root filesystems (3bf3fe5)</li> </ul> <h2>v5.3.0</h2> <ul> <li>util: add ReadFile function</li> <li>osfs: add Default to avoid repetitive code</li> </ul> <h2>v5.2.0</h2> <h2>Changelog</h2> <ul> <li>osfs: js/wasm implementation based on menfs</li> </ul> <h2>v5.1.0</h2> <h2>Change Log</h2> <ul> <li>memfs: ReadDir sorted by filename <a href="https://github-redirect.dependabot.com/go-git/go-billy/pull/13">#13</a> (<a href="https://github.com/MetalBlueberry">MetalBlueberry</a>)</li> <li>memfs: Add support for O_EXC to memfs <a href="https://github-redirect.dependabot.com/go-git/go-billy/pull/10">#10</a> (<a href="https://github.com/jawr">jawr</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-git/go-billy/commit/3bf3fe5b381bcfa471f7f6054c0cf2309c35e651"><code>3bf3fe5</code></a> util: fix TempDir and TempFile on non-root filesystems</li> <li><a href="https://github.com/go-git/go-billy/commit/af7e4ac12d42e726180d4474122a2266f18b07d6"><code>af7e4ac</code></a> util: add ReadFile function</li> <li><a href="https://github.com/go-git/go-billy/commit/40a2dbe39fc677c5007aff227d7c7f2b2d579395"><code>40a2dbe</code></a> osfs: add Default to avoid repetitive code</li> <li><a href="https://github.com/go-git/go-billy/commit/42ead41a46a48b2e0ebc6aa7ab1456a5de3d1b23"><code>42ead41</code></a> osfs: fix js implementation based on menfs</li> <li><a href="https://github.com/go-git/go-billy/commit/43a34bacbb03e4d756cdffecb90c47ed7e9dabbf"><code>43a34ba</code></a> github action: update versions and support js testing</li> <li><a href="https://github.com/go-git/go-billy/commit/8d1f3287c1ea9239f8cd15c7e4254ac411683915"><code>8d1f328</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-git/go-billy/issues/15">#15</a> from paralin/gopherjs-compat</li> <li><a href="https://github.com/go-git/go-billy/commit/36058ceb30d24e3792b546f7709dc62ac8f4a11c"><code>36058ce</code></a> osfs: add js shim</li> <li><a href="https://github.com/go-git/go-billy/commit/3d7f61fe9ffd652dd388e5aab60b969b86f43fa3"><code>3d7f61f</code></a> memfs: fix bad merge</li> <li><a href="https://github.com/go-git/go-billy/commit/d62fe84467b62d39c6082ecb621c15771e2de9d9"><code>d62fe84</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/go-git/go-billy/issues/10">#10</a> from jawr/o_excl</li> <li><a href="https://github.com/go-git/go-billy/commit/c862faab20d73fd2b1eead89b408cac6759f467b"><code>c862faa</code></a> Merge branch 'master' into o_excl</li> <li>Additional commits viewable in <a href="https://github.com/go-git/go-billy/compare/v5.0.0...v5.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-git/go-billy/v5&package-manager=go_modules&previous-version=5.0.0&new-version=5.3.1)](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:51:56 +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#1617
No description provided.