astrolicious / astro-tips.dev

The place for content that goes beyond the official docs, for all Astronauts!
https://astro-tips.dev
MIT License
63 stars 7 forks source link

fix(deps): update dependency astro to v4.9.2 #126

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/astro (astro) ### [`v4.9.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#492) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.9.1...astro@4.9.2) ##### Patch Changes - [#​11138](https://togithub.com/withastro/astro/pull/11138) [`98e0372`](https://togithub.com/withastro/astro/commit/98e0372cfd47a3e025be2ac68d1e9ebf06cf548b) Thanks [@​ematipico](https://togithub.com/ematipico)! - You can now pass `props` when rendering a component using the Container APIs: ```js import { experimental_AstroContainer as AstroContainer } from 'astro/contaienr'; import Card from '../src/components/Card.astro'; const container = await AstroContainer.create(); const result = await container.renderToString(Card, { props: { someState: true, }, }); ```

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-pages[bot] commented 1 month ago

Deploying astro-tips with  Cloudflare Pages  Cloudflare Pages

Latest commit: bad14eb
Status: ✅  Deploy successful!
Preview URL: https://7b774567.astro-tips-blf.pages.dev
Branch Preview URL: https://renovate-astro-monorepo.astro-tips-blf.pages.dev

View logs