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 v2.10.7 #748

Merged
merged 1 commit into from
Aug 12, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 3, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

withastro/astro (astro)

v2.10.7

Compare Source

Patch Changes

v2.10.6

Compare Source

Patch Changes

v2.10.5

Compare Source

Patch Changes
  • #​8011 5b1e39ef6 Thanks @​bluwy! - Move hoisted script analysis optimization behind the experimental.optimizeHoistedScript option

v2.10.4

Compare Source

Patch Changes

v2.10.3

Compare Source

Patch Changes

v2.10.2

Compare Source

Patch Changes

v2.10.1

Compare Source

Patch Changes

v2.10.0

Compare Source

Minor Changes
  • #​7861 41afb8405 Thanks @​matthewp! - Persistent DOM and Islands in Experimental View Transitions

    With viewTransitions: true enabled in your Astro config's experimental section, pages using the <ViewTransition /> routing component can now access a new transition:persist directive.

    With this directive, you can keep the state of DOM elements and islands on the old page when transitioning to the new page.

    For example, to keep a video playing across page navigation, add transition:persist to the element:

    <video controls="" autoplay="" transition:persist>
      <source
        src="https://ia804502.us.archive.org/33/items/GoldenGa1939_3/GoldenGa1939_3_512kb.mp4"
        type="video/mp4"
      />
    </video>

    This <video> element, with its current state, will be moved over to the next page (if the video also exists on that page).

    Likewise, this feature works with any client-side framework component island. In this example, a counter's state is preserved and moved to the new page:

    <Counter count={5} client:load transition:persist />

    See our View Transitions Guide to learn more on usage.

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

@vercel
Copy link

vercel bot commented Aug 3, 2023

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

Name Status Preview Comments Updated (UTC)
earthdoom-blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 11, 2023 6:19pm
earthdoom-game ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 11, 2023 6:19pm

@renovate renovate bot changed the title Update dependency astro to v2.10.0 Update dependency astro to v2.10.1 Aug 3, 2023
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from 06675e3 to ceaa94f Compare August 3, 2023 22:03
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from ceaa94f to 20b42e2 Compare August 5, 2023 19:27
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from 20b42e2 to 88699d5 Compare August 7, 2023 06:29
@renovate renovate bot changed the title Update dependency astro to v2.10.1 Update dependency astro to v2.10.2 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from 88699d5 to 2580a55 Compare August 7, 2023 19:44
@renovate renovate bot changed the title Update dependency astro to v2.10.2 Update dependency astro to v2.10.3 Aug 7, 2023
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from 2580a55 to a0f885d Compare August 7, 2023 21:48
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from a0f885d to 0d0ed9a Compare August 7, 2023 21:56
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from 0d0ed9a to 41c1dbd Compare August 9, 2023 15:55
@renovate renovate bot changed the title Update dependency astro to v2.10.3 Update dependency astro to v2.10.4 Aug 9, 2023
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from 41c1dbd to a4cfb50 Compare August 9, 2023 22:09
@renovate renovate bot changed the title Update dependency astro to v2.10.5 Update dependency astro to v2.10.7 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/astro-2.x-lockfile branch from d4a681f to c68dd62 Compare August 11, 2023 18:17
@w3bdesign w3bdesign merged commit ede07df into master Aug 12, 2023
@renovate renovate bot deleted the renovate/astro-2.x-lockfile branch August 12, 2023 04:24
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