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 dependency astro to v4.9.3 #17

Merged
merged 1 commit into from
Jun 5, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/astro (astro)

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 added the dependencies This updates dependency files label Jun 4, 2024
Copy link

github-actions bot commented Jun 4, 2024

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/telescopium/-/pipelines/1319355972

Status: Passed
Duration: 1 minutes

Job summaries

build

Documentation preview available at https://code0-tech.gitlab.io/-/development/telescopium/-/jobs/7024363998/artifacts/dist/index.html

@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 7234d0a to b08e3ae Compare June 4, 2024 17:01
@renovate renovate bot changed the title Update dependency astro to v4.9.2 Update dependency astro to v4.9.2 - autoclosed Jun 4, 2024
@renovate renovate bot closed this Jun 4, 2024
@renovate renovate bot deleted the renovate/astro-monorepo branch June 4, 2024 17:19
@renovate renovate bot changed the title Update dependency astro to v4.9.2 - autoclosed Update dependency astro to v4.9.2 Jun 5, 2024
@renovate renovate bot reopened this Jun 5, 2024
@renovate renovate bot restored the renovate/astro-monorepo branch June 5, 2024 11:01
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from b08e3ae to f9cfbab Compare June 5, 2024 11:02
@renovate renovate bot changed the title Update dependency astro to v4.9.2 Update dependency astro to v4.9.3 Jun 5, 2024
@Taucher2003 Taucher2003 merged commit 2cd9c57 into main Jun 5, 2024
1 check passed
@renovate renovate bot deleted the renovate/astro-monorepo branch June 5, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This updates dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant