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): bump jsonpath-ng from 1.6.0 to 1.6.1 #2147

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps jsonpath-ng from 1.6.0 to 1.6.1.

Release notes

Sourced from jsonpath-ng's releases.

v1.6.1

  • 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
Changelog

Sourced from jsonpath-ng's changelog.

1.6.1 / 2024-01-11

  • 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
Commits
  • 2b50a1b Bump to version 1.6.1
  • 2c50985 Bump actions/setup-python from 4 to 5
  • c9af101 Bump github/codeql-action from 2 to 3
  • bab8e4a Use tox to run the test suite against all supported Pythons
  • b974d4f Fix a typo in the README
  • 8cefc0b Add a test case
  • 7987969 Fix issue with lambda based updates
  • aa4c61e Remove unused code from the test suite
  • 86d3f21 Refactor tests/test_parser.py
  • d10c6f1 Refactor tests/test_lexer.py
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

📚 Documentation preview 📚: https://meltano-sdk--2147.org.readthedocs.build/en/2147/

Bumps [jsonpath-ng](https://github.com/h2non/jsonpath-ng) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/h2non/jsonpath-ng/releases)
- [Changelog](https://github.com/h2non/jsonpath-ng/blob/master/History.md)
- [Commits](h2non/jsonpath-ng@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: jsonpath-ng
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team January 15, 2024 13:12
Copy link

codspeed-hq bot commented Jan 15, 2024

CodSpeed Performance Report

Merging #2147 will not alter performance

Comparing dependabot/pip/jsonpath-ng-1.6.1 (d6138a4) with main (5f1a68b)

Summary

✅ 6 untouched benchmarks

Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5f1a68b) 87.98% compared to head (d6138a4) 87.98%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2147   +/-   ##
=======================================
  Coverage   87.98%   87.98%           
=======================================
  Files          60       60           
  Lines        5004     5004           
  Branches     1014     1014           
=======================================
  Hits         4403     4403           
  Misses        424      424           
  Partials      177      177           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@edgarrmondragon edgarrmondragon added this pull request to the merge queue Jan 15, 2024
Merged via the queue into main with commit 3ff3f08 Jan 15, 2024
34 checks passed
@edgarrmondragon edgarrmondragon deleted the dependabot/pip/jsonpath-ng-1.6.1 branch January 15, 2024 14:27
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