From ef0f45930a847030b00310949a8dd3ba257623a8 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 16 May 2023 16:12:20 +0200 Subject: [PATCH] 9.1.2 --- packages/remark-lint-blockquote-indentation/package.json | 2 +- packages/remark-lint-checkbox-character-style/package.json | 2 +- packages/remark-lint-checkbox-content-indent/package.json | 2 +- packages/remark-lint-code-block-style/package.json | 2 +- packages/remark-lint-definition-case/package.json | 2 +- packages/remark-lint-definition-spacing/package.json | 2 +- packages/remark-lint-emphasis-marker/package.json | 2 +- packages/remark-lint-fenced-code-flag/package.json | 2 +- packages/remark-lint-fenced-code-marker/package.json | 2 +- packages/remark-lint-file-extension/package.json | 2 +- packages/remark-lint-final-definition/package.json | 2 +- packages/remark-lint-final-newline/package.json | 2 +- packages/remark-lint-first-heading-level/package.json | 2 +- packages/remark-lint-hard-break-spaces/package.json | 2 +- packages/remark-lint-heading-increment/package.json | 2 +- packages/remark-lint-heading-style/package.json | 2 +- packages/remark-lint-linebreak-style/package.json | 2 +- packages/remark-lint-link-title-style/package.json | 2 +- packages/remark-lint-list-item-bullet-indent/package.json | 2 +- packages/remark-lint-list-item-content-indent/package.json | 2 +- packages/remark-lint-list-item-indent/package.json | 2 +- packages/remark-lint-list-item-spacing/package.json | 2 +- packages/remark-lint-maximum-heading-length/package.json | 2 +- packages/remark-lint-maximum-line-length/package.json | 2 +- packages/remark-lint-no-auto-link-without-protocol/package.json | 2 +- packages/remark-lint-no-blockquote-without-marker/package.json | 2 +- packages/remark-lint-no-consecutive-blank-lines/package.json | 2 +- packages/remark-lint-no-duplicate-defined-urls/package.json | 2 +- packages/remark-lint-no-duplicate-definitions/package.json | 2 +- .../remark-lint-no-duplicate-headings-in-section/package.json | 2 +- packages/remark-lint-no-duplicate-headings/package.json | 2 +- packages/remark-lint-no-emphasis-as-heading/package.json | 2 +- packages/remark-lint-no-empty-url/package.json | 2 +- packages/remark-lint-no-file-name-articles/package.json | 2 +- .../remark-lint-no-file-name-consecutive-dashes/package.json | 2 +- .../remark-lint-no-file-name-irregular-characters/package.json | 2 +- packages/remark-lint-no-file-name-mixed-case/package.json | 2 +- packages/remark-lint-no-file-name-outer-dashes/package.json | 2 +- packages/remark-lint-no-heading-content-indent/package.json | 2 +- packages/remark-lint-no-heading-indent/package.json | 2 +- packages/remark-lint-no-heading-like-paragraph/package.json | 2 +- packages/remark-lint-no-heading-punctuation/package.json | 2 +- packages/remark-lint-no-html/package.json | 2 +- packages/remark-lint-no-inline-padding/package.json | 2 +- packages/remark-lint-no-literal-urls/package.json | 2 +- packages/remark-lint-no-missing-blank-lines/package.json | 2 +- packages/remark-lint-no-multiple-toplevel-headings/package.json | 2 +- packages/remark-lint-no-paragraph-content-indent/package.json | 2 +- packages/remark-lint-no-reference-like-url/package.json | 2 +- packages/remark-lint-no-shell-dollars/package.json | 2 +- packages/remark-lint-no-shortcut-reference-image/package.json | 2 +- packages/remark-lint-no-shortcut-reference-link/package.json | 2 +- packages/remark-lint-no-table-indentation/package.json | 2 +- packages/remark-lint-no-tabs/package.json | 2 +- packages/remark-lint-no-undefined-references/package.json | 2 +- .../remark-lint-no-unneeded-full-reference-image/package.json | 2 +- .../remark-lint-no-unneeded-full-reference-link/package.json | 2 +- packages/remark-lint-no-unused-definitions/package.json | 2 +- packages/remark-lint-ordered-list-marker-style/package.json | 2 +- packages/remark-lint-ordered-list-marker-value/package.json | 2 +- packages/remark-lint-rule-style/package.json | 2 +- packages/remark-lint-strikethrough-marker/package.json | 2 +- packages/remark-lint-strong-marker/package.json | 2 +- packages/remark-lint-table-cell-padding/package.json | 2 +- packages/remark-lint-table-pipe-alignment/package.json | 2 +- packages/remark-lint-table-pipes/package.json | 2 +- packages/remark-lint-unordered-list-marker-style/package.json | 2 +- packages/remark-lint/package.json | 2 +- packages/remark-preset-lint-consistent/package.json | 2 +- packages/remark-preset-lint-markdown-style-guide/package.json | 2 +- packages/remark-preset-lint-recommended/package.json | 2 +- packages/unified-lint-rule/package.json | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/packages/remark-lint-blockquote-indentation/package.json b/packages/remark-lint-blockquote-indentation/package.json index ed366690..e3d78127 100644 --- a/packages/remark-lint-blockquote-indentation/package.json +++ b/packages/remark-lint-blockquote-indentation/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-blockquote-indentation", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when block quotes are either indented too much or too little", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-checkbox-character-style/package.json b/packages/remark-lint-checkbox-character-style/package.json index 6ec3537f..91620c39 100644 --- a/packages/remark-lint-checkbox-character-style/package.json +++ b/packages/remark-lint-checkbox-character-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-checkbox-character-style", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when list item checkboxes violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-checkbox-content-indent/package.json b/packages/remark-lint-checkbox-content-indent/package.json index 66bd2743..4276f9b6 100644 --- a/packages/remark-lint-checkbox-content-indent/package.json +++ b/packages/remark-lint-checkbox-content-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-checkbox-content-indent", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when list item checkboxes are followed by too much whitespace", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-code-block-style/package.json b/packages/remark-lint-code-block-style/package.json index 180bc03b..4b994fa1 100644 --- a/packages/remark-lint-code-block-style/package.json +++ b/packages/remark-lint-code-block-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-code-block-style", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when code blocks do not adhere to a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-definition-case/package.json b/packages/remark-lint-definition-case/package.json index e97c959c..37bea502 100644 --- a/packages/remark-lint-definition-case/package.json +++ b/packages/remark-lint-definition-case/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-definition-case", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when definition labels are not lowercase", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-definition-spacing/package.json b/packages/remark-lint-definition-spacing/package.json index 1a2217a8..80aeb4f9 100644 --- a/packages/remark-lint-definition-spacing/package.json +++ b/packages/remark-lint-definition-spacing/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-definition-spacing", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when consecutive whitespace is used in a definition", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-emphasis-marker/package.json b/packages/remark-lint-emphasis-marker/package.json index 39cf6f46..ea2bea3d 100644 --- a/packages/remark-lint-emphasis-marker/package.json +++ b/packages/remark-lint-emphasis-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-emphasis-marker", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when emphasis markers violate the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-fenced-code-flag/package.json b/packages/remark-lint-fenced-code-flag/package.json index f70123b9..cc176809 100644 --- a/packages/remark-lint-fenced-code-flag/package.json +++ b/packages/remark-lint-fenced-code-flag/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-fenced-code-flag", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when fenced code blocks occur without language flag", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-fenced-code-marker/package.json b/packages/remark-lint-fenced-code-marker/package.json index e4818b8d..4f9ff6ca 100644 --- a/packages/remark-lint-fenced-code-marker/package.json +++ b/packages/remark-lint-fenced-code-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-fenced-code-marker", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when fenced code markers violate the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-file-extension/package.json b/packages/remark-lint-file-extension/package.json index 5809e4cf..7ff342e4 100644 --- a/packages/remark-lint-file-extension/package.json +++ b/packages/remark-lint-file-extension/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-file-extension", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn when the file’s extension violates the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-final-definition/package.json b/packages/remark-lint-final-definition/package.json index 29e24536..2f3cbd2f 100644 --- a/packages/remark-lint-final-definition/package.json +++ b/packages/remark-lint-final-definition/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-final-definition", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when definitions are not placed at the end of the file", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-final-newline/package.json b/packages/remark-lint-final-newline/package.json index b871ac8c..c2bd577d 100644 --- a/packages/remark-lint-final-newline/package.json +++ b/packages/remark-lint-final-newline/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-final-newline", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn when a newline at the end of a file is missing", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-first-heading-level/package.json b/packages/remark-lint-first-heading-level/package.json index 0de81959..f10afa66 100644 --- a/packages/remark-lint-first-heading-level/package.json +++ b/packages/remark-lint-first-heading-level/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-first-heading-level", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when the first heading has a level other than a specified value", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-hard-break-spaces/package.json b/packages/remark-lint-hard-break-spaces/package.json index c5be3d87..8c0db32c 100644 --- a/packages/remark-lint-hard-break-spaces/package.json +++ b/packages/remark-lint-hard-break-spaces/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-hard-break-spaces", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when too many spaces are used to create a hard break", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-heading-increment/package.json b/packages/remark-lint-heading-increment/package.json index 7644c47d..b3f0b001 100644 --- a/packages/remark-lint-heading-increment/package.json +++ b/packages/remark-lint-heading-increment/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-heading-increment", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when headings increment with more than 1 level at a time", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-heading-style/package.json b/packages/remark-lint-heading-style/package.json index 1e2e9d96..ed0147e9 100644 --- a/packages/remark-lint-heading-style/package.json +++ b/packages/remark-lint-heading-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-heading-style", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when heading style violates the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-linebreak-style/package.json b/packages/remark-lint-linebreak-style/package.json index 3d964dff..0b96a53d 100644 --- a/packages/remark-lint-linebreak-style/package.json +++ b/packages/remark-lint-linebreak-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-linebreak-style", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when linebreaks violate a given or detected style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-link-title-style/package.json b/packages/remark-lint-link-title-style/package.json index ed47684b..c17e9e47 100644 --- a/packages/remark-lint-link-title-style/package.json +++ b/packages/remark-lint-link-title-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-link-title-style", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when link and definition titles occur with incorrect quotes", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-list-item-bullet-indent/package.json b/packages/remark-lint-list-item-bullet-indent/package.json index 5ea1494b..19989fb0 100644 --- a/packages/remark-lint-list-item-bullet-indent/package.json +++ b/packages/remark-lint-list-item-bullet-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-list-item-bullet-indent", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when list item bullets are indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-list-item-content-indent/package.json b/packages/remark-lint-list-item-content-indent/package.json index 8d443b46..5dd84f24 100644 --- a/packages/remark-lint-list-item-content-indent/package.json +++ b/packages/remark-lint-list-item-content-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-list-item-content-indent", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when the content of a list item has mixed indentation", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-list-item-indent/package.json b/packages/remark-lint-list-item-indent/package.json index 1d62f3bb..0800fa77 100644 --- a/packages/remark-lint-list-item-indent/package.json +++ b/packages/remark-lint-list-item-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-list-item-indent", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when the spacing between a list item’s bullet and its content violates a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-list-item-spacing/package.json b/packages/remark-lint-list-item-spacing/package.json index 0a778e46..d014b9a9 100644 --- a/packages/remark-lint-list-item-spacing/package.json +++ b/packages/remark-lint-list-item-spacing/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-list-item-spacing", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when list looseness is incorrect", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-maximum-heading-length/package.json b/packages/remark-lint-maximum-heading-length/package.json index 77d16a89..c6e7cc80 100644 --- a/packages/remark-lint-maximum-heading-length/package.json +++ b/packages/remark-lint-maximum-heading-length/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-maximum-heading-length", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when headings are too long", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-maximum-line-length/package.json b/packages/remark-lint-maximum-line-length/package.json index 66a53ebf..ee2f91ce 100644 --- a/packages/remark-lint-maximum-line-length/package.json +++ b/packages/remark-lint-maximum-line-length/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-maximum-line-length", - "version": "3.1.2", + "version": "3.1.3", "description": "remark-lint rule to warn when lines are too long", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-auto-link-without-protocol/package.json b/packages/remark-lint-no-auto-link-without-protocol/package.json index c4e8f460..cb5a928f 100644 --- a/packages/remark-lint-no-auto-link-without-protocol/package.json +++ b/packages/remark-lint-no-auto-link-without-protocol/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-auto-link-without-protocol", - "version": "3.1.1", + "version": "3.1.2", "description": "Deprecated", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-blockquote-without-marker/package.json b/packages/remark-lint-no-blockquote-without-marker/package.json index ca421727..c9d62e0f 100644 --- a/packages/remark-lint-no-blockquote-without-marker/package.json +++ b/packages/remark-lint-no-blockquote-without-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-blockquote-without-marker", - "version": "5.1.1", + "version": "5.1.2", "description": "remark-lint rule to warn when blank lines without markers (`>`) are found in a block quote", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-consecutive-blank-lines/package.json b/packages/remark-lint-no-consecutive-blank-lines/package.json index c27bf915..829c4197 100644 --- a/packages/remark-lint-no-consecutive-blank-lines/package.json +++ b/packages/remark-lint-no-consecutive-blank-lines/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-consecutive-blank-lines", - "version": "4.1.2", + "version": "4.1.3", "description": "remark-lint rule to warn for too many consecutive blank lines", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-defined-urls/package.json b/packages/remark-lint-no-duplicate-defined-urls/package.json index f741a8a7..f0ad4424 100644 --- a/packages/remark-lint-no-duplicate-defined-urls/package.json +++ b/packages/remark-lint-no-duplicate-defined-urls/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-duplicate-defined-urls", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn on definitions that define the same urls", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-definitions/package.json b/packages/remark-lint-no-duplicate-definitions/package.json index c930fd94..0c8c932a 100644 --- a/packages/remark-lint-no-duplicate-definitions/package.json +++ b/packages/remark-lint-no-duplicate-definitions/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-duplicate-definitions", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn on duplicate definitions", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-headings-in-section/package.json b/packages/remark-lint-no-duplicate-headings-in-section/package.json index 3aacd225..fe4ef42e 100644 --- a/packages/remark-lint-no-duplicate-headings-in-section/package.json +++ b/packages/remark-lint-no-duplicate-headings-in-section/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-duplicate-headings-in-section", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn on duplicate headings in a section", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-duplicate-headings/package.json b/packages/remark-lint-no-duplicate-headings/package.json index 6155e8a2..d00d33eb 100644 --- a/packages/remark-lint-no-duplicate-headings/package.json +++ b/packages/remark-lint-no-duplicate-headings/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-duplicate-headings", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn on duplicate headings", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-emphasis-as-heading/package.json b/packages/remark-lint-no-emphasis-as-heading/package.json index 08ba9da5..dc3daca3 100644 --- a/packages/remark-lint-no-emphasis-as-heading/package.json +++ b/packages/remark-lint-no-emphasis-as-heading/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-emphasis-as-heading", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when emphasis or importance is used instead of a heading", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-empty-url/package.json b/packages/remark-lint-no-empty-url/package.json index 10216cc6..83791c40 100644 --- a/packages/remark-lint-no-empty-url/package.json +++ b/packages/remark-lint-no-empty-url/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-empty-url", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn on empty URLs in links and images", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-articles/package.json b/packages/remark-lint-no-file-name-articles/package.json index 21353267..1d3b81f3 100644 --- a/packages/remark-lint-no-file-name-articles/package.json +++ b/packages/remark-lint-no-file-name-articles/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-articles", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn when file name start with an article", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-consecutive-dashes/package.json b/packages/remark-lint-no-file-name-consecutive-dashes/package.json index d13027b4..c9e3eda4 100644 --- a/packages/remark-lint-no-file-name-consecutive-dashes/package.json +++ b/packages/remark-lint-no-file-name-consecutive-dashes/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-consecutive-dashes", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn when file names contain consecutive dashes", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-irregular-characters/package.json b/packages/remark-lint-no-file-name-irregular-characters/package.json index 255d7965..30876512 100644 --- a/packages/remark-lint-no-file-name-irregular-characters/package.json +++ b/packages/remark-lint-no-file-name-irregular-characters/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-irregular-characters", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn when file names contain irregular characters", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-mixed-case/package.json b/packages/remark-lint-no-file-name-mixed-case/package.json index 2a2b42be..a5f8dc8f 100644 --- a/packages/remark-lint-no-file-name-mixed-case/package.json +++ b/packages/remark-lint-no-file-name-mixed-case/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-mixed-case", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn when file names use mixed case", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-file-name-outer-dashes/package.json b/packages/remark-lint-no-file-name-outer-dashes/package.json index cfa82de0..3e865419 100644 --- a/packages/remark-lint-no-file-name-outer-dashes/package.json +++ b/packages/remark-lint-no-file-name-outer-dashes/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-file-name-outer-dashes", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn when file names contain initial or final dashes", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-heading-content-indent/package.json b/packages/remark-lint-no-heading-content-indent/package.json index 70843bc8..b18a54c4 100644 --- a/packages/remark-lint-no-heading-content-indent/package.json +++ b/packages/remark-lint-no-heading-content-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-heading-content-indent", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when heading content is indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-heading-indent/package.json b/packages/remark-lint-no-heading-indent/package.json index 58eacfca..225130a5 100644 --- a/packages/remark-lint-no-heading-indent/package.json +++ b/packages/remark-lint-no-heading-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-heading-indent", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when headings are indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-heading-like-paragraph/package.json b/packages/remark-lint-no-heading-like-paragraph/package.json index e26bd45b..d2eecfeb 100644 --- a/packages/remark-lint-no-heading-like-paragraph/package.json +++ b/packages/remark-lint-no-heading-like-paragraph/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-heading-like-paragraph", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to for too many hashes (h7+ “headings”)", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-heading-punctuation/package.json b/packages/remark-lint-no-heading-punctuation/package.json index e96849e8..4b64b6ba 100644 --- a/packages/remark-lint-no-heading-punctuation/package.json +++ b/packages/remark-lint-no-heading-punctuation/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-heading-punctuation", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when headings end in illegal characters", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-html/package.json b/packages/remark-lint-no-html/package.json index 17e5177b..bb43a2de 100644 --- a/packages/remark-lint-no-html/package.json +++ b/packages/remark-lint-no-html/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-html", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when HTML nodes are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-inline-padding/package.json b/packages/remark-lint-no-inline-padding/package.json index 8a9a7676..11a8a5fc 100644 --- a/packages/remark-lint-no-inline-padding/package.json +++ b/packages/remark-lint-no-inline-padding/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-inline-padding", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when inline nodes are padded with spaces", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-literal-urls/package.json b/packages/remark-lint-no-literal-urls/package.json index aa67b27d..f3137c93 100644 --- a/packages/remark-lint-no-literal-urls/package.json +++ b/packages/remark-lint-no-literal-urls/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-literal-urls", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when URLs without angle brackets are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-missing-blank-lines/package.json b/packages/remark-lint-no-missing-blank-lines/package.json index e2e5b9f9..fc07da1d 100644 --- a/packages/remark-lint-no-missing-blank-lines/package.json +++ b/packages/remark-lint-no-missing-blank-lines/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-missing-blank-lines", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when missing blank lines", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-multiple-toplevel-headings/package.json b/packages/remark-lint-no-multiple-toplevel-headings/package.json index 42fec56d..0deea271 100644 --- a/packages/remark-lint-no-multiple-toplevel-headings/package.json +++ b/packages/remark-lint-no-multiple-toplevel-headings/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-multiple-toplevel-headings", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when multiple top level headings are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-paragraph-content-indent/package.json b/packages/remark-lint-no-paragraph-content-indent/package.json index f4fe405c..c782d890 100644 --- a/packages/remark-lint-no-paragraph-content-indent/package.json +++ b/packages/remark-lint-no-paragraph-content-indent/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-paragraph-content-indent", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when the content in paragraphs are indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-reference-like-url/package.json b/packages/remark-lint-no-reference-like-url/package.json index bd5a3c04..c39e9458 100644 --- a/packages/remark-lint-no-reference-like-url/package.json +++ b/packages/remark-lint-no-reference-like-url/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-reference-like-url", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when URLs are also defined identifiers", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-shell-dollars/package.json b/packages/remark-lint-no-shell-dollars/package.json index d8621d66..f188062d 100644 --- a/packages/remark-lint-no-shell-dollars/package.json +++ b/packages/remark-lint-no-shell-dollars/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-shell-dollars", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when shell code is prefixed by dollars", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-shortcut-reference-image/package.json b/packages/remark-lint-no-shortcut-reference-image/package.json index 45664eeb..657587da 100644 --- a/packages/remark-lint-no-shortcut-reference-image/package.json +++ b/packages/remark-lint-no-shortcut-reference-image/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-shortcut-reference-image", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when shortcut reference images are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-shortcut-reference-link/package.json b/packages/remark-lint-no-shortcut-reference-link/package.json index 386b7184..5e3da07f 100644 --- a/packages/remark-lint-no-shortcut-reference-link/package.json +++ b/packages/remark-lint-no-shortcut-reference-link/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-shortcut-reference-link", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when shortcut reference links are used", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-table-indentation/package.json b/packages/remark-lint-no-table-indentation/package.json index 18eb72db..c9d35527 100644 --- a/packages/remark-lint-no-table-indentation/package.json +++ b/packages/remark-lint-no-table-indentation/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-table-indentation", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when tables are indented", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-tabs/package.json b/packages/remark-lint-no-tabs/package.json index f22f2495..5512fcdb 100644 --- a/packages/remark-lint-no-tabs/package.json +++ b/packages/remark-lint-no-tabs/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-tabs", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when hard tabs are used instead of spaces", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-undefined-references/package.json b/packages/remark-lint-no-undefined-references/package.json index 01bc6d2a..95d1741c 100644 --- a/packages/remark-lint-no-undefined-references/package.json +++ b/packages/remark-lint-no-undefined-references/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-undefined-references", - "version": "4.2.0", + "version": "4.2.1", "description": "remark-lint rule to warn when references to undefined definitions are found", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-unneeded-full-reference-image/package.json b/packages/remark-lint-no-unneeded-full-reference-image/package.json index fcdc8c27..4ebc66cb 100644 --- a/packages/remark-lint-no-unneeded-full-reference-image/package.json +++ b/packages/remark-lint-no-unneeded-full-reference-image/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-unneeded-full-reference-image", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when full reference images are used if they can be collapsed", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-unneeded-full-reference-link/package.json b/packages/remark-lint-no-unneeded-full-reference-link/package.json index ca4e063e..8eaffa70 100644 --- a/packages/remark-lint-no-unneeded-full-reference-link/package.json +++ b/packages/remark-lint-no-unneeded-full-reference-link/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-unneeded-full-reference-link", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when full reference links are used if they can be collapsed", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-no-unused-definitions/package.json b/packages/remark-lint-no-unused-definitions/package.json index 35acdfdf..38fe84d4 100644 --- a/packages/remark-lint-no-unused-definitions/package.json +++ b/packages/remark-lint-no-unused-definitions/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-no-unused-definitions", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when unused definitions are found", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-ordered-list-marker-style/package.json b/packages/remark-lint-ordered-list-marker-style/package.json index ed590908..215bc5b4 100644 --- a/packages/remark-lint-ordered-list-marker-style/package.json +++ b/packages/remark-lint-ordered-list-marker-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-ordered-list-marker-style", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when the markers of ordered lists violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-ordered-list-marker-value/package.json b/packages/remark-lint-ordered-list-marker-value/package.json index 67dba6a5..d51fab87 100644 --- a/packages/remark-lint-ordered-list-marker-value/package.json +++ b/packages/remark-lint-ordered-list-marker-value/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-ordered-list-marker-value", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when the marker value of ordered lists violates a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-rule-style/package.json b/packages/remark-lint-rule-style/package.json index 53568dec..543b0a57 100644 --- a/packages/remark-lint-rule-style/package.json +++ b/packages/remark-lint-rule-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-rule-style", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when horizontal rules violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-strikethrough-marker/package.json b/packages/remark-lint-strikethrough-marker/package.json index 87df7d90..f2276804 100644 --- a/packages/remark-lint-strikethrough-marker/package.json +++ b/packages/remark-lint-strikethrough-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-strikethrough-marker", - "version": "2.1.1", + "version": "2.1.2", "description": "remark-lint rule to warn when strikethrough markers violate the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-strong-marker/package.json b/packages/remark-lint-strong-marker/package.json index d65227bf..d43e8697 100644 --- a/packages/remark-lint-strong-marker/package.json +++ b/packages/remark-lint-strong-marker/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-strong-marker", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when importance (strong) markers violate the given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-table-cell-padding/package.json b/packages/remark-lint-table-cell-padding/package.json index 85474b9a..aa1c8caa 100644 --- a/packages/remark-lint-table-cell-padding/package.json +++ b/packages/remark-lint-table-cell-padding/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-table-cell-padding", - "version": "4.1.2", + "version": "4.1.3", "description": "remark-lint rule to warn when table cells are incorrectly padded", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-table-pipe-alignment/package.json b/packages/remark-lint-table-pipe-alignment/package.json index 290a4a37..b435a695 100644 --- a/packages/remark-lint-table-pipe-alignment/package.json +++ b/packages/remark-lint-table-pipe-alignment/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-table-pipe-alignment", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when table pipes are not aligned", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-table-pipes/package.json b/packages/remark-lint-table-pipes/package.json index 62e7d36b..c7c9c480 100644 --- a/packages/remark-lint-table-pipes/package.json +++ b/packages/remark-lint-table-pipes/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-table-pipes", - "version": "4.1.1", + "version": "4.1.2", "description": "remark-lint rule to warn when table rows are not fenced with pipes", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint-unordered-list-marker-style/package.json b/packages/remark-lint-unordered-list-marker-style/package.json index 6905f7c6..4e24715c 100644 --- a/packages/remark-lint-unordered-list-marker-style/package.json +++ b/packages/remark-lint-unordered-list-marker-style/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint-unordered-list-marker-style", - "version": "3.1.1", + "version": "3.1.2", "description": "remark-lint rule to warn when markers of unordered lists violate a given style", "license": "MIT", "keywords": [ diff --git a/packages/remark-lint/package.json b/packages/remark-lint/package.json index afd4fd1b..1b2a6375 100644 --- a/packages/remark-lint/package.json +++ b/packages/remark-lint/package.json @@ -1,6 +1,6 @@ { "name": "remark-lint", - "version": "9.1.1", + "version": "9.1.2", "description": "remark plugin to lint Markdown code style", "license": "MIT", "keywords": [ diff --git a/packages/remark-preset-lint-consistent/package.json b/packages/remark-preset-lint-consistent/package.json index ad41ab6c..d131fd07 100644 --- a/packages/remark-preset-lint-consistent/package.json +++ b/packages/remark-preset-lint-consistent/package.json @@ -1,6 +1,6 @@ { "name": "remark-preset-lint-consistent", - "version": "5.1.1", + "version": "5.1.2", "description": "remark preset to configure remark-lint with rules that enforce consistency", "license": "MIT", "keywords": [ diff --git a/packages/remark-preset-lint-markdown-style-guide/package.json b/packages/remark-preset-lint-markdown-style-guide/package.json index fbe89a25..71e86cd2 100644 --- a/packages/remark-preset-lint-markdown-style-guide/package.json +++ b/packages/remark-preset-lint-markdown-style-guide/package.json @@ -1,6 +1,6 @@ { "name": "remark-preset-lint-markdown-style-guide", - "version": "5.1.2", + "version": "5.1.3", "description": "remark preset to configure remark-lint with rules that enforce the markdown style guide", "license": "MIT", "keywords": [ diff --git a/packages/remark-preset-lint-recommended/package.json b/packages/remark-preset-lint-recommended/package.json index 840dbcfe..5f2ae7c3 100644 --- a/packages/remark-preset-lint-recommended/package.json +++ b/packages/remark-preset-lint-recommended/package.json @@ -1,6 +1,6 @@ { "name": "remark-preset-lint-recommended", - "version": "6.1.2", + "version": "6.1.3", "description": "remark preset to configure remark-lint with rules that prevent mistakes or stuff that fails across vendors.", "license": "MIT", "keywords": [ diff --git a/packages/unified-lint-rule/package.json b/packages/unified-lint-rule/package.json index 02e86823..c2218698 100644 --- a/packages/unified-lint-rule/package.json +++ b/packages/unified-lint-rule/package.json @@ -1,6 +1,6 @@ { "name": "unified-lint-rule", - "version": "2.1.1", + "version": "2.1.2", "description": "unified plugin to make it a bit easier to create linting rules", "license": "MIT", "keywords": [