mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
build(deps): bump the starlight_astro group with 3 updates (#8067)
* build(deps): bump the starlight_astro group with 3 updates Bumps the starlight_astro group 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-links-validator](https://github.com/HiDeoo/starlight-links-validator/tree/HEAD/packages/starlight-links-validator). Updates `@astrojs/starlight` from 0.32.5 to 0.32.6 - [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.32.6/packages/starlight) Updates `astro` from 5.5.5 to 5.6.1 - [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@5.6.1/packages/astro) Updates `starlight-links-validator` from 0.14.3 to 0.15.0 - [Release notes](https://github.com/HiDeoo/starlight-links-validator/releases) - [Changelog](https://github.com/HiDeoo/starlight-links-validator/blob/main/packages/starlight-links-validator/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/starlight-links-validator/commits/starlight-links-validator@0.15.0/packages/starlight-links-validator) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-version: 0.32.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: starlight_astro - dependency-name: astro dependency-version: 5.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: starlight_astro - dependency-name: starlight-links-validator dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: starlight_astro ... Signed-off-by: dependabot[bot] <support@github.com> * Fix breaking changes * pnpm upgrade -r * pnpm dedupe --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nigel Breslaw <nigel.breslaw@slint.dev>
This commit is contained in:
parent
1c5279032d
commit
6d01eec4db
4 changed files with 509 additions and 475 deletions
|
@ -420,12 +420,24 @@ export default defineConfig({
|
|||
errorOnLocalLinks: false,
|
||||
}),
|
||||
],
|
||||
social: {
|
||||
github: "https://github.com/slint-ui/slint",
|
||||
"x.com": "https://x.com/slint_ui",
|
||||
linkedin: "https://www.linkedin.com/company/slint-ui/",
|
||||
mastodon: "https://fosstodon.org/@slint",
|
||||
},
|
||||
social: [
|
||||
{
|
||||
icon: "github",
|
||||
label: "GitHub",
|
||||
href: "https://github.com/slint-ui/slint",
|
||||
},
|
||||
{ icon: "x.com", label: "X", href: "https://x.com/slint_ui" },
|
||||
{
|
||||
icon: "linkedin",
|
||||
label: "Linkedin",
|
||||
href: "https://www.linkedin.com/company/slint-ui",
|
||||
},
|
||||
{
|
||||
icon: "mastodon",
|
||||
label: "Mastodon",
|
||||
href: "https://fosstodon.org/@slint",
|
||||
},
|
||||
],
|
||||
favicon: "favicon.svg",
|
||||
}),
|
||||
],
|
||||
|
|
|
@ -19,16 +19,15 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@astrojs/check": "0.9.4",
|
||||
"@astrojs/starlight": "0.32.5",
|
||||
"@astrojs/starlight": "0.33.1",
|
||||
"@expressive-code/plugin-line-numbers": "0.40.2",
|
||||
"@types/node": "20.16.10",
|
||||
"astro": "5.5.5",
|
||||
"astro": "5.6.1",
|
||||
"astro-embed": "0.9.0",
|
||||
"playwright": "1.51.1",
|
||||
"playwright-ctrf-json-reporter": "0.0.20",
|
||||
"rehype-external-links": "3.0.0",
|
||||
"sharp": "0.34.1",
|
||||
"starlight-links-validator": "0.14.3",
|
||||
"starlight-links-validator": "0.15.1",
|
||||
"starlight-sidebar-topics": "0.6.0",
|
||||
"typescript": "5.8.3"
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
||||
// SPDX-License-Identifier: MIT
|
||||
// biome-ignore lint/style/useImportType: <explanation>
|
||||
|
||||
import { Icon } from "@astrojs/starlight/components";
|
||||
import type { HTMLAttributes } from "astro/types";
|
||||
|
||||
|
|
951
pnpm-lock.yaml
generated
951
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue