Skip to content

fix(deps): update dependency astro to v6.1.2#1430

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 4, 2026

This PR contains the following updates:

Package Change Age Confidence
astro (source) 6.1.16.1.2 age confidence

Release Notes

withastro/astro (astro)

v6.1.2

Compare Source

Patch Changes
  • #​16104 47a394d Thanks @​matthewp! - Fixes astro preview ignoring vite.preview.allowedHosts set in astro.config.mjs

  • #​16047 711f837 Thanks @​matthewp! - Fixes catch-all routes incorrectly intercepting requests for static assets when using the @astrojs/node adapter in middleware mode.

  • #​15981 a60cbb6 Thanks @​moktamd! - Fix Zod v4 validation error formatting to show human-readable messages instead of raw JSON


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 4, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Astro v6.1.2 is a patch release containing three bug fixes with no breaking changes:

  1. Preview Server Configuration Fix (PR #16104)

    • Fixed astro preview to properly respect vite.preview.allowedHosts configuration
    • Previously this setting in astro.config.mjs was being ignored
  2. @astrojs/node Adapter: Static Assets Fix (PR #16047)

    • Fixed catch-all routes incorrectly intercepting static asset requests
    • Only affects @astrojs/node adapter in middleware mode
    • Ensures static files are served correctly
  3. Zod v4 Validation Error Formatting (PR #15981)

    • Improved error messages to show human-readable format instead of raw JSON
    • Only affects projects using Zod v4

No security fixes are included in this release.

🎯 Impact Scope Investigation

Current Codebase Analysis:

  1. @astrojs/node Adapter Usage:

    • ✅ Used in astro.config.ts:58 with mode: 'standalone'
    • Not using middleware mode - the static assets fix does not apply
    • No catch-all routes ([...slug]) found in src/pages/
  2. Preview Command:

    • astro preview script exists in package.json:14
    • No custom vite.preview.allowedHosts configuration found
    • This fix provides future compatibility if allowedHosts is configured
  3. Zod Dependency:

    • ✅ Using Zod v3.22.4 (not v4)
    • The validation error formatting fix does not apply to this version
  4. Astro Core Usage:

    • 37 files import from Astro (pages, layouts, tools, config)
    • All standard Astro APIs used (collections, content, config)
    • No deprecated or edge-case API usage detected

Dependency Impact:

  • @astrojs/node v10.0.4 remains compatible (peer dependency satisfied)
  • pnpm lockfile shows clean resolution with no conflicts

CI Status:

  • ✅ build: SUCCESS
  • ✅ lint: SUCCESS
  • ✅ format: SUCCESS
  • ✅ test: SUCCESS
  • ✅ notion-sync-dry-run: SUCCESS

💡 Recommended Actions

  1. Merge immediately - This is a safe patch release with backward compatibility
  2. No migration work required - All fixes are passive improvements
  3. No configuration changes needed - Current setup remains valid
  4. No code modifications required - All existing code continues to work

Post-merge verification:

  • Existing CI checks have validated build/test compatibility
  • No manual testing required for this patch update

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@lacolaco-actions-worker lacolaco-actions-worker Bot merged commit 5bd94c8 into main Apr 4, 2026
14 checks passed
@lacolaco-actions-worker lacolaco-actions-worker Bot deleted the renovate/@astrojs-packages branch April 4, 2026 16:52
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 4, 2026

🚀 Preview deployment ready!

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

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

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