← Back to issue list

build(deps): update bugfixes (main) - abandoned

View original Github issue

Metadata

Project
craft-store
Number
#200
Type
pull request
State
closed
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Abandoned and closed without merging. Renovate flagged the dependency update for autoclosing, but branch modifications prevented automatic closure, leading to manual abandonment.

Suggested action:

No scores available.

Issue body

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mypy](https://www.mypy-lang.org/) ([source](https://togithub.com/python/mypy), [changelog](https://mypy-lang.blogspot.com/)) | `==1.11.1` -> `==1.11.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mypy/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/mypy/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/mypy/1.11.1/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mypy/1.11.1/1.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [pyright](https://togithub.com/RobertCraigie/pyright-python) | `==1.1.375` -> `==1.1.377` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/pyright/1.1.377?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/pyright/1.1.377?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/pyright/1.1.375/1.1.377?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyright/1.1.375/1.1.377?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [ruff](https://docs.astral.sh/ruff) ([source](https://togithub.com/astral-sh/ruff), [changelog](https://togithub.com/astral-sh/ruff/blob/main/CHANGELOG.md)) | `==0.6.1` -> `==0.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/ruff/0.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/ruff/0.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/ruff/0.6.1/0.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/ruff/0.6.1/0.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>python/mypy (mypy)</summary> ### [`v1.11.2`](https://togithub.com/python/mypy/compare/v1.11.1...v1.11.2) [Compare Source](https://togithub.com/python/mypy/compare/v1.11.1...v1.11.2) </details> <details> <summary>RobertCraigie/pyright-python (pyright)</summary> ### [`v1.1.377`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.377) [Compare Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.377) ### [`v1.1.376`](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.375...v1.1.376) [Compare Source](https://togithub.com/RobertCraigie/pyright-python/compare/v1.1.375...v1.1.376) </details> <details> <summary>astral-sh/ruff (ruff)</summary> ### [`v0.6.2`](https://togithub.com/astral-sh/ruff/blob/HEAD/CHANGELOG.md#062) [Compare Source](https://togithub.com/astral-sh/ruff/compare/0.6.1...0.6.2) ##### Preview features - \[`flake8-simplify`] Extend `open-file-with-context-handler` to work with other standard-library IO modules (`SIM115`) ([#&#8203;12959](https://togithub.com/astral-sh/ruff/pull/12959)) - \[`ruff`] Avoid `unused-async` for functions with FastAPI route decorator (`RUF029`) ([#&#8203;12938](https://togithub.com/astral-sh/ruff/pull/12938)) - \[`ruff`] Ignore `fstring-missing-syntax` (`RUF027`) for `fastAPI` paths ([#&#8203;12939](https://togithub.com/astral-sh/ruff/pull/12939)) - \[`ruff`] Implement check for Decimal called with a float literal (RUF032) ([#&#8203;12909](https://togithub.com/astral-sh/ruff/pull/12909)) ##### Rule changes - \[`flake8-bugbear`] Update diagnostic message when expression is at the end of function (`B015`) ([#&#8203;12944](https://togithub.com/astral-sh/ruff/pull/12944)) - \[`flake8-pyi`] Skip type annotations in `string-or-bytes-too-long` (`PYI053`) ([#&#8203;13002](https://togithub.com/astral-sh/ruff/pull/13002)) - \[`flake8-type-checking`] Always recognise relative imports as first-party ([#&#8203;12994](https://togithub.com/astral-sh/ruff/pull/12994)) - \[`flake8-unused-arguments`] Ignore unused arguments on stub functions (`ARG001`) ([#&#8203;12966](https://togithub.com/astral-sh/ruff/pull/12966)) - \[`pylint`] Ignore augmented assignment for `self-cls-assignment` (`PLW0642`) ([#&#8203;12957](https://togithub.com/astral-sh/ruff/pull/12957)) ##### Server - Show full context in error log messages ([#&#8203;13029](https://togithub.com/astral-sh/ruff/pull/13029)) ##### Bug fixes - \[`pep8-naming`] Don't flag `from` imports following conventional import names (`N817`) ([#&#8203;12946](https://togithub.com/astral-sh/ruff/pull/12946)) - \[`pylint`] - Allow `__new__` methods to have `cls` as their first argument even if decorated with `@staticmethod` for `bad-staticmethod-argument` (`PLW0211`) ([#&#8203;12958](https://togithub.com/astral-sh/ruff/pull/12958)) ##### Documentation - Add `hyperfine` installation instructions; update `hyperfine` code samples ([#&#8203;13034](https://togithub.com/astral-sh/ruff/pull/13034)) - Expand note to use Ruff with other language server in Kate ([#&#8203;12806](https://togithub.com/astral-sh/ruff/pull/12806)) - Update example for `PT001` as per the new default behavior ([#&#8203;13019](https://togithub.com/astral-sh/ruff/pull/13019)) - \[`perflint`] Improve docs for `try-except-in-loop` (`PERF203`) ([#&#8203;12947](https://togithub.com/astral-sh/ruff/pull/12947)) - \[`pydocstyle`] Add reference to `lint.pydocstyle.ignore-decorators` setting to rule docs ([#&#8203;12996](https://togithub.com/astral-sh/ruff/pull/12996)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/craft-store). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Abandoned and closed without merging. Renovate flagged the dependency update for autoclosing, but branch modifications prevented automatic closure, leading to manual abandonment.
qwen3.6-35b-a3b-mtp-q6 Renovate dependency update PR for mypy, pyright, and ruff was abandoned and closed without merging. Autoclosing was skipped due to branch modifications, leaving the updates unapplied.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#958 build(deps): update bugfixes (main) rockcraft closed Closed due to failing lint checks. The automated dependency update for ruff-pre-commit and dotnet/runtime-deps was abandoned and likely superseded by a new Renovate PR.
80%
#1043 build(deps): update bugfixes (main) - autoclosed craft-parts closed Renovate autoclosed this dependency update without merging. It targeted canonical-sphinx-extensions, myst-parser, sphinx-reredirects, uvicorn, and watchfiles. All CI passed, but changes were abandoned due to inactivity.
80%
#273 build(deps): update bugfixes (main) craft-store closed Closed without merging. The Renovate dependency update for ruff-pre-commit, coverage, myst-parser, pytest, and sphinx-toolbox was abandoned. The immortal configuration ensures it will be automatically recreated when new updates are available.
80%
#862 build(deps): update bugfixes (hotfix/5.6) - autoclosed craft-application closed Automatically closed by Renovate without merging. The dependency update for ruff-pre-commit and setuptools was abandoned and will be regenerated as a new pull request per immortal configuration.
80%
#1456 build(deps): update bugfixes (main) - autoclosed craft-parts closed Renovate dependency update for maven-wrapper and maven-shade-plugin was autoclosed due to a failing CI test. Not merged. Automatically recreated per configuration.
79%
#678 build(deps): update dependencies rockcraft closed Closed without merging. The dependency update branch remained pending review with no comments or CI checks, and was likely abandoned due to prolonged inactivity and an unmet dependency on PR #675.
78%
#267 build(deps): update bugfixes (main) craft-store closed Closed routine dependency update for ruff-pre-commit, coverage, pytest, and sphinx-toolbox. No merge or review activity occurred; likely superseded by newer Renovate updates or manually closed.
78%
#253 build(deps): update bugfixes (hotfix/3.2) - autoclosed craft-store closed Automatically closed by Renovate bot without merging. The PR updated coverage, pytest, and sphinx-toolbox dependencies for the hotfix/3.2 branch. It was closed as outdated or conflicting, and will be automatically recreated.
76%
#1999 build(deps): update pydantic etc. (main) charmcraft closed Closed without merging. The pydantic and pydantic-core dependency update was abandoned or superseded by a newer Renovate PR, as automerge was disabled and no reviewers commented.
76%
#1049 build(deps): update github actions (main) rockcraft closed Closed unmerged and abandoned due to failing CI checks. Renovate will automatically recreate the PR. No reviews or comments were submitted.
76%