dependabot[bot] opened a new pull request, #5:
URL: https://github.com/apache/aries-antora/pull/5

   Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). 
It's no longer used after updating ancestor dependency 
[@antora/site-generator-default](https://gitlab.com/antora/antora). These 
dependencies need to be updated together.
   
   Removes `cacheable-request`
   
   Updates `@antora/site-generator-default` from 2.3.3 to 3.1.2
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc";><code>@​antora/site-generator-default</code>'s
 changelog</a>.</em></p>
   <blockquote>
   <p>== 3.1.2 (2022-10-28)</p>
   <p>=== Fixed</p>
   <ul>
   <li><em>playbook-builder</em>: Decouple logic to compute default log format 
from process environment (<a 
href="https://gitlab.com/antora/antora/issues/1022";>#1022</a>)</li>
   <li><em>playbook-builder</em>: Allow content aggregator to parse value of 
<code>content.branches</code> and <code>content.tags</code> playbook keys (<a 
href="https://gitlab.com/antora/antora/issues/1025";>#1025</a>)</li>
   <li><em>content-aggregator</em>: Fix infinite auth loop if credentials 
embedded in content source URL are empty and repository requires auth (<a 
href="https://gitlab.com/antora/antora/issues/1010";>#1010</a>)</li>
   <li><em>content-aggregator</em>: Fix crash if value of 
<code>worktrees</code> key on content source is <code>~</code> 
(<code>null</code>) and at least one branch is specified (<a 
href="https://gitlab.com/antora/antora/issues/1018";>#1018</a>)</li>
   <li><em>content-classifier</em>: Add guard to prevent 
<code>ContentCatalog#registerSiteStartPage</code> from registering alias loop 
(<a href="https://gitlab.com/antora/antora/issues/1020";>#1020</a>)</li>
   <li><em>redirect-producer</em>: Preserve target when creating static route 
if target is an absolute URL (<a 
href="https://gitlab.com/antora/antora/issues/1024";>#1024</a>)</li>
   <li><em>site-generator</em>: Look for IS_TTY on <code>playbook.env</code> in 
site generator to decouple check from process environment</li>
   <li>release process: Automatically populate version and release attributes 
during release (<a 
href="https://gitlab.com/antora/antora/issues/1011";>#1011</a>)</li>
   </ul>
   <p>== 3.1.1 (2022-09-20)</p>
   <p>=== Changed</p>
   <ul>
   <li><em>logger</em>: Use pretty log format by default if <code>IS_TTY</code> 
environment variable is set to <code>true</code> (<a 
href="https://gitlab.com/antora/antora/issues/1004";>#1004</a>)</li>
   <li><em>site-generator</em>: Print success message if <code>IS_TTY</code> 
environment variable is set to <code>true</code> (<a 
href="https://gitlab.com/antora/antora/issues/1004";>#1004</a>)</li>
   </ul>
   <p>=== Fixed</p>
   <ul>
   <li><em>asciidoc-loader</em>: Define public export 
<code>@antora/asciidoc-loader/include/resolve-include-file</code> for requiring 
<code>resolveIncludeFile</code> function</li>
   <li><em>asciidoc-loader</em>: Prevent message from ignored log message from 
overwriting message from next reported log message (<a 
href="https://gitlab.com/antora/antora/issues/1003";>#1003</a>)</li>
   <li><em>site-generator</em>: Don't require custom output provider to return 
a report object</li>
   <li><em>cli</em>: If logger cannot be found, print error message to stderr 
instead of crashing during shutdown</li>
   </ul>
   <p>== 3.1.0 (2022-08-22)</p>
   <p>=== Added</p>
   <ul>
   <li><em>logger</em>: Add <code>reftype</code> key with value of branch or 
tag to source object in structured log message (<a 
href="https://gitlab.com/antora/antora/issues/988";>#988</a>)</li>
   <li><em>logger</em>: Add <code>remote</code> key with value of remote 
tracking branch to source object in structured log message, if applicable (<a 
href="https://gitlab.com/antora/antora/issues/988";>#988</a>)</li>
   <li><em>logger</em>: Add <code>local</code> key with path of local 
repository to source object in structured log message, if applicable (<a 
href="https://gitlab.com/antora/antora/issues/988";>#988</a>)</li>
   <li><em>playbook-builder</em>: Resolve attribute references in value of 
AsciiDoc attribute defined in playbook (<a 
href="https://gitlab.com/antora/antora/issues/981";>#981</a>)</li>
   <li><em>playbook-builder</em>: Honor escaped attribute references in value 
of AsciiDoc attribute defined in playbook (<a 
href="https://gitlab.com/antora/antora/issues/989";>#989</a>)</li>
   <li><em>content-aggregator</em>: Add <code>reftype</code> property to origin 
object to explicitly identify type of ref (branch or tag) (<a 
href="https://gitlab.com/antora/antora/issues/988";>#988</a>)</li>
   <li><em>content-aggregator</em>: Add <code>remote</code> property to origin 
object to identify a remote tracking branch (<a 
href="https://gitlab.com/antora/antora/issues/988";>#988</a>)</li>
   <li><em>content-aggregator</em>: Add <code>origins</code> property 
containing unique origin objects to each entry in content aggregate (<a 
href="https://gitlab.com/antora/antora/issues/978";>#978</a>)</li>
   <li><em>content-aggregator</em>: Attach parsed component version descriptor 
to <code>descriptor</code> property on origin object (<a 
href="https://gitlab.com/antora/antora/issues/525";>#525</a>)</li>
   <li><em>content-aggregator</em>: Log info message if no references are found 
for content source (<a 
href="https://gitlab.com/antora/antora/issues/221";>#221</a>)</li>
   <li><em>ui-loader</em>: Include target in error message for broken or cyclic 
symbolic link (<a 
href="https://gitlab.com/antora/antora/issues/900";>#900</a>)</li>
   <li><em>ui-loader</em>: Add <code>removeFile</code> method to 
<code>UiCatalog</code> for removing file (<a 
href="https://gitlab.com/antora/antora/issues/814";>#814</a>)</li>
   <li><em>content-classifier</em>: Resolve attribute references in value of 
AsciiDoc attribute defined in component descriptor (<a 
href="https://gitlab.com/antora/antora/issues/981";>#981</a>)</li>
   <li><em>content-classifier</em>: Honor escaped attribute references in value 
of AsciiDoc attribute defined in component descriptor (<a 
href="https://gitlab.com/antora/antora/issues/989";>#989</a>)</li>
   <li><em>content-classifier</em>: Add <code>removeFile</code> method to 
<code>ContentCatalog</code> for removing file (<a 
href="https://gitlab.com/antora/antora/issues/814";>#814</a>)</li>
   <li><em>asciidoc-loader</em>: Define 
<code>page-component-latest-version</code> attribute with value of version 
string from latest component version (<a 
href="https://gitlab.com/antora/antora/issues/921";>#921</a>)</li>
   <li><em>asciidoc-loader</em>: Define boolean 
<code>page-component-version-is-latest</code> attribute if page is in latest 
version of component (<a 
href="https://gitlab.com/antora/antora/issues/921";>#921</a>)</li>
   <li><em>asciidoc-loader</em>: Assign edit URL of current page, if set, to 
<code>page-edit-url</code> attribute (<a 
href="https://gitlab.com/antora/antora/issues/354";>#354</a>)</li>
   <li><em>asciidoc-loader</em>: Define boolean 
<code>page-origin-private</code> attribute if origin of page is private (<a 
href="https://gitlab.com/antora/antora/issues/354";>#354</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://gitlab.com/antora/antora/commit/f09e3ac1f8597430a46c7e44ad280a927b42d184";><code>f09e3ac</code></a>
 release 3.1.2</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/937c40c4bc4ffb6098e10f338c31847d71933a63";><code>937c40c</code></a>
 upgrade dependencies that can be upgraded and refresh dependency lock file</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/5af8e49bf2114824ac1e4439b67470bcc0fd9212";><code>5af8e49</code></a>
 refresh dependency lock file</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/cdd7223392d466f7469a785acd46503b3fa45cb4";><code>cdd7223</code></a>
 update release process; automate management of release and tool version 
attri...</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/a8d8e729ba8527bfda4b5f336c66e6f41c556506";><code>a8d8e72</code></a>
 merge !964</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/911ae5400ed7b46545e6f1fd54068679a27e0d75";><code>911ae54</code></a>
 update What's New for Antora 3.1.2</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/f6fc688f04fe8daaf6d0395b200d371dc205d99a";><code>f6fc688</code></a>
 replace raise event with emit event</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/1975bd2c88c7dec8d037503bc59d6c2730ff7ed1";><code>1975bd2</code></a>
 backport fix for <a 
href="https://gitlab.com/antora/antora/issues/1025";>#1025</a> allow content 
aggregator to parse value of content.bra...</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/7a398956f93029da3e1125aa9ed91ec2498f38c6";><code>7a39895</code></a>
 reclassify CHANGELOG entries</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/34ac3e2d886826befd6b049757508f2b444ae336";><code>34ac3e2</code></a>
 backport fix for <a 
href="https://gitlab.com/antora/antora/issues/1024";>#1024</a> preserve target 
when creating static route if target i...</li>
   <li>Additional commits viewable in <a 
href="https://gitlab.com/antora/antora/compare/v2.3.3...v3.1.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/aries-antora/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to