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.1.4 #524

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dpath 2.0.6 -> 2.1.4 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

Compare Source

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

Configuration

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

🚦 Automerge: Enabled.

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

@renovate renovate bot force-pushed the renovate/dpath-2.x-lockfile branch 12 times, most recently from aa3b142 to aa4ba44 Compare March 24, 2023 09:02
@github-actions
Copy link

Expected release notes (by @renovate[bot])

features:
add MegaLinter plugin (#476) (212a36a)

fixes:
document.add does not work on Linux (#487) (07048bb)
further improve file path handling (#479) (6cff555)
actually show chosen styles in log output (#477) (9a685ac)
pass in token to fetch GH default branch (#475) (46ea598)

others (will not be included in Semantic-Release notes):
update dependency dpath to v2.1.4 (aa4ba44)
update dependency importlib-resources to v5.12.0 (68aae5c)
fix release notes preview (3fca5a3)
update dependency requests-cache to v0.9.8 (#518) (2135344)
set Renovate branch and PR limits (#530) (a7c8859)
update dependency testfixtures to v6.18.5 (311a5ca)
update dependency strenum to v0.4.10 (4aed308)
update dependency pudb to v2022.1.3 (ebc6110)
update dependency icecream to v2.1.3 (f63ca33)
bump certifi from 2021.10.8 to 2022.12.7 (#512) (d7506bd)
dbc5eca [pre-commit.ci] pre-commit autoupdate (#510)
f0f5b87 [pre-commit.ci] pre-commit autoupdate
559e280 [pre-commit.ci] pre-commit autoupdate
7f7059a [pre-commit.ci] pre-commit autoupdate
use slashes instead of dots (7d4d0ef)
pin requests-cache (bd82efe)
remove stages from hooks (63703c7)
50765ab [pre-commit.ci] pre-commit autoupdate
af3592b [pre-commit.ci] pre-commit autoupdate (#503)
update tox-poetry-installer (75c2d97)
a85b52c [pre-commit.ci] pre-commit autoupdate
pre-commit.ci autoupdate (#497) (b837db3)
update actions/setup-python action to v4 (#493) (dacfe6a)
upgrade Poetry, pylint and pre-commit hooks (#494) (fe0215b)
2c6bcd9 [pre-commit.ci] pre-commit autoupdate (#478)

  • I hereby acknowledge these release notes are 🥙 AWESOME 🥙

@renovate renovate bot force-pushed the renovate/dpath-2.x-lockfile branch from aa4ba44 to b27de28 Compare March 24, 2023 09:36
@andreoliwa andreoliwa closed this Mar 24, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (*). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

@renovate renovate bot deleted the renovate/dpath-2.x-lockfile branch March 24, 2023 09: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.

1 participant