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.10.1 #247

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

@renovate renovate bot requested a review from Darkflame72 as a code owner June 5, 2024 09:26
Copy link

cloudflare-workers-and-pages bot commented Jun 5, 2024

Deploying wiki with  Cloudflare Pages  Cloudflare Pages

Latest commit: d954ab7
Status: ✅  Deploy successful!
Preview URL: https://1e64cfa9.wiki-752.pages.dev
Branch Preview URL: https://renovate-astro-monorepo.wiki-752.pages.dev

View logs

@renovate renovate bot changed the title fix(deps): update dependency astro to v4.9.3 fix(deps): update dependency astro to v4.10.0 Jun 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency astro to v4.10.0 fix(deps): update dependency astro to v4.10.1 Jun 8, 2024
@Darkflame72 Darkflame72 added this pull request to the merge queue Jun 10, 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 10, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from c3e0a04 to 39459ee Compare June 10, 2024 08:38
@Darkflame72 Darkflame72 added this pull request to the merge queue Jun 10, 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 10, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 39459ee to d954ab7 Compare June 10, 2024 08:41
@Darkflame72 Darkflame72 added this pull request to the merge queue Jun 10, 2024
Merged via the queue into main with commit b4b226e Jun 10, 2024
5 checks passed
@Darkflame72 Darkflame72 deleted the renovate/astro-monorepo branch June 10, 2024 09:53
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