-
Notifications
You must be signed in to change notification settings - Fork 249
Commit c1b51d4
authored
Bump AlexanderDokuchaev/md-dead-link-check from 1.1.0 to 1.2.0 (#3354)
Bumps
[AlexanderDokuchaev/md-dead-link-check](https://github.com/alexanderdokuchaev/md-dead-link-check)
from 1.1.0 to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/alexanderdokuchaev/md-dead-link-check/releases">AlexanderDokuchaev/md-dead-link-check's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.0</h2>
<h2>1.2.0</h2>
<ul>
<li>Use tomli (for python <!-- raw HTML omitted -->= '3.11) instead of
toml package (<a
href="https://github.com/szymonmaszke"><code>@szymonmaszke</code></a>)</li>
<li>Use ruff formatter for code instead of black and isort.</li>
<li>Use commit hash instead of tag for version of actions.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/AlexanderDokuchaev/md-dead-link-check/blob/main/CHANGELOG.md">AlexanderDokuchaev/md-dead-link-check's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>1.2.0</h2>
<ul>
<li>Use tomli (for python <!-- raw HTML omitted -->= '3.11) instead of
toml package (<a
href="https://github.com/szymonmaszke"><code>@szymonmaszke</code></a>)</li>
<li>Use ruff formatter for code instead of black and isort.</li>
<li>Use commit hash instead of tag for version of actions.</li>
</ul>
<h2>1.1.0</h2>
<ul>
<li>Add <code>--untrack</code> argument to check untracked files</li>
<li>Detection bare links</li>
<li>Add comments <code><!-- md-dead-link-check: off --></code> and
<code><!-- md-dead-link-check: on --></code></li>
<li>Add message about applied throttling</li>
<li>Add warning about detection "429: To Many Request"</li>
<li>Drop support python3.8</li>
</ul>
<h2>1.0.0</h2>
<ul>
<li>Added throttling to avoid hitting rate limits on external
services.</li>
<li>Filter <code>ftp</code> and <code>sftp</code> protocols for
links.</li>
<li>FIlter prefixes for the links like <code>mailto:</code>.</li>
<li>Added <code>python_version</code> to the action inputs.</li>
<li>Catch exception for <code>urllib.parse.urlsplit</code> in case of
incorrect url.</li>
<li>Added support <code>atx_closed</code> style of headers.</li>
<li>Fix parsing one line code block with triple backticks.</li>
</ul>
<h2>0.9</h2>
<ul>
<li>Support headers with links and html tags</li>
<li>Support list of headers</li>
<li>Support any langues</li>
<li>Detect links with brackets</li>
<li>Detect html tags with several arguments</li>
<li>Fix crash on incorrect links</li>
</ul>
<h2>0.8</h2>
<ul>
<li>Retry get request in case of head request return 404.</li>
</ul>
<h2>0.7</h2>
<ul>
<li>Fixed github action to set not default config file.</li>
<li>Updated readme of usage github actions.</li>
</ul>
<h2>0.6</h2>
<ul>
<li>Github Action checks web link in changed files only for pull request
events.</li>
<li>Updated error messages.</li>
<li>MIT license.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AlexanderDokuchaev/md-dead-link-check/commit/d5a37e0b14e5918605d22b34562532762ccb2e47"><code>d5a37e0</code></a>
release v1.2.0 (<a
href="https://redirect.github.com/alexanderdokuchaev/md-dead-link-check/issues/27">#27</a>)</li>
<li><a
href="https://github.com/AlexanderDokuchaev/md-dead-link-check/commit/9f5e29e14487813fe924e40515fb2bf134180328"><code>9f5e29e</code></a>
Bump pytest from 7.4.3 to 8.3.5 (<a
href="https://redirect.github.com/alexanderdokuchaev/md-dead-link-check/issues/26">#26</a>)</li>
<li><a
href="https://github.com/AlexanderDokuchaev/md-dead-link-check/commit/d5b456db160a0d70adb8b97d046c4b03e16eed5e"><code>d5b456d</code></a>
Bump pre-commit from 3.2.2 to 4.1.0 (<a
href="https://redirect.github.com/alexanderdokuchaev/md-dead-link-check/issues/25">#25</a>)</li>
<li><a
href="https://github.com/AlexanderDokuchaev/md-dead-link-check/commit/c3ba5bc025a7a6e5c3adbecce7cb933556fe96f6"><code>c3ba5bc</code></a>
dependabot (<a
href="https://redirect.github.com/alexanderdokuchaev/md-dead-link-check/issues/24">#24</a>)</li>
<li><a
href="https://github.com/AlexanderDokuchaev/md-dead-link-check/commit/d2d96b527ec2b342cb6938afa8cd6eaaf496974c"><code>d2d96b5</code></a>
ruff formatter (<a
href="https://redirect.github.com/alexanderdokuchaev/md-dead-link-check/issues/23">#23</a>)</li>
<li><a
href="https://github.com/AlexanderDokuchaev/md-dead-link-check/commit/0697b3d0817e84bdbd02a6bd992ecb6684168e66"><code>0697b3d</code></a>
Use commit hash instead of tags in actions (<a
href="https://redirect.github.com/alexanderdokuchaev/md-dead-link-check/issues/22">#22</a>)</li>
<li><a
href="https://github.com/AlexanderDokuchaev/md-dead-link-check/commit/fdfa66197f009375ecf340836e878ea8a95a6131"><code>fdfa661</code></a>
feat: use tomli and tomllib (<a
href="https://redirect.github.com/alexanderdokuchaev/md-dead-link-check/issues/20">#20</a>)</li>
<li>See full diff in <a
href="https://github.com/alexanderdokuchaev/md-dead-link-check/compare/c7210ef8a38c194a119834e39d212387d19b512c...d5a37e0b14e5918605d22b34562532762ccb2e47">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 8b4ccdd commit c1b51d4Copy full SHA for c1b51d4
2 files changed
+2
-2
lines changed.github/workflows/nightly.yml
Copy file name to clipboardexpand all lines: .github/workflows/nightly.yml+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
.github/workflows/pre-commit-linters.yml
Copy file name to clipboardexpand all lines: .github/workflows/pre-commit-linters.yml+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
|
0 commit comments