Skip to content

Update all non-major dependencies#361

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch
Jul 9, 2026
Merged

Update all non-major dependencies#361
renovate[bot] merged 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
astral-sh/ruff-pre-commit repository patch v0.15.10v0.15.20 v0.15.21
astral-sh/setup-uv action minor v8.1.0v8.2.0 v8.3.2 (+2)
astral-sh/uv-pre-commit repository patch 0.11.70.11.24 0.11.28 (+3)
jackdewinter/pymarkdown repository patch v0.9.36v0.9.38
rbubley/mirrors-prettier repository patch v3.8.3v3.8.4 v3.9.4 (+5)

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

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

v0.15.20

Compare Source

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

v0.15.19

Compare Source

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

v0.15.18

Compare Source

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

v0.15.17

Compare Source

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

v0.15.16

Compare Source

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

v0.15.15

Compare Source

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

v0.15.14

Compare Source

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

v0.15.13

Compare Source

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

v0.15.12

Compare Source

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

v0.15.11

Compare Source

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

astral-sh/setup-uv (astral-sh/setup-uv)

v8.2.0: 🌈 New inputs quiet and download-from-astral-mirror

Compare Source

Changes

This release brings two new inputs and a few bug fixes.

New inputs

Lets talk about the new inputs first.

quiet

Pretty simple. It turns of all info loggings. Useful if you use this in a composite action and are not interested in all the details.
In the upcoming releases we will add log groups to fully implement support for "less noise"

[!NOTE]
Warnings and errors are always logged.

download-from-astral-mirror

In some cases you may want to directly use the fallback of checking for available versions and downloading releases from GitHub instead of using the astral.sh mirror. Setting download-from-astral-mirror: false allows you to do that.

Bugfixes

When using the astral.sh mirror to query available versions and download releases (done by default) we now stop sending the GitHub token in the header. The mirror never looked at it but we shouldn't be handing out that data even if it is just a short lived token.
All other bugfixes try to limit the impact of failed GitHub queries due to retries and other faults.

We couldn't pinpoint all rootcauses yet but added more logging for error cases to track them down.

🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.11.24

Compare Source

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

v0.11.23

Compare Source

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

v0.11.22

Compare Source

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

v0.11.21

Compare Source

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

v0.11.20

Compare Source

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

v0.11.19

Compare Source

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

v0.11.18

Compare Source

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

v0.11.17

Compare Source

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

v0.11.16

Compare Source

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

v0.11.15

Compare Source

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

v0.11.14

Compare Source

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

v0.11.13

Compare Source

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

v0.11.12

Compare Source

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

v0.11.11

Compare Source

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

v0.11.10

Compare Source

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

v0.11.9

Compare Source

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

v0.11.8

Compare Source

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

jackdewinter/pymarkdown (jackdewinter/pymarkdown)

v0.9.38: Version 0.9.38 - 2026-06-09

Compare Source

Added
Fixed
  • Issue 1604
    • Fixed an issue where the rule was not properly keeping track of table tokens with rule Md013, resulting in the rule getting "stuck" on tables, ignoring anything after that point in the document

v0.9.37: Version 0.9.37 - 2026-05-03

Compare Source

Sorry for the long duration between the last release and this release. Our small team was enjoying family time with our extended family, with a goal to recharge ourselves for the months ahead. In addition, we are going to try and release new versions on the first weekend of the month, to try and bring regularity to the process.

After a couple of months of internal testing, we are proud to release PML102, which raises a Rule Failure when lists contain lazy continuation lines. This was asked for by a couple of users, and we thought it was a great idea to add to PyMarkdown. As a great side effect, the testing for that new Rule uncovered a decent number of issues that we fixed as part of adding PML102.

If you find any more issues with PyMarkdown, please let us know. We are working towards cleaning up our backlog and winnow it down to a much smaller list in the next couple of months.

Added

  • Issue 979
    • Added Rule Plugin PML102 that raises Rule Failures when lists contain lazy continuation lines.

Fixed

  • Issue 1482
    • addressed weird case where a block quote, at least 4 levels of lists in, contains a new list, was generating an assert
  • Issue 1563
    • whitespace differences with new list items in nested containers
  • Issue 1564
    • extra newlines inserted
  • Issue 1566
    • change of indent in list causes issues, making calculations wrong for following elements
  • Issue 1568
    • Md046 and Md031 can both fix fenced blocks, so moved to different fix levels
    • added extra check to make sure that if two fenced code blocks are one after the other, first one fixed spacing, not both
  • Issue 1569
    • whitespace was reported in both the list and the paragraph with nested containers
  • Issue 1573
    • ContainerTokenManager not handling nested block quotes separated by lists
  • Issue 1574
    • in certain nested cases with adjusting indent of a list, the following parsing does not take that into account when calculating indentation
  • Issue 1576
    • fixed issue with Md032 not removing a list from the stack after exiting the list
  • Issue 1577
    • whitespace for block quotes within a list that has just had a new list item added that is indented 1 extra space, was not correct
  • Issue 1578
    • after correcting Issue 1577 regeneration was still not adding the proper indentation
rbubley/mirrors-prettier (rbubley/mirrors-prettier)

v3.8.4

Compare Source


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • Between 02:00 AM and 02:59 AM, between day 1 and 7 of the month, and on Monday (* 2 1-7 * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

Copilot AI review requested due to automatic review settings July 6, 2026 09:03
@renovate
renovate Bot enabled auto-merge (squash) July 6, 2026 09:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot can't review bot-authored pull requests automatically. A user with Copilot access can request a review manually.

@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 9302fd2 to 87bf381 Compare July 8, 2026 02:01
@renovate
renovate Bot force-pushed the renovate/all-minor-patch branch from 87bf381 to a713833 Compare July 9, 2026 22:29
@renovate
renovate Bot merged commit 1c061db into main Jul 9, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/all-minor-patch branch July 9, 2026 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant