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 dependency astro to v4.9.2 #9

Merged
merged 1 commit into from
May 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change OpenSSF
astro (source) dependencies patch 4.9.1 -> 4.9.2 OpenSSF Scorecard

Release Notes

withastro/astro (astro)

v4.9.2

Compare Source

Patch Changes
  • #​11138 98e0372 Thanks @​ematipico! - You can now pass props when rendering a component using the Container APIs:

    import { experimental_AstroContainer as AstroContainer } from 'astro/contaienr';
    import Card from '../src/components/Card.astro';
    
    const container = await AstroContainer.create();
    const result = await container.renderToString(Card, {
      props: {
        someState: true,
      },
    });

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.

🔕 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

changeset-bot bot commented May 27, 2024

⚠️ No Changeset found

Latest commit: d850f89

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 060cee7 to 84042f7 Compare May 28, 2024 04:31
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 84042f7 to d850f89 Compare May 28, 2024 04:40
Copy link

codecov bot commented May 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@@         Coverage Diff         @@
##             main   #9   +/-   ##
===================================
  Coverage        ?    0           
===================================
  Files           ?    0           
  Lines           ?    0           
  Branches        ?    0           
===================================
  Hits            ?    0           
  Misses          ?    0           
  Partials        ?    0           
Components Coverage Δ
example-express-app ∅ <0.00%> (?)
example-angular-app ∅ <0.00%> (?)
example-node-lib ∅ <0.00%> (?)

@gipo355 gipo355 merged commit 08c4adc into main May 28, 2024
6 checks passed
@gipo355 gipo355 deleted the renovate/astro-monorepo branch May 28, 2024 04:40
Copy link

sonarcloud bot commented May 28, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

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.

1 participant