Bump markdownlint-cli from 0.44.0 to 0.45.0 (#205724)

* Bump markdownlint-cli from 0.44.0 to 0.45.0

Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.44.0 to 0.45.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.44.0...v0.45.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli
  dependency-version: 0.45.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* disable `descriptive-link-text` markdownlint rule

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: scripthunter7 <d.tota@adguard.com>
This commit is contained in:
dependabot[bot]
2025-05-20 12:12:47 +03:00
committed by GitHub
parent 2c86bae0b4
commit 4b0c920f7c
3 changed files with 49 additions and 143 deletions

View File

@@ -24,6 +24,6 @@
"husky": "^9.1.7",
"lint-staged": "^16.0.0",
"markdownlint": "^0.38.0",
"markdownlint-cli": "^0.44.0"
"markdownlint-cli": "^0.45.0"
}
}