chore(deps): update documentation dependencies to v0.8.1
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [docs/sphinx-lint](https://togithub.com/sphinx-contrib/sphinx-lint) ([changelog](https://togithub.com/sphinx-contrib/sphinx-lint/releases)) | `==0.6.8` -> `==0.8.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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.6.8` -> `==0.8.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>sphinx-contrib/sphinx-lint (docs/sphinx-lint)</summary>
### [`v0.8.1`](https://togithub.com/sphinx-contrib/sphinx-lint/releases/tag/v0.8.1)
[Compare Source](https://togithub.com/sphinx-contrib/sphinx-lint/compare/v0.8.0...v0.8.1)
##### What's Changed
- Use `require_serial: true` as the default for our pre-commit hook, not `-j1` by [@​AlexWaygood](https://togithub.com/AlexWaygood) in [https://github.com/sphinx-contrib/sphinx-lint/pull/95](https://togithub.com/sphinx-contrib/sphinx-lint/pull/95)
**Full Changelog**: https://github.com/sphinx-contrib/sphinx-lint/compare/v0.8.0...v0.8.1
### [`v0.8.0`](https://togithub.com/sphinx-contrib/sphinx-lint/releases/tag/v0.8.0)
[Compare Source](https://togithub.com/sphinx-contrib/sphinx-lint/compare/v0.7.0...v0.8.0)
##### What's Changed
- Add link to changelog on pyproject.toml/PyPI by [@​ezio-melotti](https://togithub.com/ezio-melotti) in [https://github.com/sphinx-contrib/sphinx-lint/pull/92](https://togithub.com/sphinx-contrib/sphinx-lint/pull/92)
- Fix sh code block in README by [@​jdillard](https://togithub.com/jdillard) in [https://github.com/sphinx-contrib/sphinx-lint/pull/93](https://togithub.com/sphinx-contrib/sphinx-lint/pull/93)
- Updates on using Sphinx Lint with pre-commit:
- Add docs on how best to use sphinx-lint with pre-commit by [@​AlexWaygood](https://togithub.com/AlexWaygood) in [https://github.com/sphinx-contrib/sphinx-lint/pull/90](https://togithub.com/sphinx-contrib/sphinx-lint/pull/90)
- Improve usability of Sphinx Lint with pre-commit by [@​AlexWaygood](https://togithub.com/AlexWaygood) in [https://github.com/sphinx-contrib/sphinx-lint/pull/94](https://togithub.com/sphinx-contrib/sphinx-lint/pull/94)
##### New Contributors
- [@​jdillard](https://togithub.com/jdillard) made their first contribution in [https://github.com/sphinx-contrib/sphinx-lint/pull/93](https://togithub.com/sphinx-contrib/sphinx-lint/pull/93)
**Full Changelog**: https://github.com/sphinx-contrib/sphinx-lint/compare/v0.7.0...v0.8.0
### [`v0.7.0`](https://togithub.com/sphinx-contrib/sphinx-lint/releases/tag/v0.7.0)
[Compare Source](https://togithub.com/sphinx-contrib/sphinx-lint/compare/v0.6.8...v0.7.0)
#### What's Changed
- NEW: Allow users to provide an explicit process count by [@​rtobar](https://togithub.com/rtobar) in [https://github.com/sphinx-contrib/sphinx-lint/pull/78](https://togithub.com/sphinx-contrib/sphinx-lint/pull/78)
- NEW: `sphinx-lint` is now ~3x faster
- Use pre-compiled regular expressions by [@​rtobar](https://togithub.com/rtobar) in [https://github.com/sphinx-contrib/sphinx-lint/pull/77](https://togithub.com/sphinx-contrib/sphinx-lint/pull/77)
- Add caches to hot functions in `utils.py` that are called from multiple locations by [@​AlexWaygood](https://togithub.com/AlexWaygood) in [https://github.com/sphinx-contrib/sphinx-lint/pull/79](https://togithub.com/sphinx-contrib/sphinx-lint/pull/79)
- Micro-optimise `check_missing_space_after_role()` by [@​AlexWaygood](https://togithub.com/AlexWaygood) in [https://github.com/sphinx-contrib/sphinx-lint/pull/80](https://togithub.com/sphinx-contrib/sphinx-lint/pull/80)
- Add a cache to `rst.inline_markup_gen()` by [@​AlexWaygood](https://togithub.com/AlexWaygood) in [https://github.com/sphinx-contrib/sphinx-lint/pull/81](https://togithub.com/sphinx-contrib/sphinx-lint/pull/81)
- Pre-compile nearly all regex patterns by [@​AlexWaygood](https://togithub.com/AlexWaygood) in [https://github.com/sphinx-contrib/sphinx-lint/pull/82](https://togithub.com/sphinx-contrib/sphinx-lint/pull/82)
- Improve the caching strategy employed in `utils.py` by [@​AlexWaygood](https://togithub.com/AlexWaygood) in [https://github.com/sphinx-contrib/sphinx-lint/pull/84](https://togithub.com/sphinx-contrib/sphinx-lint/pull/84)
- INFRA: Add a deploy.yml that supports trusted publishing. by [@​ezio-melotti](https://togithub.com/ezio-melotti) in [https://github.com/sphinx-contrib/sphinx-lint/pull/88](https://togithub.com/sphinx-contrib/sphinx-lint/pull/88)
- INFRA: Update Python version used to test friend projects. by [@​ezio-melotti](https://togithub.com/ezio-melotti) in [https://github.com/sphinx-contrib/sphinx-lint/pull/85](https://togithub.com/sphinx-contrib/sphinx-lint/pull/85)
#### New Contributors
- [@​AlexWaygood](https://togithub.com/AlexWaygood) made their first contribution in [https://github.com/sphinx-contrib/sphinx-lint/pull/79](https://togithub.com/sphinx-contrib/sphinx-lint/pull/79)
**Full Changelog**: https://github.com/sphinx-contrib/sphinx-lint/compare/v0.6.8...v0.7.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "every weekend" in timezone Etc/UTC.
🚦 **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 these updates again.
---
- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency update for sphinx-lint from v0.6.8 to v0.8.1 via Renovate bot. Documentation linting tools were upgraded without conflicts. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #205 chore(deps): update dependency sphinx-lint to v0.9.0 | craft-cli | merged | Merged automated dependency update for sphinx-lint from v0.8.1 to v0.9.0 via Renovate. Approved by two reviewers, passed CI, and maintained code coverage. | |
| #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. | |
| #141 chore(deps): update dependency docs/sphinx-lint to v0.8.1 | starbase | merged | Merged automated dependency update upgrading docs/sphinx-lint from v0.6.8 to v0.8.1. Approved by reviewers, passed CI checks, and successfully merged into main. | |
| #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. | |
| #116 chore(deps): update documentation dependencies | craft-application | merged | Merged automated documentation dependency updates via Renovate. Updated furo to v2023.9.10 and sphinx-lint to v0.8.1. Changes were approved by reviewers, passed CI checks, and successfully merged. | |
| #191 chore(deps): update dependency docs/sphinx-lint to v0.8.1 | craft-cli | merged | Merged automated dependency update for docs/sphinx-lint from v0.6.8 to v0.8.1. Approved by reviewer, passed CI checks, and merged without coverage changes. | |
| #547 chore(deps): update documentation dependencies | craft-parts | merged | Merged Renovate PR updating Sphinx documentation dependencies. Author manually adjusted versions to fix ReadTheDocs build failures. Approved by reviewers and CI passed prior to merge. | |
| #160 chore(deps): update dependency docs/sphinx-lint to v0.9.1 | craft-application | merged | Merged automated dependency update for docs/sphinx-lint from v0.8.1 to v0.9.1. Approved by two reviewers, passed CI checks, and maintained 99.19% test coverage. | |
| #166 chore(deps): update dependency docs/sphinx-lint to v0.9.1 | starbase | merged | Merged an automated dependency update upgrading docs/sphinx-lint from v0.9.0 to v0.9.1. The change was approved, passed CI and coverage checks, and successfully merged with a single line modification. | |
| #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. |