mcaulifn / solcast

Apache License 2.0
7 stars 2 forks source link

chore(deps): update dependency rope to v1.10.0 #181

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rope 1.6.0 -> 1.10.0 age adoption passing confidence

Release Notes

python-rope/rope (rope) ### [`v1.10.0`](https://togithub.com/python-rope/rope/blob/HEAD/CHANGELOG.md#Release-1100) [Compare Source](https://togithub.com/python-rope/rope/compare/1.9.0...1.10.0) - [#​708](https://togithub.com/python-rope/rope/issues/708), [#​709](https://togithub.com/python-rope/rope/issues/709) Add support for Python 3.12 ### [`v1.9.0`](https://togithub.com/python-rope/rope/blob/HEAD/CHANGELOG.md#Release-190) [Compare Source](https://togithub.com/python-rope/rope/compare/1.8.0...1.9.0) - [#​624](https://togithub.com/python-rope/rope/issues/624), [#​693](https://togithub.com/python-rope/rope/issues/693) Implement `nonlocal` keyword ([@​lieryan](https://togithub.com/lieryan)) - [#​697](https://togithub.com/python-rope/rope/issues/697), [#​565](https://togithub.com/python-rope/rope/issues/565) Automatically purge autoimport.db when there is schema change ### [`v1.8.0`](https://togithub.com/python-rope/rope/blob/HEAD/CHANGELOG.md#Release-180) [Compare Source](https://togithub.com/python-rope/rope/compare/1.7.0...1.8.0) - [#​650](https://togithub.com/python-rope/rope/issues/650) Install pre-commit hooks on rope repository ([@​lieryan](https://togithub.com/lieryan)) - [#​655](https://togithub.com/python-rope/rope/issues/655) Remove unused **init**() methods ([@​edreamleo](https://togithub.com/edreamleo), [@​lieryan](https://togithub.com/lieryan)) - [#​656](https://togithub.com/python-rope/rope/issues/656) Reformat using black 23.1.0 ([@​edreamleo](https://togithub.com/edreamleo)) - [#​674](https://togithub.com/python-rope/rope/issues/674) Fix/supress all mypy complaints ([@​edreamleo](https://togithub.com/edreamleo)) - [#​680](https://togithub.com/python-rope/rope/issues/680) Remove a do-nothing statement in soi.\_handle_first_parameter ([@​edreamleo](https://togithub.com/edreamleo)) - [#​687](https://togithub.com/python-rope/rope/issues/687), [#​688](https://togithub.com/python-rope/rope/issues/688) Fix autoimport not scanning packages recursively ([@​lieryan](https://togithub.com/lieryan)) ### [`v1.7.0`](https://togithub.com/python-rope/rope/blob/HEAD/CHANGELOG.md#Release-170) [Compare Source](https://togithub.com/python-rope/rope/compare/1.6.0...1.7.0) #### Feature - [#​548](https://togithub.com/python-rope/rope/issues/548) Implement MoveGlobal using string as destination module names ([@​lieryan](https://togithub.com/lieryan)) #### Bug - [#​627](https://togithub.com/python-rope/rope/issues/627) Fix parsing of octal literal ([@​lieryan](https://togithub.com/lieryan)) - [#​643](https://togithub.com/python-rope/rope/issues/643), [#​435](https://togithub.com/python-rope/rope/issues/435) Fix fstrings with mismatched parens ([@​apmorton](https://togithub.com/apmorton)) - [#​646](https://togithub.com/python-rope/rope/issues/646) Fix renaming kwargs when refactoring from imports ([@​apmorton](https://togithub.com/apmorton)) - [#​648](https://togithub.com/python-rope/rope/issues/648) Remove **init** from import statement when using sqlite autoimport ([@​bagel897](https://togithub.com/bagel897)) #### Improvements - rope.contrib.generate improvements - [#​640](https://togithub.com/python-rope/rope/issues/640) Remove unnecessary eval in generate.py ([@​edreamleo](https://togithub.com/edreamleo)) - [#​641](https://togithub.com/python-rope/rope/issues/641) Add type annotations for rope.contrib.generate.create_generate() ([@​edreamleo](https://togithub.com/edreamleo)) - call_for_nodes() improvements - [#​634](https://togithub.com/python-rope/rope/issues/634) Remove call_for_nodes(recursive) argument ([@​edreamleo](https://togithub.com/edreamleo)) - [#​642](https://togithub.com/python-rope/rope/issues/642) Add comments & docstrings related to call_for_nodes ([@​edreamleo](https://togithub.com/edreamleo), [@​lieryan](https://togithub.com/lieryan)) - Data storage improvements - [#​604](https://togithub.com/python-rope/rope/issues/604) Fix test that sometimes leaves files behind in the current working directory ([@​lieryan](https://togithub.com/lieryan)) - [#​606](https://togithub.com/python-rope/rope/issues/606) Deprecate compress_objectdb and compress_history ([@​lieryan](https://togithub.com/lieryan)) - [#​607](https://togithub.com/python-rope/rope/issues/607) Remove importing from legacy files with `.pickle` suffix ([@​lieryan](https://togithub.com/lieryan)) - [#​611](https://togithub.com/python-rope/rope/issues/611) Implement JSON DataFile serialization ([@​lieryan](https://togithub.com/lieryan)) - [#​630](https://togithub.com/python-rope/rope/issues/630) SQLite models improvements ([@​lieryan](https://togithub.com/lieryan)) - [#​631](https://togithub.com/python-rope/rope/issues/631) Implement version hash ([@​lieryan](https://togithub.com/lieryan)) #### Tech Debt - [#​594](https://togithub.com/python-rope/rope/issues/594) Tidy up patchedast ([@​Alex-CodeLab](https://togithub.com/Alex-CodeLab)) - [#​595](https://togithub.com/python-rope/rope/issues/595) Global default DEFAULT_TASK_HANDLE ([@​Alex-CodeLab](https://togithub.com/Alex-CodeLab)) - [#​609](https://togithub.com/python-rope/rope/issues/609), [#​610](https://togithub.com/python-rope/rope/issues/610), [#​612](https://togithub.com/python-rope/rope/issues/612), [#​613](https://togithub.com/python-rope/rope/issues/613) Fix pyflakes issues ([@​edreamleo](https://togithub.com/edreamleo)) - [#​615](https://togithub.com/python-rope/rope/issues/615) Remove 'unicode' from builtins dict ([@​edreamleo](https://togithub.com/edreamleo)) - [#​616](https://togithub.com/python-rope/rope/issues/616), [#​621](https://togithub.com/python-rope/rope/issues/621) Remove `file` builtins ([@​edreamleo](https://togithub.com/edreamleo)) - [#​618](https://togithub.com/python-rope/rope/issues/618) Separate pynames and pynamesdef and remove star-import ([@​edreamleo](https://togithub.com/edreamleo), [@​lieryan](https://togithub.com/lieryan)) - [#​620](https://togithub.com/python-rope/rope/issues/620) Remove unused import in occurrences.py ([@​edreamleo](https://togithub.com/edreamleo)) - [#​625](https://togithub.com/python-rope/rope/issues/625) Remove support for deprecated ast nodes ([@​lieryan](https://togithub.com/lieryan)) #### Tests/Dev - [#​626](https://togithub.com/python-rope/rope/issues/626) Install pre-commit hooks on rope repository ([@​lieryan](https://togithub.com/lieryan)) - [#​628](https://togithub.com/python-rope/rope/issues/628) Add isort to pre-commit ([@​lieryan](https://togithub.com/lieryan)) - [#​638](https://togithub.com/python-rope/rope/issues/638) Add a function to identify ast Constant nodes more granularly ([@​lieryan](https://togithub.com/lieryan)) #### Docs - [#​636](https://togithub.com/python-rope/rope/issues/636) Update readme to reflect 1.0 has been released. ([@​maxnoe](https://togithub.com/maxnoe))

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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #181 (a52d124) into main (81657bd) will not change coverage. Report is 24 commits behind head on main. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/mcaulifn/solcast/pull/181/graphs/tree.svg?width=650&height=150&src=pr&token=04NTIH61T2&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe)](https://app.codecov.io/gh/mcaulifn/solcast/pull/181?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe) ```diff @@ Coverage Diff @@ ## main #181 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 126 126 ========================================= Hits 126 126 ``` | [Flag](https://app.codecov.io/gh/mcaulifn/solcast/pull/181/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/mcaulifn/solcast/pull/181/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe) | `100.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe#carryforward-flags-in-the-pull-request-comment) to find out more. ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/mcaulifn/solcast/pull/181?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/mcaulifn/solcast/pull/181?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe). Last update [189b29f...a52d124](https://app.codecov.io/gh/mcaulifn/solcast/pull/181?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Nathaniel+McAuliffe).
codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit a52d1245 and detected 0 issues on this pull request.

View more on Code Climate.