← Back to issue list

chore(deps): update dependency docs/sphinx-lint to v0.8.1

View original Github issue

Metadata

Project
starbase
Number
#141
Type
pull request
State
merged
Author
renovate[bot]
Labels
Created
Updated
Closed

Current evaluation

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.

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/sphinx-lint](https://togithub.com/sphinx-contrib/sphinx-lint) ([changelog](https://togithub.com/sphinx-contrib/sphinx-lint/releases)) | `==0.6.8` -> `==0.8.1` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/docs%2fsphinx-lint/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/docs%2fsphinx-lint/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/docs%2fsphinx-lint/0.6.8/0.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/docs%2fsphinx-lint/0.6.8/0.8.1?slim=true)](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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 - [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 [@&#8203;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 - [@&#8203;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 this update 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/starbase). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b 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.
qwen3.6-35b-a3b-mtp-q6 Merged automated dependency update for docs/sphinx-lint from v0.6.8 to v0.8.1. The pull request passed CI checks, maintained 100% code coverage, and was successfully merged into main.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#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.
98%
#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.
96%
#152 chore(deps): update dependency docs/sphinx-lint to v0.9.0 starbase merged Automated dependency update for docs/sphinx-lint from v0.8.1 to v0.9.0 was approved by two reviewers, passed all CI checks with 100% test coverage, and successfully merged.
96%
#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.
95%
#215 chore(deps): update dependency sphinx-lint to v0.9.1 craft-cli merged Merged automated dependency update for sphinx-lint from v0.9.0 to v0.9.1. Approved by two reviewers, passed CI checks, and automatically merged per the weekend schedule.
92%
#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.
90%
#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.
89%
#118 chore(deps): update dependency docs/sphinx to v7 starbase merged Merged automated dependency update for docs/sphinx to v7.1.2. Approved by a maintainer, passed CI checks, and integrated into main with a single line change.
88%
#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.
88%
#60 chore(deps): update dependency docs/sphinx-design to v0.4.1 starbase merged Merged dependency update PR generated by Renovate bot. Updates docs/sphinx-design from v0.3.0 to v0.4.1. Approved by one reviewer, passed CI checks, and successfully merged.
88%