Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps github.com/evanphx/json-patch from 0.5.2 to 5.6.0+incompatible.

Release notes

Sourced from github.com/evanphx/json-patch's releases.

Bug fixes

What's Changed

New Contributors

Full Changelog: evanphx/json-patch@v5.5.0...v5.6.0

Better null handling

This incorporates a few fixes related to how nulls are handles in array's and objects.

Fix zero sized document crash

This fixes a crash bug where submitted an empty slice as the document would panic.

Proper Go modules release

This release has a proper /v5 directory, unlike the previous releases that did not have a /v4 dir. Thanks to @​BenTheElder for getting this sorted out!

v4 backports

Full Changelog: evanphx/json-patch@v4.11.0...v4.12.0

Fix non-go.mod release

This makes the root work again.

Better null handling (backport)

Make the null fixes available as a v4 module.

Module fixup

This gets v4 back in shape properly.

Fix nil deref

Fixes an issue where an unexpected null can cause a nil deref.

v4.6.0

No release notes provided.

Improve Errors

This release improves the errors returned by using github.com/pkg/errors to allow for better error taxonomy detection.

Operation(alized)

This exports the Operation type so that folks can manually audit a patch if need be.

New Year, New Me.

Picks up latest fixes done in 2019.

Standards are a thing, y'all

Minor release to add the ability to disable support for negative indices.

... (truncated)

Commits
  • 5561fe0 Handle applying to the whole doc. Fixes #142
  • df14171 Merge pull request #146 from zqzten/fix_partial_negative_indice_support
  • 556cb64 Merge pull request #148 from MarcelMue/fix-ensurePathExists
  • 71ddd89 Function ensurePathExists should handle appending correctly
  • 19e83ee Fix partial negative indice support
  • 3dcaf12 Add gitignore
  • 3c3c85e Remove go.mod because I guess I do'nt know how go modules work still
  • 3e2cfc0 Merge pull request #141 from kacejot/preserve-nulls
  • 0cc7ddb Port array null fix over from pre-v5
  • 1ab3b4f Merge pull request #143 from DraggonFantasy/master
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) from 0.5.2 to 5.6.0+incompatible.
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](evanphx/json-patch@v0.5.2...v5.6.0)

---
updated-dependencies:
- dependency-name: github.com/evanphx/json-patch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 1706697119

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.152%

Totals Coverage Status
Change from base Build 1649780654: 0.0%
Covered Lines: 364
Relevant Lines: 395

💛 - Coveralls

@snorwin snorwin merged commit 8c0246c into main Jan 31, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/evanphx/json-patch-5.6.0incompatible branch January 31, 2022 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants