You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps-dev): bump @metamask/auto-changelog from 5.0.2 to 5.1.0 (#837)
Bumps
[@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog)
from 5.0.2 to 5.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/MetaMask/auto-changelog/releases"><code>@metamask/auto-changelog</code>'s
releases</a>.</em></p>
<blockquote>
<h2>5.1.0</h2>
<h3>Added</h3>
<ul>
<li>Add <code>--useChangelogEntry</code> to <code>auto-changelog
update</code> (<a
href="https://redirect.github.com/MetaMask/auto-changelog/pull/247">#247</a>)
<ul>
<li>This will read the PR referenced in each commit message, look for
<code>CHANGELOG entry:</code> in the PR description, and use this as the
new changelog entry in the changelog (or skip if the
<code>no-changelog</code> label is present on the PR)</li>
<li>Note that <code>GITHUB_TOKEN</code> must be set in order to use this
option</li>
<li>The <code>updateChangelog</code> function also supports this
option</li>
</ul>
</li>
<li>Add <code>--useShortPrLink</code> to <code>auto-changelog
update</code> (<a
href="https://redirect.github.com/MetaMask/auto-changelog/pull/247">#247</a>)
<ul>
<li>This will generate short references to PRs, e.g.
<code>[#123](https://github.com/MetaMask/auto-changelog/issues/123)</code>
instead of <code>[#123](https://some/repo)</code></li>
<li>The <code>updateChangelog</code> function also supports this
option</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>auto-changelog update --autoCategorize</code> to
exclude entries with certain phrases or Conventional Commit prefixes (<a
href="https://redirect.github.com/MetaMask/auto-changelog/pull/247">#247</a>)
<ul>
<li>If commit messages have the following prefixes they will not be
automatically added to the changelog:
<ul>
<li><code>style</code></li>
<li><code>refactor</code></li>
<li><code>test</code></li>
<li><code>build</code></li>
<li><code>ci</code></li>
<li><code>release</code></li>
</ul>
</li>
<li>If commit messages have the following phrases they will not be
automatically added to the changelog:
<ul>
<li><code>Bump main version to</code></li>
<li><code>changelog</code></li>
<li><code>cherry-pick</code></li>
<li><code>cp-</code></li>
<li><code>e2e</code></li>
<li><code>flaky test</code></li>
<li><code>INFRA-</code></li>
<li><code>merge</code></li>
<li><code>New Crowdin translations</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md"><code>@metamask/auto-changelog</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[5.1.0]</h2>
<h3>Added</h3>
<ul>
<li>Add <code>--useChangelogEntry</code> to <code>auto-changelog
update</code> (<a
href="https://redirect.github.com/MetaMask/auto-changelog/pull/247">#247</a>)
<ul>
<li>This will read the PR referenced in each commit message, look for
<code>CHANGELOG entry:</code> in the PR description, and use this as the
new changelog entry in the changelog (or skip if the
<code>no-changelog</code> label is present on the PR)</li>
<li>Note that <code>GITHUB_TOKEN</code> must be set in order to use this
option</li>
<li>The <code>updateChangelog</code> function also supports this
option</li>
</ul>
</li>
<li>Add <code>--useShortPrLink</code> to <code>auto-changelog
update</code> (<a
href="https://redirect.github.com/MetaMask/auto-changelog/pull/247">#247</a>)
<ul>
<li>This will generate short references to PRs, e.g.
<code>[#123](https://github.com/MetaMask/auto-changelog/issues/123)</code>
instead of <code>[#123](https://some/repo)</code></li>
<li>The <code>updateChangelog</code> function also supports this
option</li>
</ul>
</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update <code>auto-changelog update --autoCategorize</code> to
exclude entries with certain phrases or Conventional Commit prefixes (<a
href="https://redirect.github.com/MetaMask/auto-changelog/pull/247">#247</a>)
<ul>
<li>If commit messages have the following prefixes they will not be
automatically added to the changelog:
<ul>
<li><code>style</code></li>
<li><code>refactor</code></li>
<li><code>test</code></li>
<li><code>build</code></li>
<li><code>ci</code></li>
<li><code>release</code></li>
</ul>
</li>
<li>If commit messages have the following phrases they will not be
automatically added to the changelog:
<ul>
<li><code>Bump main version to</code></li>
<li><code>changelog</code></li>
<li><code>cherry-pick</code></li>
<li><code>cp-</code></li>
<li><code>e2e</code></li>
<li><code>flaky test</code></li>
<li><code>INFRA-</code></li>
<li><code>merge</code></li>
<li><code>New Crowdin translations</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/MetaMask/auto-changelog/commit/47346f41eeeb5de2d237cd7ee7abf6dca6346866"><code>47346f4</code></a>
5.1.0 (<a
href="https://redirect.github.com/MetaMask/auto-changelog/issues/250">#250</a>)</li>
<li><a
href="https://github.com/MetaMask/auto-changelog/commit/dcc88e3686caaec40e4fbe62e2df962258ee4f8a"><code>dcc88e3</code></a>
fix: make useChangelogEntry and useShortPrLink optional (<a
href="https://redirect.github.com/MetaMask/auto-changelog/issues/249">#249</a>)</li>
<li><a
href="https://github.com/MetaMask/auto-changelog/commit/f8c5f7d2117930f3552d6cff5f71a9b882ddd8d9"><code>f8c5f7d</code></a>
feat: parse <code>CHANGELOG entry:</code> and <code>no-changelog</code>
(<a
href="https://redirect.github.com/MetaMask/auto-changelog/issues/247">#247</a>)</li>
<li><a
href="https://github.com/MetaMask/auto-changelog/commit/3d17386c2f30430d6a7be36660c36e4c676e8052"><code>3d17386</code></a>
fix: problems running auto-changelog on Windows (<a
href="https://redirect.github.com/MetaMask/auto-changelog/issues/246">#246</a>)</li>
<li>See full diff in <a
href="https://github.com/MetaMask/auto-changelog/compare/v5.0.2...v5.1.0">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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0 commit comments