Skip to content

fix(deps): update go-dependencies#1073

Merged
catsby merged 4 commits intomainfrom
renovate/go-dependencies
Mar 5, 2025
Merged

fix(deps): update go-dependencies#1073
catsby merged 4 commits intomainfrom
renovate/go-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/mholt/archiver/v4 v4.0.0-alpha.8 -> v4.0.0-alpha.9 age adoption passing confidence require patch
github.com/pterm/pterm v0.12.79 -> v0.12.80 age adoption passing confidence require patch
golang.org/x/exp 939b2ce -> aa4b98e age adoption passing confidence require digest

Release Notes

mholt/archiver (github.com/mholt/archiver/v4)

v4.0.0-alpha.9

Compare Source

Alpha 9 introduces some new features, and also important fixes and optimizations, especially related to FileSystems and tar archives.

⚠️ This release has some breaking changes to the API, but fairly minor all things considered. Be advised that the next release may have a new package name: archives. See #​427.

  • Using fs.WalkDir() is now much faster when walking large tar archives.
  • A FileSystem can be created from a stream instead of just a file name (but the stream must be a Reader, ReaderAt, and Seeker).
  • Added lzip compression.
  • Renamed CompressedArchive to Archive since compression is optional.
  • Split Archival into Archival and Extraction, since not all archive formats can archive (some, like rar and 7z, can only extract).
  • Removed the filename filter argument from Extract() since it was mostly pointless and even confusing.
  • Brotli-compressed files can now be identified by their stream, maybe... sometimes (it's worth a shot; brotli has no notable magic number or header so we just try our best).
  • Removed ErrStopWalk in favor of fs.SkipAll which is apparently the same thing
  • Renamed ErrNoMatch to NoMatch since 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.80

Compare Source

What's Changed

Exciting New Features 🎉
Fixes 🔧
Other Changes

New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 7, 2025

ℹ Artifact update notice

File name: go.mod

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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/bodgit/plumbing v1.2.0 -> v1.3.0
github.com/bodgit/sevenzip v1.3.0 -> v1.5.2
github.com/bodgit/windows v1.0.0 -> v1.0.1
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 -> v0.0.2-0.20230904184137-39efe44ab707
github.com/nwaples/rardecode/v2 v2.0.0-beta.2 -> v2.0.0-beta.4
go4.org v0.0.0-20200411211856-f5505b9728dd -> v0.0.0-20230225012048-214862532bf5

@renovate renovate Bot requested a review from a team as a code owner February 7, 2025 20:39
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 9 times, most recently from c9a73e4 to 3594f09 Compare February 12, 2025 17:02
@catsby catsby mentioned this pull request Feb 12, 2025
5 tasks
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 7 times, most recently from 35ab7e4 to d7cd6eb Compare February 18, 2025 15:53
@renovate renovate Bot force-pushed the renovate/go-dependencies branch 2 times, most recently from 972343a to 042bc9b Compare February 25, 2025 18:10
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 25, 2025

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@catsby catsby force-pushed the renovate/go-dependencies branch from 79b5da1 to 2d93db0 Compare March 5, 2025 15:32
renovate Bot and others added 4 commits March 5, 2025 11:28
| 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>
@catsby catsby force-pushed the renovate/go-dependencies branch from 2d93db0 to c621de5 Compare March 5, 2025 17:29
@catsby catsby merged commit a15d73d into main Mar 5, 2025
@catsby catsby deleted the renovate/go-dependencies branch March 5, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants