deps: upgrade jsonpathly to 3.0.0#782
Merged
paulRbr merged 1 commit intobump-sh:mainfrom Jan 30, 2026
Merged
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
92b91e5 to
b83fe0f
Compare
Member
|
Thanks for the PR @jamietanna. I've adapted the change you made in the core/overlay lib and it looks good to go! 🚀 |
As part of [0], it was noted that the upstream library we use for JSON Path expressions isn't fully RFC 9535 compliant. Jammie took help from Claude Sonnet 4.5 to help diagnose a change in the public API for jsonpathly, where a single quoted path is returned. Paulr rewrote the code for better readability (and replace only first and last single quotes instead of all quotes) Co-authored-by: Paul B. <paulr@bump.sh> [0]: atamano/jsonpathly#12
paulRbr
approved these changes
Jan 29, 2026
Contributor
Author
|
Thanks very much 💜 do you know when this would be able to get released? Looks like it's out in https://github.com/bump-sh/cli/releases/tag/v2.9.11 🚀 Thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As part of 0, it was noted that the upstream library we use for JSON
Path expressions isn't fully RFC 9535 compliant.
With help from Claude Sonnet 4.5 to help diagnose a change in the public
API for jsonpathly, where a single quoted path is returned.
Also:
npm install