Skip to content

chore(deps): update all dependencies#393

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/all
Jan 6, 2026
Merged

chore(deps): update all dependencies#393
renovate[bot] merged 2 commits intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 15, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
SonarSource/sonarqube-scan-action action major v6v7 age confidence
actions/cache action major v4v5 age confidence
actions/download-artifact action major v6v7 age confidence
actions/upload-artifact action major v5v6 age confidence
ansible/ansible-lint repository patch v25.12.0v25.12.2 age confidence
astral-sh/ruff-pre-commit repository patch v0.14.8v0.14.10 age confidence
astral-sh/uv-pre-commit repository patch 0.9.160.9.21 0.9.22 age confidence
biomejs/pre-commit repository patch v2.3.8v2.3.11 age confidence
tombi-toml/tombi-pre-commit repository patch v0.7.3v0.7.14 age confidence
lockFileMaintenance All locks refreshed
codecov/codecov-action action patch v5.5.1v5.5.2 age confidence
codecov/test-results-action (changelog) action digest 47f89e90fa95f0
coverage dependency-groups patch 7.13.07.13.1 age confidence
pre-commit dependency-groups patch 4.5.04.5.1 age confidence

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 if you have any questions.


Release Notes

SonarSource/sonarqube-scan-action (SonarSource/sonarqube-scan-action)

v7

Compare Source

actions/cache (actions/cache)

v5

Compare Source

actions/download-artifact (actions/download-artifact)

v7

Compare Source

actions/upload-artifact (actions/upload-artifact)

v6

Compare Source

ansible/ansible-lint (ansible/ansible-lint)

v25.12.2

Compare Source

Fixes

Maintenance

v25.12.1

Compare Source

Features
Fixes
Maintenance
astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.10

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.10

v0.14.9

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.9

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.9.21

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.21

v0.9.20

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.20

v0.9.19

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.19

v0.9.18

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.18

v0.9.17

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.17

biomejs/pre-commit (biomejs/pre-commit)

v2.3.11

Compare Source

v2.3.10

Compare Source

v2.3.9

Compare Source

tombi-toml/tombi-pre-commit (tombi-toml/tombi-pre-commit)

v0.7.14

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.14

v0.7.13

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.13

v0.7.12

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.12

v0.7.11

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.11

v0.7.10

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.10

v0.7.9

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.9

v0.7.8

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.8

v0.7.7

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.7

v0.7.6

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.6

v0.7.5

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.5

v0.7.4

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.7.4

codecov/codecov-action (codecov/codecov-action)

v5.5.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

coveragepy/coveragepy (coverage)

v7.13.1

Compare Source

  • Added: the JSON report now includes a "start_line" key for function and
    class regions, indicating the first line of the region in the source. Closes
    issue 2110_.

  • Added: The debug data command now takes file names as arguments on the
    command line, so you can inspect specific data files without needing to set
    the COVERAGE_FILE environment variable.

  • Fix: the JSON report used to report module docstrings as executed lines,
    which no other report did, as described in issue 2105_. This is now fixed,
    thanks to Jianrong Zhao.

  • Fix: coverage.py uses a more disciplined approach to detecting where
    third-party code is installed, and avoids measuring it. This shouldn't change
    any behavior. If you find that it does, please get in touch.

  • Performance: data files that will be combined now record their hash as part
    of the file name. This lets us skip duplicate data more quickly, speeding the
    combining step.

  • Docs: added a section explaining more about what is considered a missing
    branch and how it is reported: :ref:branch_explain, as requested in issue 1597. Thanks to Ayisha Mohammed <pull 2092_>.

  • Tests: the test suite misunderstood what core was being tested if
    COVERAGE_CORE wasn't set on 3.14+. This is now fixed, closing issue 2109_.

.. _issue 1597: #​1597
.. _pull 2092: #​2092
.. _issue 2105: #​2105
.. _issue 2109: #​2109
.. _issue 2110: #​2110

.. _changes_7-13-0:

pre-commit/pre-commit (pre-commit)

v4.5.1

Compare Source

==================

Fixes
  • Fix language: python with repo: local without additional_dependencies.

Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC.

🚦 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 if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot added chore and removed chore labels Dec 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants