dependabot[bot] opened a new pull request, #764:
URL: https://github.com/apache/incubator-kie-kogito-docs/pull/764

   Removes [brace-expansion](https://github.com/juliangruber/brace-expansion). 
It's no longer used after updating ancestor dependencies 
[brace-expansion](https://github.com/juliangruber/brace-expansion), 
[@antora/cli](https://gitlab.com/antora/antora), 
[@antora/site-generator](https://gitlab.com/antora/antora) and 
[@asciidoctor/core](https://github.com/asciidoctor/asciidoctor.js). These 
dependencies need to be updated together.
   
   Removes `brace-expansion`
   
   Updates `@antora/cli` from 3.1.4 to 3.1.15
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc";>@​antora/cli'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>== Unreleased</p>
   <p>=== Changed</p>
   <ul>
   <li><em>playbook-builder</em>: Map <code>--stacktrace</code> CLI option to 
<code>runtime.stacktrace</code> property on playbook (<a 
href="https://gitlab.com/antora/antora/issues/1227";>#1227</a>)</li>
   <li><em>content-classifier</em>: Change <code>createFile</code> method to 
set <code>module</code> property to ROOT if not set when inflating src</li>
   <li><em>content-classifier</em>: Change <code>createFile</code> method to 
compute and assign <code>path</code> property if not set if input is not a 
Vinyl</li>
   <li><em>cli</em>: Pass <code>--stacktrace</code> argument to 
<code>buildPlaybook</code> (<a 
href="https://gitlab.com/antora/antora/issues/1227";>#1227</a>)</li>
   </ul>
   <p>== 3.2.0-rc.2 (2026-06-20)</p>
   <p>=== Added</p>
   <ul>
   <li><em>content-classifier</em>: Add <code>create</code> argument as second 
argument to <code>addFile</code> method on content catalog for backwards 
compatibility; default to <code>true</code></li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li><em>content-classifier</em>: Convert contents to Buffer if contents is 
string for file passed to <code>createFile</code> method on content catalog; 
only used if input file is not a Vinyl object (<a 
href="https://gitlab.com/antora/antora/issues/1226";>#1226</a>)</li>
   </ul>
   <p>== 3.2.0-rc.1 (2026-06-19)</p>
   <p>=== Added</p>
   <ul>
   <li><em>content-classifier</em>: Don't compute and assign <code>pub</code> 
property when adding file to content catalog if <code>pub</code> property is 
falsy (<a href="https://gitlab.com/antora/antora/issues/1220";>#1220</a>)</li>
   <li><em>content-classifier</em>: Add <code>publishableFamilies</code> 
setting on content catalog to allow custom family to be marked as publishable 
(<a href="https://gitlab.com/antora/antora/issues/1219";>#1219</a>)</li>
   <li><em>content-classifier</em>: Add <code>createFile</code> method to 
content catalog to create file without adding it to content catalog (<a 
href="https://gitlab.com/antora/antora/issues/1221";>#1221</a>)</li>
   <li><em>content-classifier</em>: Update <code>ContentCatalog#getFiles</code> 
to accept a predicate (i.e., filter function) to filter files (<a 
href="https://gitlab.com/antora/antora/issues/1225";>#1225</a>)</li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li><em>content-aggregator</em>: Automatically set READABLE_STREAM 
environment variable on process to force use of Node.js APIs (<a 
href="https://gitlab.com/antora/antora/issues/1215";>#1215</a>)</li>
   <li><em>content-classifier</em>: Move internal second argument to 
ContentCatalog#addFile to transient data on <code>src</code> property</li>
   <li><em>content-classifier</em>: Explicitly mark underscore file as private; 
follow-up to <a 
href="https://gitlab.com/antora/antora/issues/1153";>#1153</a></li>
   <li><em>content-classifier</em>: Move underscore file check to 
<code>classifyContent</code> instead of <code>createFile</code>; follow-up to 
<a href="https://gitlab.com/antora/antora/issues/1153";>#1153</a></li>
   <li><em>asciidoc-loader</em>: Skip Asciidoctor extension if it has 
non-compliant exports (assume it self registers) (<a 
href="https://gitlab.com/antora/antora/issues/1222";>#1222</a>)</li>
   <li><em>asciidoc-loader</em>: Cite specific reason why include is unresolved 
when target is an absolute file path or URL (<a 
href="https://gitlab.com/antora/antora/issues/1223";>#1223</a>)</li>
   <li><em>navigation-builder</em>: Skip entries in navigation tree that have 
empty content</li>
   <li><em>navigation-builder</em>: Strip xref from navigation entry if mixed 
with other content (<a 
href="https://gitlab.com/antora/antora/issues/1217";>#1217</a>)</li>
   <li><em>site-generator</em>: Add hint to site generation completion message 
when log failure threshold is exceeded (<a 
href="https://gitlab.com/antora/antora/issues/1216";>#1216</a>)</li>
   <li><em>cli</em>: Change exit code to 2 when log failure threshold is 
exceeded (<a href="https://gitlab.com/antora/antora/issues/1216";>#1216</a>)</li>
   <li>Set Node.js 20 as minimum required version of Node.js</li>
   </ul>
   <p>=== Fixed</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://gitlab.com/antora/antora/commit/aa33c8283f9cbc76df93201bec5f8421e8f59a43";><code>aa33c82</code></a>
 release 3.1.15</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/33a63c3bd7e92da65a99228163de4ccb62fad96e";><code>33a63c3</code></a>
 prepare for 3.1.15 release</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/035f672e8d4fd04f6057b149db42627b42cbcbfd";><code>035f672</code></a>
 apply pending source formatting</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/809336486358032168a9c8a360eb7470e4b20dee";><code>8093364</code></a>
 resolves <a href="https://gitlab.com/antora/antora/issues/1214";>#1214</a> 
upgrade yauzl to fix compatibility issue with Node.js 24</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/baf3d26151111f8818931682c9d05813e6de70d3";><code>baf3d26</code></a>
 fix self-signed certificate assertion for Node.js 24</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/10f5a0d256377c52ba06a2b62e79637c2da49e1b";><code>10f5a0d</code></a>
 use correct type argument when creating symlink in test harness</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/666743ae4fcfea97514625eb1e90f87b11d391b9";><code>666743a</code></a>
 refresh dependency lock file</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/3f45c32daaaf93986a93a5dc18ec47d7dcdf9fc8";><code>3f45c32</code></a>
 stop relying on storeOptionsAsProperties() setting of commander.js</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/7d5b0c40627fbc378a7617ae5332b934dfd5f545";><code>7d5b0c4</code></a>
 resolves <a href="https://gitlab.com/antora/antora/issues/1209";>#1209</a> make 
filename of UI helper module relative to playbook dir</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/adf182ba780551cf56ccdda63dca7561105f344e";><code>adf182b</code></a>
 add test that playbook with numeric basename is resolved</li>
   <li>Additional commits viewable in <a 
href="https://gitlab.com/antora/antora/compare/v3.1.4...v3.1.15";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@antora/site-generator` from 3.1.4 to 3.1.15
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc";>@​antora/site-generator'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>== Unreleased</p>
   <p>=== Changed</p>
   <ul>
   <li><em>playbook-builder</em>: Map <code>--stacktrace</code> CLI option to 
<code>runtime.stacktrace</code> property on playbook (<a 
href="https://gitlab.com/antora/antora/issues/1227";>#1227</a>)</li>
   <li><em>content-classifier</em>: Change <code>createFile</code> method to 
set <code>module</code> property to ROOT if not set when inflating src</li>
   <li><em>content-classifier</em>: Change <code>createFile</code> method to 
compute and assign <code>path</code> property if not set if input is not a 
Vinyl</li>
   <li><em>cli</em>: Pass <code>--stacktrace</code> argument to 
<code>buildPlaybook</code> (<a 
href="https://gitlab.com/antora/antora/issues/1227";>#1227</a>)</li>
   </ul>
   <p>== 3.2.0-rc.2 (2026-06-20)</p>
   <p>=== Added</p>
   <ul>
   <li><em>content-classifier</em>: Add <code>create</code> argument as second 
argument to <code>addFile</code> method on content catalog for backwards 
compatibility; default to <code>true</code></li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li><em>content-classifier</em>: Convert contents to Buffer if contents is 
string for file passed to <code>createFile</code> method on content catalog; 
only used if input file is not a Vinyl object (<a 
href="https://gitlab.com/antora/antora/issues/1226";>#1226</a>)</li>
   </ul>
   <p>== 3.2.0-rc.1 (2026-06-19)</p>
   <p>=== Added</p>
   <ul>
   <li><em>content-classifier</em>: Don't compute and assign <code>pub</code> 
property when adding file to content catalog if <code>pub</code> property is 
falsy (<a href="https://gitlab.com/antora/antora/issues/1220";>#1220</a>)</li>
   <li><em>content-classifier</em>: Add <code>publishableFamilies</code> 
setting on content catalog to allow custom family to be marked as publishable 
(<a href="https://gitlab.com/antora/antora/issues/1219";>#1219</a>)</li>
   <li><em>content-classifier</em>: Add <code>createFile</code> method to 
content catalog to create file without adding it to content catalog (<a 
href="https://gitlab.com/antora/antora/issues/1221";>#1221</a>)</li>
   <li><em>content-classifier</em>: Update <code>ContentCatalog#getFiles</code> 
to accept a predicate (i.e., filter function) to filter files (<a 
href="https://gitlab.com/antora/antora/issues/1225";>#1225</a>)</li>
   </ul>
   <p>=== Changed</p>
   <ul>
   <li><em>content-aggregator</em>: Automatically set READABLE_STREAM 
environment variable on process to force use of Node.js APIs (<a 
href="https://gitlab.com/antora/antora/issues/1215";>#1215</a>)</li>
   <li><em>content-classifier</em>: Move internal second argument to 
ContentCatalog#addFile to transient data on <code>src</code> property</li>
   <li><em>content-classifier</em>: Explicitly mark underscore file as private; 
follow-up to <a 
href="https://gitlab.com/antora/antora/issues/1153";>#1153</a></li>
   <li><em>content-classifier</em>: Move underscore file check to 
<code>classifyContent</code> instead of <code>createFile</code>; follow-up to 
<a href="https://gitlab.com/antora/antora/issues/1153";>#1153</a></li>
   <li><em>asciidoc-loader</em>: Skip Asciidoctor extension if it has 
non-compliant exports (assume it self registers) (<a 
href="https://gitlab.com/antora/antora/issues/1222";>#1222</a>)</li>
   <li><em>asciidoc-loader</em>: Cite specific reason why include is unresolved 
when target is an absolute file path or URL (<a 
href="https://gitlab.com/antora/antora/issues/1223";>#1223</a>)</li>
   <li><em>navigation-builder</em>: Skip entries in navigation tree that have 
empty content</li>
   <li><em>navigation-builder</em>: Strip xref from navigation entry if mixed 
with other content (<a 
href="https://gitlab.com/antora/antora/issues/1217";>#1217</a>)</li>
   <li><em>site-generator</em>: Add hint to site generation completion message 
when log failure threshold is exceeded (<a 
href="https://gitlab.com/antora/antora/issues/1216";>#1216</a>)</li>
   <li><em>cli</em>: Change exit code to 2 when log failure threshold is 
exceeded (<a href="https://gitlab.com/antora/antora/issues/1216";>#1216</a>)</li>
   <li>Set Node.js 20 as minimum required version of Node.js</li>
   </ul>
   <p>=== Fixed</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://gitlab.com/antora/antora/commit/aa33c8283f9cbc76df93201bec5f8421e8f59a43";><code>aa33c82</code></a>
 release 3.1.15</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/33a63c3bd7e92da65a99228163de4ccb62fad96e";><code>33a63c3</code></a>
 prepare for 3.1.15 release</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/035f672e8d4fd04f6057b149db42627b42cbcbfd";><code>035f672</code></a>
 apply pending source formatting</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/809336486358032168a9c8a360eb7470e4b20dee";><code>8093364</code></a>
 resolves <a href="https://gitlab.com/antora/antora/issues/1214";>#1214</a> 
upgrade yauzl to fix compatibility issue with Node.js 24</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/baf3d26151111f8818931682c9d05813e6de70d3";><code>baf3d26</code></a>
 fix self-signed certificate assertion for Node.js 24</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/10f5a0d256377c52ba06a2b62e79637c2da49e1b";><code>10f5a0d</code></a>
 use correct type argument when creating symlink in test harness</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/666743ae4fcfea97514625eb1e90f87b11d391b9";><code>666743a</code></a>
 refresh dependency lock file</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/3f45c32daaaf93986a93a5dc18ec47d7dcdf9fc8";><code>3f45c32</code></a>
 stop relying on storeOptionsAsProperties() setting of commander.js</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/7d5b0c40627fbc378a7617ae5332b934dfd5f545";><code>7d5b0c4</code></a>
 resolves <a href="https://gitlab.com/antora/antora/issues/1209";>#1209</a> make 
filename of UI helper module relative to playbook dir</li>
   <li><a 
href="https://gitlab.com/antora/antora/commit/adf182ba780551cf56ccdda63dca7561105f344e";><code>adf182b</code></a>
 add test that playbook with numeric basename is resolved</li>
   <li>Additional commits viewable in <a 
href="https://gitlab.com/antora/antora/compare/v3.1.4...v3.1.15";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `@asciidoctor/core` from 2.2.6 to 2.2.9
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/asciidoctor/asciidoctor.js/releases";>@​asciidoctor/core's
 releases</a>.</em></p>
   <blockquote>
   <h2>v2.2.9</h2>
   <h2>Summary</h2>
   <p>This release is based on <a 
href="https://github.com/asciidoctor/asciidoctor/releases/tag/v2.0.23";>Asciidoctor
 2.0.23</a> and <a href="https://github.com/opal/opal/commit/31d26d69";>Opal 
0.11.99.dev (31d26d69)</a>.</p>
   <h2>Release meta</h2>
   <p>Released on: 2026-04-30
   Released by: <a 
href="https://github.com/ggrossetie";><code>@​ggrossetie</code></a>
   Published by: GitHub Actions</p>
   <p>Logs: <a 
href="https://github.com/asciidoctor/asciidoctor.js/compare/v2.2.8...v2.2.9";>full
 diff</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Replace <code>glob</code> by <code>fast-glob</code></li>
   <li>Bump <code>unxhr</code> to 1.2</li>
   </ul>
   <h2>v2.2.8</h2>
   <h2>Summary</h2>
   <p>This release is based on <a 
href="https://github.com/asciidoctor/asciidoctor/releases/tag/v2.0.23";>Asciidoctor
 2.0.23</a> and <a href="https://github.com/opal/opal/commit/31d26d69";>Opal 
0.11.99.dev (31d26d69)</a>.</p>
   <h2>Release meta</h2>
   <p>Released on: 2024-06-02
   Released by: <a 
href="https://github.com/ggrossetie";><code>@​ggrossetie</code></a>
   Published by: GitHub Actions</p>
   <p>Logs: <a 
href="https://github.com/asciidoctor/asciidoctor.js/compare/v2.2.7...v2.2.8";>full
 diff</a></p>
   <h2>What's Changed</h2>
   <ul>
   <li>Build against Asciidoctor 2.0.23 by <a 
href="https://github.com/ggrossetie";><code>@​ggrossetie</code></a></li>
   </ul>
   <h2>v2.2.7</h2>
   <h2>Summary</h2>
   <p>This release is based on <a 
href="https://github.com/asciidoctor/asciidoctor/releases/tag/v2.0.22";>Asciidoctor
 2.0.22</a> and <a href="https://github.com/opal/opal/commit/31d26d69";>Opal 
0.11.99.dev (31d26d69)</a>.</p>
   <h2>Release meta</h2>
   <p>Released on: 2024-03-17
   Released by: <a 
href="https://github.com/ggrossetie";><code>@​ggrossetie</code></a>
   Published by: GitHub Actions</p>
   <p>Logs: <a 
href="https://github.com/asciidoctor/asciidoctor.js/compare/v2.2.6...v2.2.7";>full
 diff</a></p>
   <h2>What's Changed</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/7a2b8d744bb23fdf43b2342fe30134b2d04b5b56";><code>7a2b8d7</code></a>
 2.2.9</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/5554a4761957e04f765affc21c818c5eb59ee2d2";><code>5554a47</code></a>
 chore(docs): add version 2.2.8 in the changelog</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/b6257acf2597944e4b8cdf93f17835bdc964d571";><code>b6257ac</code></a>
 chore(docs): update changelog</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/3b7edea7fc2bddad4999d6816b08cb7268f1434f";><code>3b7edea</code></a>
 chore: remove macos build (was optional)</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/5b0c1783211f4d885777853ebc0fb034afcc71df";><code>5b0c178</code></a>
 chore: build only against Asciidoctor core v2.0.23</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/cb496e8a916173b833f8d55aadedddc998f99720";><code>cb496e8</code></a>
 chore: bump GitHub Actions and Node</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/757d36ddfb7a40aabbd47646c7234ed8f4b3c982";><code>757d36d</code></a>
 chore(deps): bump opal runtime to 0.3.4 and unxhr to 1.2</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/6caaa403a77b4bb66c4b7bfe8c97c8a8fc816aec";><code>6caaa40</code></a>
 remove entry fro cli nav from 2.2 branch to fix warning [no ci]</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/4575c11c6db9cbf5dfe5e922ec9a97a070bf6bd2";><code>4575c11</code></a>
 2.2.8</li>
   <li><a 
href="https://github.com/asciidoctor/asciidoctor.js/commit/bec62200a86457e71dde81f573f43a0d77d9762c";><code>bec6220</code></a>
 Build against Asciidoctor core 2.0.23</li>
   <li>Additional commits viewable in <a 
href="https://github.com/asciidoctor/asciidoctor.js/compare/v2.2.6...v2.2.9";>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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/apache/incubator-kie-kogito-docs/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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to