Conversation
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
c9a73e4 to
3594f09
Compare
35ab7e4 to
d7cd6eb
Compare
972343a to
042bc9b
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
79b5da1 to
2d93db0
Compare
| datasource | package | from | to | | ---------- | ---------------------------- | ---------------------------------- | ---------------------------------- | | go | github.com/mholt/archiver/v4 | v4.0.0-alpha.8 | v4.0.0-alpha.9 | | go | github.com/pterm/pterm | v0.12.79 | v0.12.80 | | go | golang.org/x/exp | v0.0.0-20250210185358-939b2ce775ac | v0.0.0-20250218142911-aa4b98e5adaa | Signed-off-by: catsby <clint@defenseunicorns.com>
Signed-off-by: catsby <clint@defenseunicorns.com>
Signed-off-by: catsby <clint@defenseunicorns.com>
with pterm at v0.12.80 it appeared as though the 'message' package was logging to stdout. This created race conditions in severals tests that was already checking for explicit stdout output Signed-off-by: catsby <clint@defenseunicorns.com>
2d93db0 to
c621de5
Compare
catsby
approved these changes
Mar 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.0.0-alpha.8->v4.0.0-alpha.9v0.12.79->v0.12.80939b2ce->aa4b98eRelease Notes
mholt/archiver (github.com/mholt/archiver/v4)
v4.0.0-alpha.9Compare Source
Alpha 9 introduces some new features, and also important fixes and optimizations, especially related to FileSystems and tar archives.
archives. See #427.fs.WalkDir()is now much faster when walking large tar archives.FileSystemcan be created from a stream instead of just a file name (but the stream must be a Reader, ReaderAt, and Seeker).CompressedArchivetoArchivesince compression is optional.ArchivalintoArchivalandExtraction, since not all archive formats can archive (some, like rar and 7z, can only extract).Extract()since it was mostly pointless and even confusing.ErrStopWalkin favor offs.SkipAllwhich is apparently the same thingErrNoMatchtoNoMatchsince it is a sentinel (error) value and not an actual error.What's Changed
New Contributors
Full Changelog: mholt/archiver@v4.0.0-alpha.8...v4.0.0-alpha.9
pterm/pterm (github.com/pterm/pterm)
v0.12.80Compare Source
What's Changed
Exciting New Features 🎉
SpinnerandProgressbarby @MarvinJWendt in https://github.com/pterm/pterm/pull/647Fixes 🔧
Other Changes
strings.Builderto save memory by @apocelipes in https://github.com/pterm/pterm/pull/650anyby @MarvinJWendt in https://github.com/pterm/pterm/pull/698New Contributors
Full Changelog: pterm/pterm@v0.12.79...v0.12.80
Configuration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.