Closed renovate[bot] closed 1 week ago
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
Details:
Package | Change |
---|---|
golang.org/x/net |
v0.24.0 -> v0.27.0 |
golang.org/x/sync |
v0.6.0 -> v0.7.0 |
github.com/cyphar/filepath-securejoin |
v0.2.4 -> v0.2.5 |
golang.org/x/crypto |
v0.22.0 -> v0.25.0 |
golang.org/x/exp |
v0.0.0-20231127185646-65229373498e -> v0.0.0-20240719175910-8a7402abbf56 |
golang.org/x/mod |
v0.15.0 -> v0.19.0 |
golang.org/x/sys |
v0.19.0 -> v0.24.0 |
golang.org/x/term |
v0.19.0 -> v0.22.0 |
golang.org/x/text |
v0.14.0 -> v0.16.0 |
golang.org/x/tools |
v0.18.0 -> v0.23.0 |
This PR has been marked as stale after 7 or more days of inactivity. Please have a maintainer add the on hold
label if this PR should remain open. If there is no further activity or the on hold
label is not added, this PR will be closed in 3 days.
Because you closed this PR without merging, Renovate will ignore this update (v5.6.0
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps
array of your Renovate config.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
v5.5.0
->v5.6.0
Release Notes
go-git/go-billy (github.com/go-git/go-billy/v5)
### [`v5.6.0`](https://redirect.github.com/go-git/go-billy/releases/tag/v5.6.0) [Compare Source](https://redirect.github.com/go-git/go-billy/compare/v5.5.0...v5.6.0) #### What's Changed - Adding support for wasm/wasip1 by [@tryggvil](https://redirect.github.com/tryggvil) in [https://github.com/go-git/go-billy/pull/36](https://redirect.github.com/go-git/go-billy/pull/36) - `Memory.ReadDir()` should return an error when path isn't found. by [@weberc2-tempus](https://redirect.github.com/weberc2-tempus) in [https://github.com/go-git/go-billy/pull/38](https://redirect.github.com/go-git/go-billy/pull/38) - Adding support for WriteAt by [@sfc-gh-thardie](https://redirect.github.com/sfc-gh-thardie) in [https://github.com/go-git/go-billy/pull/39](https://redirect.github.com/go-git/go-billy/pull/39) - Update memfs.New() to create root directory by [@onee-only](https://redirect.github.com/onee-only) in [https://github.com/go-git/go-billy/pull/45](https://redirect.github.com/go-git/go-billy/pull/45) - Fix symlink by [@pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-billy/pull/46](https://redirect.github.com/go-git/go-billy/pull/46) - Close via defer by [@spennymac](https://redirect.github.com/spennymac) in [https://github.com/go-git/go-billy/pull/47](https://redirect.github.com/go-git/go-billy/pull/47) - General improvements to memfs by [@pjbgf](https://redirect.github.com/pjbgf) in [https://github.com/go-git/go-billy/pull/50](https://redirect.github.com/go-git/go-billy/pull/50) - boundos:insideBaseDirEval: return true if baseDir is "/" by [@rminnich](https://redirect.github.com/rminnich) in [https://github.com/go-git/go-billy/pull/48](https://redirect.github.com/go-git/go-billy/pull/48) - Add wrapper for io/fs by [@evankanderson](https://redirect.github.com/evankanderson) in [https://github.com/go-git/go-billy/pull/81](https://redirect.github.com/go-git/go-billy/pull/81) #### New Contributors - [@dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/go-git/go-billy/pull/35](https://redirect.github.com/go-git/go-billy/pull/35) - [@tryggvil](https://redirect.github.com/tryggvil) made their first contribution in [https://github.com/go-git/go-billy/pull/36](https://redirect.github.com/go-git/go-billy/pull/36) - [@weberc2-tempus](https://redirect.github.com/weberc2-tempus) made their first contribution in [https://github.com/go-git/go-billy/pull/38](https://redirect.github.com/go-git/go-billy/pull/38) - [@sfc-gh-thardie](https://redirect.github.com/sfc-gh-thardie) made their first contribution in [https://github.com/go-git/go-billy/pull/39](https://redirect.github.com/go-git/go-billy/pull/39) - [@onee-only](https://redirect.github.com/onee-only) made their first contribution in [https://github.com/go-git/go-billy/pull/45](https://redirect.github.com/go-git/go-billy/pull/45) - [@spennymac](https://redirect.github.com/spennymac) made their first contribution in [https://github.com/go-git/go-billy/pull/47](https://redirect.github.com/go-git/go-billy/pull/47) - [@rminnich](https://redirect.github.com/rminnich) made their first contribution in [https://github.com/go-git/go-billy/pull/48](https://redirect.github.com/go-git/go-billy/pull/48) - [@evankanderson](https://redirect.github.com/evankanderson) made their first contribution in [https://github.com/go-git/go-billy/pull/81](https://redirect.github.com/go-git/go-billy/pull/81) **Full Changelog**: https://github.com/go-git/go-billy/compare/v5.5.0...v5.6.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.