fix(deps): update dependency jsonpath-plus to v11 - #320
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/jsonpath-plus-11.x
branch
from
September 25, 2026 21:53
e6e824e to
7cedb41
Compare
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.
This PR contains the following updates:
^10.0.0→^11.0.0Release Notes
s3u/JSONPath (jsonpath-plus)
v11.1.0Compare Source
@in any position (e.g.,$[?(@>1)],$[?(@)],$[?(!@)]) and stop rewriting@inside quoted string literals(@spokodev)
$['x','y'],$["a,b",'c.d']) as literal names (fixes #159; see #268)$['a,b'])\',\", and\\escapes within quoted property namesand escape
'and\intoPathStringoutput so paths round-tripv11.0.1Compare Source
v11.0.0Compare Source
BREAKING CHANGES
Require Node >= 22; drops older browser version support
JSONPath.cache is no longer exposed or mutable. Consumers that used JSONPath.cache
to inspect, modify, or clear entries must remove
that usage and call JSONPath.clearCache() when cache invalidation is needed.
chore: bump
enginesandbrowserslistand use v flagchore: various changes in types, particularly with return values changing from any to unknown to ensure type safety (by forcing type casts of the results on the user).
fix!: isolate caches and add cache reset API
Other changes:
customTypesoption for providing own other type callbacks (e.g.,@blob()) (@brettz9)OtherTypeCallbackcallback type can accept aparentPropNamewith typenumber(@brettz9)JSONPath.prototype.evaluate,safeVm, andvmcompatibility@c0rydoras:Arthur Deierlein <info@c0rydoras.dev>)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.