Skip to content

Commit 837a291

Browse files
committed
Update dependencies: markdownlint-cli2-formatter-* to new versions from previous commit.
1 parent 613b0e9 commit 837a291

8 files changed

+2738
-2724
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"js-yaml": "4.1.0",
7878
"jsonc-parser": "3.3.1",
7979
"markdownlint": "0.39.0",
80-
"markdownlint-cli2-formatter-default": "0.0.5",
80+
"markdownlint-cli2-formatter-default": "0.0.6",
8181
"markdown-it": "14.1.0",
8282
"micromatch": "4.0.8"
8383
},
@@ -97,13 +97,13 @@
9797
"eslint-plugin-unicorn": "62.0.0",
9898
"markdown-it-emoji": "3.0.0",
9999
"markdown-it-for-inline": "2.0.1",
100-
"markdownlint-cli2-formatter-codequality": "0.0.6",
101-
"markdownlint-cli2-formatter-json": "0.0.8",
102-
"markdownlint-cli2-formatter-junit": "0.0.13",
103-
"markdownlint-cli2-formatter-pretty": "0.0.8",
104-
"markdownlint-cli2-formatter-sarif": "0.0.3",
105-
"markdownlint-cli2-formatter-summarize": "0.0.7",
106-
"markdownlint-cli2-formatter-template": "0.0.3",
100+
"markdownlint-cli2-formatter-codequality": "0.0.7",
101+
"markdownlint-cli2-formatter-json": "0.0.9",
102+
"markdownlint-cli2-formatter-junit": "0.0.14",
103+
"markdownlint-cli2-formatter-pretty": "0.0.9",
104+
"markdownlint-cli2-formatter-sarif": "0.0.4",
105+
"markdownlint-cli2-formatter-summarize": "0.0.8",
106+
"markdownlint-cli2-formatter-template": "0.0.4",
107107
"markdownlint-rule-extended-ascii": "0.2.1",
108108
"nano-spawn": "2.0.0",
109109
"npm-run-all": "4.1.5",

test/markdownlint-cli2-test-exec.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test("- parameter with invalid input from stdin", (t) => {
8888
then(() => t.fail()).
8989
catch((error) => {
9090
t.is(error.exitCode, 1);
91-
t.is("", error.stderr.replace(/^stdin:1:3 MD019\/.*$[\n\r]+^stdin:3:4 MD047\/.*$/mu, ""));
91+
t.is("", error.stderr.replace(/^stdin:1:3 error MD019\/.*$[\n\r]+^stdin:3:4 error MD047\/.*$/mu, ""));
9292
});
9393
});
9494

@@ -101,7 +101,7 @@ test("- parameter with invalid input from stdin and --fix", (t) => {
101101
then(() => t.fail()).
102102
catch((error) => {
103103
t.is(error.exitCode, 1);
104-
t.is("", error.stderr.replace(/^stdin:1:3 MD019\/.*$[\n\r]+^stdin:3:4 MD047\/.*$/mu, ""));
104+
t.is("", error.stderr.replace(/^stdin:1:3 error MD019\/.*$[\n\r]+^stdin:3:4 error MD047\/.*$/mu, ""));
105105
});
106106
});
107107

@@ -114,7 +114,7 @@ test("- parameter multiple times with invalid input", (t) => {
114114
then(() => t.fail()).
115115
catch((error) => {
116116
t.is(error.exitCode, 1);
117-
t.is("", error.stderr.replace(/^stdin:1:3 MD019\/.*$[\n\r]+^stdin:3:4 MD047\/.*$/mu, ""));
117+
t.is("", error.stderr.replace(/^stdin:1:3 error MD019\/.*$[\n\r]+^stdin:3:4 error MD047\/.*$/mu, ""));
118118
});
119119
});
120120

@@ -137,7 +137,7 @@ test("- parameter with invalid input combined with valid globs", (t) => {
137137
then(() => t.fail()).
138138
catch((error) => {
139139
t.is(error.exitCode, 1);
140-
t.is("", error.stderr.replace(/^stdin:1:3 MD019\/.*$[\n\r]+^stdin:3:4 MD047\/.*$/mu, ""));
140+
t.is("", error.stderr.replace(/^stdin:1:3 error MD019\/.*$[\n\r]+^stdin:3:4 error MD047\/.*$/mu, ""));
141141
});
142142
});
143143

@@ -150,7 +150,7 @@ test("- parameter with invalid input combined with invalid glob", (t) => {
150150
then(() => t.fail()).
151151
catch((error) => {
152152
t.is(error.exitCode, 1);
153-
t.is("", error.stderr.replace(/^LICENSE:1 MD041\/.*$[\n\r]+^stdin:1:3 MD019\/.*$[\n\r]+^stdin:3:4 MD047\/.*$/mu, ""));
153+
t.is("", error.stderr.replace(/^LICENSE:1 error MD041\/.*$[\n\r]+^stdin:1:3 error MD019\/.*$[\n\r]+^stdin:3:4 error MD047\/.*$/mu, ""));
154154
});
155155
});
156156

@@ -164,7 +164,7 @@ test("- parameter uses base directory configuration", (t) => {
164164
then(() => t.fail()).
165165
catch((error) => {
166166
t.is(error.exitCode, 1);
167-
t.is("", error.stderr.replace(/^stdin:1:3 MD019\/.*$/mu, ""));
167+
t.is("", error.stderr.replace(/^stdin:1:3 error MD019\/.*$/mu, ""));
168168
});
169169
});
170170

test/snapshots/markdownlint-cli2-test-exec.mjs.md

Lines changed: 993 additions & 979 deletions
Large diffs are not rendered by default.
85 Bytes
Binary file not shown.

test/snapshots/markdownlint-cli2-test-fs.mjs.md

Lines changed: 707 additions & 707 deletions
Large diffs are not rendered by default.
60 Bytes
Binary file not shown.

test/snapshots/markdownlint-cli2-test-main.mjs.md

Lines changed: 1024 additions & 1024 deletions
Large diffs are not rendered by default.
82 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)