← Back to issue list

chore(deps): update documentation dependencies

View original Github issue

Metadata

Project
craft-parts
Number
#643
Type
pull request
State
merged
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

Merged automated documentation dependency updates. Renovate upgraded sphinx-autodoc-typehints and four sphinxcontrib packages to latest patch versions. Approved by two reviewers and passed CI before merge.

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 | |---|---|---|---|---|---| | [sphinx-autodoc-typehints](https://togithub.com/tox-dev/sphinx-autodoc-typehints) ([changelog](https://togithub.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)) | `==1.25.2` -> `==1.25.3` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinx-autodoc-typehints/1.25.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sphinx-autodoc-typehints/1.25.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sphinx-autodoc-typehints/1.25.2/1.25.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinx-autodoc-typehints/1.25.2/1.25.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sphinxcontrib-applehelp](https://togithub.com/sphinx-doc/sphinxcontrib-applehelp) ([changelog](https://www.sphinx-doc.org/en/master/changes.html)) | `==1.0.7` -> `==1.0.8` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinxcontrib-applehelp/1.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sphinxcontrib-applehelp/1.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sphinxcontrib-applehelp/1.0.7/1.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinxcontrib-applehelp/1.0.7/1.0.8?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sphinxcontrib-devhelp](https://togithub.com/sphinx-doc/sphinxcontrib-devhelp) ([changelog](https://www.sphinx-doc.org/en/master/changes.html)) | `==1.0.5` -> `==1.0.6` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinxcontrib-devhelp/1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sphinxcontrib-devhelp/1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sphinxcontrib-devhelp/1.0.5/1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinxcontrib-devhelp/1.0.5/1.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sphinxcontrib-htmlhelp](https://togithub.com/sphinx-doc/sphinxcontrib-htmlhelp) ([changelog](https://www.sphinx-doc.org/en/master/changes.html)) | `==2.0.4` -> `==2.0.5` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinxcontrib-htmlhelp/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sphinxcontrib-htmlhelp/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sphinxcontrib-htmlhelp/2.0.4/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinxcontrib-htmlhelp/2.0.4/2.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sphinxcontrib-qthelp](https://togithub.com/sphinx-doc/sphinxcontrib-qthelp) ([changelog](https://www.sphinx-doc.org/en/master/changes.html)) | `==1.0.6` -> `==1.0.7` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinxcontrib-qthelp/1.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sphinxcontrib-qthelp/1.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sphinxcontrib-qthelp/1.0.6/1.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinxcontrib-qthelp/1.0.6/1.0.7?slim=true)](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> ### [`v1.25.3`](https://togithub.com/tox-dev/sphinx-autodoc-typehints/releases/tag/1.25.3) [Compare Source](https://togithub.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.2...1.25.3) <!-- Release notes generated using configuration in .github/release.yml at main --> #### What's Changed - Stop parsing from overwriting Sphinx configuration by [@&#8203;flying-sheep](https://togithub.com/flying-sheep) in [https://github.com/tox-dev/sphinx-autodoc-typehints/pull/422](https://togithub.com/tox-dev/sphinx-autodoc-typehints/pull/422) **Full Changelog**: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.2...1.25.3 </details> <details> <summary>sphinx-doc/sphinxcontrib-applehelp (sphinxcontrib-applehelp)</summary> ### [`v1.0.8`](https://togithub.com/sphinx-doc/sphinxcontrib-applehelp/blob/HEAD/CHANGES#Release-108-2024-01-13) [Compare Source](https://togithub.com/sphinx-doc/sphinxcontrib-applehelp/compare/1.0.7...1.0.8) \========================== - Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies. </details> <details> <summary>sphinx-doc/sphinxcontrib-devhelp (sphinxcontrib-devhelp)</summary> ### [`v1.0.6`](https://togithub.com/sphinx-doc/sphinxcontrib-devhelp/releases/tag/1.0.6): sphinxcontrib-devhelp 1.0.6 [Compare Source](https://togithub.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.5...1.0.6) Changelog: https://www.sphinx-doc.org/en/master/changes.html </details> <details> <summary>sphinx-doc/sphinxcontrib-htmlhelp (sphinxcontrib-htmlhelp)</summary> ### [`v2.0.5`](https://togithub.com/sphinx-doc/sphinxcontrib-htmlhelp/releases/tag/2.0.5): sphinxcontrib-htmlhelp 2.0.5 [Compare Source](https://togithub.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.4...2.0.5) Changelog: https://www.sphinx-doc.org/en/master/changes.html </details> <details> <summary>sphinx-doc/sphinxcontrib-qthelp (sphinxcontrib-qthelp)</summary> ### [`v1.0.7`](https://togithub.com/sphinx-doc/sphinxcontrib-qthelp/releases/tag/1.0.7): sphinxcontrib-qthelp 1.0.7 [Compare Source](https://togithub.com/sphinx-doc/sphinxcontrib-qthelp/compare/1.0.6...1.0.7) Changelog: https://www.sphinx-doc.org/en/master/changes.html </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "every weekend" in timezone Etc/UTC. 🚦 **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/canonical/craft-parts). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged automated documentation dependency updates. Renovate upgraded sphinx-autodoc-typehints and four sphinxcontrib packages to latest patch versions. Approved by two reviewers and passed CI before merge.
qwen3.6-35b-a3b-mtp-q6 Merged automated dependency updates for documentation tools, bumping sphinx-autodoc-typehints, sphinxcontrib-applehelp, sphinxcontrib-devhelp, sphinxcontrib-htmlhelp, and sphinxcontrib-qthelp to newer patch versions.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#745 chore(deps): update documentation dependencies craft-parts merged Merged an automated Renovate update for documentation dependencies, upgrading Sphinx, furo, sphinx-autobuild, sphinx-autodoc-typehints, and sphinx-design. Approved by two reviewers and passed CI before integration.
93%
#538 chore(deps): update documentation dependencies (major) rockcraft merged Merged automated dependency update upgrading Sphinx to 7.3.7 and sphinx-autodoc-typehints to 2.1.0. Approved by reviewers, passed CI, and merged with a minimal two-line change.
92%
#147 chore(deps): update documentation dependencies craft-store merged Merged automated documentation dependency updates. Renovate upgraded sphinx-lint, sphinxext-opengraph, and lxd-sphinx-extensions to latest patch versions. Approved by reviewer, passed CI, and merged with minimal changes.
91%
#4728 chore(deps): update documentation dependencies snapcraft merged Merged automated documentation dependency updates. Renovate upgraded furo, sphinx-basic-ng, sphinx_design, and sphinxcontrib packages. PR passed CI checks and reviewer approval before merge.
91%
#734 chore(deps): update documentation dependencies craft-parts closed Merged automated updates for documentation dependencies. Upgraded Sphinx to 7.3.7, furo to 2024.5.6, sphinx-autobuild to 2024.4.16, and sphinx-autodoc-typehints to 2.1.0. CI passed and review was approved prior to merge.
91%
#174 chore(deps): update documentation dependencies craft-store merged Merged automated documentation dependency updates via Renovate. Updated Sphinx to 7.3.7, sphinx-design to 0.6.0, sphinx-notfound-page to 1.0.2, and sphinx-reredirects to 0.1.4. Approved by two reviewers, passed CI, and merged.
91%
#194 chore(deps): update documentation dependencies craft-store merged Merged automated updates for documentation dependencies furo, sphinx-design, and sphinx-notfound-page. Approved by two reviewers, passed CI checks, and merged with minimal changes across two files.
90%
#176 chore(deps): update documentation dependencies craft-cli merged Merged automated updates for documentation dependencies: furo, sphinx-design, sphinx-lint, and sphinx-toolbox. Approved and merged without impacting code coverage.
90%
#120 chore(deps): update documentation dependencies starbase merged Merged automated documentation dependency updates. Renovate bot upgraded furo, sphinx-design, sphinx-lint, and sphinx-toolbox. Change passed CI, received approval, and was successfully merged.
90%
#122 chore(deps): update documentation dependencies craft-store merged Merged automated updates for documentation dependencies including sphinx-lint, sphinx-tabs, sphinx-reredirects, sphinxext-opengraph, and lxd-sphinx-extensions. Changes passed CI, received approval, and were merged.
90%