Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the all group with 3 updates: @antora/cli, @antora/site-generator-default and fast-xml-parser.

Updates @antora/cli from 3.2.0-alpha.9 to 3.2.0-alpha.10

Changelog

Sourced from @​antora/cli's changelog.

== 3.2.0-alpha.10 (2025-10-03)

=== Changed

  • content-aggregator: Use symbolic name . to refer to current worktree and /. to refer to main worktree on worktrees key (#1187)
  • content-aggregator: Allow symbolic name . to be placed anywhere in list of patterns on worktrees key (#1188)
  • content-aggregator: Allow default worktrees value to be configured using worktrees key on content key in playbook (#746)
  • asciidoc-loader: Store document ID, if set, on asciidoc metadata object on page (#1186)

=== Fixed

  • content-aggregator: Ignore entry in branches, tags, or worktrees that is empty string to avoid crash
  • content-classifier: Allow page alias registered through the API to resolve to an attachment (#1185)
  • ui-loader: Fix premature termination of Node.js process when downloading UI bundle containing gzipped or large files (#1183)
  • asciidoc-loader: Add support for opts=inline on image macro when target is an SVG (#1001)
  • redirect-producer: Compute redirect paths correctly when site URL is / (#1184)
  • page-composer: Don't register helper with Handlebars if it has path and it does not end in .js (#1183)
Commits
  • 95db5ec release 3.2.0-alpha.10
  • 746526d store info about linked worktree on worktree property of repo object
  • 7305838 merge !1094
  • 58d3929 resolves #746 allow default worktrees value to be configured
  • 5e98653 merge !1092
  • 3a1b01f resolves #1187 use . to refer to current worktree and /. to refer to main wor...
  • c7327b5 merge !1093
  • ca989ad resolves #1183 fix premature termination of Node.js process when downloading ...
  • 7608aa0 ignore entry in branches, tags, or worktrees that is empty string to avoid crash
  • 7d3fc4d minor code style change
  • Additional commits viewable in compare view

Updates @antora/site-generator-default from 3.2.0-alpha.9 to 3.2.0-alpha.10

Changelog

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

== 3.2.0-alpha.10 (2025-10-03)

=== Changed

  • content-aggregator: Use symbolic name . to refer to current worktree and /. to refer to main worktree on worktrees key (#1187)
  • content-aggregator: Allow symbolic name . to be placed anywhere in list of patterns on worktrees key (#1188)
  • content-aggregator: Allow default worktrees value to be configured using worktrees key on content key in playbook (#746)
  • asciidoc-loader: Store document ID, if set, on asciidoc metadata object on page (#1186)

=== Fixed

  • content-aggregator: Ignore entry in branches, tags, or worktrees that is empty string to avoid crash
  • content-classifier: Allow page alias registered through the API to resolve to an attachment (#1185)
  • ui-loader: Fix premature termination of Node.js process when downloading UI bundle containing gzipped or large files (#1183)
  • asciidoc-loader: Add support for opts=inline on image macro when target is an SVG (#1001)
  • redirect-producer: Compute redirect paths correctly when site URL is / (#1184)
  • page-composer: Don't register helper with Handlebars if it has path and it does not end in .js (#1183)
Commits
  • 95db5ec release 3.2.0-alpha.10
  • 746526d store info about linked worktree on worktree property of repo object
  • 7305838 merge !1094
  • 58d3929 resolves #746 allow default worktrees value to be configured
  • 5e98653 merge !1092
  • 3a1b01f resolves #1187 use . to refer to current worktree and /. to refer to main wor...
  • c7327b5 merge !1093
  • ca989ad resolves #1183 fix premature termination of Node.js process when downloading ...
  • 7608aa0 ignore entry in branches, tags, or worktrees that is empty string to avoid crash
  • 7d3fc4d minor code style change
  • Additional commits viewable in compare view

Updates fast-xml-parser from 5.2.5 to 5.3.0

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

5.3.0 / 2025-10-03

  • Use Uint8Array in place of Buffer in Parser

5.2.5 / 2025-06-08

  • Inform user to use fxp-cli instead of in-built CLI feature
  • Export typings for direct use

5.2.4 / 2025-06-06

  • fix (#747): fix EMPTY and ANY with ELEMENT in DOCTYPE

5.2.3 / 2025-05-11

  • fix (#747): support EMPTY and ANY with ELEMENT in DOCTYPE

5.2.2 / 2025-05-05

  • fix (#746): update strnum to fix parsing issues related to enotations

5.2.1 / 2025-04-22

  • fix: read DOCTYPE entity value correctly
  • read DOCTYPE NOTATION, ELEMENT exp but not using read values

5.2.0 / 2025-04-03

5.1.0 / 2025-04-02

  • feat: declare package as side-effect free (#738) (By Thomas Bouffard)
  • fix cjs build mode
  • fix builder return type to string

5.0.9 / 2025-03-14

  • fix: support numeric entities with values over 0xFFFF (#726) (By Marc Durdin)
  • fix: update strnum to fix parsing 0 if skiplike option is used

5.0.8 / 2025-02-27

  • fix parsing 0 if skiplike option is used.
    • updating strnum dependency

5.0.7 / 2025-02-25

  • fix (#724) typings for cjs.

5.0.6 / 2025-02-20

5.0.5 / 2025-02-20

  • fix parsing of string starting with 'e' or 'E' by updating strnum

... (truncated)

Commits

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 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 1, 2025
@github-actions github-actions bot force-pushed the dependabot/npm_and_yarn/all-7f15f72ec2 branch from 07e2962 to a11b40f Compare November 1, 2025 10:06
Copy link
Contributor

@ppkarwasz ppkarwasz left a comment

Choose a reason for hiding this comment

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

NPM always makes me a bit nervous because of the whole supply chain risk angle, and it’s not always easy to verify what’s changed under the hood.

That said, this PR looks good: the releases have been out for a while, and the updates match what’s listed in the official changelogs.

@ppkarwasz ppkarwasz enabled auto-merge (squash) November 1, 2025 18:20
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