From 141163d92c2000b22fee73e777500f54c54e664b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:54:30 +0000 Subject: [PATCH] Bump astro from 5.16.6 to 6.0.8 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.6 to 6.0.8. - [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.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/astro-integration/package.json | 2 +- playground/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro-integration/package.json b/packages/astro-integration/package.json index f79c1c0..c102fc2 100644 --- a/packages/astro-integration/package.json +++ b/packages/astro-integration/package.json @@ -33,7 +33,7 @@ "typecheck": "tsc --noEmit" }, "devDependencies": { - "astro": "5.16.6", + "astro": "6.0.8", "publint": "0.3.16", "tsdown": "0.18.3", "typescript": "5.9.3" diff --git a/playground/package.json b/playground/package.json index 5b0f1eb..720abd3 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "5.16.6", + "astro": "6.0.8", "astro-integration": "workspace:*" }, "devDependencies": {