fix(deps): bump markdownlint-cli from ^0.31.1 to ^0.48.0#284
Merged
fix(deps): bump markdownlint-cli from ^0.31.1 to ^0.48.0#284
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 2871200. Configure here.
2871200 to
da41c11
Compare
Also bumps markdownlint lib from ^0.25.1 to ^0.40.0. Breaking change is Node >=20 requirement (already met). Replaces glob with tinyglobby (no vulnerable glob dep), and uses minimatch@10.2.5 (patched). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
da41c11 to
668c670
Compare
andreiborza
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Summary
markdownlint-clifrom^0.31.1to^0.48.0markdownlintlib from^0.25.1to^0.40.0to matchglobwithtinyglobby(no more vulnerable glob dep)minimatch@10.2.5(patched, replaces vulnerable 10.0.3)Breaking changes in markdownlint-cli 0.31 -> 0.48
globreplaced bytinyglobby— internal dep swap, CLI interface unchanged, not affectedmarkdownlintlib 0.25 -> 0.40 — internal engine upgrade, switched tomarkdown-itparser. Some rules renamed/added. We only runmarkdownlint docswith default config, existing warnings are pre-existing, not affectedDependabot alerts resolved
globremoved entirely, replaced bytinyglobbyminimatch@10.2.5: #213, #212, #208, #201🤖 Generated with Claude Code