You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by GitBox <gi...@apache.org> on 2023/01/10 22:20:29 UTC

[GitHub] [james-site] dependabot[bot] opened a new pull request, #30: Bump convict, @antora/cli and @antora/site-generator-default in /doc-sites

dependabot[bot] opened a new pull request, #30:
URL: https://github.com/apache/james-site/pull/30

   Bumps [convict](https://github.com/mozilla/node-convict) to 6.2.4 and updates ancestor dependencies [convict](https://github.com/mozilla/node-convict), [@antora/cli](https://gitlab.com/antora/antora) and [@antora/site-generator-default](https://gitlab.com/antora/antora). These dependencies need to be updated together.
   
   Updates `convict` from 6.0.1 to 6.2.4
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/mozilla/node-convict/blob/master/CHANGELOG.md">convict's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/mozilla/node-convict/compare/v6.2.3...v6.2.4">6.2.4</a> (2023-01-07)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix imperfect prototype pollution fix (<a href="https://github-redirect.dependabot.com/mozilla/node-convict/issues/410">#410</a>) (<a href="https://github-redirect.dependabot.com/mozilla/node-convict/issues/411">#411</a>). Thanks to Captain-K-101</li>
   </ul>
   <h2>[6.2.3] - 2022-05-07</h2>
   <h3>Fixed</h3>
   <ul>
   <li>More more complete fix for prototype pollution vulnerability first addressed
   in <a href="https://github-redirect.dependabot.com/mozilla/node-convict/issues/384">#384</a> (Marc-Aurèle Darche <a href="https://github.com/madarche"><code>@​madarche</code></a>, Snyk Security team)</li>
   </ul>
   <h2>[6.2.2] - 2022-03-27</h2>
   <h3>Fixed</h3>
   <ul>
   <li>More complete fix for prototype pollution vulnerability first addressed in
   <a href="https://github-redirect.dependabot.com/mozilla/node-convict/issues/384">#384</a> (Marc-Aurèle Darche <a href="https://github.com/madarche"><code>@​madarche</code></a>)</li>
   </ul>
   <h2>[6.2.1] - 2021-10-20</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix misspelling of the word optional in the error message <a href="https://github-redirect.dependabot.com/mozilla/node-convict/issues/397">#397</a> (Dan Allen <a href="https://github.com/mojavelinux"><code>@​mojavelinux</code></a>))</li>
   </ul>
   <h2>[6.2.0] - 2021-05-21</h2>
   <h3>Changed</h3>
   <ul>
   <li>Update dependency: validator <code>^11.1.0</code> → <code>^13.6.0</code> (<a href="https://github-redirect.dependabot.com/mozilla/node-convict/pull/390">#390</a>)</li>
   <li>Update dependency: parser <code>^18.1.3</code> → <code>^20.2.7</code> (<a href="https://github-redirect.dependabot.com/mozilla/node-convict/pull/390">#390</a>)</li>
   <li>Update dependency: moment <code>^2.24.0</code> → <code>^2.29.1</code> (<a href="https://github-redirect.dependabot.com/mozilla/node-convict/pull/390">#390</a>)</li>
   </ul>
   <h2>[6.1.0] - 2021-05-03</h2>
   <h3>Added</h3>
   <ul>
   <li>Add new &quot;nullable&quot; option to allow &quot;null&quot; additionally to any format <a href="https://github-redirect.dependabot.com/mozilla/node-convict/issues/386">#386</a> (maxwrlr)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a href="https://github.com/mozilla/node-convict/commits">compare view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a href="https://www.npmjs.com/~madarche">madarche</a>, a new releaser for convict since your current version.</p>
   </details>
   <br />
   
   Updates `@antora/cli` from 2.3.4 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/cli</code>'s changelog</a>.</em></p>
   <blockquote>
   <p>= Antora Changelog</p>
   <p>This document provides a summary of all notable changes to the core Antora components by release.
   For a detailed view of what's changed, refer to the repository's <a href="https://gitlab.com/antora/antora/commits/main%5Bcommit">https://gitlab.com/antora/antora/commits/main[commit</a> history].</p>
   <p>This project utilizes semantic versioning.</p>
   <p>== 3.2.0-alpha.2 (2022-11-01)</p>
   <p>=== Added</p>
   <ul>
   <li><em>content-classifier</em>: Emit <code>componentsRegistered</code> event after all components and versions have been registered (<a href="https://gitlab.com/antora/antora/issues/1015">#1015</a>)</li>
   <li><em>content-classifier</em>: Store raw files, nav, and startPage data on partially constructed component version until processed (<a href="https://gitlab.com/antora/antora/issues/1015">#1015</a>)</li>
   <li><em>content-classifier</em>: Add readable property named <code>files</code> to component version in <code>ContentCatalog#registerComponentVersionStartPage</code> to get files for component version on access (<a href="https://gitlab.com/antora/antora/issues/1015">#1015</a>)</li>
   <li><em>content-classifier</em>: Add readable property named <code>startPage</code> to component version in <code>ContentCatalog#registerComponentVersionStartPage</code> to look up start page for component version on access (<a href="https://gitlab.com/antora/antora/issues/1015">#1015</a>)</li>
   <li><em>content-classifier</em>: Discover implicit site start page in component version promoted to site root (<a href="https://gitlab.com/antora/antora/issues/1021">#1021</a>)</li>
   <li><em>content-classifier</em>: Update <code>ContentCatalog#registerComponentVersionStartPage</code> to return start page</li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li><em>content-classifier</em>: Don't recompute resource ID on file from content aggregate if <code>src.family</code> is set (<a href="https://gitlab.com/antora/antora/issues/1026">#1026</a>)</li>
   <li><em>content-classifier</em>: Don't assign fallback value to url property on component version if property is already set</li>
   <li><em>site-generator</em>: Print site URL instead of file URI in completion message if CI=true</li>
   </ul>
   <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>: Use consistent formatting for error messages in playbook builder</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-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>
   </ul>
   <p>== 3.2.0-alpha.1 (2022-10-20)</p>
   <p>=== Added</p>
   <ul>
   <li><em>content-aggregate</em>: Introduce syntax to match branches by worktree name (for inclusion or exclusion) (e.g., <code>HEAD@5.8.x</code>) (<a href="https://gitlab.com/antora/antora/issues/1016">#1016</a>)</li>
   <li><em>content-aggregate</em>: Allow linked worktree to be used as content source; automatically resolve main repository location and remap HEAD reference in branches (<a href="https://gitlab.com/antora/antora/issues/535">#535</a>)</li>
   <li><em>content-aggregate</em>: Add support for <code>ref</code> placeholder to insert full name of git ref (e.g., <code>refs/heads/v3.1.x</code>) in value of <code>edit_url</code> key on content source (<a href="https://gitlab.com/antora/antora/issues/1013">#1013</a>)</li>
   <li><em>content-classifier</em>: Use value of <code>versionSegment</code> property on component version in place of version in output path and URL of pages (<a href="https://gitlab.com/antora/antora/issues/1006">#1006</a>)</li>
   <li><em>content-classifier</em>: Set dynamic <code>activeVersionSegment</code> property on component version to indicate which version segment is in use (<a href="https://gitlab.com/antora/antora/issues/1006">#1006</a>)</li>
   <li><em>content-classifier</em>: Add <code>addSplatAlias</code> method to <code>ContentCatalog</code> for adding a splat (directory) alias (<a href="https://gitlab.com/antora/antora/issues/1008">#1008</a>)</li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li><em>playbook-builder</em>: Remove trailing slash from value of <code>site.url</code> when building playbook (<a href="https://gitlab.com/antora/antora/issues/1009">#1009</a>)</li>
   <li><em>content-aggregator</em>: Always assign the value <code>auth-required</code> to <code>origin.private</code> if the server requests credentials (even when credentials are embedded in content source URL) (<a href="https://gitlab.com/antora/antora/issues/1012">#1012</a>)</li>
   <li><em>content-classifier</em>: shorten <code>urlSegment</code> fragment in property names on ContentCatalog to <code>segment</code> (e.g., <code>latestVersionUrlSegment</code> -&gt; <code>latestVersionSegment</code>)</li>
   <li><em>site-generator</em>: Remove trailing slash from value of <code>site.url</code> after <code>playbookBuilt</code> event (<a href="https://gitlab.com/antora/antora/issues/1009">#1009</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.4...v3.1.2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@antora/site-generator-default` from 2.3.4 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>= Antora Changelog</p>
   <p>This document provides a summary of all notable changes to the core Antora components by release.
   For a detailed view of what's changed, refer to the repository's <a href="https://gitlab.com/antora/antora/commits/main%5Bcommit">https://gitlab.com/antora/antora/commits/main[commit</a> history].</p>
   <p>This project utilizes semantic versioning.</p>
   <p>== 3.2.0-alpha.2 (2022-11-01)</p>
   <p>=== Added</p>
   <ul>
   <li><em>content-classifier</em>: Emit <code>componentsRegistered</code> event after all components and versions have been registered (<a href="https://gitlab.com/antora/antora/issues/1015">#1015</a>)</li>
   <li><em>content-classifier</em>: Store raw files, nav, and startPage data on partially constructed component version until processed (<a href="https://gitlab.com/antora/antora/issues/1015">#1015</a>)</li>
   <li><em>content-classifier</em>: Add readable property named <code>files</code> to component version in <code>ContentCatalog#registerComponentVersionStartPage</code> to get files for component version on access (<a href="https://gitlab.com/antora/antora/issues/1015">#1015</a>)</li>
   <li><em>content-classifier</em>: Add readable property named <code>startPage</code> to component version in <code>ContentCatalog#registerComponentVersionStartPage</code> to look up start page for component version on access (<a href="https://gitlab.com/antora/antora/issues/1015">#1015</a>)</li>
   <li><em>content-classifier</em>: Discover implicit site start page in component version promoted to site root (<a href="https://gitlab.com/antora/antora/issues/1021">#1021</a>)</li>
   <li><em>content-classifier</em>: Update <code>ContentCatalog#registerComponentVersionStartPage</code> to return start page</li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li><em>content-classifier</em>: Don't recompute resource ID on file from content aggregate if <code>src.family</code> is set (<a href="https://gitlab.com/antora/antora/issues/1026">#1026</a>)</li>
   <li><em>content-classifier</em>: Don't assign fallback value to url property on component version if property is already set</li>
   <li><em>site-generator</em>: Print site URL instead of file URI in completion message if CI=true</li>
   </ul>
   <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>: Use consistent formatting for error messages in playbook builder</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-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>
   </ul>
   <p>== 3.2.0-alpha.1 (2022-10-20)</p>
   <p>=== Added</p>
   <ul>
   <li><em>content-aggregate</em>: Introduce syntax to match branches by worktree name (for inclusion or exclusion) (e.g., <code>HEAD@5.8.x</code>) (<a href="https://gitlab.com/antora/antora/issues/1016">#1016</a>)</li>
   <li><em>content-aggregate</em>: Allow linked worktree to be used as content source; automatically resolve main repository location and remap HEAD reference in branches (<a href="https://gitlab.com/antora/antora/issues/535">#535</a>)</li>
   <li><em>content-aggregate</em>: Add support for <code>ref</code> placeholder to insert full name of git ref (e.g., <code>refs/heads/v3.1.x</code>) in value of <code>edit_url</code> key on content source (<a href="https://gitlab.com/antora/antora/issues/1013">#1013</a>)</li>
   <li><em>content-classifier</em>: Use value of <code>versionSegment</code> property on component version in place of version in output path and URL of pages (<a href="https://gitlab.com/antora/antora/issues/1006">#1006</a>)</li>
   <li><em>content-classifier</em>: Set dynamic <code>activeVersionSegment</code> property on component version to indicate which version segment is in use (<a href="https://gitlab.com/antora/antora/issues/1006">#1006</a>)</li>
   <li><em>content-classifier</em>: Add <code>addSplatAlias</code> method to <code>ContentCatalog</code> for adding a splat (directory) alias (<a href="https://gitlab.com/antora/antora/issues/1008">#1008</a>)</li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li><em>playbook-builder</em>: Remove trailing slash from value of <code>site.url</code> when building playbook (<a href="https://gitlab.com/antora/antora/issues/1009">#1009</a>)</li>
   <li><em>content-aggregator</em>: Always assign the value <code>auth-required</code> to <code>origin.private</code> if the server requests credentials (even when credentials are embedded in content source URL) (<a href="https://gitlab.com/antora/antora/issues/1012">#1012</a>)</li>
   <li><em>content-classifier</em>: shorten <code>urlSegment</code> fragment in property names on ContentCatalog to <code>segment</code> (e.g., <code>latestVersionUrlSegment</code> -&gt; <code>latestVersionSegment</code>)</li>
   <li><em>site-generator</em>: Remove trailing slash from value of <code>site.url</code> after <code>playbookBuilt</code> event (<a href="https://gitlab.com/antora/antora/issues/1009">#1009</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.4...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/james-site/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: notifications-unsubscribe@james.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org