From 45cf27866366f0fa490b2570f75ab96c75a6f501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:00:34 +0000 Subject: [PATCH] Bump astro from 5.16.9 to 5.18.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.16.9 to 5.18.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.0/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/astro-og/package.json | 2 +- playground/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro-og/package.json b/packages/astro-og/package.json index 0057c16..51dcd35 100644 --- a/packages/astro-og/package.json +++ b/packages/astro-og/package.json @@ -38,7 +38,7 @@ "devDependencies": { "@types/node": "24.10.12", "@typescript/native-preview": "7.0.0-dev.20260115.1", - "astro": "5.16.9", + "astro": "5.18.0", "publint": "0.3.17", "tsdown": "0.20.0-beta.3" }, diff --git a/playground/package.json b/playground/package.json index be5d3e0..54344b6 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "5.16.9", + "astro": "5.18.0", "astro-dev-toolbar-showcase": "0.0.2", "astro-mcp": "0.4.2", "astro-og": "workspace:*"