Skip to content

Commit

Permalink
build(deps): bump DavidAnson/markdownlint-cli2-action from 14.0.0 to …
Browse files Browse the repository at this point in the history
…15.0.0 (#1523)

Bumps
[DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action)
from 14.0.0 to 15.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/510b996878fc0d1a46c8a04ec86b06dbfba09de7"><code>510b996</code></a>
Update to version 15.0.0.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/635569d70651006739be51df26560aa722d62e43"><code>635569d</code></a>
Freshen generated index.js file.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/f8bd042d35a6ec08336a079bf275e7cacfce356a"><code>f8bd042</code></a>
Bump markdownlint-cli2 from 0.12.0 to 0.12.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/b90bac0a902c4fe9786864731c97ff63c544dca0"><code>b90bac0</code></a>
Add link-image-style and table-pipe-style to .markdownlint.json.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/a07066f4d1d125c1ee98d6d0d1484a98a896a9ec"><code>a07066f</code></a>
Freshen generated index.js file.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/29dc4b72f28e7ade472ac509ab4b24e5d868fb56"><code>29dc4b7</code></a>
Bump markdownlint-cli2 from 0.11.0 to 0.12.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/94c45f37606280f22da042c89b0e6806a8937e87"><code>94c45f3</code></a>
Bump tj-actions/changed-files from 40 to 41</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/00d80759aa407bb344fadb244159b5e5abf66faa"><code>00d8075</code></a>
Bump eslint-plugin-unicorn from 49.0.0 to 50.0.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/29ea9956222f639909853ca51ec4601c3cc9c749"><code>29ea995</code></a>
Update generated file due to transitive dependency change.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/569c2e311de07466c9e295c3a7cd66024892fedf"><code>569c2e3</code></a>
Bump eslint from 8.55.0 to 8.56.0</li>
<li>Additional commits viewable in <a
href="https://github.com/davidanson/markdownlint-cli2-action/compare/455b6612a7b7a80f28be9e019b70abdd11696e4e...510b996878fc0d1a46c8a04ec86b06dbfba09de7">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=DavidAnson/markdownlint-cli2-action&package-manager=github_actions&previous-version=14.0.0&new-version=15.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
dscho committed Feb 11, 2024
2 parents c14a23d + 3f80b6e commit 541712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: DavidAnson/markdownlint-cli2-action@455b6612a7b7a80f28be9e019b70abdd11696e4e
- uses: DavidAnson/markdownlint-cli2-action@510b996878fc0d1a46c8a04ec86b06dbfba09de7
with:
globs: |
"**/*.md"
Expand Down

0 comments on commit 541712a

Please sign in to comment.