chore(deps): bump github.com/evanphx/json-patch from 0.5.2 to 5.9.11+incompatible by dependabot[bot] · Pull Request #6853 · rudderlabs/rudder-server
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: evanphx/json-patch@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: evanphx/json-patch@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: evanphx/json-patch@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: evanphx/json-patch@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: evanphx/json-patch@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