Skip to content

fix(deps): update dependency jsonpath-ng to v1.8.0 - #457

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/converter-dependencies
Open

fix(deps): update dependency jsonpath-ng to v1.8.0#457
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/converter-dependencies

Conversation

@renovate

@renovate renovate Bot commented Aug 10, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
jsonpath-ng ==1.7.0==1.8.0 age confidence

Release Notes

h2non/jsonpath-ng (jsonpath-ng)

v1.8.0

Compare Source

Added
  • Support Python 3.13 and 3.14
  • Typing for IDE autocomplete
  • Support for EMOJI and CJK Unicode
  • Support for DatumInContext in-place updating
  • Support equality checking of Operation instances
  • Support string serialization of Union and Intersect instances
  • Support comma-separated indices
  • Add typings for IDE autocomplete
Changed
  • Rename ExtentedJsonPathParser
  • Remove ply dependency
Fixed
  • Fix False and None values
  • Fix single constant case
  • Update field filter to resolve wildcard path issue
  • Vendor copy of ply and remove pickle support from the vendored copy to resolve CVE-2025-56005
  • Fix string serialization throughout the library to enforce roundtrip parsing consistency.
    • Fields are more conservatively enclosed in quotion marks
      This fixes serialization and re-parsing of "00", '%', '0@' and "&'".
    • Operation instances can now be serialized.
      This fixes serialization of 0-@ and A -A.
    • SortedThis instances can now be serialized and re-parsed.
      This fixes serialization of 0[/0].
    • Child precedence is now preserved using parentheses during serialization.
      This ensures that serialized strings like a..b[c] serialize and re-parse identically.
  • Fix parsing and string serialization of numeric-only identifiers.
    This fixes parsing of 10, which was parsed as two separate fields.
  • Fix equality checks for SortedThis instances.
  • Fix bool filter type to handle None values
Removed
  • Python 3.8 and 3.9 no longer supported

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

Copy link
Copy Markdown

There is no coverage information present for the Files changed

Total Project Coverage 52.48% 🍏

@renovate
renovate Bot force-pushed the renovate/converter-dependencies branch from 429b875 to 5ae40d7 Compare August 11, 2026 08:04
@github-actions

Copy link
Copy Markdown

There is no coverage information present for the Files changed

Total Project Coverage 52.48% 🍏

@renovate
renovate Bot force-pushed the renovate/converter-dependencies branch from 5ae40d7 to 2e20b88 Compare August 11, 2026 08:24
@github-actions

Copy link
Copy Markdown

There is no coverage information present for the Files changed

Total Project Coverage 52.48% 🍏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants