Skip to content

Update astro monorepo#87

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

Update astro monorepo#87
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astro-monorepo

Conversation

@renovate

@renovate renovate Bot commented Dec 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@astrojs/mdx (source) 4.3.74.3.14 age confidence
@astrojs/sitemap (source) 3.6.03.7.3 age confidence
@astrojs/vue (source) 5.1.15.1.4 age confidence

Release Notes

withastro/astro (@​astrojs/mdx)

v4.3.14

Compare Source

Patch Changes

v4.3.13

Compare Source

Patch Changes

v4.3.12

Compare Source

Patch Changes

v4.3.11

Compare Source

Patch Changes

v4.3.10

Compare Source

Patch Changes
  • #​14715 3d55c5d Thanks @​ascorbic! - Adds support for client hydration in getContainerRenderer()

    The getContainerRenderer() function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call container.addClientRenderer() with the appropriate client renderer entrypoint.

    See the container-with-vitest demo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.

v4.3.9

Patch Changes

v4.3.8

Patch Changes
  • #​14591 3e887ec Thanks @​matthewp! - Adds TypeScript support for the components prop on MDX Content component when using await render(). Developers now get proper IntelliSense and type checking when passing custom components to override default MDX element rendering.

  • #​14598 7b45c65 Thanks @​delucis! - Reduces terminal text styling dependency size by switching from kleur to picocolors

withastro/astro (@​astrojs/sitemap)

v3.7.3

Compare Source

Patch Changes
  • #​16837 783c4a6 Thanks @​jdevalk! - Improves <lastmod> accuracy in the sitemap index. Each <sitemap> entry in sitemap-index.xml is now stamped with the most recent lastmod of the URLs in the child sitemap it points to, instead of repeating a single global date on every entry. When a child sitemap has no per-URL lastmod, the entry falls back to the lastmod option as before. This gives search engines a per-file freshness signal, so they can tell which child sitemaps actually changed without refetching all of them.

v3.7.2

Compare Source

Patch Changes

v3.7.1

Compare Source

Patch Changes

v3.7.0

Compare Source

Minor Changes
  • #​14471 4296373 Thanks @​Slackluky! - Adds the ability to split sitemap generation into chunks based on customizable logic. This allows for better management of large sitemaps and improved performance. The new chunks option in the sitemap configuration allows users to define functions that categorize sitemap items into different chunks. Each chunk is then written to a separate sitemap file.

    integrations: [
      sitemap({
        serialize(item) { th
          return item
        },
        chunks: { // this property will be treated last on the configuration
          'blog': (item) => {  // will produce a sitemap file with `blog` name (sitemap-blog-0.xml)
            if (/blog/.test(item.url)) { // filter path that will be included in this specific sitemap file
              item.changefreq = 'weekly';
              item.lastmod = new Date();
              item.priority = 0.9; // define specific properties for this filtered path
              return item;
            }
          },
          'glossary': (item) => {
            if (/glossary/.test(item.url)) {
              item.changefreq = 'weekly';
              item.lastmod = new Date();
              item.priority = 0.7;
              return item;
            }
          }
    
          // the rest of the path will be stored in `sitemap-pages.0.xml`
        },
      }),
    ],
    
    

v3.6.1

Compare Source

Patch Changes
withastro/astro (@​astrojs/vue)

v5.1.4

Compare Source

Patch Changes

v5.1.3

Compare Source

Patch Changes
  • #​14715 3d55c5d Thanks @​ascorbic! - Adds support for client hydration in getContainerRenderer()

    The getContainerRenderer() function is exported by Astro framework integrations to simplify the process of rendering framework components when using the experimental Container API inside a Vite or Vitest environment. This update adds the client hydration entrypoint to the returned object, enabling client-side interactivity for components rendered using this function. Previously this required users to manually call container.addClientRenderer() with the appropriate client renderer entrypoint.

    See the container-with-vitest demo for a usage example, and the Container API documentation for more information on using framework components with the experimental Container API.

v5.1.2

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/astro-monorepo branch 2 times, most recently from 54c13a4 to dc2333c Compare December 16, 2025 13:43
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from dc2333c to 0b67a28 Compare December 31, 2025 15:41
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from 1c57eff to ff6d28f Compare January 12, 2026 14:09
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 6 times, most recently from 77a944e to 889a3a7 Compare January 22, 2026 22:02
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from 3aca000 to 768a754 Compare January 29, 2026 19:00
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 768a754 to 941ea05 Compare February 2, 2026 15:32
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from 8852114 to 83afe64 Compare February 18, 2026 21:33
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from 83afe64 to 1dc8eea Compare February 25, 2026 19:47
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 180b398 to 4a6eded Compare March 10, 2026 18:08
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from f619973 to ba6a94e Compare March 18, 2026 14:08
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from ba6a94e to 32791d5 Compare March 26, 2026 18:58
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 5b59e51 to cac3b61 Compare April 1, 2026 19:35
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from cac3b61 to 4bd8197 Compare April 8, 2026 14:39
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from 3f89405 to 549e0c2 Compare April 29, 2026 16:12
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 000a4e4 to 265a0cc Compare May 18, 2026 20:00
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 7e54053 to aa8db53 Compare June 1, 2026 17:35
@renovate renovate Bot force-pushed the renovate/astro-monorepo branch from aa8db53 to a776d9c Compare June 11, 2026 11:04
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