Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): bump the docs group across 1 directory with 3 updates #1084

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps the docs group with 3 updates in the / directory: @antora/cli, @antora/site-generator-default and typedoc.

Updates @antora/cli from 3.1.9 to 3.1.10

Changelog

Sourced from @​antora/cli'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.

== 3.2.0-alpha.8 (2024-12-05)

=== Changed

  • content-aggregator: Don't apply camelCase transformation to descendant keys of the ext key in component version descriptor (#1145)
  • content-aggregator: Include - segment in edit URL for file hosted on gitlab.com to avoid redirct
  • Apply code formatting changes to comply with biome toolchain (#1157)
  • Add directory property to repository entry in package files
  • Upgrade @​antora/expand-path-helper to 3.0.x (content-aggregator, ui-loader, file-publisher, logger)
  • Upgrade @​antora/user-require-helper to 3.0.x (content-aggregator, asciidoc-loader, file-publisher, site-generator, cli)

=== Fixed

  • content-aggregator: Gracefully handle case when value of nav key in component version descriptor is not an array (#1147)
  • page-composer: Use navtitle as content of orphan breadcrumb entry instead of doctitle (aka page title) (#1159)
  • site-generator: Fully support static register method on Class or Object exported by extension (#1158)

== 3.2.0-alpha.7 (2024-12-05)

Release failed.

== 3.2.0-alpha.6 (2024-07-23)

=== Changed

  • Replace "AsciiDoc extension" with "Asciidoctor extension" in log messages

=== Fixed

  • file-publisher: Wrap legacy stream on file when preparing files for output providers; remove listeners limit (#1139)

== 3.2.0-alpha.5 (2024-06-25)

=== Added

  • playbook-builder: Add git.fetch_depth key to control how many recent commits Antora fetches from a remote repository (#1090)
  • content-classifier: Allow component name and version to be referenced by attributes in antora.yml as antora-component-name and antora-component-version attributes, respectively (#1106)
  • asciidoc-loader: Detect (and skip) Antora extension that's been registered as an AsciiDoc extension and log a warning (#1084)
  • site-generator: Detect (and skip) AsciiDoc extension registered as an Antora extension and log a warning (#1104)

=== Changed

  • content-aggregator: Use worktree from local repository even if repository has no commits (#298)

... (truncated)

Commits
  • 854ac81 release 3.1.10
  • af08e08 fix issue references on what's new page
  • 43cdee8 fix broken internal reference on images page
  • 36207a5 add section to images page to document how to make a link to an image
  • ca6a33d improve introduction of images and attachment by mentioning use of xref macro
  • 3bab6c6 mention that xref can be used to create a link to an image
  • c741759 update what's new page for upcoming 3.1.10 release
  • 5742a22 fix issue references in CHANGELOG [skip ci]
  • 6b67ddc allow coverage npm script to be run per package and document how to invoke it...
  • 6280687 use curl to fetch the release script instead of wget [skip ci]
  • Additional commits viewable in compare view

Updates @antora/site-generator-default from 3.1.9 to 3.1.10

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.

== 3.2.0-alpha.8 (2024-12-05)

=== Changed

  • content-aggregator: Don't apply camelCase transformation to descendant keys of the ext key in component version descriptor (#1145)
  • content-aggregator: Include - segment in edit URL for file hosted on gitlab.com to avoid redirct
  • Apply code formatting changes to comply with biome toolchain (#1157)
  • Add directory property to repository entry in package files
  • Upgrade @​antora/expand-path-helper to 3.0.x (content-aggregator, ui-loader, file-publisher, logger)
  • Upgrade @​antora/user-require-helper to 3.0.x (content-aggregator, asciidoc-loader, file-publisher, site-generator, cli)

=== Fixed

  • content-aggregator: Gracefully handle case when value of nav key in component version descriptor is not an array (#1147)
  • page-composer: Use navtitle as content of orphan breadcrumb entry instead of doctitle (aka page title) (#1159)
  • site-generator: Fully support static register method on Class or Object exported by extension (#1158)

== 3.2.0-alpha.7 (2024-12-05)

Release failed.

== 3.2.0-alpha.6 (2024-07-23)

=== Changed

  • Replace "AsciiDoc extension" with "Asciidoctor extension" in log messages

=== Fixed

  • file-publisher: Wrap legacy stream on file when preparing files for output providers; remove listeners limit (#1139)

== 3.2.0-alpha.5 (2024-06-25)

=== Added

  • playbook-builder: Add git.fetch_depth key to control how many recent commits Antora fetches from a remote repository (#1090)
  • content-classifier: Allow component name and version to be referenced by attributes in antora.yml as antora-component-name and antora-component-version attributes, respectively (#1106)
  • asciidoc-loader: Detect (and skip) Antora extension that's been registered as an AsciiDoc extension and log a warning (#1084)
  • site-generator: Detect (and skip) AsciiDoc extension registered as an Antora extension and log a warning (#1104)

=== Changed

  • content-aggregator: Use worktree from local repository even if repository has no commits (#298)

... (truncated)

Commits
  • 854ac81 release 3.1.10
  • af08e08 fix issue references on what's new page
  • 43cdee8 fix broken internal reference on images page
  • 36207a5 add section to images page to document how to make a link to an image
  • ca6a33d improve introduction of images and attachment by mentioning use of xref macro
  • 3bab6c6 mention that xref can be used to create a link to an image
  • c741759 update what's new page for upcoming 3.1.10 release
  • 5742a22 fix issue references in CHANGELOG [skip ci]
  • 6b67ddc allow coverage npm script to be run per package and document how to invoke it...
  • 6280687 use curl to fetch the release script instead of wget [skip ci]
  • Additional commits viewable in compare view

Updates typedoc from 0.27.6 to 0.27.7

Release notes

Sourced from typedoc's releases.

v0.27.7

Features

  • @includeCode and @inline can now inject parts of files using region names or line numbers, #2816.
  • Introduced ja translation options, deprecated jp in favor of ja, #2843.
  • Improved TypeDoc's --watch option to support watching files not caught by TypeScript's watch mode, #2675.
  • The @inline tag now works in more places for generic types.
  • Visibility filters now consider individual signatures, #2846.

Bug Fixes

  • Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, #2823.
  • Improved narrator support for labeling icons, #2832.
  • Fixed an issue with @class incorrectly handling mapped types, #2842.
  • TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, #2844.
  • Fixed an issue where TypeDoc would constantly rebuild, #2844.
  • Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, #2845.

Thanks!

Changelog

Sourced from typedoc's changelog.

v0.27.7 (2025-02-09)

Features

  • @includeCode and @inline can now inject parts of files using region names or line numbers, #2816.
  • Introduced ja translation options, deprecated jp in favor of ja, #2843.
  • Improved TypeDoc's --watch option to support watching files not caught by TypeScript's watch mode, #2675.
  • The @inline tag now works in more places for generic types.
  • Visibility filters now consider individual signatures, #2846.

Bug Fixes

  • Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, #2823.
  • Improved narrator support for labeling icons, #2832.
  • Fixed an issue with @class incorrectly handling mapped types, #2842.
  • TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, #2844.
  • Fixed an issue where TypeDoc would constantly rebuild, #2844.
  • Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, #2845.

Thanks!

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

Bumps the docs group with 3 updates in the / directory: [@antora/cli](https://gitlab.com/antora/antora), [@antora/site-generator-default](https://gitlab.com/antora/antora) and [typedoc](https://github.com/TypeStrong/TypeDoc).


Updates `@antora/cli` from 3.1.9 to 3.1.10
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.9...v3.1.10)

Updates `@antora/site-generator-default` from 3.1.9 to 3.1.10
- [Changelog](https://gitlab.com/antora/antora/blob/main/CHANGELOG.adoc)
- [Commits](https://gitlab.com/antora/antora/compare/v3.1.9...v3.1.10)

Updates `typedoc` from 0.27.6 to 0.27.7
- [Release notes](https://github.com/TypeStrong/TypeDoc/releases)
- [Changelog](https://github.com/TypeStrong/typedoc/blob/master/CHANGELOG.md)
- [Commits](TypeStrong/typedoc@v0.27.6...v0.27.7)

---
updated-dependencies:
- dependency-name: "@antora/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs
- dependency-name: "@antora/site-generator-default"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs
- dependency-name: typedoc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: docs
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependabot Automatic Dependency Update by Dependabot label Feb 10, 2025
@dependabot dependabot bot requested a review from a team February 10, 2025 14:55
@synqotik synqotik merged commit 8d14cc0 into develop Feb 11, 2025
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/docs-f1793ed183 branch February 11, 2025 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Automatic Dependency Update by Dependabot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant