← Back to issue list

chore(deps): update documentation dependencies

View original Github issue

Metadata

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

Current evaluation

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.

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 | |---|---|---|---|---|---| | docs/lxd-sphinx-extensions | `==0.0.15` -> `==0.0.16` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2flxd-sphinx-extensions/0.0.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2flxd-sphinx-extensions/0.0.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2flxd-sphinx-extensions/0.0.15/0.0.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2flxd-sphinx-extensions/0.0.15/0.0.16?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [docs/sphinx-lint](https://togithub.com/sphinx-contrib/sphinx-lint) ([changelog](https://togithub.com/sphinx-contrib/sphinx-lint/releases)) | `==0.9.0` -> `==0.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fsphinx-lint/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fsphinx-lint/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fsphinx-lint/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fsphinx-lint/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [docs/sphinxext-opengraph](https://togithub.com/wpilibsuite/sphinxext-opengraph) | `==0.9.0` -> `==0.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fsphinxext-opengraph/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fsphinxext-opengraph/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fsphinxext-opengraph/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fsphinxext-opengraph/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sphinx-lint](https://togithub.com/sphinx-contrib/sphinx-lint) ([changelog](https://togithub.com/sphinx-contrib/sphinx-lint/releases)) | `==0.9.0` -> `==0.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinx-lint/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sphinx-lint/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sphinx-lint/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinx-lint/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [sphinxext-opengraph](https://togithub.com/wpilibsuite/sphinxext-opengraph) | `==0.9.0` -> `==0.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinxext-opengraph/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sphinxext-opengraph/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sphinxext-opengraph/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinxext-opengraph/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>sphinx-contrib/sphinx-lint (docs/sphinx-lint)</summary> ### [`v0.9.1`](https://togithub.com/sphinx-contrib/sphinx-lint/releases/tag/v0.9.1) [Compare Source](https://togithub.com/sphinx-contrib/sphinx-lint/compare/v0.9.0...v0.9.1) #### What's Changed - Add `tool.hatch.build.targets.wheel` to fix `pip install .` with Hatchling 1.19 by [@&#8203;hugovk](https://togithub.com/hugovk) in [https://github.com/sphinx-contrib/sphinx-lint/pull/106](https://togithub.com/sphinx-contrib/sphinx-lint/pull/106) This fixes `ValueError: Unable to determine which files to ship inside the wheel using the following heuristics: [...]` when trying to `pip install .`, including via pre-commit. - Add tox for easy testing of multiple Python versions by [@&#8203;hugovk](https://togithub.com/hugovk) in [https://github.com/sphinx-contrib/sphinx-lint/pull/100](https://togithub.com/sphinx-contrib/sphinx-lint/pull/100) - Lint on GitHub Actions via pre-commit by [@&#8203;hugovk](https://togithub.com/hugovk) in [https://github.com/sphinx-contrib/sphinx-lint/pull/104](https://togithub.com/sphinx-contrib/sphinx-lint/pull/104) **Full Changelog**: https://github.com/sphinx-contrib/sphinx-lint/compare/v0.9.0...v0.9.1 </details> <details> <summary>wpilibsuite/sphinxext-opengraph (docs/sphinxext-opengraph)</summary> ### [`v0.9.1`](https://togithub.com/wpilibsuite/sphinxext-opengraph/releases/tag/v0.9.1) [Compare Source](https://togithub.com/wpilibsuite/sphinxext-opengraph/compare/v0.9.0...v0.9.1) ##### What's Changed - Test Sphinx 7 by [@&#8203;hugovk](https://togithub.com/hugovk) in [https://github.com/wpilibsuite/sphinxext-opengraph/pull/114](https://togithub.com/wpilibsuite/sphinxext-opengraph/pull/114) - Fix default Roboto font not being found by the matplotlib FontManager by [@&#8203;madmiraal](https://togithub.com/madmiraal) in [https://github.com/wpilibsuite/sphinxext-opengraph/pull/116](https://togithub.com/wpilibsuite/sphinxext-opengraph/pull/116) ##### New Contributors - [@&#8203;madmiraal](https://togithub.com/madmiraal) made their first contribution in [https://github.com/wpilibsuite/sphinxext-opengraph/pull/116](https://togithub.com/wpilibsuite/sphinxext-opengraph/pull/116) **Full Changelog**: https://github.com/wpilibsuite/sphinxext-opengraph/compare/v0.9.0...v0.9.1 </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-store). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b 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.
qwen3.6-35b-a3b-mtp-q6 Merged automated dependency update for documentation tools. Updated docs/lxd-sphinx-extensions to 0.0.16, and sphinx-lint, sphinxext-opengraph, and their docs variants to 0.9.1. Successfully applied via Renovate automerge.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#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.
96%
#643 chore(deps): update documentation dependencies craft-parts merged 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.
91%
#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%
#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%
#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.
90%
#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.
89%
#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.
89%
#72 chore(deps): update documentation dependencies craft-application merged Merged automated documentation dependency updates for furo, sphinx-design, sphinx-lint, and sphinx-toolbox. Approved by two reviewers, passed CI, and merged without impacting code coverage.
89%
#112 chore(deps): update documentation dependencies to v0.8.1 craft-store merged Merged an automated Renovate update that upgraded sphinx-lint from v0.6.8 to v0.8.1. The change was approved, passed CI, and modified two files with minimal diff.
88%