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:
13.3.3
->13.4.0
1.2.2
->1.2.3
4.14.200
->4.14.201
10.0.3
->10.0.4
20.8.10
->20.9.0
0.0.32
->0.0.33
0.8.14
->0.8.15
1.0.1
->1.0.2
9.0.6
->9.0.7
1.0.6
->1.0.7
1.84.0
->1.84.1
6.9.1
->6.10.0
6.9.1
->6.10.0
3.0.3
->3.1.0
Release Notes
textlint/textlint (@textlint/ast-node-types)
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
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.10.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Bug Fixes
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.10.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
6.9.1 (2023-10-30)
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
prettier/prettier (prettier)
v3.1.0
Compare Source
diff
🔗 Release Notes
Configuration
📅 Schedule: Branch creation - "before 6:00am on Monday" in timezone America/Chicago, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.