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 v5.4.1 #612

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro (source) 5.4.0 -> 5.4.1 age adoption passing confidence

Release Notes

withastro/astro (astro)

v5.4.1

Compare Source

Patch Changes
  • #​13336 8f632ef Thanks @​ematipico! - Fixes a regression where some asset utilities were move across monorepo, and not re-exported anymore.

  • #​13320 b5dabe9 Thanks @​{! - Adds support for typing experimental session data

    You can add optional types to your session data by creating a src/env.d.ts file in your project that extends the global App.SessionData interface. For example:

    declare namespace App {
      interface SessionData {
    
          id: string;
          email: string;
        };
        lastLogin: Date;
      }
    }

    Any keys not defined in this interface will be treated as any.

    Then when you access Astro.session in your components, any defined keys will be typed correctly:


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.

🔕 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 was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Feb 28, 2025

Deploying website with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8f0ce60
Status: ✅  Deploy successful!
Preview URL: https://8dfab044.website-7c4.pages.dev
Branch Preview URL: https://renovate-astro-monorepo.website-7c4.pages.dev

View logs

@renovate renovate bot enabled auto-merge (squash) February 28, 2025 18:05
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from f8601e9 to 1e05d3a Compare February 28, 2025 23:30
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 1e05d3a to 8f0ce60 Compare March 1, 2025 02:05
@renovate renovate bot merged commit 03c54f8 into main Mar 1, 2025
11 checks passed
@renovate renovate bot deleted the renovate/astro-monorepo branch March 1, 2025 02:09
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