Skip to content

Commit

Permalink
Bump @antora/cli from 3.1.3 to 3.1.6 (#820)
Browse files Browse the repository at this point in the history
Bumps [@antora/cli](https://gitlab.com/antora/antora) from 3.1.3 to
3.1.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc"><code>@​antora/cli</code>'s
changelog</a>.</em></p>
<blockquote>
<p>== 3.1.6 (2023-12-19)</p>
<p>=== Added</p>
<ul>
<li><em>playbook-builder</em>: Add <code>git.read_concurrency</code>
playbook key to control how many git indexes to load into memory at once
(<a href="https://gitlab.com/antora/antora/issues/1096">#1096</a>)</li>
</ul>
<p>=== Changed</p>
<ul>
<li><em>playbook-builder</em>: Change default value of
<code>git.fetch_concurrency</code> to 1 (<a
href="https://gitlab.com/antora/antora/issues/1096">#1096</a>)</li>
<li><em>content-aggregator</em>: Don't read git tree twice if start path
is empty; add dirname to tree object in same function</li>
<li><em>content-aggregator</em>: Fill in progress bar with incomplete
marks if cloning a repository fails</li>
<li><em>content-aggregator</em>: Mention that credentials may have been
rejected if server requests them, then sends 404 response</li>
<li><em>content-aggregator</em>: Flag git clone/fetch error as
recoverable if an unexpected network error occurs (<a
href="https://gitlab.com/antora/antora/issues/1096">#1096</a>)</li>
<li><em>content-aggregator</em>: Decouple step to load (fetch or clone)
repositories from step to scan repositories to discover references and
start paths and collect files (<a
href="https://gitlab.com/antora/antora/issues/1096">#1096</a>)</li>
</ul>
<p>=== Fixed</p>
<ul>
<li><em>logger</em>: Add hostname to ignore list to prevent hostname
property on logged error from modifying logger name (<a
href="https://gitlab.com/antora/antora/issues/1070">#1070</a>)</li>
<li><em>content-aggregator</em>: Retry failed fetch/clone operations in
serial if git.fetch_concurrency &gt; 1 and an unexpected error occurs
(<a href="https://gitlab.com/antora/antora/issues/1096">#1096</a>)</li>
</ul>
<p>== 3.1.5 (2023-11-23)</p>
<p>=== Fixed</p>
<ul>
<li><em>asciidoc-loader</em>: Do not fail to load AsciiDoc if target of
image macro resolves to an unpublished image (<a
href="https://gitlab.com/antora/antora/issues/1092">#1092</a>)</li>
<li><em>site-generator</em>: Retry loadUi in isolation after
aggregateContent if network connection occurs when retrieving remote UI
bundle (<a
href="https://gitlab.com/antora/antora/issues/1095">#1095</a>)</li>
<li><em>cli</em>: Remove empty default on description for
<code>--extension</code> option</li>
</ul>
<p>=== Changed</p>
<ul>
<li><em>ui-loader</em>: Change gulp-vinyl-zip dependency to
<code>@​vscode/gulp-vinyl-zip</code> (no functional changes)</li>
<li><em>asciidoc-loader</em>: Fix relative path computation when path is
extensionless and to matches parent folder of from (<a
href="https://gitlab.com/antora/antora/issues/1094">#1094</a>)</li>
<li><em>page-composer</em>: Fix result of relativize helper when path is
extensionless and to matches parent folder of from (<a
href="https://gitlab.com/antora/antora/issues/1094">#1094</a>)</li>
<li><em>file-publisher</em>: Change gulp-vinyl-zip dependency to
<code>@​vscode/gulp-vinyl-zip</code> (no functional changes)</li>
</ul>
<p>== 3.1.4 (2023-06-08)</p>
<p>=== Fixed</p>
<ul>
<li><em>content-aggregator</em>: Try credentials from credentials store
if auth fails with credentials in URL (<a
href="https://gitlab.com/antora/antora/issues/1063">#1063</a>)</li>
<li><em>content-aggregator</em>: Consider local branches in non-managed
bare repository that has at least one remote branch (<a
href="https://gitlab.com/antora/antora/issues/1064">#1064</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://gitlab.com/antora/antora/commit/14a6725a9c1ccc15895ca47169f0c61e46d4578f"><code>14a6725</code></a>
release 3.1.6</li>
<li><a
href="https://gitlab.com/antora/antora/commit/fd16b9c9ef8923559aac2d136c216aa984523425"><code>fd16b9c</code></a>
update CHANGELOG and what's new page for upcoming 3.1.6 release</li>
<li><a
href="https://gitlab.com/antora/antora/commit/e4abd1d09f7c3671715bedef8e64e8a12c48797e"><code>e4abd1d</code></a>
backport fix for <a
href="https://gitlab.com/antora/antora/issues/1070">#1070</a> add
hostname to ignore list on pino-pretty settings to...</li>
<li><a
href="https://gitlab.com/antora/antora/commit/13c0796264717adea85997357f4326dcae866a5b"><code>13c0796</code></a>
a provision of <a
href="https://gitlab.com/antora/antora/issues/1096">#1096</a> select all
start paths before collecting files so start ...</li>
<li><a
href="https://gitlab.com/antora/antora/commit/f8a1191c95f6e4900d5424cfe3879c3a5f8debb3"><code>f8a1191</code></a>
a provision of <a
href="https://gitlab.com/antora/antora/issues/1096">#1096</a> retry
failed fetch/clone operations in serial if git.fet...</li>
<li><a
href="https://gitlab.com/antora/antora/commit/ceb40b0cb2166e0f52755ac4fa8cf4c56e2160c8"><code>ceb40b0</code></a>
a provision of <a
href="https://gitlab.com/antora/antora/issues/1096">#1096</a> add
git.read_concurrency playbook key to control how man...</li>
<li><a
href="https://gitlab.com/antora/antora/commit/09219b3e62c21cd0d4ae553022a35faf9c132fd6"><code>09219b3</code></a>
resolves <a
href="https://gitlab.com/antora/antora/issues/1096">#1096</a> decouple
step to load repositories when collecting files</li>
<li><a
href="https://gitlab.com/antora/antora/commit/d1ee749d46dcdf6916f6f6b1ada6e3ae75299248"><code>d1ee749</code></a>
a provision of <a
href="https://gitlab.com/antora/antora/issues/1096">#1096</a> flag
unknown git errors a recoverable to retry without c...</li>
<li><a
href="https://gitlab.com/antora/antora/commit/1ad2196c5e9d23f98cf00f7930ecb4afc83969ba"><code>1ad2196</code></a>
replace trimRight with trimEnd</li>
<li><a
href="https://gitlab.com/antora/antora/commit/2da2f16d4e56171b08b254d863b24b1926a043fd"><code>2da2f16</code></a>
extract identifyAuthStatus function</li>
<li>Additional commits viewable in <a
href="https://gitlab.com/antora/antora/compare/v3.1.3...v3.1.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@antora/cli&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.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 protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
  • Loading branch information
dependabot[bot] and JPryce-Aklundh authored Dec 20, 2023
1 parent ba83690 commit 4721f60
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 21 deletions.
219 changes: 199 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Neo4j",
"license": "ISC",
"dependencies": {
"@antora/cli": "^3.1.3",
"@antora/cli": "^3.1.6",
"@antora/site-generator-default": "^3.1.3",
"@neo4j-antora/antora-add-notes": "^0.1.6",
"@neo4j-antora/antora-modify-sitemaps": "^0.4.4",
Expand Down

0 comments on commit 4721f60

Please sign in to comment.