chore(deps): update module github.com/ryancurrah/gomodguard to v2#8104
Closed
renovate[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): update module github.com/ryancurrah/gomodguard to v2#8104renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8104 +/- ##
=======================================
- Coverage 81.7% 81.7% -0.1%
=======================================
Files 308 308
Lines 23655 23655
=======================================
- Hits 19344 19341 -3
- Misses 3929 3932 +3
Partials 382 382 🚀 New features to boost your workflow:
|
5fccc65 to
ac1a50e
Compare
ac1a50e to
51c7435
Compare
Member
|
This upgrades an indirect dependency with a path change. |
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.4.1→v2.1.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ryancurrah/gomodguard (github.com/ryancurrah/gomodguard)
v2.1.0Compare Source
Breaking changes
New configuration schema. The
.gomodguard.yamlformat has been redesigned. Run gomodguard migrate to automatically convert a v1 config to v2.Before (v1):
After (v2):
Key differences:
allowed.modulesandallowed.domainsare replaced by a flat list where each entry has amodulefield and an optionalmatch-typefield (exact,prefix,regex)blocked.modulesandblocked.versionsare merged into a single flat list where each entry has amodulefieldmatch_typeis nowmatch-type(hyphen, not underscore)local_replace_directivesmoves fromblockedto the top levelNew features
Layered match type precedence. Rules can now match by
exact(default),prefix, orregex. When multiple rules overlap,exactbeatsprefixbeatsregex, with longestprefixwinning amongprefixrules.Regex support. Block or allow entire namespaces with regex patterns:
local_replace_directives. Block modules with local filesystem replace directives to catch accidental commits of dev overrides. Multi-module repo aware — sibling modules whose replacement path contains a matchinggo.modare automatically permitted.The
gomodguard migratecommand converts a v1.gomodguard.yamlto v2 format and prints to stdout.-version flag. Prints the installed version.Split module layout. The library (
github.com/ryancurrah/gomodguard/v2) and CLI (github.com/ryancurrah/gomodguard/cmd/gomodguard/v2) are now separate Go modules, allowing the library to be imported without pulling in CLI dependencies.Changelog
082be15feat: use array with module field for allowed and blocked configConfiguration
📅 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.