diff options
| author | 2025-12-02 10:22:02 +0100 | |
|---|---|---|
| committer | 2025-12-02 10:22:02 +0100 | |
| commit | f695471285f30fe5b5e2bbf7bbc1d8ea42860137 (patch) | |
| tree | f30a826477ae443c7c50c06840adc4d484498bae /package.json | |
| parent | 0f17ef160d3200950b596484d40471257d126d23 (diff) | |
Bump markdownlint-cli from 0.45.0 to 0.46.0 (#8271)
* Bump markdownlint-cli from 0.45.0 to 0.46.0
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.45.0 to 0.46.0.
- [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases)
- [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.45.0...v0.46.0)
---
updated-dependencies:
- dependency-name: markdownlint-cli
dependency-version: 0.46.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Disable table-column-style for now
https://github.com/DavidAnson/markdownlint/blob/main/doc/md060.md
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 22904697f..752e1056d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "eslint": "^9.39.0", "@eslint/js": "^9.20.0", "globals": "^16.5.0", - "markdownlint-cli": "^0.45.0", + "markdownlint-cli": "^0.46.0", "neostandard": "^0.12.2", "rtlcss": "^4.3.0", "stylelint": "^16.26.1", |
