Skip to content

Commit 36e475a

Browse files
chore(deps): renovate: igorshubovych/markdownlint-cli to v0.49.0 (#633)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [igorshubovych/markdownlint-cli](https://redirect.github.com/igorshubovych/markdownlint-cli) | repository | minor | `v0.48.0` → `v0.49.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the warning logs for more information. 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>igorshubovych/markdownlint-cli (igorshubovych/markdownlint-cli)</summary> ### [`v0.49.0`](https://redirect.github.com/igorshubovych/markdownlint-cli/releases/tag/v0.49.0) [Compare Source](https://redirect.github.com/igorshubovych/markdownlint-cli/compare/v0.48.0...v0.49.0) - Update `markdownlint` dependency to `0.41.0` - Improve `MD022`/`MD028`/`MD035`/`MD042`/`MD051`/`MD060` - Remove handling of inline directive syntax (frequent false positives) - Remove support for end-of-life Node version 20 - Update all dependencies via `Dependabot` </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/UCL-ARC/python-tooling). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 78417a9 commit 36e475a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
args:
1111
- --config=pyproject.toml
1212
- repo: https://github.com/igorshubovych/markdownlint-cli
13-
rev: v0.48.0
13+
rev: v0.49.0
1414
hooks:
1515
- id: markdownlint-fix
1616
args:

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: ruff-check
66
- id: ruff-format
77
- repo: https://github.com/igorshubovych/markdownlint-cli
8-
rev: v0.48.0
8+
rev: v0.49.0
99
hooks:
1010
- id: markdownlint-fix
1111
args:

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: ruff-check
66
- id: ruff-format
77
- repo: https://github.com/igorshubovych/markdownlint-cli
8-
rev: v0.48.0
8+
rev: v0.49.0
99
hooks:
1010
- id: markdownlint-fix
1111
args:

0 commit comments

Comments
 (0)