Bump github.com/evanphx/json-patch from 4.12.0+incompatible to 5.9.0+incompatible
Bumps github.com/evanphx/json-patch from 4.12.0+incompatible to 5.9.0+incompatible.
Release notes
Sourced from github.com/evanphx/json-patch's releases.
v5.9.0
What's Changed
- Validate that the partialDoc is decoded correctly by
@evanphxin evanphx/json-patch#201- Add option to control if the output is HTMLEscaped by
@evanphxin evanphx/json-patch#202Full Changelog: https://github.com/evanphx/json-patch/compare/v5.8.1...v5.9.0
Fix API breakage
This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.
Full Changelog: https://github.com/evanphx/json-patch/compare/v5.8.0...v5.8.1
Blargh Phixs and Empathyprovements
This release fixes a few stray panics, addresses large number accuracy, and improves performance!
What's Changed
- Compare strings after decoding them to handle unicode correctly. Fixes #172 by
@evanphxin evanphx/json-patch#195- Always use UseNumber() to avoid float64 lossyness by
@evanphxin evanphx/json-patch#194- Handle null correctly when introduced by replace. Fixes #171 by
@evanphxin evanphx/json-patch#196- Handle from="" more properly. Fixes #192 by
@evanphxin evanphx/json-patch#193- Improve performance by
@evanphxin evanphx/json-patch#197Full Changelog: https://github.com/evanphx/json-patch/compare/v5.7.0...v5.8.0
The 2023 Release
What's Changed
- Fix invalid sprintf by
@howardjohnin evanphx/json-patch#152- Add CIFuzz GitHub action by
@DavidKorczynskiin evanphx/json-patch#167- README: Remove Travis by
@ohkinozomuin evanphx/json-patch#164- Updated min supported version to go 1.18 by
@Neo2308in evanphx/json-patch#181- Added dependabot by
@Neo2308in evanphx/json-patch#182- Pre-flight DecodePatch validation: Issue #177 by
@radwaretaltrin evanphx/json-patch#180- Check if raw is a null pointer for findObject by
@JosieLi-Googlein evanphx/json-patch#173- Bump actions/checkout from 2 to 4 by
@dependabotin evanphx/json-patch#187- Fix panic on test op by
@erickertzin evanphx/json-patch#158New Contributors
@howardjohnmade their first contribution in evanphx/json-patch#152@DavidKorczynskimade their first contribution in evanphx/json-patch#167@ohkinozomumade their first contribution in evanphx/json-patch#164@Neo2308made their first contribution in evanphx/json-patch#181@radwaretaltrmade their first contribution in evanphx/json-patch#180@JosieLi-Googlemade their first contribution in evanphx/json-patch#173@dependabotmade their first contribution in evanphx/json-patch#187@erickertzmade their first contribution in evanphx/json-patch#158Full Changelog: https://github.com/evanphx/json-patch/compare/v5.6.0...v5.7.0
Bug fixes
... (truncated)
Commits
b7a4e4aMerge pull request #202 from evanphx/f-html-escape7eef36cGuard using options to avoid a crash bug1bcbd0fMerge pull request #201 from evanphx/b-null9d7ba23Add option to control if the output is HTMLEscaped009bc56Validate that the partialDoc is decoded correctlyb82b685Use a type alias for RawMessage to avoid breaking the public API of Operation05c9526Merge pull request #197 from evanphx/f-perf7a438a6Minor simplifications2a122d1More optimizations174e1d7Add MergePatch benchmark- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)