Skip to content

Commit

Permalink
Bump @astrojs/starlight from 0.10.3 to 0.11.0 (#1601)
Browse files Browse the repository at this point in the history
* Bump @astrojs/starlight from 0.10.3 to 0.11.0

Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.10.3 to 0.11.0.
- [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/[email protected]/packages/starlight)

---
updated-dependencies:
- dependency-name: "@astrojs/starlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix one of the build errors. other one is upstream

* update starlight-blog

Signed-off-by: GitHub <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: GitHub <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <[email protected]>
Co-authored-by: Lorenzo Lewis <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2023
1 parent 62aec7e commit a7c72ad
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 85 deletions.
5 changes: 5 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ export default defineConfig({
twitter: 'https://twitter.com/TauriApps',
mastodon: 'https://fosstodon.org/@TauriApps',
},
components: {
MarkdownContent: 'starlight-blog/overrides/MarkdownContent.astro',
Sidebar: 'starlight-blog/overrides/Sidebar.astro',
ThemeSelect: 'starlight-blog/overrides/ThemeSelect.astro',
},
head: [
{
tag: 'meta',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^3.2.1",
"@astrojs/starlight": "^0.10.3",
"@astrojs/starlight": "^0.11.0",
"@types/json-schema": "^7.0.13",
"astro": "^3.2.3",
"astro-feelback": "^0.3.4",
Expand All @@ -28,7 +28,7 @@
"rehype-autolink-headings": "^7.0.0",
"sharp": "^0.32.6",
"shiki": "^0.14.4",
"starlight-blog": "^0.3.2",
"starlight-blog": "^0.4.0",
"starlight-links-validator": "^0.4.0"
},
"pnpm": {
Expand Down
103 changes: 20 additions & 83 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions src/content/docs/es/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: Bases endurecidas para tus aplicaciones web.
description: The cross-platform app building toolkit
template: splash
editUrl: false
lastUpdated: false
prev: false
next: false
hero:
image:
file: ../../../assets/logo-outline.svg
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/fr/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Une fondation robuste pour vos applications web.
description: Les outils de création d'applications multiplatformes
i18nReady: true
template: splash
editUrl: false
lastUpdated: false
prev: false
next: false
hero:
image:
file: ../../../assets/logo-outline.svg
Expand Down
4 changes: 4 additions & 0 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Hardened foundation for your web apps.
description: The cross-platform app building toolkit
i18nReady: true
template: splash
editUrl: false
lastUpdated: false
prev: false
next: false
hero:
image:
file: ../../assets/logo-outline.svg
Expand Down

0 comments on commit a7c72ad

Please sign in to comment.