cdebug
cdebug copied to clipboard
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
@evanphx
in evanphx/json-patch#201- Add option to control if the output is HTMLEscaped by
@evanphx
in 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
@evanphx
in evanphx/json-patch#195- Always use UseNumber() to avoid float64 lossyness by
@evanphx
in evanphx/json-patch#194- Handle null correctly when introduced by replace. Fixes #171 by
@evanphx
in evanphx/json-patch#196- Handle from="" more properly. Fixes #192 by
@evanphx
in evanphx/json-patch#193- Improve performance by
@evanphx
in 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
@howardjohn
in evanphx/json-patch#152- Add CIFuzz GitHub action by
@DavidKorczynski
in evanphx/json-patch#167- README: Remove Travis by
@ohkinozomu
in evanphx/json-patch#164- Updated min supported version to go 1.18 by
@Neo2308
in evanphx/json-patch#181- Added dependabot by
@Neo2308
in evanphx/json-patch#182- Pre-flight DecodePatch validation: Issue #177 by
@radwaretaltr
in evanphx/json-patch#180- Check if raw is a null pointer for findObject by
@JosieLi-Google
in evanphx/json-patch#173- Bump actions/checkout from 2 to 4 by
@dependabot
in evanphx/json-patch#187- Fix panic on test op by
@erickertz
in evanphx/json-patch#158New Contributors
@howardjohn
made their first contribution in evanphx/json-patch#152@DavidKorczynski
made their first contribution in evanphx/json-patch#167@ohkinozomu
made their first contribution in evanphx/json-patch#164@Neo2308
made their first contribution in evanphx/json-patch#181@radwaretaltr
made their first contribution in evanphx/json-patch#180@JosieLi-Google
made their first contribution in evanphx/json-patch#173@dependabot
made their first contribution in evanphx/json-patch#187@erickertz
made 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
b7a4e4a
Merge pull request #202 from evanphx/f-html-escape7eef36c
Guard using options to avoid a crash bug1bcbd0f
Merge pull request #201 from evanphx/b-null9d7ba23
Add option to control if the output is HTMLEscaped009bc56
Validate that the partialDoc is decoded correctlyb82b685
Use a type alias for RawMessage to avoid breaking the public API of Operation05c9526
Merge pull request #197 from evanphx/f-perf7a438a6
Minor simplifications2a122d1
More optimizations174e1d7
Add MergePatch benchmark- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.