Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): replace jsonpath with jsonpath-plus #2391

Merged
merged 1 commit into from
Oct 1, 2024
Merged

Conversation

chingor13
Copy link
Contributor

jsonpath packages is unmaintained. jsonpath-plus is not in active development, but is more maintained.

There is a minor behavioral change in that invalid jsonpath entries provided no longer throw an exception and crash the execution. Instead, it's treated as if there are no matching jsonpath entries (no-op).

@chingor13 chingor13 requested review from a team as code owners October 1, 2024 20:04
@product-auto-label product-auto-label bot added the size: l Pull request size is large. label Oct 1, 2024
@chingor13 chingor13 added this pull request to the merge queue Oct 1, 2024
Merged via the queue into main with commit 47db9b5 Oct 1, 2024
17 checks passed
@chingor13 chingor13 deleted the jsonpath-plus branch October 1, 2024 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants