Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @astrojs/react to v3.3.1 - autoclosed #39

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/astro (@​astrojs/react)

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes

v3.2.0

Compare Source

Minor Changes

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Minor Changes
  • #​10136 9cd84bd19b92fb43ae48809f575ee12ebd43ea8f Thanks @​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 <ViewTransitions /> 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:

    <ProductListing transition:persist products={products} />

    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:

    <ProductListing transition:persist-props="true" products={products} />

v3.0.10

Compare Source

Patch Changes

v3.0.9

Compare Source

Patch Changes

v3.0.8

Compare Source

Patch Changes

v3.0.7

Compare Source

Patch Changes

v3.0.6

Compare Source

Patch Changes
  • #​9141 af43fb517 Thanks @​lilnasy! - Fixes an issue where slotting self-closing elements (img, br, hr) into react components with experimentalReactChildren enabled led to an error.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

stackblitz bot commented Feb 25, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

netlify bot commented Feb 25, 2024

Deploy Preview for advanced-astro-docs failed.

Name Link
🔨 Latest commit 4eab4e1
🔍 Latest deploy log https://app.netlify.com/sites/advanced-astro-docs/deploys/65db207bc0351b00081c5887

Copy link

netlify bot commented Feb 25, 2024

Deploy Preview for astro-docs failed.

Name Link
🔨 Latest commit 4eab4e1
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs/deploys/65db207bbacb2f0008113436

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@astrojs/react@3.0.10 Transitive: environment, filesystem, network, shell, unsafe +101 38.1 MB fredkschott

🚮 Removed packages: npm/@astrojs/react@3.0.5

View full report↗︎

@renovate renovate bot changed the title Update dependency @astrojs/react to v3.0.10 Update dependency @astrojs/react to v3.1.0 Mar 11, 2024
@renovate renovate bot changed the title Update dependency @astrojs/react to v3.1.0 Update dependency @astrojs/react to v3.1.1 Apr 2, 2024
@renovate renovate bot changed the title Update dependency @astrojs/react to v3.1.1 Update dependency @astrojs/react to v3.2.0 Apr 9, 2024
@renovate renovate bot changed the title Update dependency @astrojs/react to v3.2.0 Update dependency @astrojs/react to v3.3.0 Apr 11, 2024
@renovate renovate bot changed the title Update dependency @astrojs/react to v3.3.0 Update dependency @astrojs/react to v3.3.1 Apr 24, 2024
@renovate renovate bot changed the title Update dependency @astrojs/react to v3.3.1 Update dependency @astrojs/react to v3.3.1 - autoclosed May 1, 2024
@renovate renovate bot closed this May 1, 2024
@renovate renovate bot deleted the renovate/astrojs-react-3.x-lockfile branch May 1, 2024 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants