mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
fix(deps): update dependency starlight-blog to ^0.9.0 (#2303)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <fabianlars@fabianlars.de>
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"semver": "^7.6.0",
|
||||
"sharp": "^0.33.2",
|
||||
"shiki": "^1.1.7",
|
||||
"starlight-blog": "^0.8.2",
|
||||
"starlight-blog": "^0.9.0",
|
||||
"starlight-links-validator": "^0.9.0"
|
||||
},
|
||||
"packageManager": "pnpm@9.3.0",
|
||||
|
||||
14
pnpm-lock.yaml
generated
14
pnpm-lock.yaml
generated
@@ -60,8 +60,8 @@ importers:
|
||||
specifier: ^1.1.7
|
||||
version: 1.7.0
|
||||
starlight-blog:
|
||||
specifier: ^0.8.2
|
||||
version: 0.8.3(@astrojs/starlight@0.24.2(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5)))(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5))
|
||||
specifier: ^0.9.0
|
||||
version: 0.9.0(@astrojs/starlight@0.24.2(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5)))(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5))
|
||||
starlight-links-validator:
|
||||
specifier: ^0.9.0
|
||||
version: 0.9.0(@astrojs/starlight@0.24.2(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5)))(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5))
|
||||
@@ -3476,12 +3476,12 @@ packages:
|
||||
sprintf-js@1.0.3:
|
||||
resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==}
|
||||
|
||||
starlight-blog@0.8.3:
|
||||
resolution: {integrity: sha512-8Htu5KU5Z257ilsTxo1ozcU9pEjxui7TlCa6TgLxENhls98yIXIEunrseS9XYBiivxtL6Ly7BKx5qYGtXmyrEQ==}
|
||||
starlight-blog@0.9.0:
|
||||
resolution: {integrity: sha512-SpQulRfi8/lQ1XYz+YZ26/4o/gCeCqQ/IsMNRYD8erpxcBNq0/iGax32E3TsJVO2E9iM32LHvMrp0pF+vwk7fg==}
|
||||
engines: {node: '>=18.14.1'}
|
||||
peerDependencies:
|
||||
'@astrojs/starlight': '>=0.22.1'
|
||||
astro: '>=4.2.7'
|
||||
'@astrojs/starlight': '>=0.24.0'
|
||||
astro: '>=4.8.6'
|
||||
|
||||
starlight-links-validator@0.9.0:
|
||||
resolution: {integrity: sha512-DJQDncEJBuuguPHJKP/SMmYdToWCFeEpZuRV5z9Qqgif3njJiF7dBRDAFdNIM2TCNADAZdseMOcR0iUpnvvjLQ==}
|
||||
@@ -8079,7 +8079,7 @@ snapshots:
|
||||
|
||||
sprintf-js@1.0.3: {}
|
||||
|
||||
starlight-blog@0.8.3(@astrojs/starlight@0.24.2(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5)))(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5)):
|
||||
starlight-blog@0.9.0(@astrojs/starlight@0.24.2(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5)))(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5)):
|
||||
dependencies:
|
||||
'@astrojs/rss': 4.0.5
|
||||
'@astrojs/starlight': 0.24.2(astro@4.10.2(@types/node@20.14.2)(sass@1.77.5)(terser@5.31.0)(typescript@5.4.5))
|
||||
|
||||
@@ -3,6 +3,6 @@ import { docsSchema, i18nSchema } from '@astrojs/starlight/schema';
|
||||
import { blogSchema } from 'starlight-blog/schema';
|
||||
|
||||
export const collections = {
|
||||
docs: defineCollection({ schema: docsSchema({ extend: blogSchema() }) }),
|
||||
docs: defineCollection({ schema: docsSchema({ extend: (context) => blogSchema(context) }) }),
|
||||
i18n: defineCollection({ type: 'data', schema: i18nSchema() }),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user