-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependency mdformat-mkdocs to v4 #15011
Conversation
This major version update adds a change where it would add newlines after the title of content tabs (https://squidfunk.github.io/mkdocs-material/reference/content-tabs) but then the Line 29 in bcd9443
We can move ahead with this PR but we should update the version specifier in our pre-commit config and possibly ignore |
@dhruvmanila are you planning on owning this? |
Yeah |
I've made the following changes:
I tested this change by rendering the affected pages locally and everything looked the same as today. |
Weird, I did a fresh run of pre-commit locally (i.e., after |
Ok, I see the issue. Now, |
Oh, I didn't realize @AlexWaygood pinned the version because of these conflicts xD (#14992) |
I've asked the plugin author if this change means that we don't need the |
Haha, yeah, I merged a hotfix last night because the new release meant pre-commit started failing randomly on contributor PRs, which was understandably causing confusion 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should resolve the issue! I'll update the release notes
Thank you for reviewing this PR! |
<!-- Thank you for contributing to Ruff! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Resolve mdformat issues raised while upgrading to `mdformat-mkdocs` in #15011 ## Test Plan ```sh > uv run --no-project --isolated --with-requirements docs/requirements.txt scripts/generate_mkdocs.py Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s Running `target/debug/ruff_dev generate-docs` Rule F401 references deprecated option lint.ignore-init-module-imports. Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s Running `target/debug/ruff_dev generate-rules-table` Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s Running `target/debug/ruff_dev generate-options` Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s Running `target/debug/ruff rule --all --output-format json` ```
|
This PR contains the following updates:
==3.1.1
->==4.0.0
Release Notes
kyleking/mdformat-mkdocs (mdformat-mkdocs)
v4.0.0
Compare Source
What's Changed
Full Changelog: KyleKing/mdformat-mkdocs@v3.1.1...v4.0.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.