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
54 stars 7 forks source link

chore(deps): update dependency astro to v4.8.5 #255

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro (source) 4.8.2 -> 4.8.5 age adoption passing confidence

Release Notes

withastro/astro (astro) ### [`v4.8.5`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#485) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.8.4...astro@4.8.5) ##### Patch Changes - [#​11065](https://togithub.com/withastro/astro/pull/11065) [`1f988ed`](https://togithub.com/withastro/astro/commit/1f988ed10f4737b5333c9978115ee531786eb539) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes a bug in the Astro rewrite logic, where rewriting the index with parameters - `next("/?foo=bar")` - didn't work as expected. - [#​10924](https://togithub.com/withastro/astro/pull/10924) [`3a0c02a`](https://togithub.com/withastro/astro/commit/3a0c02ae0357c267881b30454b5320075378894b) Thanks [@​Its-Just-Nans](https://togithub.com/Its-Just-Nans)! - Handle image-size errors by displaying a clearer message - [#​11058](https://togithub.com/withastro/astro/pull/11058) [`749a7ac`](https://togithub.com/withastro/astro/commit/749a7ac967146952450a4173dcb6a5494755460c) Thanks [@​matthewp](https://togithub.com/matthewp)! - Fix streaming in Node.js fast path - [#​11052](https://togithub.com/withastro/astro/pull/11052) [`a05ca38`](https://togithub.com/withastro/astro/commit/a05ca38c2cf327ae9130ee1c139a0e510b9da50a) Thanks [@​florian-lefebvre](https://togithub.com/florian-lefebvre)! - Fixes a case where rewriting would conflict with the actions internal middleware - [#​11062](https://togithub.com/withastro/astro/pull/11062) [`16f12e4`](https://togithub.com/withastro/astro/commit/16f12e426e5869721313bb771e2ec5b821c5452e) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fixes a bug where `astro build` didn't create custom `404.html` and `500.html` when a certain combination of i18n options was applied - [#​10965](https://togithub.com/withastro/astro/pull/10965) [`a8f0372`](https://togithub.com/withastro/astro/commit/a8f0372ea71479ef80c58e74201dea6a5a2b2ae4) Thanks [@​Elias-Chairi](https://togithub.com/Elias-Chairi)! - Update generator.ts to allow %23 (#) in dynamic urls - [#​11069](https://togithub.com/withastro/astro/pull/11069) [`240a70a`](https://togithub.com/withastro/astro/commit/240a70a29f8e11d161da021845c208f982d64e5c) Thanks [@​ematipico](https://togithub.com/ematipico)! - Improves debug logging for on-demand pages ### [`v4.8.4`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#484) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.8.3...astro@4.8.4) ##### Patch Changes - [#​11026](https://togithub.com/withastro/astro/pull/11026) [`8dfb1a2`](https://togithub.com/withastro/astro/commit/8dfb1a23cc5996c410f7e33211d132dac36c9f77) Thanks [@​bluwy](https://togithub.com/bluwy)! - Skips rendering script tags if it's inlined and empty when `experimental.directRenderScript` is enabled - [#​11043](https://togithub.com/withastro/astro/pull/11043) [`d0d1710`](https://togithub.com/withastro/astro/commit/d0d1710439ec281518b17d03126b5d9cd008a102) Thanks [@​bholmesdev](https://togithub.com/bholmesdev)! - Fixes minor type issues in actions component example - [#​10999](https://togithub.com/withastro/astro/pull/10999) [`5f353e3`](https://togithub.com/withastro/astro/commit/5f353e39b2b9fb15e6c9d193b5b5101457fef002) Thanks [@​bluwy](https://togithub.com/bluwy)! - The prefetch feature is updated to better support different browsers and different cache headers setup, including: 1. All prefetch strategies will now always try to use `` if supported, or will fall back to `fetch()`. 2. The `prefetch()` programmatic API's `with` option is deprecated in favour of an automatic approach that will also try to use `

Configuration

šŸ“… Schedule: Branch creation - "on friday and saturday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» 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.


  • [ ] If you want to rebase/retry this PR, check this box

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

cloudflare-pages[bot] commented 2 months ago

Deploying astro-breadcrumbs-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 12ffa73
Status: āœ…  Deploy successful!
Preview URL: https://7ea6413c.astro-breadcrumbs-docs.pages.dev
Branch Preview URL: https://renovate-astro-monorepo.astro-breadcrumbs-docs.pages.dev

View logs

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 70.54%. Comparing base (23ecc4e) to head (12ffa73).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #255 +/- ## ======================================= Coverage 70.54% 70.54% ======================================= Files 5 5 Lines 292 292 Branches 32 32 ======================================= Hits 206 206 Misses 86 86 ```

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

felix-berlin commented 2 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: