-
Notifications
You must be signed in to change notification settings - Fork 38
chore(deps): update dependency eslint-plugin-markdown-preferences to ^0.36.0 #254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ota-meshi
merged 1 commit into
master
from
renovate/eslint-plugin-markdown-preferences-0.x
Oct 27, 2025
Merged
chore(deps): update dependency eslint-plugin-markdown-preferences to ^0.36.0 #254
ota-meshi
merged 1 commit into
master
from
renovate/eslint-plugin-markdown-preferences-0.x
Oct 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
|
55dc5e4 to
f09444f
Compare
f09444f to
041faf9
Compare
041faf9 to
946e6f4
Compare
946e6f4 to
a75be08
Compare
e21f816 to
9a315b3
Compare
9a315b3 to
b7d193c
Compare
b7d193c to
7929ef1
Compare
7929ef1 to
f4bc392
Compare
75f93c1 to
96b8fe9
Compare
96b8fe9 to
4badf42
Compare
4badf42 to
81074b9
Compare
81074b9 to
017955b
Compare
017955b to
d2afcc8
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.23.0->^0.36.0Release Notes
ota-meshi/eslint-plugin-markdown-preferences (eslint-plugin-markdown-preferences)
v0.36.2Compare Source
Patch Changes
38637c7Thanks @andreww2012! - fix: disallow extra properties in rule optionsv0.36.1Compare Source
Patch Changes
b1acf87Thanks @ota-meshi! - fix(markdown-preferences/padding-line-between-blocks): false negatives for disable-next-line directive with tagsv0.36.0Compare Source
Minor Changes
#177
c5f062fThanks @ota-meshi! - Refactor to use the API provided by@eslint/markdown(@eslint/plugin-kit>=0.4) instead of own logic.#177
c5f062fThanks @ota-meshi! - BREAKING!: drop support for@eslint/markdown<7.4.0 (Now only supports@eslint/markdown>=7.4.0)#182
85af47bThanks @ota-meshi! - feat(markdown-preferences/padding-line-between-blocks): ignore padding following the disable-next-line directivePatch Changes
#180
24888a3Thanks @ota-meshi! - fix(markdown-preferences/heading-casing): false positives for "I"#180
24888a3Thanks @ota-meshi! - fix(markdown-preferences/table-header-casing): false positives for "I"#179
ac45ff3Thanks @ota-meshi! - fix(markdown-preferences/prefer-link-reference-definitions): wrong autofix for imagesv0.35.0Compare Source
Minor Changes
20ecb71Thanks @ota-meshi! - feat(markdown-preferences/sort-definitions): improve to calculate the minimum edit distance for sorting and report the optimal sorting directionv0.34.2Compare Source
Patch Changes
6c30087Thanks @ota-meshi! - chore: use trusted publisher (take2)v0.34.1Compare Source
Patch Changes
3b4c4fcThanks @ota-meshi! - use trusted publisherv0.34.0Compare Source
Minor Changes
2ca2d91Thanks @ota-meshi! - feat(markdown-preferences/padded-custom-containers): addoverridesoptionv0.33.0Compare Source
Minor Changes
6ff057dThanks @ota-meshi! - feat(markdown-preferences/table-pipe-alignment): improve alignment calculation forcolumn: "minimum"v0.32.0Compare Source
Minor Changes
#157
0148afdThanks @ota-meshi! - feat(markdown-preferences/table-pipe-alignment): change defaultdelimiterMinLengthoption to3#157
0148afdThanks @ota-meshi! - feat(markdown-preferences/table-pipe-alignment): adddelimiterMinLengthoptionv0.31.0Compare Source
Minor Changes
7a5f937Thanks @ota-meshi! - feat(standard-config): add code-fence-spacing rule and custom-container-marker-spacing rulev0.30.0Compare Source
Minor Changes
#152
67757bdThanks @ota-meshi! - feat: addmarkdown-preferences/code-fence-spacingrule#152
67757bdThanks @ota-meshi! - feat: addmarkdown-preferences/custom-container-marker-spacingrulev0.29.1Compare Source
Patch Changes
bb9cb0eThanks @ota-meshi! - fix(markdown-preferences/table-pipe-alignment): conflict autofix with markdown-preferences/table-pipe-spacing rulev0.29.0Compare Source
Minor Changes
40ccad8Thanks @ota-meshi! - feat: addmarkdown-preferences/padded-custom-containersrulePatch Changes
aee9eaaThanks @ota-meshi! - fix(markdown-preferences/no-implicit-block-closing): wrong autofix for nested same length opening custom containersv0.28.0Compare Source
Minor Changes
#145
58b34b3Thanks @ota-meshi! - feat(markdown-preferences/no-multi-spaces): improve to verify opening fenced code block, opening custom container, math blocks, and inline math#143
158961fThanks @ota-meshi! - feat: addmarkdown-preferences/no-implicit-block-closingrulev0.27.0Compare Source
Minor Changes
#140
977f59aThanks @ota-meshi! - feat: add support for math syntax#135
2a3411dThanks @ota-meshi! - feat: add support for custom container syntax#141
56b68a7Thanks @ota-meshi! - feat: add support for import code snippet syntaxv0.26.1Compare Source
Patch Changes
f0ed7cbThanks @ota-meshi! - fix(markdown-preferences/definitions-last): incorrect fixer for footnote definitions in blockquotev0.26.0Compare Source
Minor Changes
#128
16e1ba5Thanks @ota-meshi! - feat(markdown-preferences/table-pipe-alignment): improve handling of spaces around pipes in tables#130
2cd7f14Thanks @ota-meshi! - feat(markdown-preferences/definitions-last): Add option to place definitions at the end of the document or sectionv0.25.0Compare Source
Minor Changes
#125
9968ad5Thanks @ota-meshi! - feat(markdown-preferences/no-multi-spaces): improve handling of table delimiter rows#123
bbda64eThanks @ota-meshi! - feat: addmarkdown-preferences/table-leading-trailing-pipesrule#125
9968ad5Thanks @ota-meshi! - feat: addmarkdown-preferences/table-pipe-alignmentrule#126
3ccf0bbThanks @ota-meshi! - feat: addmarkdown-preferences/table-pipe-spacingrulev0.24.0Compare Source
Minor Changes
#118
b721492Thanks @ota-meshi! - feat: addmarkdown-preferences/indentrule#120
8ecd8e7Thanks @ota-meshi! - feat(markdown-preferences/no-multi-spaces): drop the check for multiple spaces around list markers, except for the space between a list marker and a task list marker.(this will be handled by the new indent rule.)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.