Skip to content

chore(deps): bump @astrojs/sitemap from 3.7.1 to 3.7.2#34

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/astrojs/sitemap-3.7.2
Open

chore(deps): bump @astrojs/sitemap from 3.7.1 to 3.7.2#34
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/astrojs/sitemap-3.7.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps @astrojs/sitemap from 3.7.1 to 3.7.2.

Release notes

Sourced from @​astrojs/sitemap's releases.

@​astrojs/sitemap@​3.7.2

Patch Changes

Changelog

Sourced from @​astrojs/sitemap's changelog.

3.7.2

Patch Changes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.2/packages/integrations/sitemap)

---
updated-dependencies:
- dependency-name: "@astrojs/sitemap"
  dependency-version: 3.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 27, 2026

Labels

The following labels could not be found: dependencies, frontend. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sobers-website Ready Ready Preview, Comment Mar 27, 2026 8:26am

Request Review

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 27, 2026

Greptile Summary

This PR is an automated Dependabot patch bump of @astrojs/sitemap from 3.7.1 to 3.7.2, which fixes i18n fallback pages being missing from the generated sitemap when using fallbackType: 'rewrite'.

  • package.json: version specifier updated from ^3.7.1^3.7.2
  • pnpm-lock.yaml: lockfile regenerated, also picking up minor transitive bumps (ioredis 5.10.0 → 5.10.1, rollup 4.59.0 → 4.60.0)
  • No application code was changed; this is a pure dependency update with a bug-fix patch release

Confidence Score: 5/5

Safe to merge — patch-level dependency bump with no application code changes

This is a patch version bump of a single dependency fixing a specific sitemap bug. No source files were modified, the change is isolated to package manifests, and the Dependabot compatibility score is available for verification. Transitive lockfile updates (ioredis, rollup) are also minor patch bumps with no risk.

No files require special attention

Important Files Changed

Filename Overview
package.json Bumps @astrojs/sitemap specifier from ^3.7.1 to ^3.7.2 — a safe patch version update
pnpm-lock.yaml Lockfile updated to resolve @astrojs/sitemap@3.7.2; also picks up transitive bumps of ioredis (5.10.0 → 5.10.1) and rollup (4.59.0 → 4.60.0)

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot PR 34] --> B[package.json updated]
    B --> C[pnpm-lock.yaml regenerated]
    C --> D["Direct: @astrojs/sitemap 3.7.1 to 3.7.2 - bugfix for i18n fallback pages"]
    C --> E[Transitive: ioredis 5.10.0 to 5.10.1]
    C --> F[Transitive: rollup 4.59.0 to 4.60.0]
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump @astrojs/sitemap from ..." | Re-trigger Greptile

@morph-subagents
Copy link
Copy Markdown

🤖 Morph Preview Test

Preview URL: https://sobers-website-er29te2oz-volvox-llc.vercel.app

AI Summary

Issues:

  • The /privacy page renders an empty DOM with no content.
  • "About", "Blog", and "Projects" routes return 404 errors and are missing from the navigation menu and sitemap.

Verified:

  • Home page layout and anchor navigation (Features, How It Works, FAQ) are functional.
  • Interactive elements including the theme toggle and mobile menu work correctly.
  • Sitemap files (/sitemap-index.xml, /sitemap-0.xml) are accessible and contain valid XML.
  • Routing and rendering for /support and /terms pages are successful.

Notes:

  • The empty /privacy page and missing routes may indicate issues with page generation or routing following the Astro and dependency updates.

Recording

Preview Recording

View full session →


Automated testing by Morph

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.

1 participant