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

fix(deps): update astro-react (astro-react) #187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 26, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/react (source) 4.1.6 -> 4.2.0 age adoption passing confidence
@radix-ui/react-navigation-menu (source) 1.2.3 -> 1.2.5 age adoption passing confidence
@radix-ui/react-slot (source) 1.1.1 -> 1.1.2 age adoption passing confidence
@types/react (source) 19.0.7 -> 19.0.8 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/react)

v4.2.0

Compare Source

Minor Changes
  • #​13036 3c90d8f Thanks @​artmsilva! - Adds experimental support for disabling streaming

    This is useful to support libraries that are not compatible with streaming such as some CSS-in-JS libraries. To disable streaming for all React components in your project, set experimentalDisableStreaming: true as a configuration option for @astrojs/react:

    // astro.config.mjs
    import { defineConfig } from 'astro/config';
    import react from '@​astrojs/react';
    
    export default defineConfig({
      integrations: [
        react({
    +      experimentalDisableStreaming: true,
        }),
      ],
    });
radix-ui/primitives (@​radix-ui/react-navigation-menu)

v1.2.5

Compare Source

v1.2.4

Compare Source


Configuration

📅 Schedule: Branch creation - "before 4:00am on Monday" in timezone Asia/Tokyo, 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Jan 26, 2025
Copy link

cloudflare-workers-and-pages bot commented Jan 26, 2025

Deploying sushichan-live with  Cloudflare Pages  Cloudflare Pages

Latest commit: 626faa8
Status: ✅  Deploy successful!
Preview URL: https://cca7e17e.sushichan-live.pages.dev
Branch Preview URL: https://renovate-sushichan-live-astr-a8g6.sushichan-live.pages.dev

View logs

@github-actions github-actions bot added the astro label Jan 26, 2025
@renovate renovate bot force-pushed the renovate/sushichan.live-astro-react branch from c06a61f to 89da2e1 Compare January 27, 2025 13:58
@renovate renovate bot force-pushed the renovate/sushichan.live-astro-react branch from 89da2e1 to 626faa8 Compare February 6, 2025 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants