chore(deps): update dependency textlint to v11.9.1 #19
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:
11.3.1
->11.9.1
Release Notes
textlint/textlint (textlint)
v11.9.1
Compare Source
Bug Fixes
a3288e0
)v11.9.0
Compare Source
Features
For more details, See Ignoring Text · textlint
v11.8.3
Compare Source
Fixes
Chores
v11.8.2
Compare Source
Fixes
getConfigBaseDir()
return undefined whentextlint --fix
#741Chores
v11.8.1
Compare Source
Bug Fixes
Chores
Features
[@textlint](https://redirect.github.com/textlint)/source-code-fixer
(#736) (bf7235a)v11.8.0
Compare Source
Bug Fixes
Chores
Features
[@textlint](https://redirect.github.com/textlint)/source-code-fixer
(#736) (bf7235a)v11.7.7
Compare Source
Fixes
All Changes
v11.7.6
Compare Source
Bug Fixes
textlint packages like
@textlint/kernel
supportmodule
field.It allows npm package CDN service to provide an optimized package.
Example: https://cdn.skypack.dev/[@​textlint/kernel](https://redirect.github.com/textlint/kernel)
v11.7.5
Compare Source
Bug Fixes
v11.7.4
Compare Source
Bug Fixes
v11.7.3
Compare Source
v11.7.2
Compare Source
v11.7.1
: Support "module" filedCompare Source
textlint packages like
@textlint/kernel
supportmodule
field.It allows npm package CDN service to provide an optimized package.
Example: https://cdn.skypack.dev/[@​textlint/kernel](https://redirect.github.com/textlint/kernel)
v11.7.0
Compare Source
v11.6.3
Compare Source
Fixes
textlint's markdown plugin(
markdown-to-ast
) create an invalid AST from following text:textlint reject invalid AST since 11.6.2.
This version fix to create valid AST.
Related Issue:
Code Refactoring
v11.6.2
Compare Source
Fixes
textlint 11.6.2(includes
@textlint/text-to-ast@3.1.7
) fix CRLF handling on text file(@textlint/textlint-plugin-text
).Previously, textlint can not handle a text file that has CRLF new line correctly.
If you lint a text file that has CRLF new line, you will be affected this change.
v11.6.1
Compare Source
v11.6.0
Compare Source
Features
prePrecess(): { text, ast }
return value #649 (16301d7)11.60 allow plugin's
preProcess
method return{ text: string, ast: TxtParentNode }
object.It will help to create the plugin that handle binary file or require Intermediate text.
For more details, see https://textlint.github.io/docs/plugin.html#processorext
Support
package.json
'stextlint
field.For mode details, see https://textlint.github.io/docs/configuring.html#configuration-files
v11.5.0
Compare Source
Features
For more details, see https://github.com/textlint/textlint/tree/master/examples/config-in-package-json.
Thanks to @trevordmiller
Tests
v11.4.0
Compare Source
Features
--parallel
and--max-concurrency
(ef53631)This feature depended on Node.js's Worker Threads.
--parallel
linting example.$ textlint --parallel --experimental "docs/*.md"
This is experimental feature.
Please create an issue, if you found some issue.
Related issue: Parallel linting #633
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.