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

chore(deps): update dependency astro to ^4.10.1 #200

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
astro (source) ^4.0.9 -> ^4.10.1 age adoption passing confidence

Release Notes

withastro/astro (astro)

v4.10.1

Compare Source

Patch Changes

v4.10.0

Compare Source

Minor Changes
  • #​10974 2668ef9 Thanks @​florian-lefebvre! - Adds experimental support for the astro:env API.

    The astro:env API lets you configure a type-safe schema for your environment variables, and indicate whether they should be available on the server or the client. Import and use your defined variables from the appropriate /client or /server module:

v4.9.3

Compare Source

Patch Changes
  • #​11171 ff8004f Thanks @​Princesseuh! - Guard globalThis.astroAsset usage in proxy code to avoid errors in wonky situations

  • #​11178 1734c49 Thanks @​theoephraim! - Improves isPromise utility to check the presence of then on an object before trying to access it - which can cause undesired side-effects on Proxy objects

  • #​11183 3cfa2ac Thanks @​66Leo66! - Suggest pnpm dlx instead of pnpx in update check.

  • #​11147 2d93902 Thanks @​kitschpatrol! - Fixes invalid MIME types in Picture source elements for jpg and svg extensions, which was preventing otherwise valid source variations from being shown by the browser

  • #​11141 19df89f Thanks @​ematipico! - Fixes an internal error that prevented the AstroContainer to render the Content component.

    You can now write code similar to the following to render content collections:

    const entry = await getEntry(collection, slug);
    const { Content } = await entry.render();
    const content = await container.renderToString(Content);
  • #​11170 ba20c71 Thanks @​matthewp! - Retain client scripts in content cache


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 using a curated preset maintained by Sanity. View repository job log here

@renovate renovate bot requested a review from a team as a code owner June 5, 2024 13:40
Copy link

vercel bot commented Jun 5, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sanity-astro-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 8, 2024 10:21am
sanity-astro-example-ssr ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 8, 2024 10:21am
sanity-astro-movies ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 8, 2024 10:21am

christianhg
christianhg previously approved these changes Jun 5, 2024
@christianhg christianhg added this pull request to the merge queue Jun 5, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Jun 5, 2024
@renovate renovate bot dismissed christianhg’s stale review June 5, 2024 13:59

The merge-base changed after approval.

@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 2fec4d0 to da6c385 Compare June 5, 2024 13:59
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from da6c385 to ef7b84a Compare June 6, 2024 06:42
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from ef7b84a to 3b618ae Compare June 6, 2024 07:47
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 3b618ae to f0bf7fa Compare June 6, 2024 08:58
@christianhg christianhg added this pull request to the merge queue Jun 10, 2024
Merged via the queue into main with commit fd66ff0 Jun 10, 2024
13 checks passed
@christianhg christianhg deleted the renovate/astro-monorepo branch June 10, 2024 07:19
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant