Update dependency textlint-rule-no-dead-link to v6 #1421
Merged
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:
5.2.0->6.0.1Release Notes
textlint-rule/textlint-rule-no-dead-link (textlint-rule-no-dead-link)
v6.0.1Compare Source
v6.0.0Compare Source
🎉 Breaking Changes
Node.js 20+ Required
✨ Major Improvements
Significant Dependency Reduction and Modernization
1. Migration to Native APIs (#161, #164)
Removed node-fetch: Migrated to Native fetch API available in Node.js 18+
Removed get-url-origin: Now using standard URL object
Removed fs-extra: Eliminated unused dependency
2. minimatch v10 Compatibility (#165)
Testing Infrastructure Improvements
CI/CD Optimization (#163)
📦 Dependency Changes
Removed Packages
node-fetch(^2.6.0) → Native fetch APIget-url-origin(^1.0.1) → Native URL APIfs-extra(^8.1.0) → Removed as unused@types/node-fetch→ No longer neededCurrent Core Dependencies
{ "minimatch": "^10.0.3", "p-memoize": "^8.0.0", "p-queue": "^8.1.0", "textlint-rule-helper": "^2.3.1" }🔧 Technical Details
Enhanced Error Handling
Improved TypeScript Type Safety
📈 Performance Improvements
Benefits from reduced dependencies:
🧪 Testing
🔄 Migration Guide
Update Node.js Version
Installation
Configuration Changes
No configuration changes required. Your existing
.textlintrcwill work as-is.What's Changed
New Contributors
Full Changelog: textlint-rule/textlint-rule-no-dead-link@v5.2.0...v6.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.