Skip to content

Commit

Permalink
chore(deps): update dependency astro to v4.16.6 (#1227)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [astro](https://astro.build)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/astro))
| [`4.16.5` ->
`4.16.6`](https://renovatebot.com/diffs/npm/astro/4.16.5/4.16.6) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/astro/4.16.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/astro/4.16.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/astro/4.16.5/4.16.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/astro/4.16.5/4.16.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>withastro/astro (astro)</summary>

###
[`v4.16.6`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#4166)

[Compare
Source](https://redirect.github.com/withastro/astro/compare/[email protected]@4.16.6)

##### Patch Changes

-
[#&#8203;11823](https://redirect.github.com/withastro/astro/pull/11823)
[`a3d30a6`](https://redirect.github.com/withastro/astro/commit/a3d30a602aaa1755197c73f0b51cace61f9088b3)
Thanks [@&#8203;DerTimonius](https://redirect.github.com/DerTimonius)! -
fix: improve error message when inferSize is used in local images with
the Image component

-
[#&#8203;12227](https://redirect.github.com/withastro/astro/pull/12227)
[`8b1a641`](https://redirect.github.com/withastro/astro/commit/8b1a641be9de4baa9ae48dd0d045915fbbeffa8c)
Thanks
[@&#8203;florian-lefebvre](https://redirect.github.com/florian-lefebvre)!
- Fixes a case where environment variables would not be refreshed when
using `astro:env`

-
[#&#8203;12239](https://redirect.github.com/withastro/astro/pull/12239)
[`2b6daa5`](https://redirect.github.com/withastro/astro/commit/2b6daa5840c18729c41f6cd8b4571b88d0cba119)
Thanks [@&#8203;ematipico](https://redirect.github.com/ematipico)! -
**BREAKING CHANGE to the experimental Container API only**

Changes the default page rendering behavior of Astro components in
containers, and adds a new option `partial: false` to render full Astro
pages as before.

Previously, the Container API was rendering all Astro components as if
they were full Astro pages containing `<!DOCTYPE html>` by default. This
was not intended, and now by default, all components will render as
[page
partials](https://docs.astro.build/en/basics/astro-pages/#page-partials):
only the contents of the components without a page shell.

To render the component as a full-fledged Astro page, pass a new option
called `partial: false` to `renderToString()` and `renderToResponse()`:

    ```js
import { experimental_AstroContainer as AstroContainer } from
'astro/container';
    import Card from '../src/components/Card.astro';

    const container = AstroContainer.create();

await container.renderToString(Card); // the string will not contain
`<!DOCTYPE html>`
await container.renderToString(Card, { partial: false }); // the string
will contain `<!DOCTYPE html>`
    ```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/knope-dev/knope).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent f432626 commit 11b0f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11b0f46

Please sign in to comment.