Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2025

This PR contains the following updates:

Package Change Age Confidence
astro (source) 5.14.5 -> 5.14.6 age confidence

Release Notes

withastro/astro (astro)

v5.14.6

Compare Source

Patch Changes
⚠️ Breaking change for experimental live content collections only

Feedback showed that this did not make sense to set at the loader level, since the loader does not know how long each individual entry should be cached for.

If your live loader returns cache hints with maxAge, you need to remove this property:

return {
  entries: [...],
  cacheHint: {
    tags: ['my-tag'],
-   maxAge: 60,
    lastModified: new Date(),
  },
};

The cacheHint object now only supports tags and lastModified properties. If you want to set the max age for a page, you can set the headers manually:


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 becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 675ce12 to ba81a78 Compare May 30, 2025 19:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba81a78 to 6422962 Compare June 6, 2025 21:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0216891 to 2e6f41f Compare June 23, 2025 02:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 73d3bd4 to 06b3695 Compare July 1, 2025 20:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from acc26ce to 329ad47 Compare July 9, 2025 02:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 329ad47 to 6f83780 Compare July 10, 2025 22:26
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Jul 12, 2025
@renovate renovate bot closed this Jul 12, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch July 12, 2025 19:03
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Jul 14, 2025
@renovate renovate bot reopened this Jul 14, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d226bbd to 6f83780 Compare July 14, 2025 20:12
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies to v8.37.0 Jul 14, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f83780 to b949eac Compare July 14, 2025 22:56
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v8.37.0 fix(deps): update all non-major dependencies Jul 14, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from a2d6d30 to 7452048 Compare July 19, 2025 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from d8181f0 to a3b058b Compare October 6, 2025 09:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9d8299c to 8ec6154 Compare October 7, 2025 06:33
Copy link

cloudflare-workers-and-pages bot commented Oct 7, 2025

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
papermc-website 9c982ef Commit Preview URL

Branch Preview URL
Oct 20 2025, 09:05 PM

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ab8c720 to fb083d0 Compare October 16, 2025 13:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from eaa97b7 to 795d470 Compare October 18, 2025 15:27
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update dependency astro to v5.14.6 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 795d470 to 41d1610 Compare October 20, 2025 17:39
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.14.6 fix(deps): update dependency astro to v5.14.7 Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 41d1610 to 9c982ef Compare October 20, 2025 21:03
@renovate renovate bot changed the title fix(deps): update dependency astro to v5.14.7 fix(deps): update dependency astro to v5.14.6 Oct 20, 2025
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.

0 participants