From cd918f598ba838cf9b44afe3ad0e8f4e24a86271 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:36:58 +0000 Subject: [PATCH] Bump the default group in /docs with 3 updates Bumps the default group in /docs with 3 updates: [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [starlight-llms-txt](https://github.com/delucis/starlight-llms-txt/tree/HEAD/packages/starlight-llms-txt). Updates `@astrojs/starlight` from 0.37.7 to 0.38.2 - [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.38.2/packages/starlight) Updates `astro` from 5.18.1 to 6.1.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.1.2/packages/astro) Updates `starlight-llms-txt` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/delucis/starlight-llms-txt/releases) - [Changelog](https://github.com/delucis/starlight-llms-txt/blob/main/packages/starlight-llms-txt/CHANGELOG.md) - [Commits](https://github.com/delucis/starlight-llms-txt/commits/starlight-llms-txt@0.8.0/packages/starlight-llms-txt) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.38.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default - dependency-name: astro dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: default - dependency-name: starlight-llms-txt dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: default ... Signed-off-by: dependabot[bot] --- docs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index a86d185..684da4b 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/starlight": "^0.37.3", - "astro": "^5.16.14", + "@astrojs/starlight": "^0.38.2", + "astro": "^6.1.2", "sharp": "^0.34.5", - "starlight-llms-txt": "^0.7.0" + "starlight-llms-txt": "^0.8.0" } }