-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore(deps): update dependency @textlint/textlint-plugin-text to ^13.4.1 #127
base: main
Are you sure you want to change the base?
Conversation
|
This PR contains the following updates:
^13.3.3
->^13.4.1
Release Notes
textlint/textlint (@textlint/textlint-plugin-text)
v13.4.1
Compare Source
What's Changed
Bug Fixes
[index:string]: any;
fromTxtNode
by @azu in https://github.com/textlint/textlint/pull/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: textlint/textlint@v13.4.0...13.4.1
v13.4.0
Compare Source
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 https://github.com/textlint/textlint/pull/1284Documentation
Refactoring
Testing
Maintenance
Dependency Updates
Other Changes
New Contributors
Full Changelog: textlint/textlint@v13.3.3...13.4.0
Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.