Skip to content

Commit

Permalink
Merge branch 'main' into feat/print-stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Jan 10, 2025
2 parents 43ed243 + 29a885b commit c142194
Show file tree
Hide file tree
Showing 18 changed files with 574 additions and 117 deletions.
11 changes: 11 additions & 0 deletions .changeset/good-trains-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@astrojs/starlight': minor
---

⚠️ **BREAKING CHANGE:** The minimum supported version of Astro is now 5.1.5

Please update Astro and Starlight together:

```sh
npx @astrojs/upgrade
```
5 changes: 5 additions & 0 deletions .changeset/silver-brooms-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@astrojs/starlight': patch
---

Updates internal dependencies `@astrojs/sitemap` and `@astrojs/mdx` to the latest versions
5 changes: 0 additions & 5 deletions .changeset/smart-moons-repair.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@astrojs/starlight": "workspace:*",
"@lunariajs/core": "^0.1.1",
"@types/culori": "^2.1.1",
"astro": "^5.0.2",
"astro": "^5.1.5",
"culori": "^4.0.1",
"sharp": "^0.32.5"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.30.5",
"astro": "^5.0.2",
"@astrojs/starlight": "^0.30.6",
"astro": "^5.1.5",
"sharp": "^0.32.5"
}
}
6 changes: 3 additions & 3 deletions examples/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.12.1",
"@astrojs/starlight": "^0.30.5",
"@astrojs/markdoc": "^0.12.4",
"@astrojs/starlight": "^0.30.6",
"@astrojs/starlight-markdoc": "^0.2.0",
"astro": "^5.0.2",
"astro": "^5.1.5",
"sharp": "^0.32.5"
}
}
6 changes: 3 additions & 3 deletions examples/tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.30.5",
"@astrojs/starlight": "^0.30.6",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.3",
"astro": "^5.0.2",
"@astrojs/tailwind": "^5.1.4",
"astro": "^5.1.5",
"sharp": "^0.32.5",
"tailwindcss": "^3.4.4"
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@size-limit/file": "^11.1.6",
"astro": "^5.0.2",
"astro": "^5.1.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"size-limit": "^11.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./components": "./components.ts"
},
"devDependencies": {
"@astrojs/markdoc": "^0.12.1",
"@astrojs/markdoc": "^0.12.4",
"@astrojs/starlight": "workspace:*",
"vitest": "2.1.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/starlight/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @astrojs/starlight

## 0.30.6

### Patch Changes

- [#2722](https://github.com/withastro/starlight/pull/2722) [`0b206d3`](https://github.com/withastro/starlight/commit/0b206d3a23f0876146dc17f5e507984362917696) Thanks [@techfg](https://github.com/techfg)! - Fixes display of long site title on mobile

- [#2762](https://github.com/withastro/starlight/pull/2762) [`7ab1576`](https://github.com/withastro/starlight/commit/7ab157639da62fdc6b444b0280ad4c9d5ee4872f) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Prevents the header title from being translated by automatic translation systems.

## 0.30.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^5.0.2"
"astro": "^5.1.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^5.0.2"
"astro": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^5.0.2"
"astro": "^5.1.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@astrojs/starlight": "workspace:*",
"astro": "^5.0.2"
"astro": "^5.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/starlight/__e2e__/fixtures/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/starlight": "workspace:*",
"astro": "^5.0.2"
"astro": "^5.1.5"
}
}
1 change: 1 addition & 0 deletions packages/starlight/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const shouldRenderSearch =
/* Avoid clipping focus ring around link inside title wrapper. */
padding: 0.25rem;
margin: -0.25rem;
min-width: 0;
}

.right-group,
Expand Down
12 changes: 6 additions & 6 deletions packages/starlight/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrojs/starlight",
"version": "0.30.5",
"version": "0.30.6",
"description": "Build beautiful, high-performance documentation websites with Astro",
"scripts": {
"test": "vitest",
Expand Down Expand Up @@ -178,20 +178,20 @@
"./style/markdown.css": "./style/markdown.css"
},
"peerDependencies": {
"astro": "^5.0.0"
"astro": "^5.1.5"
},
"devDependencies": {
"@astrojs/markdown-remark": "^6.0.0",
"@astrojs/markdown-remark": "^6.0.1",
"@playwright/test": "^1.45.0",
"@types/node": "^18.16.19",
"@vitest/coverage-v8": "2.1.6",
"astro": "^5.0.2",
"astro": "^5.1.5",
"linkedom": "^0.18.4",
"vitest": "2.1.6"
},
"dependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/mdx": "^4.0.5",
"@astrojs/sitemap": "^3.2.1",
"@pagefind/default-ui": "^1.0.3",
"@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9",
Expand Down
Loading

0 comments on commit c142194

Please sign in to comment.