From ce55a74374aa1fe07cfb79ceeb8554aa7a2abce2 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 30 Dec 2023 06:29:03 +0100 Subject: Update JS dependencies (#28537) - Update all JS dependencies excluding mcaptcha (breaking changes) and stylelint (plugin not compatible with v16) - Regenerate SVGs - Update markdownlint rule names - Fix one issue of heading in markdown discovered during lint - Update for monaco options renames - Fix stylelint rule length-zero-no-unit for custom properties - Tested editor, swagger, sorting, vue, lint --- .markdownlint.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.markdownlint.yaml') diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 0af8bcd6fe..f740d1a4d6 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,12 +1,12 @@ commands-show-output: false fenced-code-language: false first-line-h1: false -header-increment: false +heading-increment: false line-length: {code_blocks: false, tables: false, stern: true, line_length: -1} no-alt-text: false no-bare-urls: false no-blanks-blockquote: false -no-emphasis-as-header: false +no-emphasis-as-heading: false no-empty-links: false no-hard-tabs: {code_blocks: false} no-inline-html: false -- cgit v1.2.3