Skip to content

chore(deps): update dependency @astrojs/sitemap to v3.7.3#342

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-sitemap-3.x-lockfile
Open

chore(deps): update dependency @astrojs/sitemap to v3.7.3#342
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/astrojs-sitemap-3.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 10, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/sitemap (source) 3.7.03.7.3 age adoption passing confidence

Release Notes

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

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 this update again.


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

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

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 10, 2026

Deploying charlotte with  Cloudflare Pages  Cloudflare Pages

Latest commit: e80a9c1
Status: ✅  Deploy successful!
Preview URL: https://b53122ed.charlotte-e3z.pages.dev
Branch Preview URL: https://renovate-astrojs-sitemap-3-x.charlotte-e3z.pages.dev

View logs

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant Build as Astro Build Engine
    participant Sitemap as @astrojs/sitemap (v3.7.1)
    participant Zod as Zod (v4)
    participant Core as Astro Core APIs
    participant Lib as sitemap lib (v9.0.1)

    Note over Build,Lib: Build-Time Sitemap Generation Flow

    Build->>Sitemap: Execute 'astro:build:done' hook
    
    Sitemap->>Zod: CHANGED: Validate config using direct dependency
    Note right of Zod: Previously used 'astro/zod' export
    
    Sitemap->>Core: CHANGED: Query routes via updated internal API
    Note right of Core: Avoids deprecated route retrieval methods
    Core-->>Sitemap: Validated route metadata
    
    Sitemap->>Lib: CHANGED: Pass data to updated generator
    Note over Lib: Requires Node >= 20.19.5
    Lib-->>Sitemap: Generated XML stream/string
    
    Sitemap->>Build: Write sitemap-index.xml to dist/
    Build-->>Sitemap: Success
Loading

@netlify
Copy link
Copy Markdown

netlify Bot commented Mar 10, 2026

Deploy Preview for chuwublog ready!

Name Link
🔨 Latest commit 1022ff8
🔍 Latest deploy log https://app.netlify.com/projects/chuwublog/deploys/69c568353d7ddf000811884c
😎 Deploy Preview https://deploy-preview-342--chuwublog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 78
Accessibility: 97
Best Practices: 100
SEO: 99
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/astrojs-sitemap-3.x-lockfile branch from af856f8 to 1022ff8 Compare March 26, 2026 17:09
@renovate renovate Bot changed the title chore(deps): update dependency @astrojs/sitemap to v3.7.1 chore(deps): update dependency @astrojs/sitemap to v3.7.2 Mar 26, 2026
@renovate renovate Bot force-pushed the renovate/astrojs-sitemap-3.x-lockfile branch from 1022ff8 to de0607d Compare May 12, 2026 10:11
@netlify
Copy link
Copy Markdown

netlify Bot commented May 12, 2026

Deploy Preview for chuwublog ready!

Name Link
🔨 Latest commit e80a9c1
🔍 Latest deploy log https://app.netlify.com/projects/chuwublog/deploys/6a161287f4e1920008bdb2bb
😎 Deploy Preview https://deploy-preview-342--chuwublog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 86
Accessibility: 97
Best Practices: 100
SEO: 99
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/astrojs-sitemap-3.x-lockfile branch from de0607d to e80a9c1 Compare May 26, 2026 21:37
@renovate renovate Bot changed the title chore(deps): update dependency @astrojs/sitemap to v3.7.2 chore(deps): update dependency @astrojs/sitemap to v3.7.3 May 26, 2026
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