Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 17, 2024

This PR contains the following updates:

Package Change Age Confidence
@astrojs/mdx (source) 3.1.7 -> 3.1.9 age confidence
@astrojs/rss (source) 4.0.7 -> 4.0.12 age confidence
@astrojs/sitemap (source) 3.2.0 -> 3.5.1 age confidence

Release Notes

withastro/astro (@​astrojs/mdx)

v3.1.9

Compare Source

Patch Changes

v3.1.8

Compare Source

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

v4.0.12

Compare Source

Patch Changes

v4.0.11

Compare Source

Patch Changes

v4.0.10

Compare Source

Patch Changes

v4.0.9

Compare Source

Patch Changes

v4.0.8

Compare Source

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

v3.5.1

Compare Source

Patch Changes
  • #​14233 896886c Thanks @​gouravkhunger! - Fixes the issue with the option lastmod where if it is defined it applies correctly to <url> entries in each sitemap-${i}.xml file but not the <sitemap> entries in the root sitemap-index.xml file.

v3.5.0

Compare Source

Minor Changes
  • #​13682 5824b32 Thanks @​gouravkhunger! - Adds a customSitemaps option to include extra sitemaps in the sitemap-index.xml file generated by Astro.

    This is useful for multi-framework setups on the same domain as your Astro site (example.com), such as a blog at example.com/blog whose sitemap is generated by another framework.

    The following example shows configuring your Astro site to include sitemaps for an externally-generated blog and help center along with the generated sitemap entries in sitemap-index.xml:

    Example:

    import { defineConfig } from 'astro/config';
    import sitemap from '@&#8203;astrojs/sitemap';
    
    export default defineConfig({
      site: 'https://example.com',
      integrations: [
        sitemap({
          customSitemaps: [
            'https://example.com/blog/sitemap.xml',
            'https://example.com/helpcenter/sitemap.xml',
          ],
        }),
      ],
    });

    Learn more in the @astrojs/sitemap configuration documentation.

v3.4.2

Compare Source

Patch Changes

v3.4.1

Compare Source

Patch Changes

v3.4.0

Compare Source

Minor Changes
  • #​13753 90293de Thanks @​mattyoho! - Customize the filenames of sitemap XML files generated by the @astro/sitemap integration by setting filenameBase in the integration configuration settings. This may be useful when deploying an Astro site at a path on a domain with preexisting sitemap files.

    Generated sitemap files will appear at /sitemap-0.xml and /sitemap-index.xml by default, which may conflict with preexisting files. Set filenameBase to a custom value to avoid that if so:

    import { defineConfig } from 'astro/config';
    import sitemap from '@&#8203;astrojs/sitemap';
    
    export default defineConfig({
      site: 'https://example.com',
      integrations: [
        sitemap({
          filenameBase: 'astronomy-sitemap',
        }),
      ],
    });

    This will yield sitemap and index files as https://example.com/astronomy-sitemap-0.xml and https://example.com/astronomy-sitemap-index.xml.

v3.3.1

Patch Changes

v3.3.0

Minor Changes

v3.2.1

Compare Source

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.

👻 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 from 71d20e0 to 873a97e Compare July 18, 2024 16:19
@renovate renovate bot changed the title Update dependency astro to v4.11.6 Update astro monorepo Jul 18, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 8f43f6a to 374c4e6 Compare July 21, 2024 13:48
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 374c4e6 to 2e77124 Compare July 30, 2024 18:16
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 2e77124 to d776f1e Compare August 1, 2024 10:47
@renovate renovate bot changed the title Update astro monorepo Update astro monorepo - autoclosed Aug 1, 2024
@renovate renovate bot closed this Aug 1, 2024
@renovate renovate bot deleted the renovate/astro-monorepo branch August 1, 2024 11:17
@renovate renovate bot changed the title Update astro monorepo - autoclosed Update astro monorepo Aug 2, 2024
@renovate renovate bot restored the renovate/astro-monorepo branch August 2, 2024 13:55
@renovate renovate bot reopened this Aug 2, 2024
@renovate renovate bot changed the title Update astro monorepo Update dependency astro to v4.13.1 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from d776f1e to 05b87ad Compare August 2, 2024 13:55
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 05b87ad to 2a36626 Compare August 8, 2024 14:09
@renovate renovate bot changed the title Update dependency astro to v4.13.1 Update dependency astro to v4.13.2 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 2a36626 to e59c58e Compare August 9, 2024 22:45
@renovate renovate bot changed the title Update dependency astro to v4.13.2 Update dependency astro to v4.13.3 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from e59c58e to c456130 Compare August 14, 2024 09:03
@renovate renovate bot changed the title Update dependency astro to v4.13.3 Update dependency astro to v4.13.4 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from c456130 to 65bd383 Compare August 15, 2024 12:59
@renovate renovate bot changed the title Update dependency astro to v4.13.4 Update dependency astro to v4.14.0 Aug 15, 2024
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from cd6da97 to 5c96408 Compare April 8, 2025 10:57
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 5c96408 to 830b530 Compare April 23, 2025 15:53
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 830b530 to f925775 Compare April 24, 2025 06:45
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from f925775 to cc337aa Compare May 12, 2025 11:55
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from cc337aa to 859c12f Compare May 19, 2025 21:08
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 859c12f to a4a7899 Compare May 28, 2025 14:13
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from a4a7899 to 88ce1f9 Compare June 4, 2025 07:06
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 88ce1f9 to 5f08825 Compare June 4, 2025 13:28
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 5f08825 to 06fdbac Compare June 22, 2025 14:52
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 06fdbac to 33ff090 Compare July 28, 2025 16:58
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 33ff090 to 279c824 Compare August 10, 2025 13:01
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 279c824 to 3bef932 Compare August 14, 2025 10:35
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 3bef932 to 6a8d920 Compare August 19, 2025 17:57
| datasource | package          | from  | to     |
| ---------- | ---------------- | ----- | ------ |
| npm        | @astrojs/mdx     | 3.1.7 | 3.1.9  |
| npm        | @astrojs/rss     | 4.0.7 | 4.0.12 |
| npm        | @astrojs/sitemap | 3.2.0 | 3.5.1  |
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 6a8d920 to cd57544 Compare August 22, 2025 17:14
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