Skip to content

Commit 1ffd936

Browse files
chore(deps): update dependency markdownlint-cli2 to v0.17.2 (#1122)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04c1f4b commit 1ffd936

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bun.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"astro": "5.1.7",
2222
"commitizen": "4.3.1",
2323
"knip": "5.42.1",
24-
"markdownlint-cli2": "0.17.1",
24+
"markdownlint-cli2": "0.17.2",
2525
"prettier": "3.4.2",
2626
"semver": "7.6.3",
2727
"typescript": "5.7.3",
@@ -732,9 +732,9 @@
732732

733733
"markdown-table": ["[email protected]", "", {}, "sha512-wiYz4+JrLyb/DqW2hkFJxP7Vd7JuTDm77fvbM8VfEQdmSMqcImWeeRbHwZjBjIFki/VaMK2BhFi7oUUZeM5bqw=="],
734734

735-
"markdownlint": ["[email protected].3", "", { "dependencies": { "markdown-it": "14.1.0", "micromark": "4.0.1", "micromark-core-commonmark": "2.0.2", "micromark-extension-directive": "3.0.2", "micromark-extension-gfm-autolink-literal": "2.1.0", "micromark-extension-gfm-footnote": "2.1.0", "micromark-extension-gfm-table": "2.1.0", "micromark-extension-math": "3.1.0", "micromark-util-types": "2.0.1" } }, "sha512-eoQqH0291YCCjd+Pe1PUQ9AmWthlVmS0XWgcionkZ8q34ceZyRI+pYvsWksXJJL8OBkWCPwp1h/pnXxrPFC4oA=="],
735+
"markdownlint": ["[email protected].4", "", { "dependencies": { "markdown-it": "14.1.0", "micromark": "4.0.1", "micromark-core-commonmark": "2.0.2", "micromark-extension-directive": "3.0.2", "micromark-extension-gfm-autolink-literal": "2.1.0", "micromark-extension-gfm-footnote": "2.1.0", "micromark-extension-gfm-table": "2.1.0", "micromark-extension-math": "3.1.0", "micromark-util-types": "2.0.1" } }, "sha512-u00joA/syf3VhWh6/ybVFkib5Zpj2e5KB/cfCei8fkSRuums6nyisTWGqjTWIOFoFwuXoTBQQiqlB4qFKp8ncQ=="],
736736

737-
"markdownlint-cli2": ["[email protected].1", "", { "dependencies": { "globby": "14.0.2", "js-yaml": "4.1.0", "jsonc-parser": "3.3.1", "markdownlint": "0.37.3", "markdownlint-cli2-formatter-default": "0.0.5", "micromatch": "4.0.8" }, "bin": { "markdownlint-cli2": "markdownlint-cli2-bin.mjs" } }, "sha512-n1Im9lhKJJE12/u2N0GWBwPqeb0HGdylN8XpSFg9hbj35+QalY9Vi6mxwUQdG6wlSrrIq9ZDQ0Q85AQG9V2WOg=="],
737+
"markdownlint-cli2": ["[email protected].2", "", { "dependencies": { "globby": "14.0.2", "js-yaml": "4.1.0", "jsonc-parser": "3.3.1", "markdownlint": "0.37.4", "markdownlint-cli2-formatter-default": "0.0.5", "micromatch": "4.0.8" }, "bin": { "markdownlint-cli2": "markdownlint-cli2-bin.mjs" } }, "sha512-XH06ZOi8wCrtOSSj3p8y3yJzwgzYOSa7lglNyS3fP05JPRzRGyjauBb5UvlLUSCGysMmULS1moxdRHHudV+g/Q=="],
738738

739739
"markdownlint-cli2-formatter-default": ["[email protected]", "", { "peerDependencies": { "markdownlint-cli2": ">=0.0.4" } }, "sha512-4XKTwQ5m1+Txo2kuQ3Jgpo/KmnG+X90dWt4acufg6HVGadTUG5hzHF/wssp9b5MBYOMCnZ9RMPaU//uHsszF8Q=="],
740740

mise.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ shellcheck = "0.10.0"
1313
"aqua:suzuki-shunsuke/pinact" = "1.1.2"
1414
taplo = "0.9.3"
1515
"npm:prettier" = "3.4.2"
16-
markdownlint-cli2 = "0.17.1"
16+
markdownlint-cli2 = "0.17.2"
1717
yamlfmt = "0.15.0"
1818
yamllint = "1.35.1"
1919
"npm:cspell" = "8.17.2"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"astro": "5.1.7",
4343
"commitizen": "4.3.1",
4444
"knip": "5.42.1",
45-
"markdownlint-cli2": "0.17.1",
45+
"markdownlint-cli2": "0.17.2",
4646
"prettier": "3.4.2",
4747
"semver": "7.6.3",
4848
"typescript": "5.7.3"

0 commit comments

Comments
 (0)