Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2025

This PR contains the following updates:

Package Change Age Confidence
astro (source) 5.16.4 -> 5.16.5 age confidence

Release Notes

withastro/astro (astro)

v5.16.5

Compare Source

Patch Changes
  • #​14985 c016f10 Thanks @​florian-lefebvre! - Fixes a case where JSDoc annotations wouldn't show for fonts related APIs in the Astro config

  • #​14973 ed7cc2f Thanks @​amankumarpandeyin! - Fixes performance regression and OOM errors when building medium-sized blogs with many content entries. Replaced O(n²) object spread pattern with direct mutation in generateLookupMap.

  • #​14958 70eb542 Thanks @​ascorbic! - Gives a helpful error message if a user sets output: "hybrid" in their Astro config.

    The option was removed in Astro 5, but lots of content online still references it, and LLMs often suggest it. It's not always clear that the replacement is output: "static", rather than output: "server". This change adds a helpful error message to guide humans and robots.

  • #​14901 ef53716 Thanks @​Darknab! - Updates the glob() loader to log a warning when duplicated IDs are detected

  • Updated dependencies [d8305f8]:


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
Contributor

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

  • JSDoc Fix: Improved TypeScript/IDE experience for font-related APIs in Astro config - purely cosmetic improvement for developer experience
  • Performance Fix: Critical fix for O(n²) performance regression in generateLookupMap that caused OOM errors in medium-sized blogs with many content entries - significant performance improvement
  • Better Error Message: Added helpful error for deprecated output: "hybrid" config option (removed in Astro 5) - improves developer experience with clear migration guidance
  • Glob Loader Warning: Added warning when duplicated IDs are detected in glob() loader - improves debugging experience
  • Dependency Update: Minor bump to @astrojs/[email protected]
  • No Breaking Changes: All changes are patch-level fixes and improvements

🎯 Impact Scope Investigation

  • Astro Config: Uses output: 'static' (correct, not affected by hybrid deprecation warning)
  • Content Processing: Blog has extensive content collection with many posts - will benefit significantly from the performance fix in generateLookupMap
  • Font Usage: Has font-related configuration (@fontsource packages and custom font loader) - will benefit from improved JSDoc annotations
  • No Glob Loaders: No usage of glob() loader found in codebase, so warning improvement doesn't directly apply
  • Markdown Processing: Heavy usage of markdown with custom remark/rehype plugins - updated markdown-remark dependency is compatible
  • Extensive Astro Usage: 20 .astro files and comprehensive Astro feature usage - all remain compatible

💡 Recommended Actions

  • Immediate Merge: This is a safe patch release that only contains fixes and improvements
  • Expected Benefits: Performance improvement for content collection processing and better developer experience
  • No Migration Required: All changes are backward compatible
  • Testing: Standard build verification should be sufficient - no special testing required

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@github-actions
Copy link
Contributor

github-actions bot commented Dec 19, 2025

🚀 Preview deployment ready!

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

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

@renovate renovate bot force-pushed the renovate/@astrojs-packages branch from 92ee2ed to 047c0e8 Compare December 19, 2025 15:11
@renovate renovate bot force-pushed the renovate/@astrojs-packages branch from 047c0e8 to dd53acd Compare December 20, 2025 01:32
@renovate renovate bot force-pushed the renovate/@astrojs-packages branch from dd53acd to 8ffbafd Compare December 20, 2025 01:37
@renovate renovate bot force-pushed the renovate/@astrojs-packages branch from 8ffbafd to 2945f04 Compare December 20, 2025 01:53
@renovate renovate bot force-pushed the renovate/@astrojs-packages branch from 2945f04 to 7b7ce24 Compare December 20, 2025 23:47
@lacolaco lacolaco merged commit f4a12d9 into main Dec 20, 2025
8 checks passed
@lacolaco lacolaco deleted the renovate/@astrojs-packages branch December 20, 2025 23:50
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.

2 participants