Skip to content

Bump brace-expansion, @antora/asciidoc-loader, @antora/content-classifier, @antora/document-converter, @antora/site-generator-default and @antora/site-generator - #8

Merged
gkostkowski merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-3193d57d80
Jul 28, 2026
Merged

Bump brace-expansion, @antora/asciidoc-loader, @antora/content-classifier, @antora/document-converter, @antora/site-generator-default and @antora/site-generator#8
gkostkowski merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-3193d57d80

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Removes brace-expansion. It's no longer used after updating ancestor dependencies brace-expansion, @antora/asciidoc-loader, @antora/content-classifier, @antora/document-converter, @antora/site-generator-default and @antora/site-generator. These dependencies need to be updated together.

Removes brace-expansion

Updates @antora/asciidoc-loader from 3.1.2 to 3.1.15

Changelog

Sourced from @​antora/asciidoc-loader's changelog.

= Antora Changelog

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 https://gitlab.com/antora/antora/commits/main[commit history].

This project utilizes semantic versioning.

== Unreleased

=== Changed

  • 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
  • cli: Pass --stacktrace argument to buildPlaybook (#1227)

== 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)

== 3.2.0-rc.1 (2026-06-19)

=== Added

  • content-classifier: Don't compute and assign pub property when adding file to content catalog if pub property is falsy (#1220)
  • content-classifier: Add publishableFamilies setting on content catalog to allow custom family to be marked as publishable (#1219)
  • content-classifier: Add createFile method to content catalog to create file without adding it to content catalog (#1221)
  • content-classifier: Update ContentCatalog#getFiles to accept a predicate (i.e., filter function) to filter files (#1225)

=== Changed

  • content-aggregator: Automatically set READABLE_STREAM environment variable on process to force use of Node.js APIs (#1215)
  • content-classifier: Move internal second argument to ContentCatalog#addFile to transient data on src property
  • content-classifier: Explicitly mark underscore file as private; follow-up to #1153
  • content-classifier: Move underscore file check to classifyContent instead of createFile; follow-up to #1153
  • asciidoc-loader: Skip Asciidoctor extension if it has non-compliant exports (assume it self registers) (#1222)
  • asciidoc-loader: Cite specific reason why include is unresolved when target is an absolute file path or URL (#1223)
  • navigation-builder: Skip entries in navigation tree that have empty content
  • navigation-builder: Strip xref from navigation entry if mixed with other content (#1217)
  • site-generator: Add hint to site generation completion message when log failure threshold is exceeded (#1216)
  • cli: Change exit code to 2 when log failure threshold is exceeded (#1216)
  • Set Node.js 20 as minimum required version of Node.js

=== Fixed

... (truncated)

Commits
  • aa33c82 release 3.1.15
  • 33a63c3 prepare for 3.1.15 release
  • 035f672 apply pending source formatting
  • 8093364 resolves #1214 upgrade yauzl to fix compatibility issue with Node.js 24
  • baf3d26 fix self-signed certificate assertion for Node.js 24
  • 10f5a0d use correct type argument when creating symlink in test harness
  • 666743a refresh dependency lock file
  • 3f45c32 stop relying on storeOptionsAsProperties() setting of commander.js
  • 7d5b0c4 resolves #1209 make filename of UI helper module relative to playbook dir
  • adf182b add test that playbook with numeric basename is resolved
  • Additional commits viewable in compare view

Updates @antora/content-classifier from 3.1.2 to 3.1.15

Changelog

Sourced from @​antora/content-classifier's changelog.

= Antora Changelog

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 https://gitlab.com/antora/antora/commits/main[commit history].

This project utilizes semantic versioning.

== Unreleased

=== Changed

  • 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
  • cli: Pass --stacktrace argument to buildPlaybook (#1227)

== 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)

== 3.2.0-rc.1 (2026-06-19)

=== Added

  • content-classifier: Don't compute and assign pub property when adding file to content catalog if pub property is falsy (#1220)
  • content-classifier: Add publishableFamilies setting on content catalog to allow custom family to be marked as publishable (#1219)
  • content-classifier: Add createFile method to content catalog to create file without adding it to content catalog (#1221)
  • content-classifier: Update ContentCatalog#getFiles to accept a predicate (i.e., filter function) to filter files (#1225)

=== Changed

  • content-aggregator: Automatically set READABLE_STREAM environment variable on process to force use of Node.js APIs (#1215)
  • content-classifier: Move internal second argument to ContentCatalog#addFile to transient data on src property
  • content-classifier: Explicitly mark underscore file as private; follow-up to #1153
  • content-classifier: Move underscore file check to classifyContent instead of createFile; follow-up to #1153
  • asciidoc-loader: Skip Asciidoctor extension if it has non-compliant exports (assume it self registers) (#1222)
  • asciidoc-loader: Cite specific reason why include is unresolved when target is an absolute file path or URL (#1223)
  • navigation-builder: Skip entries in navigation tree that have empty content
  • navigation-builder: Strip xref from navigation entry if mixed with other content (#1217)
  • site-generator: Add hint to site generation completion message when log failure threshold is exceeded (#1216)
  • cli: Change exit code to 2 when log failure threshold is exceeded (#1216)
  • Set Node.js 20 as minimum required version of Node.js

=== Fixed

... (truncated)

Commits
  • aa33c82 release 3.1.15
  • 33a63c3 prepare for 3.1.15 release
  • 035f672 apply pending source formatting
  • 8093364 resolves #1214 upgrade yauzl to fix compatibility issue with Node.js 24
  • baf3d26 fix self-signed certificate assertion for Node.js 24
  • 10f5a0d use correct type argument when creating symlink in test harness
  • 666743a refresh dependency lock file
  • 3f45c32 stop relying on storeOptionsAsProperties() setting of commander.js
  • 7d5b0c4 resolves #1209 make filename of UI helper module relative to playbook dir
  • adf182b add test that playbook with numeric basename is resolved
  • Additional commits viewable in compare view

Updates @antora/document-converter from 3.1.2 to 3.1.15

Changelog

Sourced from @​antora/document-converter's changelog.

= Antora Changelog

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 https://gitlab.com/antora/antora/commits/main[commit history].

This project utilizes semantic versioning.

== Unreleased

=== Changed

  • 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
  • cli: Pass --stacktrace argument to buildPlaybook (#1227)

== 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)

== 3.2.0-rc.1 (2026-06-19)

=== Added

  • content-classifier: Don't compute and assign pub property when adding file to content catalog if pub property is falsy (#1220)
  • content-classifier: Add publishableFamilies setting on content catalog to allow custom family to be marked as publishable (#1219)
  • content-classifier: Add createFile method to content catalog to create file without adding it to content catalog (#1221)
  • content-classifier: Update ContentCatalog#getFiles to accept a predicate (i.e., filter function) to filter files (#1225)

=== Changed

  • content-aggregator: Automatically set READABLE_STREAM environment variable on process to force use of Node.js APIs (#1215)
  • content-classifier: Move internal second argument to ContentCatalog#addFile to transient data on src property
  • content-classifier: Explicitly mark underscore file as private; follow-up to #1153
  • content-classifier: Move underscore file check to classifyContent instead of createFile; follow-up to #1153
  • asciidoc-loader: Skip Asciidoctor extension if it has non-compliant exports (assume it self registers) (#1222)
  • asciidoc-loader: Cite specific reason why include is unresolved when target is an absolute file path or URL (#1223)
  • navigation-builder: Skip entries in navigation tree that have empty content
  • navigation-builder: Strip xref from navigation entry if mixed with other content (#1217)
  • site-generator: Add hint to site generation completion message when log failure threshold is exceeded (#1216)
  • cli: Change exit code to 2 when log failure threshold is exceeded (#1216)
  • Set Node.js 20 as minimum required version of Node.js

=== Fixed

... (truncated)

Commits
  • aa33c82 release 3.1.15
  • 33a63c3 prepare for 3.1.15 release
  • 035f672 apply pending source formatting
  • 8093364 resolves #1214 upgrade yauzl to fix compatibility issue with Node.js 24
  • baf3d26 fix self-signed certificate assertion for Node.js 24
  • 10f5a0d use correct type argument when creating symlink in test harness
  • 666743a refresh dependency lock file
  • 3f45c32 stop relying on storeOptionsAsProperties() setting of commander.js
  • 7d5b0c4 resolves #1209 make filename of UI helper module relative to playbook dir
  • adf182b add test that playbook with numeric basename is resolved
  • Additional commits viewable in compare view

Updates @antora/site-generator-default from 3.1.3 to 3.1.15

Changelog

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

= Antora Changelog

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 https://gitlab.com/antora/antora/commits/main[commit history].

This project utilizes semantic versioning.

== Unreleased

=== Changed

  • 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
  • cli: Pass --stacktrace argument to buildPlaybook (#1227)

== 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)

== 3.2.0-rc.1 (2026-06-19)

=== Added

  • content-classifier: Don't compute and assign pub property when adding file to content catalog if pub property is falsy (#1220)
  • content-classifier: Add publishableFamilies setting on content catalog to allow custom family to be marked as publishable (#1219)
  • content-classifier: Add createFile method to content catalog to create file without adding it to content catalog (#1221)
  • content-classifier: Update ContentCatalog#getFiles to accept a predicate (i.e., filter function) to filter files (#1225)

=== Changed

  • content-aggregator: Automatically set READABLE_STREAM environment variable on process to force use of Node.js APIs (#1215)
  • content-classifier: Move internal second argument to ContentCatalog#addFile to transient data on src property
  • content-classifier: Explicitly mark underscore file as private; follow-up to #1153
  • content-classifier: Move underscore file check to classifyContent instead of createFile; follow-up to #1153
  • asciidoc-loader: Skip Asciidoctor extension if it has non-compliant exports (assume it self registers) (#1222)
  • asciidoc-loader: Cite specific reason why include is unresolved when target is an absolute file path or URL (#1223)
  • navigation-builder: Skip entries in navigation tree that have empty content
  • navigation-builder: Strip xref from navigation entry if mixed with other content (#1217)
  • site-generator: Add hint to site generation completion message when log failure threshold is exceeded (#1216)
  • cli: Change exit code to 2 when log failure threshold is exceeded (#1216)
  • Set Node.js 20 as minimum required version of Node.js

=== Fixed

... (truncated)

Commits
  • aa33c82 release 3.1.15
  • 33a63c3 prepare for 3.1.15 release
  • 035f672 apply pending source formatting
  • 8093364 resolves #1214 upgrade yauzl to fix compatibility issue with Node.js 24
  • baf3d26 fix self-signed certificate assertion for Node.js 24
  • 10f5a0d use correct type argument when creating symlink in test harness
  • 666743a refresh dependency lock file
  • 3f45c32 stop relying on storeOptionsAsProperties() setting of commander.js
  • 7d5b0c4 resolves #1209 make filename of UI helper module relative to playbook dir
  • adf182b add test that playbook with numeric basename is resolved
  • Additional commits viewable in compare view

Updates @antora/site-generator from 3.1.3 to 3.1.15

Changelog

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

= Antora Changelog

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 https://gitlab.com/antora/antora/commits/main[commit history].

This project utilizes semantic versioning.

== Unreleased

=== Changed

  • 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
  • cli: Pass --stacktrace argument to buildPlaybook (#1227)

== 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)

== 3.2.0-rc.1 (2026-06-19)

=== Added

  • content-classifier: Don't compute and assign pub property when adding file to content catalog if pub property is falsy (#1220)
  • content-classifier: Add publishableFamilies setting on content catalog to allow custom family to be marked as publishable (#1219)
  • content-classifier: Add createFile method to content catalog to create file without adding it to content catalog (#1221)
  • content-classifier: Update ContentCatalog#getFiles to accept a predicate (i.e., filter function) to filter files (#1225)

=== Changed

  • content-aggregator: Automatically set READABLE_STREAM environment variable on process to force use of Node.js APIs (#1215)
  • content-classifier: Move internal second argument to ContentCatalog#addFile to transient data on src property
  • content-classifier: Explicitly mark underscore file as private; follow-up to #1153
  • content-classifier: Move underscore file check to classifyContent instead of createFile; follow-up to #1153
  • asciidoc-loader: Skip Asciidoctor extension if it has non-compliant exports (assume it self registers) (#1222)
  • asciidoc-loader: Cite specific reason why include is unresolved when target is an absolute file path or URL (#1223)
  • navigation-builder: Skip entries in navigation tree that have empty content
  • navigation-builder: Strip xref from navigation entry if mixed with other content (#1217)
  • site-generator: Add hint to site generation completion message when log failure threshold is exceeded (#1216)
  • cli: Change exit code to 2 when log failure threshold is exceeded (#1216)
  • Set Node.js 20 as minimum required version of Node.js

=== Fixed

... (truncated)

Commits
  • aa33c82 release 3.1.15
  • 33a63c3 prepare for 3.1.15 release
  • 035f672 apply pending source formatting
  • 8093364 resolves #1214 upgrade yauzl to fix compatibility issue with Node.js 24
  • baf3d26 fix self-signed certificate assertion for Node.js 24
  • 10f5a0d use correct type argument when creating symlink in test harness
  • 666743a refresh dependency lock file
  • 3f45c32 stop relying on storeOptionsAsProperties() setting of commander.js
  • 7d5b0c4 resolves #1209 make filename of UI helper module relative to playbook dir
  • adf182b add test that playbook with numeric basename is resolved
  • 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.

…fier, @antora/document-converter, @antora/site-generator-default and @antora/site-generator

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/asciidoc-loader](https://gitlab.com/antora/antora), [@antora/content-classifier](https://gitlab.com/antora/antora), [@antora/document-converter](https://gitlab.com/antora/antora), [@antora/site-generator-default](https://gitlab.com/antora/antora) and [@antora/site-generator](https://gitlab.com/antora/antora). These dependencies need to be updated together.


Removes `brace-expansion`

Updates `@antora/asciidoc-loader` from 3.1.2 to 3.1.15
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.2...v3.1.15)

Updates `@antora/content-classifier` from 3.1.2 to 3.1.15
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.2...v3.1.15)

Updates `@antora/document-converter` from 3.1.2 to 3.1.15
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.2...v3.1.15)

Updates `@antora/site-generator-default` from 3.1.3 to 3.1.15
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.3...v3.1.15)

Updates `@antora/site-generator` from 3.1.3 to 3.1.15
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.3...v3.1.15)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version:
  dependency-type: indirect
- dependency-name: "@antora/asciidoc-loader"
  dependency-version: 3.1.15
  dependency-type: direct:production
- dependency-name: "@antora/content-classifier"
  dependency-version: 3.1.15
  dependency-type: direct:production
- dependency-name: "@antora/document-converter"
  dependency-version: 3.1.15
  dependency-type: direct:production
- dependency-name: "@antora/site-generator-default"
  dependency-version: 3.1.15
  dependency-type: direct:production
- dependency-name: "@antora/site-generator"
  dependency-version: 3.1.15
  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 Jul 28, 2026
@gkostkowski
gkostkowski requested a review from Copilot July 28, 2026 14:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates this Antora-based documentation build’s Node dependencies to newer Antora 3.1.x patch releases, with the intent (per PR description) to also drop brace-expansion.

Changes:

  • Bump core Antora dependencies (@antora/*) to 3.1.15.
  • Refresh package-lock.json to reflect the updated Antora dependency graph and transitive updates.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
package.json Updates Antora dependencies to ^3.1.15 / 3.1.15.
package-lock.json Regenerates the lockfile to match the updated Antora dependency tree and updated transitive packages.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@gkostkowski
gkostkowski merged commit b4e2d80 into main Jul 28, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/multi-3193d57d80 branch July 28, 2026 14:22
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.

2 participants