Skip to content

Update astro monorepo to v2.0.2#81

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astro-monorepo
Open

Update astro monorepo to v2.0.2#81
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astro-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2024

This PR contains the following updates:

Package Change Age Confidence
@astrojs/sitemap (source) 2.0.12.0.2 age confidence
astro (source) 2.9.72.10.15 age confidence

Release Notes

withastro/astro (@​astrojs/sitemap)

v2.0.2

Compare Source

Patch Changes
withastro/astro (astro)

v2.10.15

Compare Source

Patch Changes

v2.10.14

Compare Source

Patch Changes

v2.10.13

Compare Source

Patch Changes

v2.10.12

Compare Source

Patch Changes
  • #​8144 04caa99c4 Thanks @​lilnasy! - Fixed an issue where data entries' id included backslashes instead of forward slashes on Windows.

v2.10.11

Compare Source

Patch Changes

v2.10.10

Compare Source

Patch Changes
  • #​8127 b12c8471f Thanks @​natemoo-re! - Do not throw Error when users pass an object with a "type" property

  • #​8092 7177f7579 Thanks @​natemoo-re! - Ensure dotfiles are cleaned during static builds

  • #​8122 fa6b68a77 Thanks @​natemoo-re! - Improve fidelity of time stats when running astro build

  • #​8070 097a8e4e9 Thanks @​lilnasy! - Fix a handful of edge cases with prerendered 404/500 pages

  • #​8123 1f6497c33 Thanks @​natemoo-re! - Open to configured base when astro dev --open runs

  • #​8105 0e0fa605d Thanks @​martrapp! - ViewTransition: bug fix for lost scroll position in browser history

  • #​8116 b290f0a99 Thanks @​martrapp! - On back navigation only animate view transitions that were animated going forward.

  • #​7778 d6b494376 Thanks @​y-nk! - Added support for optimizing remote images from authorized sources when using astro:assets. This comes with two new parameters to specify which domains (image.domains) and host patterns (image.remotePatterns) are authorized for remote images.

    For example, the following configuration will only allow remote images from astro.build to be optimized:

    // astro.config.mjs
    export default defineConfig({
      image: {
        domains: ['astro.build'],
      },
    });

    The following configuration will only allow remote images from HTTPS hosts:

    // astro.config.mjs
    export default defineConfig({
      image: {
        remotePatterns: [{ protocol: 'https' }],
      },
    });
  • #​8109 da6e3da1c Thanks @​martrapp! - fix: reinsert attribute to specify direction of ViewTransition (forward / back)

v2.10.9

Compare Source

Patch Changes

v2.10.8

Compare Source

Patch Changes

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: (UTC)

  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from jmblog as a code owner May 1, 2024 09:56
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from b944a2d to eb9ccfd Compare June 4, 2024 13:55
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from eb9ccfd to a7f475e Compare September 1, 2024 11:20
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from a7f475e to d41543d Compare December 2, 2024 08:11
@renovate renovate Bot changed the title Update astro monorepo to v2.0.2 Update astro monorepo to v2.0.2 - autoclosed Dec 8, 2024
@renovate renovate Bot closed this Dec 8, 2024
@renovate renovate Bot deleted the renovate/astro-monorepo branch December 8, 2024 18:57
@renovate renovate Bot changed the title Update astro monorepo to v2.0.2 - autoclosed Update astro monorepo to v2.0.2 Dec 8, 2024
@renovate renovate Bot reopened this Dec 8, 2024
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from e921566 to d41543d Compare December 8, 2024 21:23
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from d41543d to 7fef1c5 Compare January 23, 2025 18:12
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 7fef1c5 to ff0d585 Compare March 11, 2025 10:15
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from ff0d585 to c0c1c94 Compare April 1, 2025 11:16
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from c0c1c94 to 9028c0c Compare May 19, 2025 16:56
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 9028c0c to 178e608 Compare July 2, 2025 14:32
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 178e608 to aca46bc Compare August 13, 2025 17:33
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from aca46bc to 6bd982d Compare August 31, 2025 10:04
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 6bd982d to f493b0d Compare September 25, 2025 16:09
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from f493b0d to 6e5cc07 Compare November 10, 2025 18:59
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 6e5cc07 to 5163fab Compare November 19, 2025 00:34
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 5163fab to a56ecf8 Compare February 12, 2026 17:15
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.

0 participants