Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

fix(deps): update dependency @astrojs/sitemap to v3 #398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/sitemap (source) 2.0.2 -> 3.1.1 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/sitemap)

v3.1.1

Compare Source

Patch Changes

v3.1.0

Compare Source

Minor Changes
  • #​9846 9b78c992750cdb99c40a89a00ea2a0d1c00877d7 Thanks @​ktym4a! - Adds a new configuration option prefix that allows you to change the default sitemap-*.xml file name.

    By default, running astro build creates both sitemap-index.xml and sitemap-0.xml in your output directory.

    To change the names of these files (e.g. to astrosite-index.xml and astrosite-0.xml), set the prefix option in your sitemap integration configuration:

    import { defineConfig } from 'astro/config';
    import sitemap from '@​astrojs/sitemap';
    export default defineConfig({
      site: 'https://example.com',
      integrations: [
        sitemap({
          prefix: 'astrosite-',
        }),
      ],
    });
    

    This option is useful when Google Search Console is unable to fetch your default sitemap files, but can read renamed files.

v3.0.5

Compare Source

Patch Changes

v3.0.4

Compare Source

Patch Changes

v3.0.3

Compare Source

Patch Changes

v3.0.2

Compare Source

Patch Changes

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

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

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Aug 30, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4463912
Status: ✅  Deploy successful!
Preview URL: https://d9dcb961.sonicj.pages.dev
Branch Preview URL: https://renovate-astrojs-sitemap-3-x.sonicj.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/astrojs-sitemap-3.x branch from a43d973 to 9bf15fa Compare October 6, 2023 02:23
@renovate renovate bot force-pushed the renovate/astrojs-sitemap-3.x branch from 9bf15fa to c6f9f4f Compare October 18, 2023 15:45
@renovate renovate bot force-pushed the renovate/astrojs-sitemap-3.x branch from c6f9f4f to 37eb7c6 Compare November 1, 2023 16:59
@renovate renovate bot force-pushed the renovate/astrojs-sitemap-3.x branch from 37eb7c6 to 20c5089 Compare December 27, 2023 18:55
@renovate renovate bot force-pushed the renovate/astrojs-sitemap-3.x branch from 20c5089 to edd9295 Compare January 18, 2024 13:38
@renovate renovate bot force-pushed the renovate/astrojs-sitemap-3.x branch from edd9295 to 90cb506 Compare February 20, 2024 15:22
@renovate renovate bot force-pushed the renovate/astrojs-sitemap-3.x branch from 90cb506 to 4463912 Compare February 21, 2024 21:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants