← Back to issue list

build(deps): update bugfixes (main)

View original Github issue

Metadata

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

Current evaluation

Merged automated dependency updates via Renovate. Updated astral-sh/ruff-pre-commit to v0.14.8 and sphinx-lint to v1.0.2. Approved by reviewers and merged after passing CI checks.

Suggested action:

No scores available.

Issue body

This PR contains the following updates: | Package | Type | Update | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) | repository | patch | `v0.14.2` -> `v0.14.8` | ![age](https://developer.mend.io/api/mc/badges/age/github-tags/astral-sh%2fruff-pre-commit/v0.14.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/github-tags/astral-sh%2fruff-pre-commit/v0.14.2/v0.14.8?slim=true) | | [sphinx-lint](https://redirect.github.com/sphinx-contrib/sphinx-lint) ([changelog](https://redirect.github.com/sphinx-contrib/sphinx-lint/releases)) | | patch | `==1.0.0` -> `==1.0.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinx-lint/1.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinx-lint/1.0.0/1.0.2?slim=true) | | [sphinx-lint](https://redirect.github.com/sphinx-contrib/sphinx-lint) ([changelog](https://redirect.github.com/sphinx-contrib/sphinx-lint/releases)) | project.optional-dependencies | patch | `==1.0.0` -> `==1.0.2` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinx-lint/1.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinx-lint/1.0.0/1.0.2?slim=true) | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)</summary> ### [`v0.14.8`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.8) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.7...v0.14.8) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.8> ### [`v0.14.7`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.7) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.6...v0.14.7) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.7> ### [`v0.14.6`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.6) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.5...v0.14.6) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.6> ### [`v0.14.5`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.5) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.4...v0.14.5) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.5> ### [`v0.14.4`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.4) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.4) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.4> ### [`v0.14.3`](https://redirect.github.com/astral-sh/ruff-pre-commit/releases/tag/v0.14.3) [Compare Source](https://redirect.github.com/astral-sh/ruff-pre-commit/compare/v0.14.2...v0.14.3) See: <https://github.com/astral-sh/ruff/releases/tag/0.14.3> </details> <details> <summary>sphinx-contrib/sphinx-lint (sphinx-lint)</summary> ### [`v1.0.2`](https://redirect.github.com/sphinx-contrib/sphinx-lint/releases/tag/v1.0.2) [Compare Source](https://redirect.github.com/sphinx-contrib/sphinx-lint/compare/v1.0.1...v1.0.2) #### What's Changed - Improve hyperlink checker to flag unnecessary underscores by [@&#8203;VarunNikam22](https://redirect.github.com/VarunNikam22) in [#&#8203;151](https://redirect.github.com/sphinx-contrib/sphinx-lint/pull/151) - Detect roles that start with `!~` by [@&#8203;mushitoriami](https://redirect.github.com/mushitoriami) in [#&#8203;146](https://redirect.github.com/sphinx-contrib/sphinx-lint/pull/146) #### New Contributors - [@&#8203;mushitoriami](https://redirect.github.com/mushitoriami) made their first contribution in [#&#8203;146](https://redirect.github.com/sphinx-contrib/sphinx-lint/pull/146) **Full Changelog**: <https://github.com/sphinx-contrib/sphinx-lint/compare/v1.0.1...v1.0.2> ### [`v1.0.1`](https://redirect.github.com/sphinx-contrib/sphinx-lint/releases/tag/v1.0.1) [Compare Source](https://redirect.github.com/sphinx-contrib/sphinx-lint/compare/v1.0.0...v1.0.1) - Added checker for role with extra backtick, by [@&#8203;mattwang44](https://redirect.github.com/mattwang44) - Include C construct directives for RST checks, by [@&#8203;hugovk](https://redirect.github.com/hugovk) - Dropped support for Python 3.8 and Python 3.9 - Ignore line length when line only contains a long URL by [@&#8203;carterbox](https://redirect.github.com/carterbox) - Exclude underscores in download directive URLs by [@&#8203;VarunNikam22](https://redirect.github.com/VarunNikam22) - Fix to skip `missing-space-after-role` check in tables, by [@&#8203;hugovk](https://redirect.github.com/hugovk) - Add support for Python 3.14 and enable colour help by [@&#8203;hugovk](https://redirect.github.com/hugovk) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/canonical/craft-store). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUFI6IERlcGVuZGVuY2llcyJdfQ==-->

Evaluation history

Date Model Scores Action Summary
qwen/qwen3.6-35b-a3b Merged automated dependency updates via Renovate. Updated astral-sh/ruff-pre-commit to v0.14.8 and sphinx-lint to v1.0.2. Approved by reviewers and merged after passing CI checks.
qwen3.6-35b-a3b-mtp-q6 Merged automated dependency updates to main. Updated astral-sh/ruff-pre-commit to v0.14.8 and sphinx-lint to v1.0.2 via Renovate, incorporating upstream bug fixes and linting improvements.

Update history

No update history recorded yet.

Related issues

Issue Project State Summary Similarity
#961 build(deps): update bugfixes (main) craft-application merged Merged automated dependency updates for astral-sh/ruff-pre-commit to v0.14.6 and sphinx-lint to 1.0.2. Approved by two reviewers, passed all CI checks, and auto-merged into main via Renovate.
98%
#957 build(deps): update bugfixes (main) craft-application merged Merged automated dependency updates for astral-sh/ruff-pre-commit to v0.14.5 and sphinx-lint to v1.0.1. The change received two approvals, passed all CI checks, and was auto-merged via Renovate.
97%
#402 build(deps): update bugfixes (main) craft-cli merged Merged automated dependency updates for astral-sh/ruff-pre-commit to v0.14.7 and sphinx-lint to 1.0.2. Approved by two reviewers, passed all CI checks, and successfully merged into main.
96%
#970 build(deps): update bugfixes (main) craft-application merged Merged automated dependency updates via Renovate. Updated astral-sh/ruff-pre-commit to v0.14.8 and pytest-check to v2.6.2. Approved by two reviewers, passed CI, and merged into main.
95%
#817 build(deps): update bugfixes (main) craft-application merged Merged automated dependency updates via Renovate. Updated astral-sh/ruff-pre-commit to v0.12.4 and setuptools to v80.9.0. Approved by two reviewers with all CI checks passing.
95%
#651 build(deps): update bugfixes (main) craft-application merged Merged automated dependency updates via Renovate. Updated astral-sh/ruff-pre-commit to v0.9.7 and coverage to v7.6.12. Approved by two reviewers and passed CI checks before merging into main.
95%
#5762 build(deps): update bugfixes (main) snapcraft merged Merged automated dependency updates via Renovate. Updated astral-sh/ruff-pre-commit to v0.12.12 and pydantic-kitbash to 0.0.8. Approved by two reviewers and auto-merged after CI checks.
94%
#194 build(deps): update bugfixes (main) craft-grammar merged Merged automated dependency update upgrading astral-sh/ruff-pre-commit to v0.15.18. Approved by one reviewer, passed CI checks, and merged to main via Renovate automerge.
94%
#238 build(deps): update bugfixes (main) imagecraft merged Merged automated dependency updates for ruff-pre-commit to v0.14.6 and sphinx-lint to v1.0.2. Approved by two reviewers, passed CI checks, and automerged via Mend Renovate.
94%
#976 build(deps): update bugfixes (main) craft-application merged Merged automated dependency updates for astral-sh/ruff-pre-commit to v0.14.9 and pytest to v9.0.2. Approved by two reviewers, passed all CI checks, and merged into main via Renovate bot.
93%