mudlet:dependabot/github_actions/webfactory/ssh-agent-0.9.0

Last commit made on 2024-02-09
Get this branch:
git clone -b dependabot/github_actions/webfactory/ssh-agent-0.9.0 https://git.launchpad.net/mudlet

Branch merges

Branch information

Name:
dependabot/github_actions/webfactory/ssh-agent-0.9.0
Repository:
lp:mudlet

Recent commits

eb5b8fd... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Infrastructure: Bump webfactory/ssh-agent from 0.8.0 to 0.9.0

Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/webfactory/ssh-agent/releases)
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <email address hidden>

02293ac... by Damian Monogue <email address hidden>

Add compare function for comparing tables (and other things) (#7122)

#### Brief overview of PR changes/additions
This makes the `_comp` function available as `compare` which is a much
more API and documentation friendly name.

005239f... by Vadim Peretokin <email address hidden>

Add: Accursed Lands as a default game (#7112)

<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Add Accursed Lands as a default game
#### Motivation for adding to Mudlet
Game fulfils requirements in https://wiki.mudlet.org/w/Listing_Your_MUD
#### Other info (issues closed, discussion etc)
Note that we have an outstanding discussion on ordering of the games:
https://github.com/Mudlet/Mudlet/issues/7049

---------

Co-authored-by: Stephen Lyons <email address hidden>

2f58f43... by Vadim Peretokin <email address hidden>

Infrastructure: switch from custom to standard action for cache saving (#7095)

<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Switch from custom to standard action for always saving cache
#### Motivation for adding to Mudlet
Actions provided by Github should be better supported.
#### Other info (issues closed, discussion etc)
We had to use a 3rd party action for saving cache since the standard one
didn't support this behaviour previously.

e4d2227... by Vadim Peretokin <email address hidden>

Infrastructure: remove outdated travis.compile.sh (#7102)

<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Remove outdated travis.compile.sh
#### Motivation for adding to Mudlet
I think it mislead someone compiling Mudlet:
https://discord.com/channels/283581582550237184/283582439002210305/1198685588904222960
#### Other info (issues closed, discussion etc)

c74aec9... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Infrastructure: Bump peter-evans/create-pull-request from 5 to 6 (#7119)

Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 5 to 6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peter-evans/create-pull-request/releases">peter-evans/create-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>Create Pull Request v6.0.0</h2>
<h2>Behaviour changes</h2>
<ul>
<li>The default values for <code>author</code> and
<code>committer</code> have changed. See &quot;What's new&quot; below
for details. If you are overriding the default values you will not be
affected by this change.</li>
<li>On completion, the action now removes the temporary git remote
configuration it adds when using <code>push-to-fork</code>. This should
not affect you unless you were using the temporary configuration for
some other purpose after the action completes.</li>
</ul>
<h2>What's new</h2>
<ul>
<li>Updated runtime to Node.js 20
<ul>
<li>The action now requires a minimum version of <a
href="https://github.com/actions/runner/releases/tag/v2.308.0">v2.308.0</a>
for the Actions runner. Update self-hosted runners to v2.308.0 or later
to ensure compatibility.</li>
</ul>
</li>
<li>The default value for <code>author</code> has been changed to
<code>${{ github.actor }} &lt;${{ github.actor_id }}+${{ github.actor
}}@users.noreply.github.com&gt;</code>. The change adds the <code>${{
github.actor_id }}+</code> prefix to the email address to align with
GitHub's standard format for the author email address.</li>
<li>The default value for <code>committer</code> has been changed to
<code>github-actions[bot]
&lt;41898282+github-actions[bot]@users.noreply.github.com&gt;</code>.
This is to align with the default GitHub Actions bot user account.</li>
<li>Adds input <code>git-token</code>, the <a
href="https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token">Personal
Access Token (PAT)</a> that the action will use for git operations. This
input defaults to the value of <code>token</code>. Use this input if you
would like the action to use a different token for git operations than
the one used for the GitHub API.</li>
<li><code>push-to-fork</code> now supports pushing to sibling
repositories in the same network.</li>
<li>Previously, when using <code>push-to-fork</code>, the action did not
remove temporary git remote configuration it adds during execution. This
has been fixed and the configuration is now removed when the action
completes.</li>
<li>If the pull request body is truncated due to exceeding the maximum
length, the action will now suffix the body with the message
&quot;...<em>[Pull request body truncated]</em>&quot; to indicate that
the body has been truncated.</li>
<li>The action now uses <code>--unshallow</code> only when necessary,
rather than as a default argument of <code>git fetch</code>. This should
improve performance, particularly for large git repositories with
extensive commit history.</li>
<li>The action can now be executed on one GitHub server and create pull
requests on a <em>different</em> GitHub server. Server products include
GitHub hosted (github.com), GitHub Enterprise Server (GHES), and GitHub
Enterprise Cloud (GHEC). For example, the action can be executed on
GitHub hosted and create pull requests on a GHES or GHEC instance.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Update distribution by <a
href="https://github.com/actions-bot"><code>@​actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2086">peter-evans/create-pull-request#2086</a></li>
<li>fix crazy-max/ghaction-import-gp parameters by <a
href="https://github.com/fharper"><code>@​fharper</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2177">peter-evans/create-pull-request#2177</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot"><code>@​actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2364">peter-evans/create-pull-request#2364</a></li>
<li>Use checkout v4 by <a
href="https://github.com/okuramasafumi"><code>@​okuramasafumi</code></a>
in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2521">peter-evans/create-pull-request#2521</a></li>
<li>Note about <code>delete-branch</code> by <a
href="https://github.com/dezren39"><code>@​dezren39</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2631">peter-evans/create-pull-request#2631</a></li>
<li>98 dependency updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/fharper"><code>@​fharper</code></a> made
their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2177">peter-evans/create-pull-request#2177</a></li>
<li><a
href="https://github.com/okuramasafumi"><code>@​okuramasafumi</code></a>
made their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2521">peter-evans/create-pull-request#2521</a></li>
<li><a href="https://github.com/dezren39"><code>@​dezren39</code></a>
made their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2631">peter-evans/create-pull-request#2631</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0">https://github.com/peter-evans/create-pull-request/compare/v5.0.2...v6.0.0</a></p>
<h2>Create Pull Request v5.0.2</h2>
<p>⚙️ Fixes an issue that occurs when using <code>push-to-fork</code>
and both base and head repositories are in the same org/user
account.</p>
<h2>What's Changed</h2>
<ul>
<li>fix: specify head repo by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2044">peter-evans/create-pull-request#2044</a></li>
<li>20 dependency updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2">https://github.com/peter-evans/create-pull-request/compare/v5.0.1...v5.0.2</a></p>
<h2>Create Pull Request v5.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: truncate body if exceeds max length by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/1915">peter-evans/create-pull-request#1915</a></li>
<li>12 dependency updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1">https://github.com/peter-evans/create-pull-request/compare/v5.0.0...v5.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/b1ddad2c994a25fbc81a28b3ec0e368bb2021c50"><code>b1ddad2</code></a>
feat: v6 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2717">#2717</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/bb809027fda03cc267431a7d36a88148eb9f3846"><code>bb80902</code></a>
build(deps-dev): bump <code>@​types/node</code> from 18.19.8 to 18.19.10
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2712">#2712</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/e0037d470cdeb1c8133acfba89af08639bb69eb3"><code>e0037d4</code></a>
build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2702">#2702</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/94b1f99e3a73880074d0e669c3b69d376cc8ceae"><code>94b1f99</code></a>
build(deps): bump peter-evans/find-comment from 2 to 3 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2703">#2703</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/69c27eaf4a14a67b5362a51e681f83d3d5e0f96b"><code>69c27ea</code></a>
build(deps-dev): bump ts-jest from 29.1.1 to 29.1.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2685">#2685</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/7ea722a0f6286a45eb3005280d83575a74bc8fef"><code>7ea722a</code></a>
build(deps-dev): bump prettier from 3.2.2 to 3.2.4 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2684">#2684</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/5ee839affd4c87811108724370a2819a40e2e5d3"><code>5ee839a</code></a>
build(deps-dev): bump <code>@​types/node</code> from 18.19.7 to 18.19.8
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2683">#2683</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/60fc256c678e6ed78d0d42e09675c9beba09cb94"><code>60fc256</code></a>
build(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2660">#2660</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/0c677233614c017442253060c74fd2cb7ff349fc"><code>0c67723</code></a>
build(deps-dev): bump <code>@​types/node</code> from 18.19.5 to 18.19.7
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2661">#2661</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/4e288e851b95bd1362e281a255094fcc47ada675"><code>4e288e8</code></a>
build(deps-dev): bump prettier from 3.1.1 to 3.2.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2659">#2659</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/peter-evans/create-pull-request/compare/v5...v6">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/create-pull-request&package-manager=github_actions&previous-version=5&new-version=6)](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 address hidden>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

10bd310... by Vadim Peretokin <email address hidden>

Infrastucture: fix osx compilation with Qt 6 (#7113)

<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
These changes will enable Mudlet to build with Qt 6 on macOS. When
pulling, do `git pull --recurse-submodules` to ensure the submodule
update comes through.
#### Motivation for adding to Mudlet
Road towards Qt 6.
#### Other info (issues closed, discussion etc)

---------

Co-authored-by: Vadim Peretokin <email address hidden>

d7fb22f... by Vadim Peretokin <email address hidden>

Infrastructure: add flatpak support (#6494)

<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
Add flatpak support
#### Motivation for adding to Mudlet
AppImage alternative and possibly better Steam Deck support
#### Other info (issues closed, discussion etc)
Sound works!

---------

Co-authored-by: Vadim Peretokin <email address hidden>

4756d48... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Infrastructure: Bump EndBug/add-and-commit from 9.1.3 to 9.1.4 (#7111)

Bumps [EndBug/add-and-commit](https://github.com/endbug/add-and-commit)
from 9.1.3 to 9.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/endbug/add-and-commit/releases">EndBug/add-and-commit's
releases</a>.</em></p>
<blockquote>
<h2>v9.1.4</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump string-argv from 0.3.1 to 0.3.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/506">EndBug/add-and-commit#506</a></li>
<li>chore(deps-dev): bump all-contributors-cli from 6.25.0 to 6.25.1 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/EndBug/add-and-commit/pull/507">EndBug/add-and-commit#507</a></li>
<li>chore(deps-dev): bump all-contributors-cli from 6.25.1 to 6.26.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/EndBug/add-and-commit/pull/509">EndBug/add-and-commit#509</a></li>
<li>chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/512">EndBug/add-and-commit#512</a></li>
<li>chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/515">EndBug/add-and-commit#515</a></li>
<li>docs: add justanotheranonymoususer as a contributor for bug by <a
href="https://github.com/allcontributors"><code>@​allcontributors</code></a>
in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/517">EndBug/add-and-commit#517</a></li>
<li>chore(deps-dev): bump all-contributors-cli from 6.26.0 to 6.26.1 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/EndBug/add-and-commit/pull/518">EndBug/add-and-commit#518</a></li>
<li>chore(deps): bump semver from 5.7.1 to 5.7.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/520">EndBug/add-and-commit#520</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.0.0 to 6.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/522">EndBug/add-and-commit#522</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.0.0 to 6.2.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/524">EndBug/add-and-commit#524</a></li>
<li>chore(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/EndBug/add-and-commit/pull/525">EndBug/add-and-commit#525</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.1.0 to 6.2.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/526">EndBug/add-and-commit#526</a></li>
<li>chore(deps-dev): bump prettier from 3.0.0 to 3.0.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/527">EndBug/add-and-commit#527</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.2.0 to 6.2.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/528">EndBug/add-and-commit#528</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.2.1 to 6.3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/532">EndBug/add-and-commit#532</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.2.0 to 6.4.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/534">EndBug/add-and-commit#534</a></li>
<li>chore(deps-dev): bump prettier from 3.0.1 to 3.0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/536">EndBug/add-and-commit#536</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.3.0 to 6.4.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/537">EndBug/add-and-commit#537</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.4.0 to 6.4.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/539">EndBug/add-and-commit#539</a></li>
<li>chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/538">EndBug/add-and-commit#538</a></li>
<li>chore(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/EndBug/add-and-commit/pull/530">EndBug/add-and-commit#530</a></li>
<li>chore(deps-dev): bump prettier from 3.0.2 to 3.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/541">EndBug/add-and-commit#541</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.4.1 to 6.5.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/540">EndBug/add-and-commit#540</a></li>
<li>ci(deps): bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/544">EndBug/add-and-commit#544</a></li>
<li>chore(deps-dev): bump <code>@​vercel/ncc</code> from 0.36.1 to
0.38.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/545">EndBug/add-and-commit#545</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.5.0 to 6.6.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/546">EndBug/add-and-commit#546</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.4.1 to 6.7.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/547">EndBug/add-and-commit#547</a></li>
<li>chore(deps-dev): bump <code>@​types/js-yaml</code> from 4.0.5 to
4.0.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/549">EndBug/add-and-commit#549</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.6.0 to 6.7.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/548">EndBug/add-and-commit#548</a></li>
<li>chore(deps): bump <code>@​actions/core</code> from 1.10.0 to 1.10.1
by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>
in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/550">EndBug/add-and-commit#550</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.7.0 to 6.7.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/551">EndBug/add-and-commit#551</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.7.0 to 6.7.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/552">EndBug/add-and-commit#552</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.7.2 to 6.7.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/553">EndBug/add-and-commit#553</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.7.2 to 6.7.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/555">EndBug/add-and-commit#555</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.7.3 to 6.7.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/557">EndBug/add-and-commit#557</a></li>
<li>chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/EndBug/add-and-commit/pull/558">EndBug/add-and-commit#558</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.7.4 to 6.7.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/559">EndBug/add-and-commit#559</a></li>
<li>chore(deps-dev): bump <code>@​types/js-yaml</code> from 4.0.6 to
4.0.7 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/560">EndBug/add-and-commit#560</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.7.4 to 6.8.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/562">EndBug/add-and-commit#562</a></li>
<li>chore(deps-dev): bump <code>@​types/js-yaml</code> from 4.0.7 to
4.0.8 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/563">EndBug/add-and-commit#563</a></li>
<li>chore(deps-dev): bump <code>@​vercel/ncc</code> from 0.38.0 to
0.38.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/565">EndBug/add-and-commit#565</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.7.5 to 6.9.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/566">EndBug/add-and-commit#566</a></li>
<li>ci(deps): bump actions/setup-node from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/567">EndBug/add-and-commit#567</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.8.0 to 6.9.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/568">EndBug/add-and-commit#568</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.9.0 to 6.9.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/569">EndBug/add-and-commit#569</a></li>
<li>chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code>
from 6.9.0 to 6.10.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/571">EndBug/add-and-commit#571</a></li>
<li>typo in README git add -&gt; git tag by <a
href="https://github.com/cderv"><code>@​cderv</code></a> in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/572">EndBug/add-and-commit#572</a></li>
<li>docs: add cderv as a contributor for doc by <a
href="https://github.com/allcontributors"><code>@​allcontributors</code></a>
in <a
href="https://redirect.github.com/EndBug/add-and-commit/pull/573">EndBug/add-and-commit#573</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/a94899bca583c204427a224a7af87c02f9b325d5"><code>a94899b</code></a>
9.1.4</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/a622cc1f1428742f8edeccbf1f8d8bb83baaec7b"><code>a622cc1</code></a>
docs: add mdboom as a contributor for maintenance (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/615">#615</a>)</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/81610ab50216c2dbe2de92a618469cccfbe899fb"><code>81610ab</code></a>
fix: bump node to v20 (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/614">#614</a>)</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/5e702fdb7461453c9c174eb0791f49ce1797ebc9"><code>5e702fd</code></a>
chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/612">#612</a>)</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/f83257cb156803dd8dad0a2bda6f41367dd138e2"><code>f83257c</code></a>
chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/610">#610</a>)</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/4ecef32896734d76dccd192994a5abe68b1157b2"><code>4ecef32</code></a>
chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.18.1 to 6.19.0 (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/609">#609</a>)</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/2f00a737d8339f2ef526b2e2a56f71e02c044dc6"><code>2f00a73</code></a>
chore(deps-dev): bump <code>@​typescript-eslint/parser</code> from
6.18.0 to 6.18.1 (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/608">#608</a>)</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/f494dada56876ae82cea3bb7b73ced6d92ed0de4"><code>f494dad</code></a>
chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/607">#607</a>)</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/e80d34740198eb3895ee7fb8ded900f895fe8b18"><code>e80d347</code></a>
chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/606">#606</a>)</li>
<li><a
href="https://github.com/EndBug/add-and-commit/commit/e02356542bd952a6afa9027471bf09cbc94922c1"><code>e023565</code></a>
chore(deps-dev): bump <code>@​typescript-eslint/eslint-plugin</code> (<a
href="https://redirect.github.com/endbug/add-and-commit/issues/605">#605</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/endbug/add-and-commit/compare/v9.1.3...v9.1.4">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=EndBug/add-and-commit&package-manager=github_actions&previous-version=9.1.3&new-version=9.1.4)](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 address hidden>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

09d4bee... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Infrastructure: Bump ZedThree/clang-tidy-review from 0.17.0 to 0.17.1 (#7110)

Bumps
[ZedThree/clang-tidy-review](https://github.com/zedthree/clang-tidy-review)
from 0.17.0 to 0.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/zedthree/clang-tidy-review/releases">ZedThree/clang-tidy-review's
releases</a>.</em></p>
<blockquote>
<h2>v0.17.1</h2>
<h2>What's Changed</h2>
<ul>
<li>auth: Allow private key for apps to be base64 by <a
href="https://github.com/bwrsandman"><code>@​bwrsandman</code></a> in <a
href="https://redirect.github.com/ZedThree/clang-tidy-review/pull/112">ZedThree/clang-tidy-review#112</a></li>
<li>Use PyGithub to reuse auth headers to do requests by <a
href="https://github.com/bwrsandman"><code>@​bwrsandman</code></a> in <a
href="https://redirect.github.com/ZedThree/clang-tidy-review/pull/113">ZedThree/clang-tidy-review#113</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ZedThree/clang-tidy-review/compare/v0.17.0...v0.17.1">https://github.com/ZedThree/clang-tidy-review/compare/v0.17.0...v0.17.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/4923dc7cbb13a291cecc8507a89f70ed25ac9ce9"><code>4923dc7</code></a>
Merge pull request <a
href="https://redirect.github.com/zedthree/clang-tidy-review/issues/113">#113</a>
from bwrsandman/authenticated-requests</li>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/baadf424d2af3b418e4c7de25989570fded55e34"><code>baadf42</code></a>
Use set difference to cull comments</li>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/40e754e569e9aad0183712b96b3da37de04a961f"><code>40e754e</code></a>
Reuse auth headers to do requests</li>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/f5273417752b89feb2903b47a72352b5d2ac4b41"><code>f527341</code></a>
Merge pull request <a
href="https://redirect.github.com/zedthree/clang-tidy-review/issues/112">#112</a>
from bwrsandman/base64-private-key</li>
<li><a
href="https://github.com/ZedThree/clang-tidy-review/commit/d51789bde871d26e75c895ef69b3c3b11e39b38e"><code>d51789b</code></a>
auth: Allow private key for apps to be base64</li>
<li>See full diff in <a
href="https://github.com/zedthree/clang-tidy-review/compare/v0.17.0...v0.17.1">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ZedThree/clang-tidy-review&package-manager=github_actions&previous-version=0.17.0&new-version=0.17.1)](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 address hidden>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>