Skip to content

Commit

Permalink
build(deps-dev): bump dunamai from 1.12.0 to 1.15.0
Browse files Browse the repository at this point in the history
Bumps [dunamai](https://github.com/mtkennerly/dunamai) from 1.12.0 to 1.15.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mtkennerly/dunamai/releases">dunamai's releases</a>.</em></p>
<blockquote>
<h2>v1.15.0 (2022-12-02)</h2>
<ul>
<li>Added compatibility with Git versions as old as 1.8.2.3.</li>
</ul>
<h2>v1.14.1 (2022-11-15)</h2>
<ul>
<li>Fixed Git 2.7.0 compatibility by changing <code>git log --no-show-signature</code> to <code>git -c log.showsignature=false log</code>.</li>
</ul>
<h2>v1.14.0 (2022-11-07)</h2>
<ul>
<li>Added a <code>strict</code> option to prevent falling back to <code>0.0.0</code> when there are no tags.</li>
<li>Added support for <code>.git_archival.json</code> files created by <code>git archive</code>.</li>
<li>Added support for <code>.hg_archival.txt</code> files created by <code>hg archive</code>.</li>
</ul>
<h2>v1.13.2 (2022-10-14)</h2>
<ul>
<li>Fixed an error when parsing Git output with <code>showSignature = true</code> configured. (<a href="https://github-redirect.dependabot.com/mtkennerly/dunamai/pull/51">Contributed by riton</a>)</li>
</ul>
<h2>v1.13.1 (2022-09-25)</h2>
<ul>
<li>Made pattern-related error messages more readable by moving the pattern after the primary message instead of mixing them.</li>
</ul>
<h2>v1.13.0 (2022-08-21)</h2>
<ul>
<li>Added support for <a href="https://pijul.org">Pijul</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md">dunamai's changelog</a>.</em></p>
<blockquote>
<h2>v1.15.0 (2022-12-02)</h2>
<ul>
<li>Added compatibility with Git versions as old as 1.8.2.3.</li>
</ul>
<h2>v1.14.1 (2022-11-15)</h2>
<ul>
<li>Fixed Git 2.7.0 compatibility by changing <code>git log --no-show-signature</code> to <code>git -c log.showsignature=false log</code>.</li>
</ul>
<h2>v1.14.0 (2022-11-07)</h2>
<ul>
<li>Added a <code>strict</code> option to prevent falling back to <code>0.0.0</code> when there are no tags.</li>
<li>Added support for <code>.git_archival.json</code> files created by <code>git archive</code>.</li>
<li>Added support for <code>.hg_archival.txt</code> files created by <code>hg archive</code>.</li>
</ul>
<h2>v1.13.2 (2022-10-14)</h2>
<ul>
<li>Fixed an error when parsing Git output with <code>showSignature = true</code> configured.
(<a href="https://github-redirect.dependabot.com/mtkennerly/dunamai/pull/51">Contributed by riton</a>)</li>
</ul>
<h2>v1.13.1 (2022-09-25)</h2>
<ul>
<li>Made pattern-related error messages more readable by moving the pattern after
the primary message instead of mixing them.</li>
</ul>
<h2>v1.13.0 (2022-08-21)</h2>
<ul>
<li>Added support for <a href="https://pijul.org">Pijul</a>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mtkennerly/dunamai/commit/2f5230d7a5abfea7900b18dc6c4cc9bb4ba80b2a"><code>2f5230d</code></a> Release v1.15.0</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/c1c96a9afec14a5aa53e3ec31815509702a0efa0"><code>c1c96a9</code></a> Add support for older Git versions</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/316c45a752499fc3115da9380e40da5882dcb0b5"><code>316c45a</code></a> Release v1.14.1</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/c0ceab23981ae69a1b343846d1edfbbda51b8dd7"><code>c0ceab2</code></a> <a href="https://github-redirect.dependabot.com/mtkennerly/dunamai/issues/52">#52</a>: Fix compatibility with Git 2.7.0</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/19046440c6753863907a502a1f2e3e3637de6155"><code>1904644</code></a> Release v1.14.0</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/4c150b67928f3ebd063081e6b6461c556ceb5cc6"><code>4c150b6</code></a> Make 'from any' aware of archival files</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/87a4011158a875db44a69ce26063926fc43b892b"><code>87a4011</code></a> Add support for .git_archival.json files</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/17d50dcbf67f7dd8bddc87fd8efd9fb9ef940e18"><code>17d50dc</code></a> Add support for .hg_archival.txt files</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/614abeb05a2016d2f21c54e20a5877f95e07a1af"><code>614abeb</code></a> Add a strict option to prevent 0.0.0 fallback</li>
<li><a href="https://github.com/mtkennerly/dunamai/commit/4439f747722a166499564e6c3ff8b564916ff3d3"><code>4439f74</code></a> Update tooling and streamline workflow</li>
<li>Additional commits viewable in <a href="https://github.com/mtkennerly/dunamai/compare/v1.12.0...v1.15.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dunamai&package-manager=pip&previous-version=1.12.0&new-version=1.15.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 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
dependabot[bot] committed Dec 6, 2022
1 parent ca5f015 commit 46cc0e2
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 51 deletions.

0 comments on commit 46cc0e2

Please sign in to comment.