dependabot[bot] opened a new pull request, #765: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/765
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 5.4.2 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [@antora/cli](https://gitlab.com/antora/antora/tree/HEAD/packages/cli) and [@antora/site-generator](https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator). These dependencies need to be updated together. Updates `js-yaml` from 4.1.1 to 5.4.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md">js-yaml's changelog</a>.</em></p> <blockquote> <h2>[5.4.2] - 2026-09-13</h2> <h3>Fixed</h3> <ul> <li><code>forceQuotes</code> no longer quotes non-string scalars, <a href="https://redirect.github.com/nodeca/js-yaml/issues/798">#798</a>.</li> </ul> <h2>[5.4.1] - 2026-08-26</h2> <h3>Changed</h3> <ul> <li>Hard-limit merge sequence size to 100.</li> </ul> <h3>Security</h3> <ul> <li>Count empty mappings in merge sequences toward <code>maxTotalMergeKeys</code> to limit CPU usage, <a href="https://redirect.github.com/nodeca/js-yaml/issues/797">#797</a>.</li> </ul> <h2>[5.4.0] - 2026-08-25</h2> <h3>Added</h3> <ul> <li>Added the <code>scalarStyleRules</code> dumper option to customize string formatting. See <a href="https://github.com/nodeca/js-yaml/blob/master/docs/scalar_styling.md">Scalar styling</a> for details.</li> </ul> <h3>Changed</h3> <ul> <li>[breaking] Flattened the low-level AST node style representation. Scalar and collection nodes now use <code>SCALAR_STYLE</code> and <code>COLLECTION_STYLE</code> values; explicit tags use the separate <code>tagged</code> property. Alias nodes now contain only <code>kind</code> and <code>anchor</code>. This only affects code that directly constructs or edits AST nodes.</li> <li>[breaking] The <code>sortKeys</code> option was rewritten using AST mutation to avoid side effects.</li> <li>Reworked scalar style selection. This can change formatting without changing loaded values; in particular, whitespace-only strings are now double-quoted.</li> </ul> <h3>Fixed</h3> <ul> <li>Accept a byte order mark at the start of each document in a stream, <a href="https://redirect.github.com/nodeca/js-yaml/issues/791">#791</a>.</li> <li>Produce valid flow mappings with <code>quoteFlowKeys</code> and <code>flowSkipColonSpace</code>, including alias and property-only keys, <a href="https://redirect.github.com/nodeca/js-yaml/issues/786">#786</a>.</li> <li>Preserve empty scalar items when converting block sequences to flow style.</li> <li>Do not apply the 1024-character simple-key limit to flow mapping keys.</li> <li>Count Unicode code points, rather than UTF-16 code units, for the 1024-character simple-key limit.</li> <li>Add an explicit document-end marker after keep-chomped block scalars when needed to preserve trailing newlines.</li> </ul> <h2>[5.3.0] - 2026-08-14</h2> <p>This release focuses on reworking the documentation and making small architectural improvements before moving forward.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nodeca/js-yaml/commit/494400bd45cad078123cfc057e674a9a0a8d9983"><code>494400b</code></a> 5.4.2 released</li> <li><a href="https://github.com/nodeca/js-yaml/commit/6d8adb41c1a8c4a45cb8597ffb149b8842b3a26b"><code>6d8adb4</code></a> Fix <code>forceQuotes</code> quoting non-string scalars, <a href="https://redirect.github.com/nodeca/js-yaml/issues/798">#798</a></li> <li><a href="https://github.com/nodeca/js-yaml/commit/e5a3ba0efee53629b979f784cd53736f89ea61b6"><code>e5a3ba0</code></a> 5.4.1 released</li> <li><a href="https://github.com/nodeca/js-yaml/commit/e54dea33166d429220f7754e8c7ec548e3574ac3"><code>e54dea3</code></a> Hard-limit merge sequence size to 100</li> <li><a href="https://github.com/nodeca/js-yaml/commit/dfd3a2933c69959fc16fce1a775f36c9a5c89063"><code>dfd3a29</code></a> Cleanup 6a8e05f, <a href="https://redirect.github.com/nodeca/js-yaml/issues/797">#797</a></li> <li><a href="https://github.com/nodeca/js-yaml/commit/6a8e05f9a485188ed730ac81e81ae221352ef480"><code>6a8e05f</code></a> fix: count empty merge sources against maxTotalMergeKeys (<a href="https://redirect.github.com/nodeca/js-yaml/issues/797">#797</a>)</li> <li><a href="https://github.com/nodeca/js-yaml/commit/6b4ff5e92474186b0c0381021ba4120f883c1995"><code>6b4ff5e</code></a> 5.4.0 released</li> <li><a href="https://github.com/nodeca/js-yaml/commit/3b3625eb8398d5f6275603e6d22eea87e37fbf4f"><code>3b3625e</code></a> Update changelog</li> <li><a href="https://github.com/nodeca/js-yaml/commit/4f25a74a4347240cb93cad698538ac9e645e5488"><code>4f25a74</code></a> Fix file name</li> <li><a href="https://github.com/nodeca/js-yaml/commit/3bd003bdd6e1fd4864310cbfcf9aec7ce75176df"><code>3bd003b</code></a> Expose new scalar styling API</li> <li>Additional commits viewable in <a href="https://github.com/nodeca/js-yaml/compare/4.1.1...5.4.2">compare view</a></li> </ul> </details> <br /> Updates `@antora/cli` from 3.1.15 to 3.2.0 <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>== 3.2.0 (2026-08-29)</p> <p>=== Changed</p> <ul> <li><em>site-generator</em>: Log original error message when Antora extension is suspected to be Asciidoctor extension</li> <li>Upgrade js-yaml to 5.3.x (playbook-builder, content-aggregator, ui-loader)</li> </ul> <p>=== Fixed</p> <ul> <li>Don't crash if pub property not set on start page</li> </ul> <p>== 3.2.0-rc.3 (2026-08-12)</p> <p>=== Added</p> <ul> <li><em>playbook-builder</em>: Add <code>antoraVersion</code> property to playbook to provide access to Antora core version (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1236">#1236</a>)</li> <li><em>content-classifier</em>: Modify <code>ContentCatalog#getComponentVersion</code> to return latest component version if version is unspecified (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1231">#1231</a>)</li> <li><em>asciidoc-loader</em>: Pass <code>standalone</code> option through to <code>Asciidoctor#load</code> API (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1228">#1228</a>)</li> <li><em>asciidoc-loader</em>: Add <code>antoraResourceRefs</code> option to control whether Antora resource ref integration is enabled; pass through <code>safe</code>, <code>docfile</code>, and <code>docdir</code> options as well (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1241">#1241</a>)</li> <li><em>file-publisher</em>: Update <code>publishFiles</code> to accept an array of files as alternative to array of catalogs (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1235">#1235</a>)</li> </ul> <p>=== Changed</p> <ul> <li><em>logger</em>: Use src.abspath (absolute path) as file path in log message, if available, even if origin is not set</li> <li><em>playbook-builder</em>: Allow collection keys (array or map) in playbook to be null (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1233">#1233</a>)</li> <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/tree/HEAD/packages/cli/-/work_items/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 instance</li> <li><em>asciidoc-loader</em>: Always prefix docname with family segment if family is not page (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1232">#1232</a>)</li> <li><em>navigation-builder</em>: Assign pathname property to navigation entry with internal url when url has a hash (i.e., fragment) (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1237">#1237</a>)</li> <li><em>file-publisher</em>: Don't output site if output dir is null; still allow destinations to be null (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1234">#1234</a>)</li> <li><em>file-publisher</em>: Only allow primary output dir to set path for fs destination if first entry and path key is not set (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1238">#1238</a>)</li> <li><em>file-publisher</em>: Honor empty output destinations; require entry for primary fs destination if destinations key is set (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1240">#1240</a>)</li> <li><em>cli</em>: Pass <code>--stacktrace</code> argument to <code>buildPlaybook</code> (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1227">#1227</a>)</li> </ul> <p>=== Fixed</p> <ul> <li><em>playbook-builder</em>: Don't crash when coercing CLI option value if target collection is null; related to <a href="https://gitlab.com/antora/antora/tree/HEAD/packages/cli/-/work_items/1233">#1233</a></li> <li><em>file-publisher</em>: Honor <code>clean: false</code> set on output destination when default clean value is <code>true</code></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/tree/HEAD/packages/cli/-/work_items/1226">#1226</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/85665d02158ec725565b527bde9b3dbf1fa5b827"><code>85665d0</code></a> release 3.2.0</li> <li><a href="https://gitlab.com/antora/antora/commit/79f23d7f8dc32f9c9f28453704f014caa88ab3d2"><code>79f23d7</code></a> add Node.js 26 to test matrix</li> <li><a href="https://gitlab.com/antora/antora/commit/04c952a6222ccb72333e85ce38ada7bb1b947f03"><code>04c952a</code></a> upgrade xmldom</li> <li><a href="https://gitlab.com/antora/antora/commit/4b923ed6583579e84be3407152b609da6f58402d"><code>4b923ed</code></a> update declared supported versions of Node.js</li> <li><a href="https://gitlab.com/antora/antora/commit/ecc28eb57e78b8762c3fbecd1d5bcf6995ecf49e"><code>ecc28eb</code></a> update release date on what's new page</li> <li><a href="https://gitlab.com/antora/antora/commit/03b788c0ad11af3a671313a32c8f33c1dfdb4a55"><code>03b788c</code></a> add missing entries from what's new page</li> <li><a href="https://gitlab.com/antora/antora/commit/058f436d96f5a4d2aec2746105e09844d15961ed"><code>058f436</code></a> apply pending formatting to example code</li> <li><a href="https://gitlab.com/antora/antora/commit/9452cca3881404bf808299322033957589f47f70"><code>9452cca</code></a> upgrade js-yaml</li> <li><a href="https://gitlab.com/antora/antora/commit/621fe9397de807c132741b401247f462aceb2296"><code>621fe93</code></a> refresh dependency lock file</li> <li><a href="https://gitlab.com/antora/antora/commit/57a244e0b94f3c3bfad43ac4cfed815b8be95218"><code>57a244e</code></a> remove unused images</li> <li>Additional commits viewable in <a href="https://gitlab.com/antora/antora/compare/v3.1.15...v3.2.0">compare view</a></li> </ul> </details> <br /> Updates `@antora/site-generator` from 3.1.15 to 3.2.0 <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>== 3.2.0 (2026-08-29)</p> <p>=== Changed</p> <ul> <li><em>site-generator</em>: Log original error message when Antora extension is suspected to be Asciidoctor extension</li> <li>Upgrade js-yaml to 5.3.x (playbook-builder, content-aggregator, ui-loader)</li> </ul> <p>=== Fixed</p> <ul> <li>Don't crash if pub property not set on start page</li> </ul> <p>== 3.2.0-rc.3 (2026-08-12)</p> <p>=== Added</p> <ul> <li><em>playbook-builder</em>: Add <code>antoraVersion</code> property to playbook to provide access to Antora core version (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1236">#1236</a>)</li> <li><em>content-classifier</em>: Modify <code>ContentCatalog#getComponentVersion</code> to return latest component version if version is unspecified (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1231">#1231</a>)</li> <li><em>asciidoc-loader</em>: Pass <code>standalone</code> option through to <code>Asciidoctor#load</code> API (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1228">#1228</a>)</li> <li><em>asciidoc-loader</em>: Add <code>antoraResourceRefs</code> option to control whether Antora resource ref integration is enabled; pass through <code>safe</code>, <code>docfile</code>, and <code>docdir</code> options as well (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1241">#1241</a>)</li> <li><em>file-publisher</em>: Update <code>publishFiles</code> to accept an array of files as alternative to array of catalogs (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1235">#1235</a>)</li> </ul> <p>=== Changed</p> <ul> <li><em>logger</em>: Use src.abspath (absolute path) as file path in log message, if available, even if origin is not set</li> <li><em>playbook-builder</em>: Allow collection keys (array or map) in playbook to be null (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1233">#1233</a>)</li> <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/tree/HEAD/packages/site-generator/-/work_items/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 instance</li> <li><em>asciidoc-loader</em>: Always prefix docname with family segment if family is not page (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1232">#1232</a>)</li> <li><em>navigation-builder</em>: Assign pathname property to navigation entry with internal url when url has a hash (i.e., fragment) (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1237">#1237</a>)</li> <li><em>file-publisher</em>: Don't output site if output dir is null; still allow destinations to be null (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1234">#1234</a>)</li> <li><em>file-publisher</em>: Only allow primary output dir to set path for fs destination if first entry and path key is not set (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1238">#1238</a>)</li> <li><em>file-publisher</em>: Honor empty output destinations; require entry for primary fs destination if destinations key is set (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1240">#1240</a>)</li> <li><em>cli</em>: Pass <code>--stacktrace</code> argument to <code>buildPlaybook</code> (<a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1227">#1227</a>)</li> </ul> <p>=== Fixed</p> <ul> <li><em>playbook-builder</em>: Don't crash when coercing CLI option value if target collection is null; related to <a href="https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator/-/work_items/1233">#1233</a></li> <li><em>file-publisher</em>: Honor <code>clean: false</code> set on output destination when default clean value is <code>true</code></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/tree/HEAD/packages/site-generator/-/work_items/1226">#1226</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/85665d02158ec725565b527bde9b3dbf1fa5b827"><code>85665d0</code></a> release 3.2.0</li> <li><a href="https://gitlab.com/antora/antora/commit/79f23d7f8dc32f9c9f28453704f014caa88ab3d2"><code>79f23d7</code></a> add Node.js 26 to test matrix</li> <li><a href="https://gitlab.com/antora/antora/commit/04c952a6222ccb72333e85ce38ada7bb1b947f03"><code>04c952a</code></a> upgrade xmldom</li> <li><a href="https://gitlab.com/antora/antora/commit/4b923ed6583579e84be3407152b609da6f58402d"><code>4b923ed</code></a> update declared supported versions of Node.js</li> <li><a href="https://gitlab.com/antora/antora/commit/ecc28eb57e78b8762c3fbecd1d5bcf6995ecf49e"><code>ecc28eb</code></a> update release date on what's new page</li> <li><a href="https://gitlab.com/antora/antora/commit/03b788c0ad11af3a671313a32c8f33c1dfdb4a55"><code>03b788c</code></a> add missing entries from what's new page</li> <li><a href="https://gitlab.com/antora/antora/commit/058f436d96f5a4d2aec2746105e09844d15961ed"><code>058f436</code></a> apply pending formatting to example code</li> <li><a href="https://gitlab.com/antora/antora/commit/9452cca3881404bf808299322033957589f47f70"><code>9452cca</code></a> upgrade js-yaml</li> <li><a href="https://gitlab.com/antora/antora/commit/621fe9397de807c132741b401247f462aceb2296"><code>621fe93</code></a> refresh dependency lock file</li> <li><a href="https://gitlab.com/antora/antora/commit/57a244e0b94f3c3bfad43ac4cfed815b8be95218"><code>57a244e</code></a> remove unused images</li> <li>Additional commits viewable in <a href="https://gitlab.com/antora/antora/compare/v3.1.15...v3.2.0">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]
