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 #413

Merged
merged 2 commits into from
Jan 28, 2025
Merged

Update astro monorepo #413

merged 2 commits into from
Jan 28, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 27, 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.9 -> 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

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 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.

Copy link

github-actions bot commented Jan 27, 2025

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 3 package(s) with unknown licenses.
See the Details below.

License Issues

package-lock.json

PackageVersionLicenseIssue Type
@astrojs/react4.2.0NullUnknown License

package.json

PackageVersionLicenseIssue Type
@astrojs/react^4.2.0NullUnknown License
astro^5.1.10NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
npm/@astrojs/react 4.2.0 UnknownUnknown
npm/astro 5.1.10 UnknownUnknown
npm/@astrojs/react ^4.2.0 UnknownUnknown
npm/astro ^5.1.10 UnknownUnknown

Scanned Files

  • package-lock.json
  • package.json

Copy link

netlify bot commented Jan 27, 2025

Deploy Preview for atproducts ready!

Name Link
🔨 Latest commit 4ac8ec1
🔍 Latest deploy log https://app.netlify.com/sites/atproducts/deploys/6798100afa604a000841fd11
😎 Deploy Preview https://deploy-preview-413--atproducts.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 71
Accessibility: 92
Best Practices: 83
SEO: 91
PWA: 70
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@Alex-Toucan Alex-Toucan self-assigned this Jan 27, 2025
@Alex-Toucan Alex-Toucan added this to the 2.21 milestone Jan 27, 2025
@Alex-Toucan Alex-Toucan added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Copy link
Contributor Author

renovate bot commented Jan 27, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@Alex-Toucan Alex-Toucan merged commit bab821e into main Jan 28, 2025
9 checks passed
@Alex-Toucan Alex-Toucan deleted the renovate/astro-monorepo branch January 28, 2025 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant