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.2 #248

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.7.1 -> 4.8.2 age adoption passing confidence

Release Notes

withastro/astro (astro) ### [`v4.8.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#482) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.8.1...astro@4.8.2) ##### Patch Changes - [#​10990](https://togithub.com/withastro/astro/pull/10990) [`4161a2a`](https://togithub.com/withastro/astro/commit/4161a2a3d095eaf4d109b4ac49f11f6762bed017) Thanks [@​liruifengv](https://togithub.com/liruifengv)! - fix incorrect actions path on windows - [#​10979](https://togithub.com/withastro/astro/pull/10979) [`6fa89e8`](https://togithub.com/withastro/astro/commit/6fa89e84c917f487be9f62875d85c61974e71590) Thanks [@​BryceRussell](https://togithub.com/BryceRussell)! - Fix loading of non-index routes that end with `index.html` ### [`v4.8.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#481) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.8.0...astro@4.8.1) ##### Patch Changes - [#​10987](https://togithub.com/withastro/astro/pull/10987) [`05db5f7`](https://togithub.com/withastro/astro/commit/05db5f78187efb53c5732b28e499c7977ceee496) Thanks [@​ematipico](https://togithub.com/ematipico)! - Fix a regression where the flag `experimental.rewriting` was marked mandatory. Is is now optional. - [#​10975](https://togithub.com/withastro/astro/pull/10975) [`6b640b3`](https://togithub.com/withastro/astro/commit/6b640b3bcb74d21903d303e268ff8ecef90097e7) Thanks [@​bluwy](https://togithub.com/bluwy)! - Passes the scoped style attribute or class to the `` element in the `` component so scoped styling can be applied to the `` element ### [`v4.8.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#480) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.7.1...astro@4.8.0) ##### Minor Changes - [#​10935](https://togithub.com/withastro/astro/pull/10935) [`ddd8e49`](https://togithub.com/withastro/astro/commit/ddd8e49d1a179bec82310fb471f822a1567a6610) Thanks [@​bluwy](https://togithub.com/bluwy)! - Exports `astro/jsx/rehype.js` with utilities to generate an Astro metadata object - [#​10625](https://togithub.com/withastro/astro/pull/10625) [`698c2d9`](https://togithub.com/withastro/astro/commit/698c2d9bb51e20b38de405b6076fd6488ddb5c2b) Thanks [@​goulvenclech](https://togithub.com/goulvenclech)! - Adds the ability for multiple pages to use the same component as an `entrypoint` when building an Astro integration. This change is purely internal, and aligns the build process with the behaviour in the development server. - [#​10906](https://togithub.com/withastro/astro/pull/10906) [`7bbd664`](https://togithub.com/withastro/astro/commit/7bbd66459dd29a338ac1dfae0e4c984cb08f73b3) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Adds a new radio checkbox component to the dev toolbar UI library (`astro-dev-toolbar-radio-checkbox`) - [#​10963](https://togithub.com/withastro/astro/pull/10963) [`61f47a6`](https://togithub.com/withastro/astro/commit/61f47a684235a049cbfc4f2cbb5edff3befeced7) Thanks [@​delucis](https://togithub.com/delucis)! - Adds support for passing an inline Astro configuration object to `getViteConfig()` If you are using `getViteConfig()` to configure the Vitest test runner, you can now pass a second argument to control how Astro is configured. This makes it possible to configure unit tests with different Astro options when using [Vitest’s workspaces](https://vitest.dev/guide/workspace.html) feature. ```js // vitest.config.ts import { getViteConfig } from 'astro/config'; export default getViteConfig( /* Vite configuration */ { test: {} }, /* Astro configuration */ { site: 'https://example.com', trailingSlash: 'never', } ); ``` - [#​10867](https://togithub.com/withastro/astro/pull/10867) [`47877a7`](https://togithub.com/withastro/astro/commit/47877a75404ccc8786bbea2171015fb088dc01a1) Thanks [@​ematipico](https://togithub.com/ematipico)! - Adds experimental rewriting in Astro with a new `rewrite()` function and the middleware `next()` function. The feature is available via an experimental flag in `astro.config.mjs`: ```js export default defineConfig({ experimental: { rewriting: true, }, }); ``` When enabled, you can use `rewrite()` to **render** another page without changing the URL of the browser in Astro pages and endpoints.

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 2 months ago

Deploying astro-breadcrumbs-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2ef828e
Status: ✅  Deploy successful!
Preview URL: https://1c33f775.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 (05faf26) to head (2ef828e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #248 +/- ## ======================================= 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: