Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps DavidAnson/markdownlint-cli2-action from 20 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)

Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 20 to 21.
- [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases)
- [Commits](DavidAnson/markdownlint-cli2-action@v20...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 23, 2025
jabref-machine
jabref-machine previously approved these changes Nov 23, 2025
@koppor koppor enabled auto-merge November 23, 2025 14:01
@Siedlerchr
Copy link
Member

Error: PRIVACY.md:64:239 MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md

jabref-machine
jabref-machine previously approved these changes Nov 23, 2025
@Siedlerchr
Copy link
Member

Error: README.md:127:171 MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md
Error: README.md:127:329 MD060/table-column-style Table column style [Table pipe does not align with heading for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.39.0/doc/md060.md
Error: Failed with exit code: 1

@koppor koppor added this pull request to the merge queue Nov 23, 2025
Merged via the queue into main with commit 5678922 Nov 23, 2025
54 checks passed
@koppor koppor deleted the dependabot/github_actions/DavidAnson/markdownlint-cli2-action-21 branch November 23, 2025 23:10
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants