chore(deps): update documentation dependencies
Metadata
Current evaluation
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.
Suggested action: —
No scores available.
Issue body
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [docs/furo](https://togithub.com/pradyunsg/furo) | `==2023.7.26` -> `==2023.9.10` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](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.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>pradyunsg/furo (docs/furo)</summary>
### [`v2023.9.10`](https://togithub.com/pradyunsg/furo/compare/2023.08.19...2023.09.10)
[Compare Source](https://togithub.com/pradyunsg/furo/compare/2023.08.19...2023.09.10)
### [`v2023.8.19`](https://togithub.com/pradyunsg/furo/compare/2023.08.17...2023.08.19)
[Compare Source](https://togithub.com/pradyunsg/furo/compare/2023.08.17...2023.08.19)
### [`v2023.8.17`](https://togithub.com/pradyunsg/furo/compare/2023.07.26...2023.08.17)
[Compare Source](https://togithub.com/pradyunsg/furo/compare/2023.07.26...2023.08.17)
</details>
<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.
👻 **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-application).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated dependency updates for documentation tools. Updated furo to 2023.9.10 and sphinx-lint to 0.8.1. Changes were successfully merged to main with no impact on code coverage. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #183 chore(deps): update documentation dependencies (major) | craft-store | merged | Merged automated dependency updates for documentation tools. Renovate bumped furo to 2024.5.6, myst-parser to 3.0.1, and sphinx-autobuild to 2024.4.16. Changes passed CI, received two approvals, and were successfully merged. | |
| #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. | |
| #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. | |
| #644 chore(deps): update documentation dependencies (major) | craft-parts | merged | Merged automated documentation dependency updates. Upgraded furo to 2024.1.29, sphinx-autobuild to 2024.2.4, and sphinx-autodoc-typehints to 2.0.0. Approved by two reviewers, passed CI checks, and merged into main. | |
| #548 chore(deps): update documentation dependencies (major) | craft-parts | merged | Merged automated documentation dependency update. Upgraded Sphinx from 5.3.0 to 7.2.6 and furo from 2022.12.7 to 2023.9.10. Approved by reviewers, passed CI, and merged after resolving a dependency on PR #547. | |
| #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. | |
| #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. | |
| #189 chore(deps): update documentation dependencies to v2024 (major) | craft-application | merged | Merged automated dependency update for documentation tools. Renovate bot upgraded furo to v2024.1.29 and sphinx-autobuild to v2024.2.4. Approved by two reviewers, passed CI, and merged with minimal changes. | |
| #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. | |
| #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. |