-
-
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
fix(deps): update dependency textlint to ^13.4.1 #114
base: main
Are you sure you want to change the base?
Conversation
|
a9e622f
to
36661d6
Compare
36661d6
to
d776ed3
Compare
d776ed3
to
eeceefd
Compare
47c1cd1
to
705c390
Compare
705c390
to
bffb75d
Compare
01b8021
to
0f7b929
Compare
62a11ed
to
754ff63
Compare
754ff63
to
fe5e4b9
Compare
fe5e4b9
to
69ae152
Compare
This PR contains the following updates:
^13.3.2
->^13.4.1
Release Notes
textlint/textlint (textlint)
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
v13.3.3
Compare Source
What's Changed
Refactoring
It reduces dependencies.
Dependency Updates
Full Changelog: textlint/textlint@v13.3.2...13.3.3
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.