Skip to content

fix(deps): update dependency astro to v6.1.6#1516

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 18, 2026

This PR contains the following updates:

Package Change Age Confidence
astro (source) 6.1.56.1.6 age confidence

Release Notes

withastro/astro (astro)

v6.1.6

Compare Source

Patch Changes
  • #​16202 b5c2fba Thanks @​matthewp! - Fixes Actions failing with ActionsWithoutServerOutputError when using output: 'static' with an adapter

  • #​16303 b06eabf Thanks @​matthewp! - Improves handling of special characters in inline <script> content

  • #​14924 bb4586a Thanks @​aralroca! - Fixes SCSS and CSS module file changes triggering a full page reload instead of hot-updating styles in place during development


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

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

This is a patch release (6.1.5 → 6.1.6) that includes three bug fixes with no breaking changes:

  1. Actions with static output fix (PR #16202)

    • Fixes ActionsWithoutServerOutputError when using output: 'static' with an adapter
    • Restores Astro 5 documented functionality
    • Resolves false positive validation errors
  2. Inline script escaping improvement (PR #16303)

    • Consolidates duplicate script escaping implementations into unified utility
    • Improves handling of special characters (<) in inline <script> content
    • More comprehensive escaping for ETAGO (End Tag Open) variants
    • Internal refactoring with no user-facing API changes
  3. SCSS/CSS module HMR fix (PR #14924)

    • Fixes full page reloads when editing .module.scss or .module.css files
    • Properly applies hot module replacement (HMR) for style updates
    • Improves development experience by preserving component state

All changes are backward compatible bug fixes with no breaking changes or deprecations.

🎯 Impact Scope Investigation

Codebase analysis confirms:

  1. Astro Actions - Not used in this project

    • No src/actions/ directory exists
    • No imports from astro:actions found
    • PR #16202 fix not applicable (but harmless)
  2. Static output with adapter - Directly used

    • Configuration: output: 'static' with @astrojs/node adapter (astro.config.ts:57-58)
    • PR #16202 prevents potential false positive errors
    • Beneficial for preventing future issues
  3. Inline scripts - Present in codebase

    • Found in src/components/BaseHead.astro:
      • Google Analytics gtag script with define:vars (line 60)
      • OG image meta tag manipulation script (line 69)
      • External Google CSE script (line 80)
    • PR #16303 improves escaping safety
    • No user action required; handled automatically by Astro
  4. SCSS/CSS modules - Not used in this project

    • No .scss or .module.css files found in codebase
    • Project uses Tailwind CSS 4.x via Vite plugin
    • Uses regular .css files (global.css)
    • PR #14924 fix not applicable (but harmless)

Dependencies:

  • Only updates astro package version in package.json
  • No peer dependency conflicts
  • @astrojs/node adapter (10.0.4) remains compatible with Astro 6.1.6

💡 Recommended Actions

Immediate action:

  1. Merge this PR immediately - All fixes are beneficial and safe
  2. No code changes required
  3. No configuration updates needed
  4. No migration steps necessary

Benefits of this update:

  • Prevents potential ActionsWithoutServerOutputError with current output: 'static' + adapter configuration
  • Improved inline script handling for existing scripts in BaseHead.astro
  • General stability improvements

Post-merge verification:

  • Build should complete successfully: pnpm build
  • Inline scripts in BaseHead.astro should continue working correctly
  • No functional changes expected

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@lacolaco-actions-worker lacolaco-actions-worker Bot enabled auto-merge (squash) April 18, 2026 18:07
@renovate renovate Bot force-pushed the renovate/@astrojs-packages branch from 82e804c to f46237f Compare April 18, 2026 20:47
@renovate renovate Bot temporarily deployed to development April 18, 2026 20:47 Inactive
@lacolaco-actions-worker lacolaco-actions-worker Bot merged commit 7c67984 into main Apr 18, 2026
14 checks passed
@lacolaco-actions-worker lacolaco-actions-worker Bot deleted the renovate/@astrojs-packages branch April 18, 2026 20:50
@github-actions
Copy link
Copy Markdown
Contributor

🚀 Preview deployment ready!

✅ Preview URL: https://web-njpdbbjcea-an.a.run.app
📝 Commit SHA: f46237f (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