build(deps): update dependency sphinx-autodoc-typehints to v2.5.0 (main) - autoclosed
Metadata
Current evaluation
Renovate bot PR updating sphinx-autodoc-typehints from v2.2.2 to v2.5.0 was autoclosed due to inactivity. No reviews or CI checks were performed.
Suggested action: —
No scores available.
Issue body
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sphinx-autodoc-typehints](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints) ([changelog](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)) | `==2.2.2` -> `==2.5.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
<details>
<summary>tox-dev/sphinx-autodoc-typehints (sphinx-autodoc-typehints)</summary>
### [`v2.5.0`](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.5.0)
[Compare Source](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.4...2.5.0)
<!-- Release notes generated using configuration in .github/release.yml at main -->
#### What's Changed
- Fix the type checker by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/493](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/493)
- Apply typehints_formatter to signature by [@​Priyansh121096](https://redirect.github.com/Priyansh121096) in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/494](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/494)
#### New Contributors
- [@​Priyansh121096](https://redirect.github.com/Priyansh121096) made their first contribution in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/494](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/494)
**Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.4...2.5.0
### [`v2.4.4`](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.4.4): Fix broken link in README
[Compare Source](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.3...2.4.4)
<!-- Release notes generated using configuration in .github/release.yml at main -->
**Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.3...2.4.4
### [`v2.4.3`](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.4.3)
[Compare Source](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.2...2.4.3)
<!-- Release notes generated using configuration in .github/release.yml at main -->
**Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.2...2.4.3
### [`v2.4.2`](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.4.2)
[Compare Source](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.1...2.4.2)
<!-- Release notes generated using configuration in .github/release.yml at main -->
#### What's Changed
- Improve the CI by [@​gaborbernat](https://redirect.github.com/gaborbernat) in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/485](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/485)
**Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.1...2.4.2
### [`v2.4.1`](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.4.1)
[Compare Source](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.0...2.4.1)
<!-- Release notes generated using configuration in .github/release.yml at main -->
#### What's Changed
- Fix placement of return type when there is a doctest by [@​hoodmane](https://redirect.github.com/hoodmane) in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/482](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/482)
**Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.4.0...2.4.1
### [`v2.4.0`](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.4.0)
[Compare Source](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/compare/2.3.0...2.4.0)
<!-- Release notes generated using configuration in .github/release.yml at main -->
- Drop 3.9 support
- Add 3.13 support
- Bump dependencies
**Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.3.0...2.4.0
### [`v2.3.0`](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.3.0)
[Compare Source](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.3...2.3.0)
<!-- Release notes generated using configuration in .github/release.yml at main -->
#### What's Changed
- Add module name rewrite configuration option by [@​hoodmane](https://redirect.github.com/hoodmane) in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/474](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/474)
**Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.3...2.3.0
### [`v2.2.3`](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/2.2.3)
[Compare Source](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.2...2.2.3)
<!-- Release notes generated using configuration in .github/release.yml at main -->
#### What's Changed
- Fix mypy errors due to unneeded type ignores by [@​hoodmane](https://redirect.github.com/hoodmane) in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/469](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/469)
- Fix rendering when docstring starst with a directive by [@​hoodmane](https://redirect.github.com/hoodmane) in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/468](https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/468)
**Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.2...2.2.3
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/craft-parts).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM5LjQyLjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Renovate bot PR updating sphinx-autodoc-typehints from v2.2.2 to v2.5.0 was autoclosed due to inactivity. No reviews or CI checks were performed. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Automatically closed without merging. The dependency update for sphinx-autodoc-typehints to v2.5.0 was superseded or expired, leaving the pull request unmerged. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #221 build(deps): update dependency sphinx-sitemap to ~=2.9.0 (main) - autoclosed | imagecraft | closed | Renovate dependency update for sphinx-sitemap to ~=2.9.0 was autoclosed. The PR was not merged and automatically closed by the bot, likely due to becoming outdated or failing CI checks. | |
| #5706 build(deps): update dependency sphinx-sitemap to ~=2.8.0 (main) - autoclosed | snapcraft | closed | Renovate automatically closed the sphinx-sitemap dependency update without review or merge. The bot autonomously terminated the branch. | |
| #704 chore(deps): update dependency sphinx-autodoc-typehints to v2.0.1 | craft-parts | merged | Automated dependency update for sphinx-autodoc-typehints merged from v2.0.0 to v2.0.1. The change passed CI, received two approvals, and was auto-merged per Renovate configuration. | |
| #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. | |
| #2434 build(deps): update dependency sphinx-autobuild to v2025 (main) | charmcraft | closed | Closed without merging due to artifact update failures and type checking errors. Renovate will ignore this sphinx-autobuild v2025 update. Minor and patch updates will only resume if the dependency is manually upgraded. | |
| #112 build(deps): update dependency sphinx-autodoc-typehints to v3 | craft-grammar | closed | Closed without merging due to a dependency conflict. The v3 update requires Python 3.11+, conflicting with the project's 3.10 support. Renovate will ignore future 3.x updates unless manually upgraded. | |
| #152 build(deps): update dependency sphinx-autodoc-typehints to v3 (main) | craft-grammar | closed | Closed without merging due to a Python version conflict. The updated package requires Python 3.11+, but the project supports 3.10. Renovate will ignore future 3.x updates for this dependency. | |
| #870 build(deps): update dependency sphinx-autobuild to v2024.10.3 (main) | craft-parts | merged | Merged automated dependency update for sphinx-autobuild to v2024.10.3. Approved by two reviewers, passed CI checks, and merged into the main branch. | |
| #524 build(deps): update dependency sphinx-autobuild to v2024.10.3 | craft-application | merged | Merged automated dependency update for sphinx-autobuild from v2024.9.3 to v2024.10.3. Approved by two reviewers, passed CI checks, and modified one file. | |
| #96 build(deps): update dependency sphinx-autodoc-typehints to v3 | craft-grammar | closed | Closed without merging due to a dependency resolution failure. The uv lock command failed because canonical-sphinx requires sphinx<8, conflicting with the updated package. Renovate will ignore future 3.x updates for this dependency. |