felix-berlin / astro-breadcrumbs

Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.
https://docs.astro-breadcrumbs.kasimir.dev
GNU General Public License v3.0
73 stars 10 forks source link

chore(deps): update dependency @astrojs/starlight to ^0.27.0 #328

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

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

Release Notes

withastro/starlight (@​astrojs/starlight) ### [`v0.27.0`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0270) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.26.4...@astrojs/starlight@0.27.0) ##### Minor Changes - [#​1255](https://redirect.github.com/withastro/starlight/pull/1255) [`6f3202b`](https://redirect.github.com/withastro/starlight/commit/6f3202b3eb747de8a1cfcba001ab618d5fdee44a) Thanks [@​Fryuni](https://redirect.github.com/Fryuni)! - Adds support for server-rendered Starlight pages. When building a project with `hybrid` or `server` output mode, a new `prerender` option on Starlight config can be set to `false` to make all Starlight pages be rendered on-demand: ```ts export default defineConfig({ output: 'server', integrations: [ starlight({ prerender: false, }), ], }); ``` ##### Patch Changes - [#​2242](https://redirect.github.com/withastro/starlight/pull/2242) [`756e85e`](https://redirect.github.com/withastro/starlight/commit/756e85e8e814657c42c4a6f9c299b5bef32aee22) Thanks [@​delucis](https://redirect.github.com/delucis)! - Refactors the logic for persisting and restoring sidebar state across navigations for better performance on slow or busy devices - [#​1255](https://redirect.github.com/withastro/starlight/pull/1255) [`6f3202b`](https://redirect.github.com/withastro/starlight/commit/6f3202b3eb747de8a1cfcba001ab618d5fdee44a) Thanks [@​Fryuni](https://redirect.github.com/Fryuni)! - Improves performance of computing the last updated times from Git history. Instead of executing `git` for each docs page, it is now executed twice regardless of the number of pages. - [#​1255](https://redirect.github.com/withastro/starlight/pull/1255) [`6f3202b`](https://redirect.github.com/withastro/starlight/commit/6f3202b3eb747de8a1cfcba001ab618d5fdee44a) Thanks [@​Fryuni](https://redirect.github.com/Fryuni)! - Fixes last updated times on projects with custom `srcDir` ### [`v0.26.4`](https://redirect.github.com/withastro/starlight/blob/HEAD/packages/starlight/CHANGELOG.md#0264) [Compare Source](https://redirect.github.com/withastro/starlight/compare/@astrojs/starlight@0.26.3...@astrojs/starlight@0.26.4) ##### Patch Changes - [#​2288](https://redirect.github.com/withastro/starlight/pull/2288) [`b15f725`](https://redirect.github.com/withastro/starlight/commit/b15f725ead981387f80f089d0523d9c2748b184e) Thanks [@​matthewp](https://redirect.github.com/matthewp)! - Safely handle Zod errors Prevents bugs where errors without the `.received` props would through and cause builds to fail unnecessarily.

Configuration

📅 Schedule: Branch creation - "on friday and saturday" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

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

Deploying astro-breadcrumbs-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1b1e9e3
Status: ✅  Deploy successful!
Preview URL: https://dab3d64e.astro-breadcrumbs-docs.pages.dev
Branch Preview URL: https://renovate-astrojs-starlight-0.astro-breadcrumbs-docs.pages.dev

View logs

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.10%. Comparing base (7a7b4a2) to head (1b1e9e3). Report is 16 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #328 +/- ## ======================================= Coverage 72.10% 72.10% ======================================= Files 7 7 Lines 233 233 Branches 52 52 ======================================= Hits 168 168 Misses 65 65 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

felix-berlin commented 1 month ago

:tada: This PR is included in version 3.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: