Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps DavidAnson/markdownlint-cli2-action from 17 to 21.

Release notes

Sourced from DavidAnson/markdownlint-cli2-action's releases.

Update markdownlint version (markdownlint-cli2 v0.19.0, markdownlint v0.39.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.18.1, markdownlint v0.38.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.17.2, markdownlint v0.37.4).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.17.0, markdownlint v0.37.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.15.0, markdownlint v0.36.1).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.14.0, markdownlint v0.35.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.13.0, markdownlint v0.34.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.12.1, markdownlint v0.33.0).

Update markdownlint version (markdownlint-cli2 v0.11.0, markdownlint v0.32.1), remove deprecated "command" input.

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.10.0, markdownlint v0.31.1).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.9.2, markdownlint v0.30.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.8.1, markdownlint v0.29.0), add "config" and "fix" inputs, deprecate "command" input.

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.7.1, markdownlint v0.28.2).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.7.0, markdownlint v0.28.1), include link to rule information in title of annotations (clickable in GitHub).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.6.0, markdownlint v0.27.0).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.5.1, markdownlint v0.26.2).

No release notes provided.

Update markdownlint version (markdownlint-cli2 v0.4.0, markdownlint v0.25.1)

No release notes provided.

Commits
  • 30a0e04 Update to version 21.0.0.
  • 6d4a055 Freshen generated index.js file.
  • d9bf3fb Bump markdownlint-cli2 from 0.18.1 to 0.19.0
  • 29b4789 Bump @​eslint/js from 9.39.0 to 9.39.1
  • 6d600f1 Bump eslint from 9.39.0 to 9.39.1
  • 15b21a0 Bump @​eslint/js from 9.38.0 to 9.39.0
  • b259d54 Bump eslint from 9.38.0 to 9.39.0
  • 451cad2 Bump eslint-plugin-unicorn from 61.0.2 to 62.0.0
  • c076bbe Bump @​stylistic/eslint-plugin from 5.4.0 to 5.5.0
  • ef464f4 Bump @​eslint/js from 9.37.0 to 9.38.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by CodeRabbit

  • Chores
    • Updated workflow automation tooling to the latest version.

✏️ Tip: You can customize this high-level summary in your review settings.

Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 17 to 21.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v17...v21)

---
updated-dependencies:
- dependency-name: DavidAnson/markdownlint-cli2-action
  dependency-version: '21'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Nov 24, 2025
@vercel
Copy link

vercel bot commented Nov 24, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
pipedream-docs Ignored Ignored Nov 24, 2025 11:05am
pipedream-docs-redirect-do-not-edit Ignored Ignored Nov 24, 2025 11:05am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 24, 2025

Walkthrough

Updated the markdownlint GitHub Actions workflow to use action version v21 instead of v17 for the linting step. No changes to workflow logic, configuration, or patterns.

Changes

Cohort / File(s) Summary
GitHub Actions Workflow Version Update
\.github/workflows/pipedream-sdk-markdown-lint.yaml``
Updated markdownlint action from v17 to v21 in the "Lint markdown files" step. Glob pattern and workflow logic remain unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description lacks the required 'WHY' section from the template, containing only auto-generated Dependabot content without explaining the business or technical rationale for the update. Add a 'WHY' section explaining the rationale for upgrading to version 21 (e.g., bug fixes, security patches, or feature improvements from the intermediate releases).
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: bumping the markdownlint-cli2-action GitHub Action from version 17 to version 21.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/github_actions/DavidAnson/markdownlint-cli2-action-21

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 76d24db and 428d127.

📒 Files selected for processing (1)
  • .github/workflows/pipedream-sdk-markdown-lint.yaml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: pnpm publish
  • GitHub Check: Lint Code Base
🔇 Additional comments (1)
.github/workflows/pipedream-sdk-markdown-lint.yaml (1)

22-22: Verify action upgrade for compatibility and behavioral changes.

The version bump from v17 to v21 spans four major versions with intermediate updates. While the workflow doesn't use the deprecated "command" input, you should verify:

  1. The action's default behavior hasn't changed in a way that affects linting output or severity levels.
  2. Whether new inputs like "config" or "fix" should be added to align with current best practices or project requirements.
  3. That the workflow produces expected linting results with the new version.

To verify compatibility, review the action's release notes between v17 and v21, then run the workflow in your test/development environment and confirm:

  • Linting still catches the expected issues
  • Output format and annotations are acceptable
  • No unexpected rule failures or warnings emerge

Comment @coderabbitai help to get the list of available commands and usage tips.

@jcortes jcortes merged commit 1552e24 into master Nov 24, 2025
7 checks passed
@jcortes jcortes deleted the dependabot/github_actions/DavidAnson/markdownlint-cli2-action-21 branch November 24, 2025 16:17
@github-project-automation github-project-automation bot moved this from Ready for PR Review to Done in Component (Source and Action) Backlog Nov 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code User submitted Submitted by a user

Development

Successfully merging this pull request may close these issues.

3 participants