junkisai / web-app-template

1 stars 0 forks source link

fix(deps): update dependency @astrojs/react to v3.3.0 - autoclosed #56

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/react (source) 3.0.8 -> 3.3.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/react) ### [`v3.3.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#330) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@3.2.0...@astrojs/react@3.3.0) ##### Minor Changes - [#​10689](https://togithub.com/withastro/astro/pull/10689) [`683d51a5eecafbbfbfed3910a3f1fbf0b3531b99`](https://togithub.com/withastro/astro/commit/683d51a5eecafbbfbfed3910a3f1fbf0b3531b99) Thanks [@​ematipico](https://togithub.com/ematipico)! - Deprecate support for versions of Node.js older than `v18.17.1` for Node.js 18, older than `v20.0.3` for Node.js 20, and the complete Node.js v19 release line. This change is in line with Astro's [Node.js support policy](https://docs.astro.build/en/upgrade-astro/#support). ### [`v3.2.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#320) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@3.1.1...@astrojs/react@3.2.0) ##### Minor Changes - [#​10675](https://togithub.com/withastro/astro/pull/10675) [`14f1d49a10541fecc4c10def8a094322442ccf23`](https://togithub.com/withastro/astro/commit/14f1d49a10541fecc4c10def8a094322442ccf23) Thanks [@​fightingcat](https://togithub.com/fightingcat)! - Expose Babel config for [@​astro/react](https://togithub.com/astro/react). ### [`v3.1.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#311) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@3.1.0...@astrojs/react@3.1.1) ##### Patch Changes - [#​10654](https://togithub.com/withastro/astro/pull/10654) [`195f51f82a44df32be73865949aabee0d46ffe61`](https://togithub.com/withastro/astro/commit/195f51f82a44df32be73865949aabee0d46ffe61) Thanks [@​matthewp](https://togithub.com/matthewp)! - Mark [@​material-tailwind/react](https://togithub.com/material-tailwind/react) as noExternal ### [`v3.1.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#310) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@3.0.10...@astrojs/react@3.1.0) ##### Minor Changes - [#​10136](https://togithub.com/withastro/astro/pull/10136) [`9cd84bd19b92fb43ae48809f575ee12ebd43ea8f`](https://togithub.com/withastro/astro/commit/9cd84bd19b92fb43ae48809f575ee12ebd43ea8f) Thanks [@​matthewp](https://togithub.com/matthewp)! - Changes the default behavior of `transition:persist` to update the props of persisted islands upon navigation. Also adds a new view transitions option `transition:persist-props` (default: `false`) to prevent props from updating as needed. Islands which have the `transition:persist` property to keep their state when using the `` router will now have their props updated upon navigation. This is useful in cases where the component relies on page-specific props, such as the current page title, which should update upon navigation. For example, the component below is set to persist across navigation. This component receives a `products` props and might have some internal state, such as which filters are applied: ```astro ``` Upon navigation, this component persists, but the desired `products` might change, for example if you are visiting a category of products, or you are performing a search. Previously the props would not change on navigation, and your island would have to handle updating them externally, such as with API calls. With this change the props are now updated, while still preserving state. You can override this new default behavior on a per-component basis using `transition:persist-props=true` to persist both props and state during navigation: ```astro ``` ### [`v3.0.10`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#3010) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@3.0.9...@astrojs/react@3.0.10) ##### Patch Changes - [#​9849](https://togithub.com/withastro/astro/pull/9849) [`20ca3154fb37049cbcd51b06d9fa2ef25ac25a36`](https://togithub.com/withastro/astro/commit/20ca3154fb37049cbcd51b06d9fa2ef25ac25a36) Thanks [@​StandardGage](https://togithub.com/StandardGage)! - Fixes an issue where passing void elements (img, etc..) did not work with the `experimentalReactChildren` option enabled ### [`v3.0.9`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#309) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@3.0.8...@astrojs/react@3.0.9) ##### Patch Changes - [#​9482](https://togithub.com/withastro/astro/pull/9482) [`72b26daf694b213918f02d0fcbf90ab5b7ebc31f`](https://togithub.com/withastro/astro/commit/72b26daf694b213918f02d0fcbf90ab5b7ebc31f) Thanks [@​natemoo-re](https://togithub.com/natemoo-re)! - Improves compatability with the [Qwik adapter](https://togithub.com/QwikDev/astro) - [#​9479](https://togithub.com/withastro/astro/pull/9479) [`1baf0b0d3cbd0564954c2366a7278794fad6726e`](https://togithub.com/withastro/astro/commit/1baf0b0d3cbd0564954c2366a7278794fad6726e) Thanks [@​sarah11918](https://togithub.com/sarah11918)! - Updates README

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.