Skip to content

chore(deps): Bump the npm-minor-patch group across 1 directory with 8 updates - #928

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/site/npm-minor-patch-026882bd62
Open

chore(deps): Bump the npm-minor-patch group across 1 directory with 8 updates#928
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/docs/site/npm-minor-patch-026882bd62

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the npm-minor-patch group with 8 updates in the /docs/site directory:

Package From To
@astrojs/sitemap 3.7.3 3.7.4
@astrojs/starlight 0.41.7 0.42.0
astro 7.2.2 7.3.1
mermaid 11.16.1 11.17.2
starlight-openapi 0.26.1 0.26.2
@astrojs/markdown-remark 7.2.2 7.3.0
@redocly/cli 2.46.1 2.51.2
@vvago/vale 3.17.1 3.20.0

Updates @astrojs/sitemap from 3.7.3 to 3.7.4

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.7.4

Patch Changes

  • #17851 52d3f56 Thanks @​astro-factory! - Fixes the sitemap outputting a URL with an empty path for the homepage (e.g. https://example.com instead of https://example.com/) when trailingSlash is set to "never" or build.format is set to "file"
Changelog

Sourced from @​astrojs/sitemap's changelog.

3.7.4

Patch Changes

  • #17851 52d3f56 Thanks @​astro-factory! - Fixes the sitemap outputting a URL with an empty path for the homepage (e.g. https://example.com instead of https://example.com/) when trailingSlash is set to "never" or build.format is set to "file"
Commits

Updates @astrojs/starlight from 0.41.7 to 0.42.0

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.42.0

Minor Changes

  • #3572 292fb17 Thanks @​HiDeoo! - Distributes package as JavaScript files with dedicated type declaration files instead of TypeScript source files.

  • #4121 2623ae6 Thanks @​delucis! - Simplifies markup for Starlight’s mobile menu toggle

    ⚠️ Potentially breaking change: If you use a theme plugin, custom styles, or component overrides targeting the MobileMenuToggle button or PageFrame components, you may need to adjust these for the new markup. The button is no longer wrapped in a <starlight-menu-button> custom element and no longer uses the aria-expanded attribute. Instead, you can use the .sl-menu-button class name to target the button and the :popover-open pseudo-class to style the menu open state specifically.

    In the following example, custom styles for the menu button are updated for the new approach:

    - starlight-menu-button button {
    + .sl-menu-button {
      color: var(--sl-color-text);
    }
    
    starlight-menu-button[aria-expanded='true'] button {
    
    
    .sl-menu-button:has(~ :popover-open) {
    color: var(--sl-color-text-accent-high);
    }

See MobileMenuToggle.astro and PageFrame.astro on GitHub for the full source code of the updated components.

  • #3572 292fb17 Thanks @​HiDeoo! - Removes the tagline configuration option, which was never used.

    If your configuration included a tagline option, you can safely remove it without any replacement.

  • #4134 6135f01 Thanks @​HiDeoo! - Updates internal @astrojs/mdx, @astrojs/markdown-satteri, and satteri dependencies.

    ⚠️ BREAKING CHANGE: The following minimum versions are now required:

    • astro v7.2.10 or later
    • @astrojs/markdown-satteri 0.4.0 or later (if you use it)
    • @astrojs/markdown-remark 7.3.0 or later (if you use it)

    Please update Starlight and Astro together:

    npx @astrojs/upgrade
  • #4121 2623ae6 Thanks @​delucis! - Refactors Starlight’s mobile menu toggle to work when JavaScript fails or is disabled

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 116 (released August 2023), Safari-based browsers prior to version 17.0 (released September 2023), and Firefox prior to version 125 (released April 2024). You can find a list of currently supported browsers and their versions using this browserslist query.

    This change also removes the data-mobile-menu-expanded attribute, which was previously added to <body> while the mobile menu is open. If you have custom code that was depending on this attribute, you will need to update it to use a new selector to check if the mobile menu is open.

    In the following example, a custom background colour for the site header while the menu is open is updated for the new approach:

  • ... (truncated)

    Changelog

    Sourced from @​astrojs/starlight's changelog.

    0.42.0

    Minor Changes

    • #3572 292fb17 Thanks @​HiDeoo! - Distributes package as JavaScript files with dedicated type declaration files instead of TypeScript source files.

    • #4121 2623ae6 Thanks @​delucis! - Simplifies markup for Starlight’s mobile menu toggle

      ⚠️ Potentially breaking change: If you use a theme plugin, custom styles, or component overrides targeting the MobileMenuToggle button or PageFrame components, you may need to adjust these for the new markup. The button is no longer wrapped in a <starlight-menu-button> custom element and no longer uses the aria-expanded attribute. Instead, you can use the .sl-menu-button class name to target the button and the :popover-open pseudo-class to style the menu open state specifically.

      In the following example, custom styles for the menu button are updated for the new approach:

      - starlight-menu-button button {
      + .sl-menu-button {
        color: var(--sl-color-text);
      }
      
      starlight-menu-button[aria-expanded='true'] button {
      
      
      .sl-menu-button:has(~ :popover-open) {
      color: var(--sl-color-text-accent-high);
      }

    See MobileMenuToggle.astro and PageFrame.astro on GitHub for the full source code of the updated components.

  • #3572 292fb17 Thanks @​HiDeoo! - Removes the tagline configuration option, which was never used.

    If your configuration included a tagline option, you can safely remove it without any replacement.

  • #4134 6135f01 Thanks @​HiDeoo! - Updates internal @astrojs/mdx, @astrojs/markdown-satteri, and satteri dependencies.

    ⚠️ BREAKING CHANGE: The following minimum versions are now required:

    • astro v7.2.10 or later
    • @astrojs/markdown-satteri 0.4.0 or later (if you use it)
    • @astrojs/markdown-remark 7.3.0 or later (if you use it)

    Please update Starlight and Astro together:

    npx @astrojs/upgrade
  • #4121 2623ae6 Thanks @​delucis! - Refactors Starlight’s mobile menu toggle to work when JavaScript fails or is disabled

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 116 (released August 2023), Safari-based browsers prior to version 17.0 (released September 2023), and Firefox prior to version 125 (released April 2024). You can find a list of currently supported browsers and their versions using this browserslist query.

    This change also removes the data-mobile-menu-expanded attribute, which was previously added to <body> while the mobile menu is open. If you have custom code that was depending on this attribute, you will need to update it to use a new selector to check if the mobile menu is open.

  • ... (truncated)

    Commits

    Updates astro from 7.2.2 to 7.3.1

    Release notes

    Sourced from astro's releases.

    astro@7.3.1

    Patch Changes

    astro@7.3.0

    Minor Changes

    • #17767 ce7c91f Thanks @​astro-factory! - Adds --ignore-lock flag to astro preview, allowing multiple preview servers to run simultaneously on different ports. This is useful for E2E testing workflows (e.g., Playwright) that need to run several preview servers at once.

    • #17818 c0b6581 Thanks @​florian-lefebvre! - Adds a logger parameter to image services hooks

      Custom image services now receive Astro's runtime logger as an extra argument. Messages logged with it are routed through the destination configured in logger and respect your log level, instead of being written straight to the console:

      import type { LocalImageService } from 'astro';
      const service: LocalImageService = {
      // ...
      async transform(inputBuffer, transform, imageConfig, logger) {
      logger.warn(Could not optimize &quot;${transform.src}&quot;. Passing it through unchanged.);
      return { data: inputBuffer, format: 'png' };
      },
      };

      Astro's built-in Sharp service now uses this logger for the warnings it emits when it encounters an unexpected or unsupported source format.

    • #17818 c0b6581 Thanks @​florian-lefebvre! - Adds logger to the context object passed to cache providers

      Custom cache providers now receive Astro's runtime logger on the context passed to onRequest(). Messages logged with it are routed through the destination configured in logger and respect your log level, instead of being written straight to the console:

      import type { CacheProvider } from 'astro';
      const provider: CacheProvider = {
      name: 'my-cache',
      async onRequest({ request, url, logger }, next) {
      logger.warn(Skipping cache for ${url.pathname} because the response sets a cookie.);
      return next();
      },
      // ...
      };

      Astro's built-in memoryCache() provider now uses this logger for the warnings it emits when it skips caching a response that sets cookies, and when a background revalidation fails.

    Patch Changes

    • #17818 c0b6581 Thanks @​florian-lefebvre! - Updates Astro's remaining internal warnings and errors to be written through the configured logger instead of directly to the console, when possible

    ... (truncated)

    Changelog

    Sourced from astro's changelog.

    7.3.1

    Patch Changes

    7.3.0

    Minor Changes

    • #17767 ce7c91f Thanks @​astro-factory! - Adds --ignore-lock flag to astro preview, allowing multiple preview servers to run simultaneously on different ports. This is useful for E2E testing workflows (e.g., Playwright) that need to run several preview servers at once.

    • #17818 c0b6581 Thanks @​florian-lefebvre! - Adds a logger parameter to image services hooks

      Custom image services now receive Astro's runtime logger as an extra argument. Messages logged with it are routed through the destination configured in logger and respect your log level, instead of being written straight to the console:

      import type { LocalImageService } from 'astro';
      const service: LocalImageService = {
      // ...
      async transform(inputBuffer, transform, imageConfig, logger) {
      logger.warn(Could not optimize &quot;${transform.src}&quot;. Passing it through unchanged.);
      return { data: inputBuffer, format: 'png' };
      },
      };

      Astro's built-in Sharp service now uses this logger for the warnings it emits when it encounters an unexpected or unsupported source format.

    • #17818 c0b6581 Thanks @​florian-lefebvre! - Adds logger to the context object passed to cache providers

      Custom cache providers now receive Astro's runtime logger on the context passed to onRequest(). Messages logged with it are routed through the destination configured in logger and respect your log level, instead of being written straight to the console:

      import type { CacheProvider } from 'astro';
      const provider: CacheProvider = {
      name: 'my-cache',
      async onRequest({ request, url, logger }, next) {
      logger.warn(Skipping cache for ${url.pathname} because the response sets a cookie.);
      return next();
      },
      // ...
      };

      Astro's built-in memoryCache() provider now uses this logger for the warnings it emits when it skips caching a response that sets cookies, and when a background revalidation fails.

    Patch Changes

    ... (truncated)

    Commits

    Updates mermaid from 11.16.1 to 11.17.2

    Release notes

    Sourced from mermaid's releases.

    mermaid@11.17.2

    Patch Changes

    • #8125 178d7c7 Thanks @​knsv-bot! - fix: restore the edgePaths class on the edge group in rendered SVG, and point the flowchart, block and user journey stylesheets at it

    mermaid@11.17.1

    Patch Changes

    • #8092 31ce60a Thanks @​pbrolin47! - fix(c4): wrap element labels to c4.width again

      C4 element labels (System, Container, Component, Person and their _Ext variants) stopped wrapping in 11.17.0, so long descriptions rendered on one unbroken line and the shape grew sideways well past the configured c4.width. The unified-shapes label helper gated wrapping on the root-level wrap option, which has no schema default and is therefore undefined; it now gates on c4.wrap (default true), which is what the legacy renderer used.

    • #8088 c66200b Thanks @​ashishjain0512! - fix: neo-look arrowheads and crow's-foot markers no longer fall back to default theme colours/stroke widths on the first render with layout: elk. State diagram arrowheads stayed dark on dark themes, and ER / requirement markers were drawn at the default stroke width, because markers were created from the layout package's own bundled copy of mermaid, whose config had not been initialized yet.

    • #8079 281cd7b Thanks @​ashishjain0512! - fix(class): class diagram relation markers (composition, aggregation, extension, dependency, lollipop) no longer scale with the edge stroke width, so they stay outside the class box boundary in themes that set strokeWidth: 2 (redux, redux-dark, redux-color, redux-dark-color, neo, neo-dark) with the default classic look.

    mermaid@11.17.0

    Minor Changes

    Patch Changes

    • #7847 215fe89 Thanks @​filipsajdak! - fix(c4): named attributes such as $tags, $link and $sprite are no longer clobbered to undefined when they arrive in an earlier positional slot of Person/System/Container/Component/Boundary/Rel statements.

    • #7871 8d874c4 Thanks @​knsv-bot! - fix(flowchart): stop dagre layout from spamming warn-level logs on every node/edge/cluster

    • #8071 b3d1f63 Thanks @​pbrolin47! - fix(block): sibling blocks overlapping in block diagrams when one has a label wider than 200px

    • #7870 71b8843 Thanks @​knsv-bot! - fix: a RangeError: Invalid array length crash when rendering certain edges.

    • #7924 9cbef5d Thanks @​nightt5879! - fix(treeView): icons disappearing after strict security sanitization.

    ... (truncated)

    Commits

    Updates starlight-openapi from 0.26.1 to 0.26.2

    Release notes

    Sourced from starlight-openapi's releases.

    starlight-openapi@0.26.2

    Patch Changes

    Changelog

    Sourced from starlight-openapi's changelog.

    0.26.2

    Patch Changes

    Commits

    Updates @astrojs/markdown-remark from 7.2.2 to 7.3.0

    Release notes

    Sourced from @​astrojs/markdown-remark's releases.

    @​astrojs/markdown-remark@​7.3.0

    Minor Changes

    • #17262 f8e9458 Thanks @​Princesseuh! - Adds MDX rendering to the unified() and satteri() processors.

      Both processors now compile .mdx files themselves. You still need to install @astrojs/mdx to add MDX support to your project.

    • #17262 f8e9458 Thanks @​Princesseuh! - Adds a recmaPlugins option to unified() for adding recma (estree/JSX) plugins to the MDX compiler.

    Patch Changes

    • Updated dependencies [f8e9458]:
      • @​astrojs/internal-helpers@​0.11.0

    @​astrojs/markdown-remark@​7.2.4

    Patch Changes

    • Updated dependencies [05763a0]:
      • @​astrojs/internal-helpers@​0.10.4

    @​astrojs/markdown-remark@​7.2.3

    Patch Changes

    • Updated dependencies [8c193f6]:
      • @​astrojs/internal-helpers@​0.10.3
    Changelog

    Sourced from @​astrojs/markdown-remark's changelog.

    7.3.0

    Minor Changes

    • #17262 f8e9458 Thanks @​Princesseuh! - Adds MDX rendering to the unified() and satteri() processors.

      Both processors now compile .mdx files themselves. You still need to install @astrojs/mdx to add MDX support to your project.

    • #17262 f8e9458 Thanks @​Princesseuh! - Adds a recmaPlugins option to unified() for adding recma (estree/JSX) plugins to the MDX compiler.

    Patch Changes

    • Updated dependencies [f8e9458]:
      • @​astrojs/internal-helpers@​0.11.0

    7.2.4

    Patch Changes

    • Updated dependencies [05763a0]:
      • @​astrojs/internal-helpers@​0.10.4

    7.2.3

    Patch Changes

    • Updated dependencies [8c193f6]:
      • @​astrojs/internal-helpers@​0.10.3
    Commits

    Updates @redocly/cli from 2.46.1 to 2.51.2

    Release notes

    Sourced from @​redocly/cli's releases.

    @​redocly/cli@​2.51.2

    Patch Changes

    • Updated fast-uri to the 3.1.7 version to resolve CVE-2026-75931, CVE-2026-75975, CVE-2026-75899, and CVE-2026-76172.
    • Fixed drift and coverage failing to match a path template whose segment mixes literal text with parameters, such as /instances/{worldId}:{instanceId}.
    • Fixed an issue where Redocly config resolution failed when plugins used ESM syntax.
    • Updated @​redocly/openapi-core to v2.51.2.

    @​redocly/cli@​2.51.1

    Patch Changes

    • Fixed an issue where generate-arazzo produced a malformed remote description URL in sourceDescriptions (https:// collapsed to https:/) when --output-file was provided.
    • Fixed an issue where $faker.string.email() used without options generated addresses at the undefined.com domain.
    • Updated @​redocly/respect-core to v2.51.1.
    • Updated @faker-js/faker to the 10.6.0 version to resolve the high severity advisory GHSA-qxc2-j82w-r537.

    @​redocly/cli@​2.51.0

    Minor Changes

    • Enhanced the generate-arazzo command to print a ready-to-run respect command after generation, including an --input placeholder for every workflow input.
    • Added --with-ai, --ai-provider, --ai-model, --ai-concurrency, and --max-workflows options to the generate-arazzo command. --with-ai uses a local AI CLI (claude, codex, or cursor) and OpenAPI descriptions to redesign the generated one-workflow-per-operation skeleton into multi-step workflows. The AI designs at most --max-workflows workflows (default 10), and the generated file is marked as AI-inferred. For descriptions that don't fit a single prompt, the AI first selects scenarios from a compact operation index, then it designs each workflow separately.

    Patch Changes

    • Fixed an issue where respect and the x-security-scheme-required-values rule incorrectly rejected x-security HTTP schemes written with non-lowercase casing (such as Basic, Bearer, or Digest). RFC 7235 scheme names are case-insensitive.
    • Updated @​redocly/openapi-core to v2.51.0.
    • Updated @​redocly/respect-core to v2.51.0.

    @​redocly/cli@​2.50.0

    Minor Changes

    • Added a new schema assertion for configurable rules. The assertion validates a property value against a JSON Schema.

    Patch Changes

    • Updated @​redocly/openapi-core to v2.50.0.

    @​redocly/cli@​2.49.1

    Patch Changes

    • Fixed an issue where rule incorrectly reported a duplicate parameter when two or more $refs pointed to the same path item.
    • Updated @​redocly/openapi-core to v2.49.1.

    @​redocly/cli@​2.49.0

    Minor Changes

    ... (truncated)

    Commits
    • 8938c89 chore: 🔖 release new versions (#3085)
    • 57c491d fix: esm plugin resolution (#3091)
    • 51f80aa fix(drift): match path segments that mix literal text with parameters (#2994)
    • faee249 fix: update fast-uri to 3.1.7 to resolve advisories (#3084)
    • 90787c1 chore: 🔖 release new versions (#3077)
    • 4bfbf55 fix: update @​faker-js/faker to resolve vulnerability (#3075)
    • 9514d13 fix: generate-arazzo mangling a remote description URL (#3076)
    • 2566393 chore: 🔖 release new versions (#3073)
    • 1645ad2 feat: add --with-ai options for generate-arazzo command (#3052)
    • e200d9d fix(cli): report production usage data only for released builds (#3065)
    • Additional commits viewable in compare view

    Updates @vvago/vale from 3.17.1 to 3.20.0

    Commits
    Install script changes

    This version modifies postinstall script that runs during installation. Review the package contents before updating.


    @dependabot
    dependabot Bot requested a review from jeremi as a code owner September 8, 2026 12:34
    @dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 8, 2026

    @chatgpt-codex-connector chatgpt-codex-connector Bot 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.

    💡 Codex Review

    Here are some automated review suggestions for this pull request.

    Reviewed commit: 2eb4317060

    ℹ️ About Codex in GitHub

    Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

    • Open a pull request for review
    • Mark a draft as ready
    • Comment "@codex review".

    If Codex has suggestions, it will comment; otherwise it will react with 👍.

    When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

    Comment thread docs/site/package.json
    "dependencies": {
    "@astrojs/sitemap": "^3.7.3",
    "@astrojs/starlight": "^0.41.7",
    "@astrojs/sitemap": "^3.7.4",

    Copy link
    Copy Markdown

    Choose a reason for hiding this comment

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

    P1 Badge Add the required DCO sign-off

    Commit 3e7d9b0d46e6b1afec7b22ae552c80ab9ea3eab5 contains no Signed-off-by trailer, so it does not satisfy the repository's mandatory DCO requirement; recreate or squash the commit using git commit -s before merging.

    AGENTS.md reference: AGENTS.md:L346-L346

    Useful? React with 👍 / 👎.

    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/site/npm-minor-patch-026882bd62 branch from 2eb4317 to 11411ef Compare September 9, 2026 02:54
    … updates
    
    Bumps the npm-minor-patch group with 8 updates in the /docs/site directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.7.3` | `3.7.4` |
    | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.41.7` | `0.42.0` |
    | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.2.2` | `7.3.1` |
    | [mermaid](https://github.com/mermaid-js/mermaid) | `11.16.1` | `11.17.2` |
    | [starlight-openapi](https://github.com/HiDeoo/starlight-openapi/tree/HEAD/packages/starlight-openapi) | `0.26.1` | `0.26.2` |
    | [@astrojs/markdown-remark](https://github.com/withastro/astro/tree/HEAD/packages/markdown/remark) | `7.2.2` | `7.3.0` |
    | [@redocly/cli](https://github.com/Redocly/redocly-cli) | `2.46.1` | `2.51.2` |
    | [@vvago/vale](https://github.com/zeropaper/vale) | `3.17.1` | `3.20.0` |
    
    
    
    Updates `@astrojs/sitemap` from 3.7.3 to 3.7.4
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.4/packages/integrations/sitemap)
    
    Updates `@astrojs/starlight` from 0.41.7 to 0.42.0
    - [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.42.0/packages/starlight)
    
    Updates `astro` from 7.2.2 to 7.3.1
    - [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.3.1/packages/astro)
    
    Updates `mermaid` from 11.16.1 to 11.17.2
    - [Release notes](https://github.com/mermaid-js/mermaid/releases)
    - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.16.1...mermaid@11.17.2)
    
    Updates `starlight-openapi` from 0.26.1 to 0.26.2
    - [Release notes](https://github.com/HiDeoo/starlight-openapi/releases)
    - [Changelog](https://github.com/HiDeoo/starlight-openapi/blob/main/packages/starlight-openapi/CHANGELOG.md)
    - [Commits](https://github.com/HiDeoo/starlight-openapi/commits/starlight-openapi@0.26.2/packages/starlight-openapi)
    
    Updates `@astrojs/markdown-remark` from 7.2.2 to 7.3.0
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/markdown/remark/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/@astrojs/markdown-remark@7.3.0/packages/markdown/remark)
    
    Updates `@redocly/cli` from 2.46.1 to 2.51.2
    - [Release notes](https://github.com/Redocly/redocly-cli/releases)
    - [Commits](https://github.com/Redocly/redocly-cli/compare/@redocly/cli@2.46.1...@redocly/cli@2.51.2)
    
    Updates `@vvago/vale` from 3.17.1 to 3.20.0
    - [Commits](https://github.com/zeropaper/vale/commits)
    
    ---
    updated-dependencies:
    - dependency-name: "@astrojs/markdown-remark"
      dependency-version: 7.3.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: "@astrojs/sitemap"
      dependency-version: 3.7.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-minor-patch
    - dependency-name: "@astrojs/starlight"
      dependency-version: 0.42.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: "@redocly/cli"
      dependency-version: 2.51.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: "@vvago/vale"
      dependency-version: 3.20.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: astro
      dependency-version: 7.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: mermaid
      dependency-version: 11.17.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: npm-minor-patch
    - dependency-name: starlight-openapi
      dependency-version: 0.26.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-minor-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot
    dependabot Bot force-pushed the dependabot/npm_and_yarn/docs/site/npm-minor-patch-026882bd62 branch from 11411ef to c7506c6 Compare September 9, 2026 05:36
    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