Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Update astro monorepo #715

Merged
merged 1 commit into from
Jun 9, 2024
Merged

Update astro monorepo #715

merged 1 commit into from
Jun 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/node (source) 8.2.5 -> 8.2.6 age adoption passing confidence
@astrojs/vue (source) 4.3.0 -> 4.4.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/node)

v8.2.6

Compare Source

Patch Changes
withastro/astro (@​astrojs/vue)

v4.4.0

Compare Source

Minor Changes
  • #​11144 803dd80 Thanks @​ematipico! - The integration now exposes a function called getContainerRenderer, that can be used inside the Container APIs to load the relative renderer.

    import { experimental_AstroContainer as AstroContainer } from 'astro/container';
    import ReactWrapper from '../src/components/ReactWrapper.astro';
    import { loadRenderers } from 'astro:container';
    import { getContainerRenderer } from '@​astrojs/react';
    
    test('ReactWrapper with react renderer', async () => {
      const renderers = await loadRenderers([getContainerRenderer()]);
      const container = await AstroContainer.create({
        renderers,
      });
      const result = await container.renderToString(ReactWrapper);
    
      expect(result).toContain('Counter');
      expect(result).toContain('Count: <!-- -->5');
    });

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jun 9, 2024
@renovate renovate bot enabled auto-merge (rebase) June 9, 2024 18:42
Copy link
Contributor Author

renovate bot commented Jun 9, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 397ec99 to 6831600 Compare June 9, 2024 19:07
@renovate renovate bot merged commit 560b360 into main Jun 9, 2024
1 check passed
@renovate renovate bot deleted the renovate/astro-monorepo branch June 9, 2024 19:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants