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

Bump github.com/evanphx/json-patch from 4.9.0+incompatible to 5.7.0+incompatible #32

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 10, 2023

Bumps github.com/evanphx/json-patch from 4.9.0+incompatible to 5.7.0+incompatible.

Release notes

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

The 2023 Release

What's Changed

New Contributors

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

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.

... (truncated)

Commits
  • dc808d1 Merge pull request #158 from erickertz/master
  • e8e8fb5 Merge pull request #187 from evanphx/dependabot/github_actions/actions/checko...
  • be43a06 Merge pull request #173 from JosieLi-Google/master
  • eed7579 Merge pull request #180 from radwaretaltr/master
  • 1326418 Bump actions/checkout from 2 to 4
  • 6775340 Non-modules are now deprecated due to ecosystem movement
  • 858f374 Introduce with and without go modules testing
  • 16760a7 Merge branch 'evanphx:master' into master
  • 08317d1 Merge pull request #182 from Neo2308/feature/master/add-dependabot-config
  • 78844ea Merge pull request #181 from Neo2308/feature/master/update-to-go-1.18
  • 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 will merge this PR once CI passes on it, as requested by @gab-arrobo.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 10, 2023
@onf-bot
Copy link
Contributor

onf-bot commented Dec 10, 2023

Can one of the admins verify this patch?

1 similar comment
@onf-bot
Copy link
Contributor

onf-bot commented Dec 10, 2023

Can one of the admins verify this patch?

@gab-arrobo
Copy link
Contributor

ok to test

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/evanphx/json-patch-5.7.0incompatible branch 2 times, most recently from cf1fd47 to 97d53eb Compare December 10, 2023 14:37
Bumps [github.com/evanphx/json-patch](https://github.com/evanphx/json-patch) from 4.9.0+incompatible to 5.7.0+incompatible.
- [Release notes](https://github.com/evanphx/json-patch/releases)
- [Commits](evanphx/json-patch@v4.9.0...v5.7.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/evanphx/json-patch-5.7.0incompatible branch from 97d53eb to 340a0ea Compare December 10, 2023 15:17
Copy link
Contributor

@gab-arrobo gab-arrobo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 (Tested changes with AiaB)

@gab-arrobo
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit 1778b3b into master Dec 10, 2023
3 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/evanphx/json-patch-5.7.0incompatible branch December 10, 2023 15:41
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants