Skip to content

chore(deps-dev): bump the documentation-tooling group across 1 directory with 4 updates - #423

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/website/documentation-tooling-d5cc6cfba0
Open

chore(deps-dev): bump the documentation-tooling group across 1 directory with 4 updates#423
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/website/documentation-tooling-d5cc6cfba0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the documentation-tooling group with 4 updates in the /website directory: @astrojs/starlight, @contentauth/c2pa-web, astro and typedoc-plugin-markdown.

Updates @astrojs/starlight from 0.41.7 to 0.41.9

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.41.9

Patch Changes

@​astrojs/starlight@​0.41.8

Patch Changes

Changelog

Sourced from @​astrojs/starlight's changelog.

0.41.9

Patch Changes

0.41.8

Patch Changes

Commits

Updates @contentauth/c2pa-web from 0.13.4 to 0.14.3

Commits
  • a7b7390 chore: version packages (#199)
  • 6ed087a fix: Remove stray package-lock.json from c2pa-web (#198)
  • 11dc524 chore: version packages (#197)
  • 1b3b9ed fix: Pin @​changesets/cli to properly apply patch to release c2pa-web correc...
  • 1fbf843 chore: version packages (#193)
  • 9c87188 fix: apply temporary changeset patch to fix c2pa-node and c2pa-web workspace ...
  • a62320c fix: re-publish c2pa-utilities with proper workspace dependency resolution ...
  • 47ebbd6 ci: Make GitHub Action release.yml more robust and idempotent (#191)
  • ab9f297 chore: version packages (#183)
  • f038dc1 feat: Add isRetryableError and fetch options for FetchWithRetryOptions; do no...
  • Additional commits viewable in compare view

Updates astro from 7.2.2 to 7.2.9

Release notes

Sourced from astro's releases.

astro@7.2.9

Patch Changes

astro@7.2.8

Patch Changes

astro@7.2.7

Patch Changes

  • #17415 55d38c8 Thanks @​iseraph-dev! - Deserializes each route once when loading the SSR manifest

  • #17772 023b48b Thanks @​matthewp! - Fixes route selection for normalized request paths in adapter and development request handling

  • #17819 633855b Thanks @​matthewp! - Updates generated and default Cloudflare compatibility_date values to match the installed runtime and requires Wrangler ^4.125.0

  • #17813 ae26d18 Thanks @​matthewp! - Fixes rewrite() and next(payload) for GET and HEAD requests with host-provided bodies

  • #17816 a0d2fe3 Thanks @​astro-factory! - Fixes the experimental svgOptimizer not generating unique per-file ID prefixes when using SVGO's prefixIds plugin

astro@7.2.6

Patch Changes

  • #17812 29af6da Thanks @​matthewp! - Fixes a bug where new FetchState(request) could fail in development when server dependencies were optimized

astro@7.2.5

Patch Changes

  • #17758 5f419e2 Thanks @​astro-factory! - Fixes a bug where experimental_getFontFileURL() rejected valid font URLs when using the Cloudflare adapter

  • #17416 493796b Thanks @​iseraph-dev! - Skips no-op pathname writes when normalizing SSR request URLs

  • #17712 bd374b7 Thanks @​fkatsuhiro! - Updates deprecation messages target from Astro 7 to 8

  • #17719 dac1768 Thanks @​astrobot-houston! - Fixes session ID validation to reject non-UUID cookie values before using them as storage keys

  • #17770 84eb7e7 Thanks @​astro-factory! - Fixes --mode, --site, --base, --out-dir, --verbose, --silent, and --open flags being silently dropped when using astro dev --background or astro preview --background

  • #17713 d035290 Thanks @​wakqasahmed! - Fixes content-modules.mjs not removing entries for deleted or renamed content files, which could cause Vite to attempt to resolve non-existent modules

... (truncated)

Changelog

Sourced from astro's changelog.

7.2.9

Patch Changes

7.2.8

Patch Changes

7.2.7

Patch Changes

  • #17415 55d38c8 Thanks @​iseraph-dev! - Deserializes each route once when loading the SSR manifest

  • #17772 023b48b Thanks @​matthewp! - Fixes route selection for normalized request paths in adapter and development request handling

  • #17819 633855b Thanks @​matthewp! - Updates generated and default Cloudflare compatibility_date values to match the installed runtime and requires Wrangler ^4.125.0

  • #17813 ae26d18 Thanks @​matthewp! - Fixes rewrite() and next(payload) for GET and HEAD requests with host-provided bodies

  • #17816 a0d2fe3 Thanks @​astro-factory! - Fixes the experimental svgOptimizer not generating unique per-file ID prefixes when using SVGO's prefixIds plugin

7.2.6

Patch Changes

  • #17812 29af6da Thanks @​matthewp! - Fixes a bug where new FetchState(request) could fail in development when server dependencies were optimized

7.2.5

Patch Changes

... (truncated)

Commits

Updates typedoc-plugin-markdown from 4.12.0 to 4.13.0

Release notes

Sourced from typedoc-plugin-markdown's releases.

typedoc-plugin-markdown@4.13.0

Minor Changes

  • add a parametersFormat: "none" option to completely drop the parameter list/table and its heading (#876) - thanks @​Jym77.
  • expand type parameters in signatures when expandParameters is set (#875) - thanks @​Jym77.

Patch Changes

  • fix signature parameters (#874) - thanks @​Jym77.
  • Symbol links without a declaration reference now print a warning and render as plain text instead of attempting to resolve to the nearest link (#870).
  • formatWithPrettier now resolves Prettier config against the file being written and reads .editorconfig, so path-specific settings are honoured (#881).
Changelog

Sourced from typedoc-plugin-markdown's changelog.

4.13.0 (2026-08-25)

Minor Changes

  • add a parametersFormat: "none" option to completely drop the parameter list/table and its heading (#876) - thanks @​Jym77.
  • expand type parameters in signatures when expandParameters is set (#875) - thanks @​Jym77.

Patch Changes

  • fix signature parameters (#874) - thanks @​Jym77.
  • Symbol links without a declaration reference now print a warning and render as plain text instead of attempting to resolve to the nearest link (#870).
  • formatWithPrettier now resolves Prettier config against the file being written and reads .editorconfig, so path-specific settings are honoured (#881).
Commits
  • 57302a9 Version Packages
  • e75e95d fix(core): resolve Prettier config against the file being written (#881)
  • 3b29a55 feat(core): render symbol links without declaration references as plain text
  • cd46b32 chore(core): updated changesets and fixed tests
  • 6cab553 Merge pull request #879 from Jym77/add-parameterFormat-none
  • 8c79421 Merge pull request #878 from Jym77/expand-type-parameters
  • 73077ff fix(core): revert to unticked type parameters names
  • 6f818d7 chore(core): clean up
  • b7a9067 fix(core): do not add backticks around unexpanded type parameters in page titles
  • ce6a676 Potential fix for pull request finding
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
@dependabot
dependabot Bot requested a review from JimmyDaddy as a code owner August 31, 2026 01:47
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 31, 2026
…ory with 4 updates

Bumps the documentation-tooling group with 4 updates in the /website directory: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight), [@contentauth/c2pa-web](https://github.com/contentauth/c2pa-js), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown).


Updates `@astrojs/starlight` from 0.41.7 to 0.41.9
- [Release notes](https://github.com/withastro/starlight/releases)
- [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md)
- [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.41.9/packages/starlight)

Updates `@contentauth/c2pa-web` from 0.13.4 to 0.14.3
- [Release notes](https://github.com/contentauth/c2pa-js/releases)
- [Commits](https://github.com/contentauth/c2pa-js/compare/@contentauth/c2pa-web@0.13.4...@contentauth/c2pa-web@0.14.3)

Updates `astro` from 7.2.2 to 7.2.9
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@7.2.9/packages/astro)

Updates `typedoc-plugin-markdown` from 4.12.0 to 4.13.0
- [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases)
- [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md)
- [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.13.0/packages/typedoc-plugin-markdown)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.41.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: documentation-tooling
- dependency-name: "@contentauth/c2pa-web"
  dependency-version: 0.14.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: documentation-tooling
- dependency-name: astro
  dependency-version: 7.2.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: documentation-tooling
- dependency-name: typedoc-plugin-markdown
  dependency-version: 4.13.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: documentation-tooling
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/website/documentation-tooling-d5cc6cfba0 branch from 812db79 to 28ad089 Compare August 31, 2026 11:02
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