Skip to content

Commit 999f9a4

Browse files
CopilotMossakaclaude
authored
fix: update vulnerable dependencies (flatted, markdownlint-cli2) (#1374)
* fix: update vulnerable dependencies (flatted, markdownlint-cli2) Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * fix: disable MD060 rule introduced by markdownlint-cli2 upgrade The markdownlint-cli2 v0.21.0 upgrade introduces the new MD060 (table-column-style) rule which flags 1030 existing table formatting patterns across the codebase. Disable this rule to match the project's existing table style conventions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> Co-authored-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9a1d4d3 commit 999f9a4

File tree

3 files changed

+132
-94
lines changed

3 files changed

+132
-94
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
"MD041": false,
2323
"MD047": false,
2424
"MD056": false,
25-
"MD058": false
25+
"MD058": false,
26+
"MD060": false
2627
}

package-lock.json

Lines changed: 129 additions & 92 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)