Skip to content

chore(deps): bump the starlight group across 1 directory with 5 updates - #76

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/starlight-f82263a01f
Open

chore(deps): bump the starlight group across 1 directory with 5 updates#76
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/starlight-f82263a01f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the starlight group with 5 updates in the / directory:

Package From To
@astrojs/starlight 0.38.4 0.41.4
starlight-blog 0.26.1 0.28.0
starlight-giscus 0.9.1 1.1.0
starlight-image-zoom 0.14.1 0.15.0
starlight-links-validator 0.23.0 0.25.2

Updates @astrojs/starlight from 0.38.4 to 0.41.4

Release notes

Sourced from @​astrojs/starlight's releases.

@​astrojs/starlight@​0.41.4

Patch Changes

@​astrojs/starlight@​0.41.3

Patch Changes

  • #3911 1686ecc Thanks @​timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.

@​astrojs/starlight@​0.41.2

Patch Changes

  • #4008 58a3520 Thanks @​FrancoKaddour! - Fixes the table of contents overflowing the right edge of the viewport when a custom --sl-content-width value exceeds available space

  • #4015 bdbfffc Thanks @​delucis! - Fixes an issue where aside icons were rendered incorrectly in projects where Astro’s MDX integration had optimization disabled

@​astrojs/starlight@​0.41.1

Patch Changes

@​astrojs/starlight@​0.41.0

Minor Changes

  • #3951 1202dd4 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    Upgrade Astro and dependencies

    ⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

    npx @astrojs/upgrade

    Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

    ⚠️ BREAKING CHANGE: This release drops official support for Chromium-based browsers prior to version 111 (released 07 March 2023) and Safari-based browsers prior to version 16.4 (released 27 March 2023). You can find a list of currently supported browsers and their versions using this browserslist query.

Patch Changes

  • #3953 a935d33 Thanks @​HiDeoo! - Fixes Starlight Markdown processing being potentially applied to files that should not be processed.

... (truncated)

Changelog

Sourced from @​astrojs/starlight's changelog.

0.41.4

Patch Changes

0.41.3

Patch Changes

  • #3911 1686ecc Thanks @​timothyjordan! - Keeps keyboard focus inside the mobile menu while it is open, preventing focus moving to hidden interactive elements in page content.

0.41.2

Patch Changes

  • #4008 58a3520 Thanks @​FrancoKaddour! - Fixes the table of contents overflowing the right edge of the viewport when a custom --sl-content-width value exceeds available space

  • #4015 bdbfffc Thanks @​delucis! - Fixes an issue where aside icons were rendered incorrectly in projects where Astro’s MDX integration had optimization disabled

0.41.1

Patch Changes

0.41.0

Minor Changes

  • #3951 1202dd4 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    Upgrade Astro and dependencies

    ⚠️ BREAKING CHANGE: Astro v6 is no longer supported. Make sure you update Astro and any other official integrations at the same time as updating Starlight:

    npx @astrojs/upgrade

    Community Starlight plugins and Astro integrations may also need to be manually updated to work with Astro v7. If you encounter any issues, please reach out to the plugin or integration author to see if it is a known issue or if an updated version is being worked on.

... (truncated)

Commits

Updates starlight-blog from 0.26.1 to 0.28.0

Release notes

Sourced from starlight-blog's releases.

starlight-blog@0.28.0

Minor Changes

Patch Changes

starlight-blog@0.27.0

Minor Changes

  • #209 e6c8154 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.41.0.

    Please follow the upgrade guide to update your project.

  • #209 e6c8154 Thanks @​HiDeoo! - Adds support for the Sätteri Markdown processor.

Changelog

Sourced from starlight-blog's changelog.

0.28.0

Minor Changes

Patch Changes

0.27.0

Minor Changes

  • #209 e6c8154 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.41.0.

    Please follow the upgrade guide to update your project.

  • #209 e6c8154 Thanks @​HiDeoo! - Adds support for the Sätteri Markdown processor.

Commits

Updates starlight-giscus from 0.9.1 to 1.1.0

Release notes

Sourced from starlight-giscus's releases.

v1.1.0

What's changed

  • Added support for Astro 7
  • Added support for Starlight 0.41
  • Fixed compatibility with Astro 7's compiler

Full Changelog: dragomano/starlight-giscus@v1.0.0...v1.1.0

v1.0.0

What's new

  • Updated minimum Starlight version from >=0.37.0 to >=0.39.0 (breaking change for users on older versions)
  • Updated docs
  • Honour light/dark theme values on initial render by @​stephansama in dragomano/starlight-giscus#9
  • Refactored Comments.astro

New Contributors

Full Changelog: dragomano/starlight-giscus@v0.9.1...v1.0.0

Commits
  • 38aa0c8 Move custom element script outside conditional render
  • 1fde291 Update dependencies
  • 95939fa Update version
  • 9054142 Refactor Comments.astro
  • eea2972 Update tsconfig.json
  • 18b6348 Merge pull request #9 from stephansama/fix/initial-theme-from-localstorage
  • 453114e Update dependencies
  • dc90ef8 chore: removed comments
  • 5bb68cf fix: preserve preferred_color_scheme when light/dark themes are not set
  • 60d465b feat: updated implementation to automatically follow user preferences
  • Additional commits viewable in compare view

Updates starlight-image-zoom from 0.14.1 to 0.15.0

Release notes

Sourced from starlight-image-zoom's releases.

starlight-image-zoom@0.15.0

Minor Changes

starlight-image-zoom@0.14.2

Patch Changes

  • #61 31fed13 Thanks @​HiDeoo! - Fixes a zoomed SVG alignment issue for SVGs using non-default preserveAspectRatio values.
Changelog

Sourced from starlight-image-zoom's changelog.

0.15.0

Minor Changes

0.14.2

Patch Changes

  • #61 31fed13 Thanks @​HiDeoo! - Fixes a zoomed SVG alignment issue for SVGs using non-default preserveAspectRatio values.
Commits

Updates starlight-links-validator from 0.23.0 to 0.25.2

Release notes

Sourced from starlight-links-validator's releases.

starlight-links-validator@0.25.2

Patch Changes

  • #171 19b97a0 Thanks @​HiDeoo! - Fixes link validation issue for frontmatter-only pages when using Sätteri.

starlight-links-validator@0.25.1

Patch Changes

starlight-links-validator@0.25.0

Minor Changes

  • #167 5019546 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.41.0.

    Please follow the upgrade guide to update your project.

  • #167 5019546 Thanks @​HiDeoo! - Adds support for the Sätteri Markdown processor.

starlight-links-validator@0.24.1

Patch Changes

starlight-links-validator@0.24.0

Minor Changes

Changelog

Sourced from starlight-links-validator's changelog.

0.25.2

Patch Changes

  • #171 19b97a0 Thanks @​HiDeoo! - Fixes link validation issue for frontmatter-only pages when using Sätteri.

0.25.1

Patch Changes

0.25.0

Minor Changes

  • #167 5019546 Thanks @​HiDeoo! - Adds support for Astro v7, drops support for Astro v6.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.41.0.

    Please follow the upgrade guide to update your project.

  • #167 5019546 Thanks @​HiDeoo! - Adds support for the Sätteri Markdown processor.

0.24.1

Patch Changes

0.24.0

Minor Changes

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
astrdocs Error Error Jul 27, 2026 12:11am

Bumps the starlight group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.38.4` | `0.41.4` |
| [starlight-blog](https://github.com/HiDeoo/starlight-blog/tree/HEAD/packages/starlight-blog) | `0.26.1` | `0.28.0` |
| [starlight-giscus](https://github.com/dragomano/starlight-giscus/tree/HEAD/packages/starlight-giscus) | `0.9.1` | `1.1.0` |
| [starlight-image-zoom](https://github.com/HiDeoo/starlight-image-zoom/tree/HEAD/packages/starlight-image-zoom) | `0.14.1` | `0.15.0` |
| [starlight-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator) | `0.23.0` | `0.25.2` |



Updates `@astrojs/starlight` from 0.38.4 to 0.41.4
- [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.4/packages/starlight)

Updates `starlight-blog` from 0.26.1 to 0.28.0
- [Release notes](https://github.com/HiDeoo/starlight-blog/releases)
- [Changelog](https://github.com/HiDeoo/starlight-blog/blob/main/packages/starlight-blog/CHANGELOG.md)
- [Commits](https://github.com/HiDeoo/starlight-blog/commits/starlight-blog@0.28.0/packages/starlight-blog)

Updates `starlight-giscus` from 0.9.1 to 1.1.0
- [Release notes](https://github.com/dragomano/starlight-giscus/releases)
- [Commits](https://github.com/dragomano/starlight-giscus/commits/v1.1.0/packages/starlight-giscus)

Updates `starlight-image-zoom` from 0.14.1 to 0.15.0
- [Release notes](https://github.com/HiDeoo/starlight-image-zoom/releases)
- [Changelog](https://github.com/HiDeoo/starlight-image-zoom/blob/main/packages/starlight-image-zoom/CHANGELOG.md)
- [Commits](https://github.com/HiDeoo/starlight-image-zoom/commits/starlight-image-zoom@0.15.0/packages/starlight-image-zoom)

Updates `starlight-links-validator` from 0.23.0 to 0.25.2
- [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases)
- [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md)
- [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.25.2/packages/starlight-links-validator)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-version: 0.41.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: starlight
- dependency-name: starlight-blog
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: starlight
- dependency-name: starlight-giscus
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: starlight
- dependency-name: starlight-image-zoom
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: starlight
- dependency-name: starlight-links-validator
  dependency-version: 0.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: starlight
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/starlight-f82263a01f branch from 9ec7998 to acf641d Compare July 27, 2026 00:10
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