Skip to content

Commit

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

Bumps
[DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action)
from 18.0.0 to 19.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/a23dae216ce3fee4db69da41fed90d2a4af801cf"><code>a23dae2</code></a>
Update to version 19.0.0.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/706b66ab29d1eab86e9d54e64976cb39544f8482"><code>706b66a</code></a>
Convert to an ECMAScript module.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/d48ef1a3ce63064f3c834de15c92c7ffc583252b"><code>d48ef1a</code></a>
Freshen generated index.js file.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/06f25ed384436cc169d26db83bde5aa154376064"><code>06f25ed</code></a>
Bump eslint-plugin-n from 17.15.0 to 17.15.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/5a210dd26c2c8b79f2f4aa6f71ecf87b3e435e95"><code>5a210dd</code></a>
Bump eslint from 9.16.0 to 9.17.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/015bc2c82ec51317cff9b85151c121e2fcc01376"><code>015bc2c</code></a>
Bump <code>@​eslint/js</code> from 9.16.0 to 9.17.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/1d35a7842214602e43243e2c5f0bc5ae163787ff"><code>1d35a78</code></a>
Bump <code>@​stylistic/eslint-plugin</code> from 2.12.0 to 2.12.1</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/5eb99dc97ba760b851b7155fbb0a534f8b4f5aca"><code>5eb99dc</code></a>
Bump eslint-plugin-n from 17.14.0 to 17.15.0</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/b28d83ff248f709778f2c538959aa240c860c4e5"><code>b28d83f</code></a>
Freshen generated index.js file.</li>
<li><a
href="https://github.com/DavidAnson/markdownlint-cli2-action/commit/d556c91b51994fc1eb895d30aa9a353e00c69c7a"><code>d556c91</code></a>
Bump markdownlint-cli2 from 0.15.0 to 0.16.0</li>
<li>Additional commits viewable in <a
href="https://github.com/davidanson/markdownlint-cli2-action/compare/eb5ca3ab411449c66620fe7f1b3c9e10547144b0...a23dae216ce3fee4db69da41fed90d2a4af801cf">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=18.0.0&new-version=19.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent b574948 commit bc1ccfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
fetch-depth: 0
- name: "Check Markdown documents"
uses: DavidAnson/markdownlint-cli2-action@eb5ca3ab411449c66620fe7f1b3c9e10547144b0 # v18.0.0
uses: DavidAnson/markdownlint-cli2-action@a23dae216ce3fee4db69da41fed90d2a4af801cf # v19.0.0
with:
globs: '**/*.md'

0 comments on commit bc1ccfc

Please sign in to comment.