fix(deps): update module gomodules.xyz/jsonpatch/v2 to v3#47
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module gomodules.xyz/jsonpatch/v2 to v3#47renovate[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. @@ Coverage Diff @@
## main #47 +/- ##
==========================================
- Coverage 20.40% 20.31% -0.10%
==========================================
Files 8 8
Lines 1083 886 -197
==========================================
- Hits 221 180 -41
+ Misses 840 684 -156
Partials 22 22
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the jsonpatch dependency by adding v3 and downgrading the v2 dependency to v2.4.0.
- Downgrade of gomodules.xyz/jsonpatch/v2 from v2.5.0 to v2.4.0
- Addition of gomodules.xyz/jsonpatch/v3 at v3.0.1
Comments suppressed due to low confidence (2)
go.mod:18
- The downgrade from v2.5.0 to v2.4.0 for jsonpatch/v2 may be unintentional or require additional context to explain its necessity alongside the addition of v3. Consider verifying if this downgrade is needed for compatibility reasons.
gomodules.xyz/jsonpatch/v2 v2.4.0
go.mod:19
- The new dependency on jsonpatch/v3 introduces changes based on a forked orderedmap library. Please confirm that the rest of the codebase supports this new version.
gomodules.xyz/jsonpatch/v3 v3.0.1
67bb796 to
62630bd
Compare
62630bd to
ea72b0f
Compare
ea72b0f to
0c06c94
Compare
0c06c94 to
a2c3d10
Compare
a2c3d10 to
37d2628
Compare
37d2628 to
d0d6562
Compare
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:
v2.5.0→v3.0.1Release Notes
gomodules/jsonpatch (gomodules.xyz/jsonpatch/v2)
v3.0.1Compare Source
This release uses our forked gomodules/orderedmap library. Our forked version has 2 major changes:
*OrderedMapinstead ofOrderedMapinside nested orderedmaps.v3.0.0Compare Source
This release uses iancoleman/orderedmap to generate predictable patch. This is very useful if the generated patch is checked into a VCS like git.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.