-
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/eslint-plugin-markdown-preferences-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.0
Release Notes
ota-meshi/eslint-plugin-markdown-preferences (eslint-plugin-markdown-preferences)
v0.36.2
Compare Source
Patch Changes
38637c7
Thanks @andreww2012! - fix: disallow extra properties in rule optionsv0.36.1
Compare Source
Patch Changes
b1acf87
Thanks @ota-meshi! - fix(markdown-preferences/padding-line-between-blocks): false negatives for disable-next-line directive with tagsv0.36.0
Compare Source
Minor Changes
#177
c5f062f
Thanks @ota-meshi! - Refactor to use the API provided by@eslint/markdown
(@eslint/plugin-kit
>=0.4) instead of own logic.#177
c5f062f
Thanks @ota-meshi! - BREAKING!: drop support for@eslint/markdown
<7.4.0 (Now only supports@eslint/markdown
>=7.4.0)#182
85af47b
Thanks @ota-meshi! - feat(markdown-preferences/padding-line-between-blocks): ignore padding following the disable-next-line directivePatch Changes
#180
24888a3
Thanks @ota-meshi! - fix(markdown-preferences/heading-casing): false positives for "I"#180
24888a3
Thanks @ota-meshi! - fix(markdown-preferences/table-header-casing): false positives for "I"#179
ac45ff3
Thanks @ota-meshi! - fix(markdown-preferences/prefer-link-reference-definitions): wrong autofix for imagesv0.35.0
Compare Source
Minor Changes
20ecb71
Thanks @ota-meshi! - feat(markdown-preferences/sort-definitions): improve to calculate the minimum edit distance for sorting and report the optimal sorting directionv0.34.2
Compare Source
Patch Changes
6c30087
Thanks @ota-meshi! - chore: use trusted publisher (take2)v0.34.1
Compare Source
Patch Changes
3b4c4fc
Thanks @ota-meshi! - use trusted publisherv0.34.0
Compare Source
Minor Changes
2ca2d91
Thanks @ota-meshi! - feat(markdown-preferences/padded-custom-containers): addoverrides
optionv0.33.0
Compare Source
Minor Changes
6ff057d
Thanks @ota-meshi! - feat(markdown-preferences/table-pipe-alignment): improve alignment calculation forcolumn: "minimum"
v0.32.0
Compare Source
Minor Changes
#157
0148afd
Thanks @ota-meshi! - feat(markdown-preferences/table-pipe-alignment): change defaultdelimiterMinLength
option to3
#157
0148afd
Thanks @ota-meshi! - feat(markdown-preferences/table-pipe-alignment): adddelimiterMinLength
optionv0.31.0
Compare Source
Minor Changes
7a5f937
Thanks @ota-meshi! - feat(standard-config): add code-fence-spacing rule and custom-container-marker-spacing rulev0.30.0
Compare Source
Minor Changes
#152
67757bd
Thanks @ota-meshi! - feat: addmarkdown-preferences/code-fence-spacing
rule#152
67757bd
Thanks @ota-meshi! - feat: addmarkdown-preferences/custom-container-marker-spacing
rulev0.29.1
Compare Source
Patch Changes
bb9cb0e
Thanks @ota-meshi! - fix(markdown-preferences/table-pipe-alignment): conflict autofix with markdown-preferences/table-pipe-spacing rulev0.29.0
Compare Source
Minor Changes
40ccad8
Thanks @ota-meshi! - feat: addmarkdown-preferences/padded-custom-containers
rulePatch Changes
aee9eaa
Thanks @ota-meshi! - fix(markdown-preferences/no-implicit-block-closing): wrong autofix for nested same length opening custom containersv0.28.0
Compare Source
Minor Changes
#145
58b34b3
Thanks @ota-meshi! - feat(markdown-preferences/no-multi-spaces): improve to verify opening fenced code block, opening custom container, math blocks, and inline math#143
158961f
Thanks @ota-meshi! - feat: addmarkdown-preferences/no-implicit-block-closing
rulev0.27.0
Compare Source
Minor Changes
#140
977f59a
Thanks @ota-meshi! - feat: add support for math syntax#135
2a3411d
Thanks @ota-meshi! - feat: add support for custom container syntax#141
56b68a7
Thanks @ota-meshi! - feat: add support for import code snippet syntaxv0.26.1
Compare Source
Patch Changes
f0ed7cb
Thanks @ota-meshi! - fix(markdown-preferences/definitions-last): incorrect fixer for footnote definitions in blockquotev0.26.0
Compare Source
Minor Changes
#128
16e1ba5
Thanks @ota-meshi! - feat(markdown-preferences/table-pipe-alignment): improve handling of spaces around pipes in tables#130
2cd7f14
Thanks @ota-meshi! - feat(markdown-preferences/definitions-last): Add option to place definitions at the end of the document or sectionv0.25.0
Compare Source
Minor Changes
#125
9968ad5
Thanks @ota-meshi! - feat(markdown-preferences/no-multi-spaces): improve handling of table delimiter rows#123
bbda64e
Thanks @ota-meshi! - feat: addmarkdown-preferences/table-leading-trailing-pipes
rule#125
9968ad5
Thanks @ota-meshi! - feat: addmarkdown-preferences/table-pipe-alignment
rule#126
3ccf0bb
Thanks @ota-meshi! - feat: addmarkdown-preferences/table-pipe-spacing
rulev0.24.0
Compare Source
Minor Changes
#118
b721492
Thanks @ota-meshi! - feat: addmarkdown-preferences/indent
rule#120
8ecd8e7
Thanks @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.