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 astro monorepo #3049

Merged
merged 1 commit into from
Jan 27, 2025
Merged

Update astro monorepo #3049

merged 1 commit into from
Jan 27, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 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
astro (source) 5.1.8 -> 5.1.10 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,
        }),
      ],
    });
withastro/astro (astro)

v5.1.10

Compare Source

Patch Changes

v5.1.9

Compare Source

Patch Changes

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.

👻 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 force-pushed the renovate/astro-monorepo branch 30 times, most recently from 341e3f1 to bbe237b Compare January 27, 2025 06:43
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 141f8ff to e887d17 Compare January 27, 2025 09:43
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.1.9 Update dependency astro to v5.1.9 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 0805127 to f1b7540 Compare January 27, 2025 15:07
@renovate renovate bot changed the title Update dependency astro to v5.1.9 Update astro monorepo Jan 27, 2025
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from f1b7540 to 35c413f Compare January 27, 2025 19:44
@renovate renovate bot merged commit 1970cbe into main Jan 27, 2025
2 checks passed
@renovate renovate bot deleted the renovate/astro-monorepo branch January 27, 2025 23:24
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.

0 participants