Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/wI2L/jsondiff to v0.6.0 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/wI2L/jsondiff v0.5.0 -> v0.6.0 age adoption passing confidence

Release Notes

wI2L/jsondiff (github.com/wI2L/jsondiff)

v0.6.0

Compare Source

This release introduces the CompareWithoutMarshal function, which is similar to the existing Compare function, but do not marshal/unmarshal to/from JSON the given interface values. As such, it expects that the values consists ONLY of primitive Go types, such as those returned by the json.Unmarshal function.

Changelog

  • 9bbbc45 test: small improvements to coverage
  • 71ffe13 chore(ci): update goreleaser config file version
  • 0f13bba chore(ci): update lint workflow action version
  • dc22c55 chore(ci): update release workflow action version
  • a8a5843 feat: add function CompareWithoutMarshal
  • 053aeb7 chore: retract version v0.5.1

Full Changelog: wI2L/jsondiff@v0.5.2...v0.6.0

v0.5.2

Compare Source

Changelog

  • 5b9121a chore: update gjson module
  • e4e08e2 fix: remove impossible condition in apply func
  • 91dfcd6 docs(README): remove warning about LCS and Factorize options

Full Changelog: wI2L/jsondiff@v0.5.1...v0.5.2

v0.5.1

Compare Source

Changelog

  • eba17e0 chore(ci): update workflows actions versions
  • 7097621 ci: add dependabot file to check Github actions
  • d3385d9 fix: factorization with LCS option
  • f20729a docs(README): use Github admonitions
  • adcd818 test: add examples from the RFC Appendix A
  • 076a95c docs(README): add table of contents for Options section

Full Changelog: wI2L/jsondiff@v0.5.0...v0.5.1


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependency label May 1, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-wi2l-jsondiff-0.x branch from 93a7a9e to 1010d33 Compare June 17, 2024 16:40
@renovate renovate bot changed the title Update module github.com/wI2L/jsondiff to v0.5.2 Update module github.com/wI2L/jsondiff to v0.6.0 Jun 17, 2024
Copy link
Contributor Author

renovate bot commented Jun 17, 2024

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

  • 1 additional dependency was updated

Details:

Package Change
github.com/tidwall/gjson v1.17.0 -> v1.17.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants