Skip to content

fix(deps): update dependency astro to v6.1.3#1446

Merged
lacolaco-actions-worker[bot] merged 1 commit into
mainfrom
renovate/@astrojs-packages
Apr 7, 2026
Merged

fix(deps): update dependency astro to v6.1.3#1446
lacolaco-actions-worker[bot] merged 1 commit into
mainfrom
renovate/@astrojs-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 7, 2026

This PR contains the following updates:

Package Change Age Confidence
astro (source) 6.1.26.1.3 age confidence

Release Notes

withastro/astro (astro)

v6.1.3

Compare Source

Patch Changes
  • #​16161 b51f297 Thanks @​matthewp! - Fixes a dev rendering issue with the Cloudflare adapter where head metadata could be missing and dev CSS/scripts could be injected in the wrong place

  • #​16110 de669f0 Thanks @​tmimmanuel! - Fixes skew protection query parameters not being appended to inter-chunk JavaScript imports in client bundles, which could cause version mismatches during rolling deployments on Vercel

  • #​16162 a0a49e9 Thanks @​rururux! - Fixes an issue where HMR would not trigger when modifying files while using @​astrojs/cloudflare with prerenderEnvironment: 'node' enabled.

  • #​16142 7454854 Thanks @​rururux! - Fixes HTML content being incorrectly escaped as plain text when rendering a MDX component using the AstroContainer APIs.

  • #​16116 12602a9 Thanks @​riderx! - Fixes a bug where page-level CSS could leak between unrelated pages when traversing style parents across top-level route boundaries

  • #​16178 a7e7567 Thanks @​matthewp! - Fixes SSR builds failing with "No matching renderer found" when a project only has injected routes and no src/pages/ directory


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 is behind base branch, 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.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

This is a patch release (6.1.2 → 6.1.3) containing only bug fixes with no breaking changes.

Six bug fixes included:

  1. #16161 - Fixes dev rendering issue with Cloudflare adapter where head metadata could be missing and dev CSS/scripts could be injected incorrectly
  2. #16110 - Fixes skew protection query parameters not being appended to inter-chunk JavaScript imports in client bundles (affects Vercel rolling deployments)
  3. #16162 - Fixes HMR not triggering when modifying files while using @astrojs/cloudflare with prerenderEnvironment: 'node'
  4. #16142 - Fixes HTML content being incorrectly escaped as plain text when rendering MDX components using AstroContainer APIs
  5. #16116 - Fixes page-level CSS leaking between unrelated pages when traversing style parents across top-level route boundaries
  6. #16178 - Fixes SSR builds failing with "No matching renderer found" when a project only has injected routes without src/pages/ directory

Security impact: None. All fixes are stability and correctness improvements.

🎯 Impact Scope Investigation

Project configuration:

  • Uses Astro 6.1.2 → 6.1.3 (patch update)
  • Adapter: @astrojs/node (NOT Cloudflare)
  • Output mode: static
  • Has src/pages/ directory (bug #16178 not applicable)
  • Does not use: AstroContainer APIs, Cloudflare adapter, prerenderEnvironment

Affected features analysis:

  • Cloudflare adapter issues (#16161, #16162): Project uses @astrojs/node adapter - not affected
  • Vercel skew protection (#16110): Deployment target is GCP Cloud Run - not affected
  • AstroContainer APIs (#16142): No usage found in codebase - not affected
  • CSS leak issue (#16116): Project has 24 .astro files with CSS - potentially beneficial fix
  • Injected routes issue (#16178): Project has src/pages/ directory - not affected

Dependencies:

  • Only dependency version change: astro itself
  • All Astro integrations remain compatible:
    • @astrojs/node: 10.0.4 (compatible)
    • @astrojs/react: 5.0.2 (compatible)
    • @astrojs/sitemap: 3.7.2 (compatible)
    • @astrojs/rss: 4.0.18 (compatible)
    • @astrojs/prism: 4.0.1 (compatible)

💡 Recommended Actions

✅ Safe to merge immediately

  1. No code changes required - All fixes are internal bug corrections
  2. No configuration changes required - Existing astro.config.ts remains valid
  3. Test verification recommended (optional):
    pnpm install
    pnpm build
    pnpm test
  4. Potential benefit: Bug #16116 fix may prevent CSS leakage issues in page routing

Post-merge monitoring:

  • Verify build succeeds in CI/CD pipeline
  • Check for any CSS-related rendering anomalies (though unlikely due to bug fix nature)

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@lacolaco-actions-worker lacolaco-actions-worker Bot enabled auto-merge (squash) April 7, 2026 01:14
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2026

🚀 Preview deployment ready!

✅ Preview URL: https://pr-1446---web-njpdbbjcea-an.a.run.app
📝 Commit SHA: a51697d (view commit)

This comment was automatically generated by the deploy-preview workflow.

@renovate renovate Bot force-pushed the renovate/@astrojs-packages branch from 585470d to a51697d Compare April 7, 2026 01:15
@renovate renovate Bot temporarily deployed to development April 7, 2026 01:15 Inactive
@lacolaco-actions-worker lacolaco-actions-worker Bot merged commit be0855c into main Apr 7, 2026
14 checks passed
@lacolaco-actions-worker lacolaco-actions-worker Bot deleted the renovate/@astrojs-packages branch April 7, 2026 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants