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

chore(deps): update dependency jsonpath-ng to v1.7.0 #117

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
jsonpath-ng ==1.6.0 -> ==1.7.0 age adoption passing confidence

Release Notes

h2non/jsonpath-ng (jsonpath-ng)

v1.7.0

Compare Source

===================

  • Allow raw numeric values to be used as keys
  • Add wherenot
  • Added EZRegex pattern for the split extension regex
  • Added negative and * indecies and quotes to Split parameters
  • Typo: duplicate line removed.
  • Added path extension that exposes datum's path from the jsonpath expression itself.
  • Remove Python 3.7 support
  • Only construct the parse table once
  • updated test for jsonpath.py changes
  • fix for Updating a json object fails if the value of a key is boolean #​73
  • Add Codespaces configuration
  • Add .editorconfig
  • Fix a GitHub workflow schema issue

v1.6.1

Compare Source

===================

  • Bump actions/setup-python from 4 to 5
  • Bump github/codeql-action from 2 to 3
  • Use tox to run the test suite against all supported Pythons
  • Fix a typo in the README
  • Add a test case
  • Fix issue with lambda based updates
  • Remove unused code from the test suite
  • Refactor tests/test_parser.py
  • Refactor tests/test_lexer.py
  • Refactor tests/test_jsonpath_rw_ext.py
  • De-duplicate the parser test cases
  • Refactor tests/test_jsonpath.py
  • Refactor tests/test_jsonpath.py
  • Refactor tests/test_exceptions.py
  • Remove a test that merely checks exception inheritance
  • Refactor tests/test_examples.py
  • Add pytest-randomly to shake out auto_id side effects
  • Bump actions/checkout from 3 to 4
  • Include the test suite in coverage reports
  • Remove tests that don't affect coverage and contribute nothing
  • Reformat tests/test_create.py
  • Remove test_doctests, which is a no-op
  • Demonstrate that there are no doctests
  • Remove the coveralls dependency
  • Migrate tests/bin/test_jsonpath.py to use pytest
  • remove Python2 crumbs
  • Add CodeQL analysis
  • Remove the oslotest dependency
  • Fix running CI against incoming PRs
  • Support, and test against, Python 3.12
  • Update the currently-tested CPython versions in the README
  • Remove an unused Travis CI config file
  • Add a Dependabot config to keep GitHub action versions updated
  • add a test for the case when root element is a list
  • Fix issue with assignment in case root element is a list.
  • Fix typo in README
  • Fix test commands in Makefile
  • Fix .coveragerc path
  • Simplify clean in Makefile
  • Refactor unit tests for better errors
  • test case for existing auto id
  • Add more examples to README (thanks @​baynes)
  • fixed typo
  • Don't fail when regex match is attempted on non-strings
  • added step in slice
  • Add additional tests
  • Add keys keyword

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


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

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

Copy link
Contributor Author

renovate bot commented Nov 5, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==1.7.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/jsonpath-ng-1.x branch November 5, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant