Commit 1076d17
authored
chore(deps): update dependency @astrojs/react to v4.4.2 (#1183)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@astrojs/react](https://docs.astro.build/en/guides/integrations-guide/react/)
([source](https://redirect.github.com/withastro/astro/tree/HEAD/packages/integrations/react))
| [`4.4.1` ->
`4.4.2`](https://renovatebot.com/diffs/npm/@astrojs%2freact/4.4.1/4.4.2)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>withastro/astro (@​astrojs/react)</summary>
###
[`v4.4.2`](https://redirect.github.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#442)
[Compare
Source](https://redirect.github.com/withastro/astro/compare/@astrojs/react@4.4.1...@astrojs/react@4.4.2)
##### Patch Changes
-
[#​14715](https://redirect.github.com/withastro/astro/pull/14715)
[`3d55c5d`](https://redirect.github.com/withastro/astro/commit/3d55c5d0fb520d470b33d391e5b68861f5b51271)
Thanks [@​ascorbic](https://redirect.github.com/ascorbic)! - Adds
support for client hydration in `getContainerRenderer()`
The `getContainerRenderer()` function is exported by Astro framework
integrations to simplify the process of rendering framework components
when using the experimental Container API inside a Vite or Vitest
environment. This update adds the client hydration entrypoint to the
returned object, enabling client-side interactivity for components
rendered using this function. Previously this required users to manually
call `container.addClientRenderer()` with the appropriate client
renderer entrypoint.
See [the `container-with-vitest`
demo](https://redirect.github.com/withastro/astro/blob/main/examples/container-with-vitest/test/ReactWrapper.test.ts)
for a usage example, and [the Container API
documentation](https://docs.astro.build/en/reference/container-reference/#renderers-option)
for more information on using framework components with the experimental
Container API.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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/JoshuaKGoldberg/emoji-blast).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 19fe4bb commit 1076d17
1 file changed
+224
-224
lines changed
0 commit comments