From c58ceaf56c566e6a1bcaf7e6f2d95515472c3793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:45:23 +0000 Subject: [PATCH] chore(deps): bump starlight-changelogs from 0.3.0 to 0.4.0 Bumps [starlight-changelogs](https://github.com/HiDeoo/starlight-changelogs/tree/HEAD/packages/starlight-changelogs) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/HiDeoo/starlight-changelogs/releases) - [Changelog](https://github.com/HiDeoo/starlight-changelogs/blob/main/packages/starlight-changelogs/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-changelogs/commits/starlight-changelogs@0.4.0/packages/starlight-changelogs) --- updated-dependencies: - dependency-name: starlight-changelogs dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c71df02..67c99b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "astro": "^5.16.9", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", - "starlight-changelogs": "^0.3.0", + "starlight-changelogs": "^0.4.0", "starlight-github-alerts": "^0.1.1", "starlight-links-validator": "^0.19.2" } @@ -5115,9 +5115,9 @@ } }, "node_modules/starlight-changelogs": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/starlight-changelogs/-/starlight-changelogs-0.3.0.tgz", - "integrity": "sha512-e2nVEMI2RASEWot9o2JXSUBcgo14gyrg6IexhIZ2LM1J8NDCvR9cKIaSMmW/033MsINalKvvKsJv88dL0ST58w==", + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/starlight-changelogs/-/starlight-changelogs-0.4.0.tgz", + "integrity": "sha512-Yzd10aAet3flycj5dZoUWryE7jdzwhkmoQpHScYUqxF93pE09GCXGGWsfGA/TnG3VH9RquSEBAVwRWz7hyT6Ww==", "license": "MIT", "dependencies": { "@ascorbic/loader-utils": "^1.0.2", diff --git a/package.json b/package.json index 1189f68..3352f18 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "astro": "^5.16.9", "astro-breadcrumbs": "^3.3.3", "sharp": "^0.34.5", - "starlight-changelogs": "^0.3.0", + "starlight-changelogs": "^0.4.0", "starlight-github-alerts": "^0.1.1", "starlight-links-validator": "^0.19.2" }