Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 19, 2025

This PR contains the following updates:

Package Change Age Confidence
markdownlint-cli ^0.45.0 -> ^0.46.0 age confidence

Release Notes

igorshubovych/markdownlint-cli (markdownlint-cli)

v0.46.0

Compare Source

  • Replace glob dependency with tinyglobby (smaller and fewer dependencies)
  • Update markdownlint dependency to 0.39.0
    • Add MD060/table-column-style
    • Improve MD001/MD007/MD009/MD010/MD029/MD033/MD037/MD059
  • Update all dependencies via Dependabot

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


Note

Update markdownlint-cli to ^0.46.0 and refresh lockfile with updated and new transitive dependencies.

  • Dev tooling:
    • Bump markdownlint-cli devDependency to ^0.46.0 in package.json.
    • Refresh package-lock.json:
      • Update transitive deps: markdownlint to ~0.39.0, commander to ~14.0.2, minimatch to ~10.1.1, js-yaml to ~4.1.1, ignore to ~7.0.5, smol-toml to ~1.5.2.
      • Add tinyglobby@~0.2.15 (with fdir@^6.5.0) as new dependencies.

Written by Cursor Bugbot for commit 7bdaef8. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment @cursor review or bugbot run to trigger another review on this PR

"globals": "^16.0.0",
"markdownlint": "^0.39.0",
"markdownlint-cli": "^0.45.0",
"markdownlint-cli": "^0.46.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Dev dependency requires Node 20+ but project supports 18+

The updated markdownlint-cli version 0.46.0 requires node >= 20, but the project's engines field declares support for node >= 18.0.0. This creates a breaking incompatibility where developers using Node 18 or 19 cannot install the project or run markdown linting scripts. Either the project's Node version requirement must be updated to >= 20, or a compatible version of markdownlint-cli must be selected.

Fix in Cursor Fix in Web

@apify-service-account
Copy link

Preview for this PR was built for commit 7bdaef8d and is ready at https://pr-2098.preview.docs.apify.com!

@B4nan B4nan merged commit 68b960b into master Nov 19, 2025
16 checks passed
@B4nan B4nan deleted the renovate/markdownlint-cli-0.x branch November 19, 2025 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants