Tuhura-Tech / wiki

Free and public resources for NZ schools
https://wiki.tuhuratech.org.nz
GNU Affero General Public License v3.0
4 stars 7 forks source link

fix(deps): update dependency @astrojs/starlight to ^0.11.0 #85

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/starlight (source) ^0.10.0 -> ^0.11.0 age adoption passing confidence

Release Notes

withastro/starlight (@​astrojs/starlight) ### [`v0.11.0`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0110) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.10.4...@astrojs/starlight@0.11.0) ##### Minor Changes - [#​774](https://togithub.com/withastro/starlight/pull/774) [`903a579`](https://togithub.com/withastro/starlight/commit/903a57942ceb99b68672c3fa54622b39cc5d76f8) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Support adding HTML attributes to sidebar links from config and frontmatter - [#​796](https://togithub.com/withastro/starlight/pull/796) [`372ec96`](https://togithub.com/withastro/starlight/commit/372ec96d31d0c1a9aa8bc1605de2b424bf9bd5af) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Add the `@astrojs/sitemap` and `@astrojs/mdx` integrations only if they are not detected in the Astro configuration. ⚠️ **BREAKING CHANGE** The minimum supported version of Astro is now v3.2.0. Make sure you update Astro at the same time as updating Starlight: ```sh npm install astro@latest ``` - [#​447](https://togithub.com/withastro/starlight/pull/447) [`b45719b`](https://togithub.com/withastro/starlight/commit/b45719b581353f8d8f0ce0a9b5c89132e902377b) Thanks [@​andremralves](https://togithub.com/andremralves)! - Add `titleDelimiter` configuration option and include site title in page `` tags ⚠️ **BREAKING CHANGE** — Previously, every page’s `<title>` only included its individual frontmatter title. Now, `<title>` tags include the page title, a delimiter character (`|` by default), and the site title. For example, in the Startlight docs, `<title>Configuration Reference` is now `Configuration Reference | Starlight`. If you have a page where you need to override this new behaviour, set a custom title using the `head` frontmatter property: ### [`v0.10.4`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0104) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.10.3...@astrojs/starlight@0.10.4) ##### Patch Changes - [#​752](https://togithub.com/withastro/starlight/pull/752) [`6833ee1`](https://togithub.com/withastro/starlight/commit/6833ee12159ea5be23885c41da80569a89aafa33) Thanks [@​apinet](https://togithub.com/apinet)! - Add X social link logo - [#​789](https://togithub.com/withastro/starlight/pull/789) [`2528fb0`](https://togithub.com/withastro/starlight/commit/2528fb011a388f3920af9994012bd7db2b1654c3) Thanks [@​delucis](https://togithub.com/delucis)! - Update bundled version of `@astrojs/mdx` to v1.1.0 - [#​794](https://togithub.com/withastro/starlight/pull/794) [`a0de12d`](https://togithub.com/withastro/starlight/commit/a0de12d596ab2b1c0d79d6d63d2d6cb9fe6d2644) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Add Telegram icon - [#​792](https://togithub.com/withastro/starlight/pull/792) [`a8358df`](https://togithub.com/withastro/starlight/commit/a8358df7849b342de342a4a2e88e019c39d5bbe8) Thanks [@​HiDeoo](https://togithub.com/HiDeoo)! - Add RSS icon - [#​778](https://togithub.com/withastro/starlight/pull/778) [`957d2c3`](https://togithub.com/withastro/starlight/commit/957d2c32123ab0c223fcef03f91ce3ad7be7aa21) Thanks [@​jermanuts](https://togithub.com/jermanuts)! - Improve Arabic UI translations ### [`v0.10.3`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0103) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.10.2...@astrojs/starlight@0.10.3) ##### Patch Changes - [#​783](https://togithub.com/withastro/starlight/pull/783) [`f94727e`](https://togithub.com/withastro/starlight/commit/f94727e7d286a6910f913a572b27eb17c42f1729) Thanks [@​kevinzunigacuellar](https://togithub.com/kevinzunigacuellar)! - Fix GitHub edit link to include src path from project config - [#​781](https://togithub.com/withastro/starlight/pull/781) [`a293ef9`](https://togithub.com/withastro/starlight/commit/a293ef9ebb10a07db456156d8bdacc4ff6a2ca38) Thanks [@​dreyfus92](https://togithub.com/dreyfus92)! - Removed role from Banner component to avoid duplication in header. - [#​745](https://togithub.com/withastro/starlight/pull/745) [`006d606`](https://togithub.com/withastro/starlight/commit/006d60695761ec10e5c4e715ed2212cd1fbedda0) Thanks [@​TheOtterlord](https://togithub.com/TheOtterlord)! - Prevent Starlight crashing when the content folder doesn't exist, or is empty - [#​775](https://togithub.com/withastro/starlight/pull/775) [`2ef3036`](https://togithub.com/withastro/starlight/commit/2ef303649a0b66a6ec6a216815e05d41bf22b594) Thanks [@​delucis](https://togithub.com/delucis)! - Fix content collection schema compatibility with Astro 3.1 and higher - [#​773](https://togithub.com/withastro/starlight/pull/773) [`423d575`](https://togithub.com/withastro/starlight/commit/423d575cc8227e4db86a85c70c45c0f3f7a184d2) Thanks [@​tlandmangh](https://togithub.com/tlandmangh)! - Fix Dutch UI translation for “Previous page” links ### [`v0.10.2`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0102) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.10.1...@astrojs/starlight@0.10.2) ##### Patch Changes - [#​735](https://togithub.com/withastro/starlight/pull/735) [`2da8692`](https://togithub.com/withastro/starlight/commit/2da86929c8041f6585790c3baf1cba42220650cc) Thanks [@​delucis](https://togithub.com/delucis)! - Use Starlight font custom property in Pagefind modal - [#​735](https://togithub.com/withastro/starlight/pull/735) [`2da8692`](https://togithub.com/withastro/starlight/commit/2da86929c8041f6585790c3baf1cba42220650cc) Thanks [@​delucis](https://togithub.com/delucis)! - Fix RTL styling in Pagefind modal - [#​739](https://togithub.com/withastro/starlight/pull/739) [`a9de4a7`](https://togithub.com/withastro/starlight/commit/a9de4a7dcf9ec8c5c801e8a6cbb0d7faf2c34db7) Thanks [@​radenpioneer](https://togithub.com/radenpioneer)! - Add Indonesian UI translation - [#​747](https://togithub.com/withastro/starlight/pull/747) [`7589515`](https://togithub.com/withastro/starlight/commit/75895154b11cf9368d4d6b45647b156ce32a88f0) Thanks [@​nirtamir2](https://togithub.com/nirtamir2)! - Add Hebrew UI translations ### [`v0.10.1`](https://togithub.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0101) [Compare Source](https://togithub.com/withastro/starlight/compare/@astrojs/starlight@0.10.0...@astrojs/starlight@0.10.1) ##### Patch Changes - [#​726](https://togithub.com/withastro/starlight/pull/726) [`f3157c6`](https://togithub.com/withastro/starlight/commit/f3157c6065943af39995b6dbae5f63cf424bd9a3) Thanks [@​delucis](https://togithub.com/delucis)! - Fix a rare bug in table of contents when handling headings that increase by more than one level on a page. - [#​729](https://togithub.com/withastro/starlight/pull/729) [`80c6ab1`](https://togithub.com/withastro/starlight/commit/80c6ab1c1ec48805e74c53b615a78d65127eeacb) Thanks [@​delucis](https://togithub.com/delucis)! - Upgrade Pagefind to v1.0.3 - [#​715](https://togithub.com/withastro/starlight/pull/715) [`e726155`](https://togithub.com/withastro/starlight/commit/e7261559f2539a0ceefd36a28e4fbbc17f5970b8) Thanks [@​itsmatteomanf](https://togithub.com/itsmatteomanf)! - feat: prevent scroll on body when search is open

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

cloudflare-workers-and-pages[bot] commented 1 year ago

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 32b2434
Status: ✅  Deploy successful!
Preview URL: https://dfb46333.wiki-752.pages.dev
Branch Preview URL: https://renovate-astrojs-starlight-0.wiki-752.pages.dev

View logs