[Snyk] Upgrade textlint from 12.6.1 to 14.0.5 #60
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.
Snyk has created this PR to upgrade textlint from 12.6.1 to 14.0.5.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 25 versions ahead of your current version.
The recommended version was released on 21 days ago.
Release notes
Package name: textlint
What's Changed
Documentation
--parallel
and--max-concurrency
in CLI by @ chick-p in #1383Refactoring
neotraverse
by @ Jayllyz in #1401Dependency Updates
Other Changes
New Contributors
Full Changelog: v14.0.4...v14.0.5
What's Changed
Bug Fixes
Dependency Updates
New Contributors
Full Changelog: v14.0.3...v14.0.4
What's Changed
Bug Fixes
is-file
dependencies by @ azu in #1362Dependency Updates
Full Changelog: v14.0.2...v14.0.3
What's Changed
Bug Fixes
New Contributors
Full Changelog: v14.0.1...v14.0.2
What's Changed
Bug Fixes
resetRules()
by @ azu in #1353Full Changelog: v14.0.0...v14.0.1
What's Changed
We published a blog as a release note.
For more information, please read the following article.
Breaking Changes
--parallel
and--maxConcurrency
flag by @ azu in #1338Features
Refactoring
CI
Dependency Updates
Other Changes
New Contributors
Full Changelog: v13.4.1...v14.0.0
What's Changed
Bug Fixes
[index:string]: any;
fromTxtNode
by @ azu in #1295This PR fixed types of textlint.
It does not change the behavior of textlint.
[index:string]: any;
fromTxtNode
preProcess
should returnTxtDocumentNode
TxtNode
.For plugin developer:
You may be necessary to change the type that returns preProcess as follows
Dependency Updates
Full Changelog: v13.4.0...13.4.1
SUMMARY
textlint-scripts
allow a rule to use nativeimport()
.It will help the rule to import ESM modules from CJS.
For example, alex is pure ESM package.
CJS package can not load via
require("alex")
, but it can loadawait import("alex")
What's Changed
Features
import()
by @ azu in