Skip to content

build(deps): bump js-yaml, @antora/cli, @antora/site-generator and antora in /doc - #586

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/doc/multi-7cb9481dce
Open

build(deps): bump js-yaml, @antora/cli, @antora/site-generator and antora in /doc#586
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/doc/multi-7cb9481dce

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown

Bumps js-yaml to 5.4.1 and updates ancestor dependencies js-yaml, @antora/cli, @antora/site-generator and antora. These dependencies need to be updated together.

Updates js-yaml from 4.1.1 to 5.4.1

Changelog

Sourced from js-yaml's changelog.

[5.4.1] - 2026-08-26

Changed

  • Hard-limit merge sequence size to 100.

Security

  • Count empty mappings in merge sequences toward maxTotalMergeKeys to limit CPU usage, #797.

[5.4.0] - 2026-08-25

Added

  • Added the scalarStyleRules dumper option to customize string formatting. See Scalar styling for details.

Changed

  • [breaking] Flattened the low-level AST node style representation. Scalar and collection nodes now use SCALAR_STYLE and COLLECTION_STYLE values; explicit tags use the separate tagged property. Alias nodes now contain only kind and anchor. This only affects code that directly constructs or edits AST nodes.
  • [breaking] The sortKeys option was rewritten using AST mutation to avoid side effects.
  • Reworked scalar style selection. This can change formatting without changing loaded values; in particular, whitespace-only strings are now double-quoted.

Fixed

  • Accept a byte order mark at the start of each document in a stream, #791.
  • Produce valid flow mappings with quoteFlowKeys and flowSkipColonSpace, including alias and property-only keys, #786.
  • Preserve empty scalar items when converting block sequences to flow style.
  • Do not apply the 1024-character simple-key limit to flow mapping keys.
  • Count Unicode code points, rather than UTF-16 code units, for the 1024-character simple-key limit.
  • Add an explicit document-end marker after keep-chomped block scalars when needed to preserve trailing newlines.

[5.3.0] - 2026-08-14

This release focuses on reworking the documentation and making small architectural improvements before moving forward.

Added

  • Added completely new documentation.
  • Exported DUMP_SCHEMA, the default schema used by the dumper.
  • Added YAMLException.throwAt() for throwing an error at a source position.

Changed

... (truncated)

Commits

Updates @antora/cli from 3.1.14 to 3.2.0

Changelog

Sourced from @​antora/cli's changelog.

== 3.2.0 (2026-08-29)

=== Changed

  • site-generator: Log original error message when Antora extension is suspected to be Asciidoctor extension
  • Upgrade js-yaml to 5.3.x (playbook-builder, content-aggregator, ui-loader)

=== Fixed

  • Don't crash if pub property not set on start page

== 3.2.0-rc.3 (2026-08-12)

=== Added

  • playbook-builder: Add antoraVersion property to playbook to provide access to Antora core version (#1236)
  • content-classifier: Modify ContentCatalog#getComponentVersion to return latest component version if version is unspecified (#1231)
  • asciidoc-loader: Pass standalone option through to Asciidoctor#load API (#1228)
  • asciidoc-loader: Add antoraResourceRefs option to control whether Antora resource ref integration is enabled; pass through safe, docfile, and docdir options as well (#1241)
  • file-publisher: Update publishFiles to accept an array of files as alternative to array of catalogs (#1235)

=== Changed

  • logger: Use src.abspath (absolute path) as file path in log message, if available, even if origin is not set
  • playbook-builder: Allow collection keys (array or map) in playbook to be null (#1233)
  • playbook-builder: Map --stacktrace CLI option to runtime.stacktrace property on playbook (#1227)
  • content-classifier: Change createFile method to set module property to ROOT if not set when inflating src
  • content-classifier: Change createFile method to compute and assign path property if not set if input is not a Vinyl instance
  • asciidoc-loader: Always prefix docname with family segment if family is not page (#1232)
  • navigation-builder: Assign pathname property to navigation entry with internal url when url has a hash (i.e., fragment) (#1237)
  • file-publisher: Don't output site if output dir is null; still allow destinations to be null (#1234)
  • file-publisher: Only allow primary output dir to set path for fs destination if first entry and path key is not set (#1238)
  • file-publisher: Honor empty output destinations; require entry for primary fs destination if destinations key is set (#1240)
  • cli: Pass --stacktrace argument to buildPlaybook (#1227)

=== Fixed

  • playbook-builder: Don't crash when coercing CLI option value if target collection is null; related to #1233
  • file-publisher: Honor clean: false set on output destination when default clean value is true

== 3.2.0-rc.2 (2026-06-20)

=== Added

  • content-classifier: Add create argument as second argument to addFile method on content catalog for backwards compatibility; default to true

=== Changed

  • content-classifier: Convert contents to Buffer if contents is string for file passed to createFile method on content catalog; only used if input file is not a Vinyl object (#1226)

... (truncated)

Commits
  • 85665d0 release 3.2.0
  • 79f23d7 add Node.js 26 to test matrix
  • 04c952a upgrade xmldom
  • 4b923ed update declared supported versions of Node.js
  • ecc28eb update release date on what's new page
  • 03b788c add missing entries from what's new page
  • 058f436 apply pending formatting to example code
  • 9452cca upgrade js-yaml
  • 621fe93 refresh dependency lock file
  • 57a244e remove unused images
  • Additional commits viewable in compare view

Updates @antora/site-generator from 3.1.14 to 3.2.0

Changelog

Sourced from @​antora/site-generator's changelog.

== 3.2.0 (2026-08-29)

=== Changed

  • site-generator: Log original error message when Antora extension is suspected to be Asciidoctor extension
  • Upgrade js-yaml to 5.3.x (playbook-builder, content-aggregator, ui-loader)

=== Fixed

  • Don't crash if pub property not set on start page

== 3.2.0-rc.3 (2026-08-12)

=== Added

  • playbook-builder: Add antoraVersion property to playbook to provide access to Antora core version (#1236)
  • content-classifier: Modify ContentCatalog#getComponentVersion to return latest component version if version is unspecified (#1231)
  • asciidoc-loader: Pass standalone option through to Asciidoctor#load API (#1228)
  • asciidoc-loader: Add antoraResourceRefs option to control whether Antora resource ref integration is enabled; pass through safe, docfile, and docdir options as well (#1241)
  • file-publisher: Update publishFiles to accept an array of files as alternative to array of catalogs (#1235)

=== Changed

  • logger: Use src.abspath (absolute path) as file path in log message, if available, even if origin is not set
  • playbook-builder: Allow collection keys (array or map) in playbook to be null (#1233)
  • playbook-builder: Map --stacktrace CLI option to runtime.stacktrace property on playbook (#1227)
  • content-classifier: Change createFile method to set module property to ROOT if not set when inflating src
  • content-classifier: Change createFile method to compute and assign path property if not set if input is not a Vinyl instance
  • asciidoc-loader: Always prefix docname with family segment if family is not page (#1232)
  • navigation-builder: Assign pathname property to navigation entry with internal url when url has a hash (i.e., fragment) (#1237)
  • file-publisher: Don't output site if output dir is null; still allow destinations to be null (#1234)
  • file-publisher: Only allow primary output dir to set path for fs destination if first entry and path key is not set (#1238)
  • file-publisher: Honor empty output destinations; require entry for primary fs destination if destinations key is set (#1240)
  • cli: Pass --stacktrace argument to buildPlaybook (#1227)

=== Fixed

  • playbook-builder: Don't crash when coercing CLI option value if target collection is null; related to #1233
  • file-publisher: Honor clean: false set on output destination when default clean value is true

== 3.2.0-rc.2 (2026-06-20)

=== Added

  • content-classifier: Add create argument as second argument to addFile method on content catalog for backwards compatibility; default to true

=== Changed

  • content-classifier: Convert contents to Buffer if contents is string for file passed to createFile method on content catalog; only used if input file is not a Vinyl object (#1226)

... (truncated)

Commits
  • 85665d0 release 3.2.0
  • 79f23d7 add Node.js 26 to test matrix
  • 04c952a upgrade xmldom
  • 4b923ed update declared supported versions of Node.js
  • ecc28eb update release date on what's new page
  • 03b788c add missing entries from what's new page
  • 058f436 apply pending formatting to example code
  • 9452cca upgrade js-yaml
  • 621fe93 refresh dependency lock file
  • 57a244e remove unused images
  • Additional commits viewable in compare view

Updates antora from 3.1.14 to 3.2.0

Changelog

Sourced from antora's changelog.

== 3.2.0 (2026-08-29)

=== Changed

  • site-generator: Log original error message when Antora extension is suspected to be Asciidoctor extension
  • Upgrade js-yaml to 5.3.x (playbook-builder, content-aggregator, ui-loader)

=== Fixed

  • Don't crash if pub property not set on start page

== 3.2.0-rc.3 (2026-08-12)

=== Added

  • playbook-builder: Add antoraVersion property to playbook to provide access to Antora core version (#1236)
  • content-classifier: Modify ContentCatalog#getComponentVersion to return latest component version if version is unspecified (#1231)
  • asciidoc-loader: Pass standalone option through to Asciidoctor#load API (#1228)
  • asciidoc-loader: Add antoraResourceRefs option to control whether Antora resource ref integration is enabled; pass through safe, docfile, and docdir options as well (#1241)
  • file-publisher: Update publishFiles to accept an array of files as alternative to array of catalogs (#1235)

=== Changed

  • logger: Use src.abspath (absolute path) as file path in log message, if available, even if origin is not set
  • playbook-builder: Allow collection keys (array or map) in playbook to be null (#1233)
  • playbook-builder: Map --stacktrace CLI option to runtime.stacktrace property on playbook (#1227)
  • content-classifier: Change createFile method to set module property to ROOT if not set when inflating src
  • content-classifier: Change createFile method to compute and assign path property if not set if input is not a Vinyl instance
  • asciidoc-loader: Always prefix docname with family segment if family is not page (#1232)
  • navigation-builder: Assign pathname property to navigation entry with internal url when url has a hash (i.e., fragment) (#1237)
  • file-publisher: Don't output site if output dir is null; still allow destinations to be null (#1234)
  • file-publisher: Only allow primary output dir to set path for fs destination if first entry and path key is not set (#1238)
  • file-publisher: Honor empty output destinations; require entry for primary fs destination if destinations key is set (#1240)
  • cli: Pass --stacktrace argument to buildPlaybook (#1227)

=== Fixed

  • playbook-builder: Don't crash when coercing CLI option value if target collection is null; related to #1233
  • file-publisher: Honor clean: false set on output destination when default clean value is true

== 3.2.0-rc.2 (2026-06-20)

=== Added

  • content-classifier: Add create argument as second argument to addFile method on content catalog for backwards compatibility; default to true

=== Changed

  • content-classifier: Convert contents to Buffer if contents is string for file passed to createFile method on content catalog; only used if input file is not a Vinyl object (#1226)

... (truncated)

Commits
  • 85665d0 release 3.2.0
  • 79f23d7 add Node.js 26 to test matrix
  • 04c952a upgrade xmldom
  • 4b923ed update declared supported versions of Node.js
  • ecc28eb update release date on what's new page
  • 03b788c add missing entries from what's new page
  • 058f436 apply pending formatting to example code
  • 9452cca upgrade js-yaml
  • 621fe93 refresh dependency lock file
  • 57a244e remove unused images
  • Additional commits viewable in compare view

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 commands and options

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.

…tora

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 5.4.1 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [@antora/cli](https://gitlab.com/antora/antora/tree/HEAD/packages/cli), [@antora/site-generator](https://gitlab.com/antora/antora/tree/HEAD/packages/site-generator) and [antora](https://gitlab.com/antora/antora/tree/HEAD/packages/antora). These dependencies need to be updated together.


Updates `js-yaml` from 4.1.1 to 5.4.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@4.1.1...5.4.1)

Updates `@antora/cli` from 3.1.14 to 3.2.0
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.14...v3.2.0)

Updates `@antora/site-generator` from 3.1.14 to 3.2.0
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.14...v3.2.0)

Updates `antora` from 3.1.14 to 3.2.0
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.14...v3.2.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.4.1
  dependency-type: indirect
- dependency-name: "@antora/cli"
  dependency-version: 3.2.0
  dependency-type: direct:development
- dependency-name: "@antora/site-generator"
  dependency-version: 3.2.0
  dependency-type: direct:development
- dependency-name: antora
  dependency-version: 3.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
@dependabot
dependabot Bot requested a review from Becheler as a code owner September 2, 2026 12:59
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 2, 2026
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

Boost dependency footprint vs develop (auto-generated).
PR run 33633090165 vs develop run 33632978542 (d1d253e42a).

Header-inclusion weights (graph files pulling each direct dependency in):

No header-inclusion-weight changes.

Transitive Boost modules: 66 → 66 (0)

@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown

Compiler-warning counts vs develop (auto-generated).
PR run 33633090066 vs develop run 33632978502 (d1d253e42a).

Job Baseline After Delta
macos (clang, 14) 648 648 0
macos (clang, 17) 611 611 0
macos (clang, 20) 611 611 0
ubuntu (clang-19, 14) 648 648 0
ubuntu (clang-19, 17) 611 611 0
ubuntu (clang-19, 20) 611 611 0
ubuntu (clang-19, 23) 611 611 0
ubuntu (gcc-14, 14) 801 801 0
ubuntu (gcc-14, 17) 937 937 0
ubuntu (gcc-14, 20) 937 937 0
ubuntu (gcc-14, 23) 937 937 0
windows_msvc_14_3 (msvc-14.3) 961 961 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants