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

chore(deps): update dependency astro to v4.5.16 #225

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/astro (astro) ### [`v4.5.16`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4516) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.5.15...astro@4.5.16) ##### Patch Changes - [#​10679](https://togithub.com/withastro/astro/pull/10679) [`ca6bb1f31ef041e6ccf8ef974856fa945ff5bb31`](https://togithub.com/withastro/astro/commit/ca6bb1f31ef041e6ccf8ef974856fa945ff5bb31) Thanks [@​martrapp](https://togithub.com/martrapp)! - Generates missing popstate events for Firefox when navigating to hash targets on the same page. - [#​10669](https://togithub.com/withastro/astro/pull/10669) [`0464563e527f821e53d78028d9bbf3c4e1050f5b`](https://togithub.com/withastro/astro/commit/0464563e527f821e53d78028d9bbf3c4e1050f5b) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fixes Astro waiting infinitely in CI when a required package was not installed ### [`v4.5.15`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4515) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.5.14...astro@4.5.15) ##### Patch Changes - [#​10666](https://togithub.com/withastro/astro/pull/10666) [`55ddb2ba4889480f776a8d29b9dcd531b9f5ab3e`](https://togithub.com/withastro/astro/commit/55ddb2ba4889480f776a8d29b9dcd531b9f5ab3e) Thanks [@​lilnasy](https://togithub.com/lilnasy)! - Fixes an issue where forwarded requests did not include hostname on node-based adapters. This also makes error pages more reliable. - [#​10642](https://togithub.com/withastro/astro/pull/10642) [`4f5dc14f315eba7ea6ec5cc8e5dacb0cb81288dd`](https://togithub.com/withastro/astro/commit/4f5dc14f315eba7ea6ec5cc8e5dacb0cb81288dd) Thanks [@​OliverSpeir](https://togithub.com/OliverSpeir)! - Fixes typing issues when using `format` and `quality` options with remote images - [#​10616](https://togithub.com/withastro/astro/pull/10616) [`317d18ef8c9cf4fd13647518e3fd352774a86481`](https://togithub.com/withastro/astro/commit/317d18ef8c9cf4fd13647518e3fd352774a86481) Thanks [@​NikolaRHristov](https://togithub.com/NikolaRHristov)! - This change disables the `sharp` `libvips` image cache as it errors when the file is too small and operations are happening too fast (runs into a race condition) ### [`v4.5.14`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4514) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.5.13...astro@4.5.14) ##### Patch Changes - [#​10470](https://togithub.com/withastro/astro/pull/10470) [`320c309ca9fbe51c40e6ba846d04a0cb49aced5f`](https://togithub.com/withastro/astro/commit/320c309ca9fbe51c40e6ba846d04a0cb49aced5f) Thanks [@​liruifengv](https://togithub.com/liruifengv)! - improves `client:only` error message - [#​10496](https://togithub.com/withastro/astro/pull/10496) [`ce985631129e49f7ea90e6ea690ef9f9cf0e6987`](https://togithub.com/withastro/astro/commit/ce985631129e49f7ea90e6ea690ef9f9cf0e6987) Thanks [@​florian-lefebvre](https://togithub.com/florian-lefebvre)! - Makes the warning less scary when adding 3rd-party integrations using `astro add` ### [`v4.5.13`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4513) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.5.12...astro@4.5.13) ##### Patch Changes - [#​10495](https://togithub.com/withastro/astro/pull/10495) [`046d69d517118ab5c0e71604b321729d66ddffff`](https://togithub.com/withastro/astro/commit/046d69d517118ab5c0e71604b321729d66ddffff) Thanks [@​satyarohith](https://togithub.com/satyarohith)! - This patch allows astro to run in node-compat mode in Deno. Deno doesn't support construction of response from async iterables in node-compat mode so we need to use ReadableStream. - [#​10605](https://togithub.com/withastro/astro/pull/10605) [`a16a829f4e25ad5c9a1b4557ec089fc8ab53320f`](https://togithub.com/withastro/astro/commit/a16a829f4e25ad5c9a1b4557ec089fc8ab53320f) Thanks [@​martrapp](https://togithub.com/martrapp)! - Fixes an issue with outdated page titles in browser history when using text fragments in view transition navigation. - [#​10584](https://togithub.com/withastro/astro/pull/10584) [`e648c5575a8774af739231cfa9fc27a32086aa5f`](https://togithub.com/withastro/astro/commit/e648c5575a8774af739231cfa9fc27a32086aa5f) Thanks [@​duanwilliam](https://togithub.com/duanwilliam)! - Fixes a bug where JSX runtime would error on components with nullish prop values in certain conditions. - [#​10608](https://togithub.com/withastro/astro/pull/10608) [`e31bea0704890ff92ce4f9b0ce536c1c90715f2c`](https://togithub.com/withastro/astro/commit/e31bea0704890ff92ce4f9b0ce536c1c90715f2c) Thanks [@​matthewp](https://togithub.com/matthewp)! - Fixes bug with head content being pushed into body - Updated dependencies \[[`2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de`](https://togithub.com/withastro/astro/commit/2cf116f80cb5e421ab5cc5eb4a654e7b78c1b8de), [`374efcdff9625ca43309d89e3b9cfc9174351512`](https://togithub.com/withastro/astro/commit/374efcdff9625ca43309d89e3b9cfc9174351512)]: - [@​astrojs/markdown-remark](https://togithub.com/astrojs/markdown-remark)[@​5](https://togithub.com/5).0.0

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.



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

cloudflare-pages[bot] commented 5 months ago

Deploying astro-breadcrumbs-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 673e883
Status: ✅  Deploy successful!
Preview URL: https://5dfc01c5.astro-breadcrumbs-docs.pages.dev
Branch Preview URL: https://renovate-astro-4-x-lockfile.astro-breadcrumbs-docs.pages.dev

View logs

socket-security[bot] commented 5 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/vitest@1.4.0 environment, eval Transitive: filesystem, network, shell, unsafe +64 12.1 MB vitestbot

🚮 Removed packages: npm/astro@4.5.12

View full report↗︎

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 69.61%. Comparing base (893418c) to head (673e883).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #225 +/- ## ======================================= Coverage 69.61% 69.61% ======================================= Files 5 5 Lines 283 283 Branches 30 30 ======================================= Hits 197 197 Misses 86 86 ```

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

felix-berlin commented 4 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: