chore(deps): update dependency @astrojs/sitemap to v3.7.3#342
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @astrojs/sitemap to v3.7.3#342renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying charlotte with
|
| 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 |
There was a problem hiding this comment.
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
✅ Deploy Preview for chuwublog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
af856f8 to
1022ff8
Compare
1022ff8 to
de0607d
Compare
✅ Deploy Preview for chuwublog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
de0607d to
e80a9c1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This PR contains the following updates:
3.7.0→3.7.3Release Notes
withastro/astro (@astrojs/sitemap)
v3.7.3Compare Source
Patch Changes
783c4a6Thanks @jdevalk! - Improves<lastmod>accuracy in the sitemap index. Each<sitemap>entry insitemap-index.xmlis now stamped with the most recentlastmodof 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-URLlastmod, the entry falls back to thelastmodoption 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.2Compare Source
Patch Changes
babf57fThanks @AhmadYasser1! - Fixes i18n fallback pages missing from the generated sitemap when usingfallbackType: 'rewrite'.v3.7.1Compare Source
Patch Changes
#15187
bbb5811Thanks @matthewp! - Update to Astro 6 beta#14956
0ff51dfThanks @matthewp! - Updates usage of zod to own dependency rather than relying onastro/zod#15036
f125a73Thanks @florian-lefebvre! - Updates how routes are retrieved to avoid relying on a deprecated API#15373
14252b2Thanks @renovate! - Updates zod to v4Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.