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): update dependency dpath to v2 #333

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dpath ==1.5.0 -> ==2.1.5 age adoption passing confidence

Release Notes

dpath-maintainers/dpath-python

v2.1.4

Compare Source

Commits

  • Better int ambiguity resolution in default creator
  • Remove unused import
  • Resolve int ambiguity in get function
  • Use isdecimal in favor of isdigit
  • Add type check tests
  • Update version.py
  • Merge pull request #​181 by moomoohk from dpath-maintainers/179-int-ambiguity-solution-force-creates-dicts-when-no-pre-existing-dict-exists-breaking-previous-functionality

v2.1.3

Compare Source

Commits

  • Remove trailing comma
  • Bump version
  • Merge pull request #​176 by moomoohk from dpath-maintainers/bugfix/175-trailling-comma-in-deprecated-merge

v2.1.2

Compare Source

Commits

  • Support negative indexes
  • Minor improvements
  • Improve negative number check
  • Remove unnecessary negative number check
  • Fix values to work with fnmatchcase
  • Add str overload to CyclicInt
  • Simplify int handling in matching code
  • Remove test case
  • Bump version
  • Continue evaluating entire path when handling int
  • Add type hints
  • Improve CyclicInt type
  • Rename CyclicInt to SymmetricInt
  • Fix sign
  • Merge pull request #​172 by moomoohk from dpath-maintainers/feature/166-negative-list-indexing

v2.1.1

Compare Source

Commits

  • Catch all exceptions in type check
  • Cast path segment to int if it's supposed to be an index
  • Remove redundant import
  • Remove ambiguity of last path segment
  • Remove bad documentation
  • Add test for int ambiguity
  • Merge pull request #​169 by moomoohk from dpath-maintainers/bugfix/int-ambiguity

v2.1.0

Commits

  • Convert docstrings to double quotes
  • Add Python >=3.6 constraint for type hints
  • Organize imports
  • Fix typo
  • Implement merge types as an enum
  • Rename safe_path to _split_path
  • Sort out imports
  • Remove unnecessary check
  • Rename/remove unused variables
  • Some type hinting
  • More type hinting
  • Remove parens
  • Refactoring and type hinting
  • Documentation
  • Use fstrings
  • Remove redundant parentheses
  • Remove unicode literal
  • Some type hints and name improvements
  • Merge branch 'master' into feature/cleanup
  • Small refactor in deletion code
  • Move custom type definitions to dedicated file
  • Use MutableMapping instead of dict
  • Catch specific exceptions
  • Add exports
  • Move utils functions to top level
  • Merge branch 'master' into feature/refactor
  • Fix tests
  • Mock correct function
  • PEP8 change
  • Enable DeprecationWarnings in tests
  • Run flake8 separately from tests
  • Working flake8 with annotations
  • Style fixes
  • Reorder tasks in workflow
  • Set minor version
  • Remove references to dpath.util in tests
  • PEP8 fix
  • Add note regarding 3.6
  • Type hint improvements and exports
  • Merge pull request #​168 by moomoohk from dpath-maintainers/feature/refactor

v2.0.8

Compare Source

Commits

  • Update tests workflow
  • Run tests on Python 3.10
  • Drop Python 3.6
  • Update project URL
  • Update tests to use nose2

v2.0.7

Compare Source

Commits

  • Add meaningful exception
  • Better type check
  • Clean up imports
  • Make assert calls comply with PEP8
  • Bump version
  • Merge pull request #​164 by moomoohk from dpath-maintainers/162-error-when-merging-2-lists-of-dicts

v2.0.6

Compare Source

Commits

  • Add reference to changelog generator config
  • Merge pull request #​159 by timgates42 from timgates42/bugfix_typo_communicate
  • Add option to control int-like segment conversion
  • Bump version
  • Merge pull request #​161 by moomoohk from dpath-maintainers/feature/optional_segment_conversion

Docs

  • fix simple typo, communcate -> communicate

v2.0.5

Compare Source

Commits

  • Add changelog generator config
  • Update README

v2.0.4

Compare Source

Commits

  • Upgrade deployment workflow
  • Update repo docs
  • Add link to Travis CI page
  • Merge branch 'master' into feature/drop-python-2
  • Limit deployment workflow to master branch
  • Merge branch 'master' into feature/drop-python-2
  • Remove lingering Python 2 references
  • Test workflow improvements
  • Merge branch 'master' into feature/drop-python-2
  • Merge pull request #​156 by moomoohk from dpath-maintainers/feature/drop-python-2

v2.0.3

Compare Source


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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 5, 2022
@renovate renovate bot force-pushed the renovate/dpath-2.x branch 16 times, most recently from c5e1787 to 8e2608e Compare November 19, 2022 06:54
@renovate renovate bot force-pushed the renovate/dpath-2.x branch 6 times, most recently from aa53e36 to ca60345 Compare December 12, 2022 11:04
@renovate renovate bot changed the title fix(deps): update dependency dpath to v2 Update dependency dpath to v2 Dec 17, 2022
@renovate renovate bot changed the title Update dependency dpath to v2 fix(deps): update dependency dpath to v2 Dec 17, 2022
@codecov
Copy link

codecov bot commented Dec 18, 2022

Codecov Report

Base: 93.47% // Head: 93.71% // Increases project coverage by +0.24% 🎉

Coverage data is based on head (7f05b7f) compared to base (d094299).
Patch has no changes to coverable lines.

❗ Current head 7f05b7f differs from pull request most recent head 194bf18. Consider uploading reports for the commit 194bf18 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #333      +/-   ##
==========================================
+ Coverage   93.47%   93.71%   +0.24%     
==========================================
  Files          50       48       -2     
  Lines        2653     2643      -10     
==========================================
- Hits         2480     2477       -3     
+ Misses        173      166       -7     
Flag Coverage Δ
os-macOS-12 93.67% <ø> (+0.27%) ⬆️
os-ubuntu-latest 93.67% <ø> (+0.27%) ⬆️
os-windows-latest 93.40% <ø> (+0.16%) ⬆️
py-3.10 93.64% <ø> (+0.20%) ⬆️
py-3.11 93.71% <ø> (+0.46%) ⬆️
py-3.7 93.64% <ø> (+0.39%) ⬆️
py-3.8 93.49% <ø> (+0.08%) ⬆️
py-3.9 93.71% <ø> (+0.24%) ⬆️
unittests 93.71% <ø> (+0.24%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
micropy/stubs/repositories/micropython.py 77.41% <0.00%> (-3.23%) ⬇️
micropy/cli.py 95.29% <0.00%> (-0.03%) ⬇️
micropy/__init__.py 100.00% <0.00%> (ø)
micropy/stubs/package.py 92.30% <0.00%> (ø)
micropy/utils/helpers.py 93.85% <0.00%> (ø)
micropy/utils/_compat.py
micropy/__main__.py
micropy/logger.py 95.10% <0.00%> (+0.69%) ⬆️
micropy/project/template.py 98.17% <0.00%> (+1.20%) ⬆️
micropy/project/checks.py 97.05% <0.00%> (+2.94%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/dpath-2.x branch 2 times, most recently from 998fc58 to e5ad15d Compare December 19, 2022 03:10
@renovate renovate bot force-pushed the renovate/dpath-2.x branch 4 times, most recently from 5cb1709 to 5c6cb40 Compare December 27, 2022 15:38
@renovate renovate bot force-pushed the renovate/dpath-2.x branch 2 times, most recently from 86ed619 to 7f05b7f Compare December 29, 2022 14:00
@renovate renovate bot force-pushed the renovate/dpath-2.x branch 10 times, most recently from 111387b to c7f9e5d Compare January 30, 2023 08:56
@renovate
Copy link
Contributor Author

renovate bot commented Jan 30, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants