chore(deps): bump github.com/evanphx/json-patch from 0.5.2 to 5.9.11+incompatible
Bumps github.com/evanphx/json-patch from 0.5.2 to 5.9.11+incompatible.
Release notes
Sourced from github.com/evanphx/json-patch's releases.
v5.9.11
What's Changed
- Export errBadJSONDoc and errBadJSONPatch errors by
@skittin evanphx/json-patch#209Full Changelog: https://github.com/evanphx/json-patch/compare/v5.9.10...v5.9.11
v5.9.10
What's Changed
- Drop the reference to gopkg.in for v5 by
@skittin evanphx/json-patch#203- remove unmaintained errors pkg(github.com/pkg/errors) by
@koba1tin evanphx/json-patch#206New Contributors
@skittmade their first contribution in evanphx/json-patch#203@koba1tmade their first contribution in evanphx/json-patch#206Full Changelog: https://github.com/evanphx/json-patch/compare/v5.9.0...v5.9.10
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
... (truncated)
Commits
84a4bb1Merge pull request #209 from skitt/export-errs-v57a7a88aExport errBadJSONDoc and errBadJSONPatch errorsbd18525Upgrade go-flags42f26cbFix spacing0a3482bMerge pull request #206 from koba1t/remove_unmaintained_error_pkg106306dremove unmaintained errors pkge7cfbbbMerge pull request #203 from skitt/drop-gopkgin-v561e1ad7Drop the reference to gopkg.in for v5b7a4e4aMerge pull request #202 from evanphx/f-html-escape7eef36cGuard using options to avoid a crash bug- 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)
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
There are 1 test cases, failed count 0:
| Name | Average | Max | Min | Count | Error |
|---|---|---|---|---|---|
| 11.24855ms | 12.584432ms | 10.340191ms | 3 | 0 |
Reported by api-testing.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code