fix(deps): update module github.com/go-sprout/sprout to v1.1.1 - #2122
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/go-sprout/sprout to v1.1.1#2122renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Due to Go's usage of Minimal Version Selection (MVS), these packages have been updated to the minimum version available, so will still abide by Details:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2122 +/- ##
==========================================
- Coverage 34.51% 34.49% -0.03%
==========================================
Files 419 419
Lines 27718 27718
==========================================
- Hits 9567 9561 -6
- Misses 17435 17438 +3
- Partials 716 719 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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:
v1.1.0→v1.1.1Release Notes
go-sprout/sprout (github.com/go-sprout/sprout)
v1.1.1Compare Source
A patch release fixing a broken
derivePassword, a data race inshuffle, a division by zero indiv, and a hermetic guarantee broken by the v1.1.0 additions.🐛 Bug Fixes
derivePasswordReturned Empty: The counter was typeduint32, sotext/templatepassed anintand the call panicked, silently swallowed by theSafeCallwrapper. The counter is now anint. This resolves #157. See PR #197.shuffle:shuffleused a package-globalmath/rand.Source, racing when templates render in parallel. It now uses the concurrency safemath/rand.Shuffle. This resolves #195. See PR #196.divDivision by Zero: A zero divisor returned a bogus integer instead of failing, because the float division was cast after the fact. It now returnscannot divide by zero. See PR #194.dateAgo,uuidv7,randIntand theexpandEnvalias were missing from the non-hermetic exclusion list, soHermeticTxtFuncMapandHermeticHtmlFuncMapstill exposed them. They are now excluded, and a test keeps the list exhaustive. See PR #193.🔒 Security & Dependencies
actions/setup-gofrom 5 to 7 andarduino/setup-taskfrom 2 to 3. See #189 and #190.📚 Documentation
📝 Notes
Templates are a drop-in replacement for v1.1.0, with one visible change:
divnow errors on a zero divisor instead of returning an arbitrary value. Go callers ofCryptoRegistry.DerivePasswordmust note itscounterparameter changed fromuint32toint.Full Changelog: go-sprout/sprout@v1.1.0...v1.1.1
Configuration
📅 Schedule: (UTC)
🚦 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.