Skip to content

chore(deps): bump the all-docs-site-dependencies group across 1 directory with 5 updates#1204

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs-site/all-docs-site-dependencies-d60b19dfc5
Closed

chore(deps): bump the all-docs-site-dependencies group across 1 directory with 5 updates#1204
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/docs-site/all-docs-site-dependencies-d60b19dfc5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps the all-docs-site-dependencies group with 5 updates in the /docs-site directory:

Package From To
@astrojs/check 0.9.2 0.9.7
@astrojs/starlight 0.37.6 0.37.7
astro 5.17.1 6.0.2
astro-mermaid 1.1.0 1.3.1
mermaid 11.12.3 11.13.0

Updates @astrojs/check from 0.9.2 to 0.9.7

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.9.7

Patch Changes

Changelog

Sourced from @​astrojs/check's changelog.

0.9.7

Patch Changes

0.9.7-beta.1

Patch Changes

0.9.6-beta.1

Patch Changes

0.9.6-alpha.0

Patch Changes

  • Updated dependencies [df6d2d7]:
    • @​astrojs/language-server@​2.16.1-alpha.0

0.9.6

Patch Changes

0.9.5

Patch Changes

  • d415d4e: When no errors or warnings are detected, display "0 errors" or "0 warnings" in a dimmed color on the console instead of red or yellow.

0.9.4

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​astrojs/check since your current version.


Updates @astrojs/starlight from 0.37.6 to 0.37.7

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.37.7

Patch Changes

  • #3726 8a09b60 Thanks @​delucis! - Fixes an issue using components containing scripts inside Starlight’s steps component in versions of Astro >= 5.16.9
Changelog

Sourced from @​astrojs/starlight's changelog.

0.37.7

Patch Changes

  • #3726 8a09b60 Thanks @​delucis! - Fixes an issue using components containing scripts inside Starlight’s steps component in versions of Astro >= 5.16.9
Commits

Updates astro from 5.17.1 to 6.0.2

Release notes

Sourced from astro's releases.

astro@6.0.2

Patch Changes

astro@6.0.1

Patch Changes

  • #15827 a4c0d0b Thanks @​matthewp! - Fixes astro add so the tsconfig preview shows the actual pending changes before confirmation

astro@6.0.0

Major Changes

  • #14446 ece667a Thanks @​florian-lefebvre! - Removes entryPoints on astro:build:ssr hook (Integration API) - (v6 upgrade guidance)

  • #15535 dfe2e22 Thanks @​florian-lefebvre! - Deprecates loadManifest() and loadApp() from astro/app/node (Adapter API) - (v6 upgrade guidance)

  • #15006 f361730 Thanks @​florian-lefebvre! - Removes session test driver - (v6 upgrade guidance)

  • #15461 9f21b24 Thanks @​florian-lefebvre! - BREAKING CHANGE to the v6 beta Adapter API only: renames entryType to entrypointResolution and updates possible values

    Astro 6 introduced a way to let adapters have more control over the entrypoint by passing entryType: 'self' to setAdapter(). However during beta development, the name was unclear and confusing.

    entryType is now renamed to entrypointResolution and its possible values are updated:

    • legacy-dynamic becomes explicit.
    • self becomes auto.

    If you are building an adapter with v6 beta and specifying entryType, update it:

    setAdapter({
        // ...
    -    entryType: 'legacy-dynamic'
    +    entrypointResolution: 'explicit'
    })
    setAdapter({
    // ...
    
    entryType: 'self'
    
    
    entrypointResolution: 'auto'
    })
  • #14426 861b9cc Thanks @​florian-lefebvre! - Removes the deprecated emitESMImage() function - (v6 upgrade guidance)

  • #15006 f361730 Thanks @​florian-lefebvre! - Deprecates session driver string signature - (v6 upgrade guidance)

  • #15180 8780ff2 Thanks @​Princesseuh! - Adds support for converting SVGs to raster images (PNGs, WebP, etc) to the default Sharp image service - (v6 upgrade guidance)

  • ... (truncated)

    Changelog

    Sourced from astro's changelog.

    6.0.2

    Patch Changes

    6.0.1

    Patch Changes

    • #15827 a4c0d0b Thanks @​matthewp! - Fixes astro add so the tsconfig preview shows the actual pending changes before confirmation

    6.0.0

    Major Changes

    • #14446 ece667a Thanks @​florian-lefebvre! - Removes entryPoints on astro:build:ssr hook (Integration API) - (v6 upgrade guidance)

    • #15535 dfe2e22 Thanks @​florian-lefebvre! - Deprecates loadManifest() and loadApp() from astro/app/node (Adapter API) - (v6 upgrade guidance)

    • #15006 f361730 Thanks @​florian-lefebvre! - Removes session test driver - (v6 upgrade guidance)

    • #15461 9f21b24 Thanks @​florian-lefebvre! - BREAKING CHANGE to the v6 beta Adapter API only: renames entryType to entrypointResolution and updates possible values

      Astro 6 introduced a way to let adapters have more control over the entrypoint by passing entryType: 'self' to setAdapter(). However during beta development, the name was unclear and confusing.

      entryType is now renamed to entrypointResolution and its possible values are updated:

      • legacy-dynamic becomes explicit.
      • self becomes auto.

      If you are building an adapter with v6 beta and specifying entryType, update it:

      setAdapter({
          // ...
      -    entryType: 'legacy-dynamic'
      +    entrypointResolution: 'explicit'
      })
      setAdapter({
      // ...
      
      entryType: 'self'
      
      
      entrypointResolution: 'auto'
      })
  • #14426 861b9cc Thanks @​florian-lefebvre! - Removes the deprecated emitESMImage() function - (v6 upgrade guidance)

  • #15006 f361730 Thanks @​florian-lefebvre! - Deprecates session driver string signature - (v6 upgrade guidance)

  • ... (truncated)

    Commits

    Updates astro-mermaid from 1.1.0 to 1.3.1

    Release notes

    Sourced from astro-mermaid's releases.

    v1.3.1 - Security Updates and Bug Fixes

    What's Changed

    Security

    • 🔒 Resolved 35+ Dependabot security alerts by updating dependencies

    Improvements

    • ♻️ Refactored mermaid.js loading and initialization (#22)
    • ⬆️ Fixed lockfile dependencies (#29)
    • 🧹 Removed anthropic dev dependency

    Commits

    • fix: update dependencies to resolve 35+ Dependabot security alerts
    • Refactor mermaid.js loading and initialization (#22)
    • Fix lockfile dependencies (#29)
    • Update demo dependency and remove anthropic dev dependency

    Full Changelog: joesaby/astro-mermaid@v1.2.1...v1.3.1

    Commits
    • 77fe2ff chore: bump version to 1.3.1
    • 94c0d84 fix: update dependencies to resolve 35+ Dependabot security alerts
    • 4e35af0 Update demo dependency to 1.3.0 and also remove anthropic dev depdenency
    • fc7ed08 chore: bump version to 1.3.0
    • f22f28e Refactor mermaid.js loading and initialization (#22)
    • 24e5609 ⬆️ Fix lockfile dependencies (#29)
    • 863d900 chore: bump version to 1.2.1 (#32)
    • 7e7ce49 Update README.md (update latest version)
    • 08bbf09 fix: update @​anthropic-ai/claude-code to fix securities report (#25)
    • c5aef0b chore: bump version to 1.2.0
    • Additional commits viewable in compare view

    Updates mermaid from 11.12.3 to 11.13.0

    Release notes

    Sourced from mermaid's releases.

    mermaid@11.13.0

    Minor Changes

    Patch Changes

    ... (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 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

    …tory with 5 updates
    
    Bumps the all-docs-site-dependencies group with 5 updates in the /docs-site directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.2` | `0.9.7` |
    | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.37.6` | `0.37.7` |
    | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.17.1` | `6.0.2` |
    | [astro-mermaid](https://github.com/joesaby/astro-mermaid) | `1.1.0` | `1.3.1` |
    | [mermaid](https://github.com/mermaid-js/mermaid) | `11.12.3` | `11.13.0` |
    
    
    
    Updates `@astrojs/check` from 0.9.2 to 0.9.7
    - [Release notes](https://github.com/withastro/astro/releases)
    - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md)
    - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.7/packages/language-tools/astro-check)
    
    Updates `@astrojs/starlight` from 0.37.6 to 0.37.7
    - [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.37.7/packages/starlight)
    
    Updates `astro` from 5.17.1 to 6.0.2
    - [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@6.0.2/packages/astro)
    
    Updates `astro-mermaid` from 1.1.0 to 1.3.1
    - [Release notes](https://github.com/joesaby/astro-mermaid/releases)
    - [Commits](joesaby/astro-mermaid@v1.1.0...v1.3.1)
    
    Updates `mermaid` from 11.12.3 to 11.13.0
    - [Release notes](https://github.com/mermaid-js/mermaid/releases)
    - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.3...mermaid@11.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@astrojs/check"
      dependency-version: 0.9.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-docs-site-dependencies
    - dependency-name: "@astrojs/starlight"
      dependency-version: 0.37.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-docs-site-dependencies
    - dependency-name: astro
      dependency-version: 6.0.2
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: all-docs-site-dependencies
    - dependency-name: astro-mermaid
      dependency-version: 1.3.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-docs-site-dependencies
    - dependency-name: mermaid
      dependency-version: 11.13.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-docs-site-dependencies
    ...
    
    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 Mar 11, 2026
    @github-actions
    Copy link
    Contributor

    ✅ Coverage Check Passed

    Overall Coverage

    Metric Base PR Delta
    Lines 82.37% 82.51% 📈 +0.14%
    Statements 82.27% 82.41% 📈 +0.14%
    Functions 82.60% 82.60% ➡️ +0.00%
    Branches 74.21% 74.30% 📈 +0.09%
    📁 Per-file Coverage Changes (1 files)
    File Lines (Before → After) Statements (Before → After)
    src/docker-manager.ts 83.4% → 84.0% (+0.54%) 82.8% → 83.3% (+0.52%)

    Coverage comparison generated by scripts/ci/compare-coverage.ts

    @Mossaka
    Copy link
    Collaborator

    Mossaka commented Mar 11, 2026

    Closing in favor of an aggregated dependency update PR that combines all pending updates. This reduces PR noise and CI load.

    @Mossaka Mossaka closed this Mar 11, 2026
    @dependabot @github
    Copy link
    Contributor Author

    dependabot bot commented on behalf of github Mar 11, 2026

    This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

    To ignore these dependencies, configure ignore rules in dependabot.yml

    @dependabot dependabot bot deleted the dependabot/npm_and_yarn/docs-site/all-docs-site-dependencies-d60b19dfc5 branch March 11, 2026 00:39
    Mossaka added a commit that referenced this pull request Mar 11, 2026
    Run npm update and npm audit fix across root and docs-site to bring all
    dependencies to latest compatible versions within existing semver ranges.
    
    Closes individual dependency PRs #1204, #1199, #1185, #1183, #1179,
    #1175, #1141, #1114, #1110, #1104, #1059, #1027, #1019, #976.
    
    Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
    Mossaka added a commit that referenced this pull request Mar 12, 2026
    Run npm update and npm audit fix across root and docs-site to bring all
    dependencies to latest compatible versions within existing semver ranges.
    
    Closes individual dependency PRs #1204, #1199, #1185, #1183, #1179,
    #1175, #1141, #1114, #1110, #1104, #1059, #1027, #1019, #976.
    
    Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
    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.

    1 participant