From 31ca3e34f93200a3408ded3a72ef542466755b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 04:23:56 +0000 Subject: [PATCH] Bump starlight-blog from 0.16.1 to 0.17.1 (#622) Bumps [starlight-blog](https://github.com/HiDeoo/starlight-blog/tree/HEAD/packages/starlight-blog) from 0.16.1 to 0.17.1. - [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.17.1/packages/starlight-blog) --- updated-dependencies: - dependency-name: starlight-blog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 31 +++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 22 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index d277d2a..5e352ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/starlight-markdoc": "^0.2.0", "@astrojs/starlight-tailwind": "^3.0.0", "open-graph-scraper": "^6.9.0", - "starlight-blog": "^0.16.1", + "starlight-blog": "^0.17.1", "textlint": "^14.4.2", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-preset-japanese": "^10.0.4", @@ -222,9 +222,9 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.31.1.tgz", - "integrity": "sha512-VIVkHugwgtEqJPiRH8+ouP0UqUfdmpBO9C64R+6QaQ2qmADNkI/BA3/YAJHTBZYlMQQGEEuLJwD9qpaUovi52Q==", + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.32.0.tgz", + "integrity": "sha512-RJ+zPeTBlfgZJA3cWl3Nml9RLQhYUupnE0obL3iVxvVKhoCwUJnxmKicPp9EBxSML0TK8X4CUpnEwiC7OtfYwg==", "license": "MIT", "peer": true, "dependencies": { @@ -242,6 +242,7 @@ "hastscript": "^9.0.0", "i18next": "^23.11.5", "js-yaml": "^4.1.0", + "klona": "^2.0.6", "mdast-util-directive": "^3.0.0", "mdast-util-to-markdown": "^2.1.0", "mdast-util-to-string": "^4.0.0", @@ -6224,6 +6225,16 @@ "node": ">=6" } }, + "node_modules/klona": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "license": "MIT", + "peer": true, + "engines": { + "node": ">= 8" + } + }, "node_modules/kuler": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", @@ -10017,13 +10028,13 @@ } }, "node_modules/starlight-blog": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/starlight-blog/-/starlight-blog-0.16.1.tgz", - "integrity": "sha512-9WMpRZHhfgWjf2oQ1oUqGCJOUB3z+JohHrrQxVtzwm9GPAxNeu7/DAx6eQJf3moLbkdzCNP2VyrT2Molo62vRw==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/starlight-blog/-/starlight-blog-0.17.1.tgz", + "integrity": "sha512-WgU387F1CD/wINxQ8rX0eug4LmCCZuHISpa5MXpYy31zrXdwG2Qtv/YyOjFA62ApI1Vp3wpbF4zIZJhuHP9meQ==", "license": "MIT", "dependencies": { - "@astrojs/mdx": "^4.0.2", - "@astrojs/rss": "^4.0.10", + "@astrojs/mdx": "^4.0.8", + "@astrojs/rss": "^4.0.11", "astro-remote": "^0.3.3", "github-slugger": "^2.0.0", "marked": "^15.0.4", @@ -10034,7 +10045,7 @@ "node": ">=18.17.1" }, "peerDependencies": { - "@astrojs/starlight": ">=0.30.0" + "@astrojs/starlight": ">=0.32.0" } }, "node_modules/stream-replace-string": { diff --git a/package.json b/package.json index 5a11d8a..74183f5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/starlight-markdoc": "^0.2.0", "@astrojs/starlight-tailwind": "^3.0.0", "open-graph-scraper": "^6.9.0", - "starlight-blog": "^0.16.1", + "starlight-blog": "^0.17.1", "textlint": "^14.4.2", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-preset-japanese": "^10.0.4",