Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@astrojs/db (source) 0.18.0 -> 0.18.1 age confidence
@astrojs/rss (source) 4.0.12 -> 4.0.13 age confidence
@astrojs/vercel (source) 8.2.10 -> 8.2.11 age confidence
astro (source) 5.14.6 -> 5.15.1 age confidence

Release Notes

withastro/astro (@​astrojs/db)

v0.18.1

Compare Source

Patch Changes
withastro/astro (@​astrojs/rss)

v4.0.13

Compare Source

Patch Changes
withastro/astro (@​astrojs/vercel)

v8.2.11

Compare Source

Patch Changes
  • #​14570 c96711d Thanks @​matthewp! - Fix regression in 8.2.7: validate densities-based srcset widths against configured sizes

    When using densities with the Vercel image adapter, calculated widths were not being validated against Vercel's configured sizes list. This caused images to fail when using densities, as Vercel would reject the invalid widths.

    This fix ensures densities-calculated widths are mapped to valid configured sizes, matching the behavior already implemented for the widths prop.

withastro/astro (astro)

v5.15.1

Compare Source

Patch Changes

v5.15.0

Compare Source

Minor Changes
  • #​14543 9b3241d Thanks @​matthewp! - Adds two new adapter configuration options assetQueryParams and internalFetchHeaders to the Adapter API.

    Official and community-built adapters can now use client.assetQueryParams to specify query parameters that should be appended to asset URLs (CSS, JavaScript, images, fonts, etc.). The query parameters are automatically appended to all generated asset URLs during the build process.

    Adapters can also use client.internalFetchHeaders to specify headers that should be included in Astro's internal fetch calls (Actions, View Transitions, Server Islands, Prefetch).

    This enables features like Netlify's skew protection, which requires the deploy ID to be sent with both internal requests and asset URLs to ensure client and server versions match during deployments.

  • #​14489 add4277 Thanks @​dev-shetty! - Adds a new Copy to Clipboard button to the error overlay stack trace.

    When an error occurs in dev mode, you can now copy the stack trace with a single click to more easily share it in a bug report, a support thread, or with your favorite LLM.

  • #​14564 5e7cebb Thanks @​florian-lefebvre! - Updates astro add cloudflare to scaffold more configuration files

    Running astro add cloudflare will now emit wrangler.jsonc and public/.assetsignore, allowing your Astro project to work out of the box as a worker.

Patch Changes
  • #​14591 3e887ec Thanks @​matthewp! - Adds TypeScript support for the components prop on MDX Content component when using await render(). Developers now get proper IntelliSense and type checking when passing custom components to override default MDX element rendering.

  • #​14598 7b45c65 Thanks @​delucis! - Reduces terminal text styling dependency size by switching from kleur to picocolors

  • #​13826 8079482 Thanks @​florian-lefebvre! - Adds the option to specify in the preload directive which weights, styles, or subsets to preload for a given font family when using the experimental Fonts API:

v5.14.8

Compare Source

Patch Changes
  • #​14590 577d051 Thanks @​matthewp! - Fixes image path resolution in content layer collections to support bare filenames. The image() helper now normalizes bare filenames like "cover.jpg" to relative paths "./cover.jpg" for consistent resolution behavior between markdown frontmatter and JSON content collections.

v5.14.7

Compare Source

Patch Changes
  • #​14582 7958c6b Thanks @​florian-lefebvre! - Fixes a regression that caused Actions to throw errors while loading

  • #​14567 94500bb Thanks @​matthewp! - Fixes the actions endpoint to return 404 for non-existent actions instead of throwing an unhandled error

  • #​14566 946fe68 Thanks @​matthewp! - Fixes handling malformed cookies gracefully by returning the unparsed value instead of throwing

    When a cookie with an invalid value is present (e.g., containing invalid URI sequences), Astro.cookies.get() now returns the raw cookie value instead of throwing a URIError. This aligns with the behavior of the underlying cookie package and prevents crashes when manually-set or corrupted cookies are encountered.

  • #​14142 73c5de9 Thanks @​P4tt4te! - Updates handling of CSS for hydrated client components to prevent duplicates

  • #​14576 2af62c6 Thanks @​aprici7y! - Fixes a regression that caused Astro.site to always be undefined in getStaticPaths()


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Oct 5, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
elian-codes Ready Ready Preview Comment Oct 23, 2025 5:43pm

@ElianCodes ElianCodes closed this Oct 5, 2025
@renovate renovate bot changed the title fix(deps): update astro monorepo fix(deps): update astro monorepo - autoclosed Oct 5, 2025
@renovate renovate bot deleted the renovate/astro-monorepo branch October 5, 2025 13:30
@renovate renovate bot changed the title fix(deps): update astro monorepo - autoclosed chore(deps): update astro monorepo Oct 9, 2025
@renovate renovate bot reopened this Oct 9, 2025
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 4086bdf to bec53f3 Compare October 9, 2025 12:57
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from bec53f3 to f85e674 Compare October 10, 2025 18:30
@renovate renovate bot changed the title chore(deps): update astro monorepo chore(deps): update dependency @astrojs/vercel to v8.2.9 Oct 11, 2025
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from f85e674 to 58b34d4 Compare October 11, 2025 00:41
@renovate renovate bot changed the title chore(deps): update dependency @astrojs/vercel to v8.2.9 chore(deps): update dependency @astrojs/vercel to v8.2.10 Oct 14, 2025
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 58b34d4 to 0db7b22 Compare October 14, 2025 16:00
@renovate renovate bot changed the title chore(deps): update dependency @astrojs/vercel to v8.2.10 chore(deps): update dependency @astrojs/vercel to v8.2.10 - autoclosed Oct 15, 2025
@renovate renovate bot closed this Oct 15, 2025
@renovate renovate bot changed the title chore(deps): update dependency @astrojs/vercel to v8.2.10 - autoclosed chore(deps): update dependency astro to v5.14.6 Oct 18, 2025
@renovate renovate bot reopened this Oct 18, 2025
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 0db7b22 to 141c135 Compare October 18, 2025 00:03
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.14.6 chore(deps): update dependency astro to v5.14.6 - autoclosed Oct 18, 2025
@renovate renovate bot closed this Oct 18, 2025
@renovate renovate bot changed the title chore(deps): update dependency astro to v5.14.6 - autoclosed chore(deps): update dependency astro to v5.14.7 Oct 20, 2025
@renovate renovate bot reopened this Oct 20, 2025
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 7414b3d to 141c135 Compare October 20, 2025 18:29
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.

1 participant