chore(deps): update documentation dependencies (major)
Metadata
Current evaluation
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.
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.9.10` -> `==2024.5.6` | [](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/myst-parser](https://togithub.com/executablebooks/MyST-Parser) | `==2.0.0` -> `==3.0.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/) |
| [docs/sphinx-autobuild](https://togithub.com/sphinx-doc/sphinx-autobuild#readme) ([changelog](https://togithub.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)) | `==2021.3.14` -> `==2024.4.16` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [furo](https://togithub.com/pradyunsg/furo) | `==2023.9.10` -> `==2024.5.6` | [](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-autobuild](https://togithub.com/sphinx-doc/sphinx-autobuild#readme) ([changelog](https://togithub.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)) | `==2021.3.14` -> `==2024.4.16` | [](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>
### [`v2024.5.6`](https://togithub.com/pradyunsg/furo/compare/2024.04.27...2024.05.06)
[Compare Source](https://togithub.com/pradyunsg/furo/compare/2024.04.27...2024.05.06)
### [`v2024.4.27`](https://togithub.com/pradyunsg/furo/compare/2024.01.29...2024.04.27)
[Compare Source](https://togithub.com/pradyunsg/furo/compare/2024.01.29...2024.04.27)
### [`v2024.1.29`](https://togithub.com/pradyunsg/furo/compare/2023.09.10...2024.01.29)
[Compare Source](https://togithub.com/pradyunsg/furo/compare/2023.09.10...2024.01.29)
</details>
<details>
<summary>executablebooks/MyST-Parser (docs/myst-parser)</summary>
### [`v3.0.1`](https://togithub.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#301---2024-04-28)
[Compare Source](https://togithub.com/executablebooks/MyST-Parser/compare/v3.0.0...v3.0.1)
##### 🐛 Bug Fixes
- Account for the final directive option having an empty value, by <gh-user:chrisjsewell> in <gh-pr:924>
- Re-allow indented directive option blocks, by <gh-user:chrisjsewell> in <gh-pr:925>
**Full Changelog**: [v3.0.1...v3.0.0](https://togithub.com/executablebooks/MyST-Parser/compare/v3.0.1...v3.0.0)
### [`v3.0.0`](https://togithub.com/executablebooks/MyST-Parser/blob/HEAD/CHANGELOG.md#300---2024-04-23)
[Compare Source](https://togithub.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0)
##### Upgraded dependencies
- ⬆️ Add support for Python 3.12 by <gh-user:hugovk> in <gh-pr:848>
- ⬆️ Update docutils requirement from >=0.16,<0.21 to >=0.18,<0.22 by <gh-user:chrisjsewell> in <gh-pr:916>
##### New features
- ✨ Allow for use of the `line-block` directive by <gh-user:chrisjsewell> in <gh-pr:900>
- ✨ Emits sphinx include-read event by <gh-user:sumezulike> in <gh-pr:887>
##### Improvements
- 👌 Nested parse attribution in `attr_block` by <gh-user:chrisjsewell> in <gh-pr:831>
- 👌 Directive option parsing by <gh-user:chrisjsewell> in \<gh-pr:796
- 👌 Improve directive parsing warnings by <gh-user:chrisjsewell> in <gh-pr:893>
- 👌 Allow for opening external links in new tabs ([#​856](https://togithub.com/executablebooks/MyST-Parser/issues/856)) by <gh-user:marjus45> in <gh-pr:857>
##### Internal
- 🔧 Replace black, isort, pyupgrade with ruff formatter by <gh-user:chrisjsewell> in <gh-pr:833>
- 🔧 remove redundant mypy config by <gh-user:danieleades> in <gh-pr:866>
- 🔧 Add additional Ruff lints (and fix issues) by <gh-user:danieleades> in <gh-pr:862>
- 🔧 mypy- disallow 'any generics' by <gh-user:danieleades> in <gh-pr:865>
- 🔧 Fix docutils deprecation in option parsing by <gh-user:agoose77> in <gh-pr:842>
##### Documentation
- 📚 Fix a broken link in configuration.md by <gh-user:zupo> in <gh-pr:907>
- 📚 Add linkify dependency to contributing docs. by <gh-user:jhcole> in <gh-pr:792>
- 📚 Fix the double `used` in docs/syntax/math.md by <gh-user:ice-tong> in <gh-pr:810>
- 📚 Also add linkify to pip install command in README by <gh-user:n-peugnet> in <gh-pr:851>
- 📚 Fix the code section title in live preview by <gh-user:BoboTiG> in <gh-pr:875>
- 📚 Fix admonition example by <gh-user:72757373656c6c> in <gh-pr:904>
- 📚 Fix url for jupyter book gallery by <gh-user:72757373656c6c> in <gh-pr:905>
- 📚 Update theme version by <gh-user:chrisjsewell> in <gh-pr:918>
- 📚 Fix typo by <gh-user:blakeNaccarato> in <gh-pr:911>
- 📚 Fix architecture typo ([#​855](https://togithub.com/executablebooks/MyST-Parser/issues/855)) by <gh-user:72757373656c6c> in <gh-pr:910>
**Full Changelog**: [v2.0.0...v3.0.0](https://togithub.com/executablebooks/MyST-Parser/compare/v2.0.0...v3.0.0)
</details>
<details>
<summary>sphinx-doc/sphinx-autobuild (docs/sphinx-autobuild)</summary>
### [`v2024.4.16`](https://togithub.com/sphinx-doc/sphinx-autobuild/compare/2024.04.13...2024.04.16)
[Compare Source](https://togithub.com/sphinx-doc/sphinx-autobuild/compare/2024.04.13...2024.04.16)
### [`v2024.4.13`](https://togithub.com/sphinx-doc/sphinx-autobuild/compare/2024.02.04...2024.04.13)
[Compare Source](https://togithub.com/sphinx-doc/sphinx-autobuild/compare/2024.02.04...2024.04.13)
### [`v2024.2.4`](https://togithub.com/sphinx-doc/sphinx-autobuild/compare/2021.03.14...2024.02.04)
[Compare Source](https://togithub.com/sphinx-doc/sphinx-autobuild/compare/2021.03.14...2024.02.04)
</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-store).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ1cGRhdGVkSW5WZXIiOiIzNy4zNjguMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | 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. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged automated documentation dependency updates. Renovate upgraded furo to 2024.5.6, myst-parser to 3.0.1, and sphinx-autobuild to 2024.4.16. Changes successfully merged to main. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #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. | |
| #189 chore(deps): update documentation dependencies | craft-store | merged | Merged automated dependency updates for documentation tools, upgrading Sphinx to 7.4.7, Furo to 2024.7.18, sphinx-reredirects to 0.1.5, and sphinx-toolbox to 3.7.0. Approved by reviewers and passed CI. | |
| #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. | |
| #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. |