Skip to content

chore(deps): update astro monorepo#6

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astro-monorepo
Open

chore(deps): update astro monorepo#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/astro-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Change Age Confidence
@astrojs/netlify (source) 6.5.26.6.5 age confidence
astro (source) 5.12.15.18.1 age confidence

Release Notes

withastro/astro (@​astrojs/netlify)

v6.6.5

Compare Source

Patch Changes

v6.6.4

Compare Source

Patch Changes

v6.6.3

Compare Source

Patch Changes

v6.6.2

Compare Source

Patch Changes

v6.6.1

Compare Source

Patch Changes

v6.6.0

Compare Source

Minor Changes
  • #​14543 9b3241d Thanks @​matthewp! - Enables Netlify's skew protection feature for Astro sites deployed on Netlify. Skew protection ensures that your site's client and server versions stay synchronized during deployments, preventing issues where users might load assets from a newer deployment while the server is still running the older version.

    When you deploy to Netlify, the deployment ID is now automatically included in both asset requests and API calls, allowing Netlify to serve the correct version to every user. These are set for built-in features (Actions, View Transitions, Server Islands, Prefetch). If you are making your own fetch requests to your site, you can include the header manually using the DEPLOY_ID environment variable:

    const response = await fetch('/api/endpoint', {
      headers: {
        'X-Netlify-Deploy-ID': import.meta.env.DEPLOY_ID,
      },
    });
Patch Changes

v6.5.13

Compare Source

Patch Changes

v6.5.12

Compare Source

Patch Changes

v6.5.11

Compare Source

Patch Changes

v6.5.10

Compare Source

Patch Changes

v6.5.9

Compare Source

Patch Changes

v6.5.8

Compare Source

Patch Changes

v6.5.7

Compare Source

Patch Changes

v6.5.6

Compare Source

Patch Changes
  • #​14175 1e1cef0 Thanks @​ematipico! - Fixes a bug where the adapter would cause a runtime error when calling astro build in CI environments.

v6.5.5

Compare Source

Patch Changes

v6.5.4

Compare Source

Patch Changes

v6.5.3

Compare Source

Patch Changes

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 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.

@netlify
Copy link
Copy Markdown

netlify bot commented Nov 17, 2025

Deploy Preview for arkcode ready!

Name Link
🔨 Latest commit 6ba21af
🔍 Latest deploy log https://app.netlify.com/projects/arkcode/deploys/69df88ac988a0700084714c8
😎 Deploy Preview https://deploy-preview-6--arkcode.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from ef62112 to 338d13c Compare November 26, 2025 11:13
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from c613992 to deb9483 Compare December 3, 2025 23:32
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 276e0fd to 5860874 Compare December 17, 2025 08:04
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 699d594 to bf01862 Compare January 7, 2026 19:47
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 6213c0b to 8d04bf8 Compare January 13, 2026 23:31
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 4 times, most recently from f179ac7 to 6a98ef3 Compare January 23, 2026 04:06
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 3 times, most recently from 61cd1c1 to bab8c0b Compare January 30, 2026 08:05
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from bab8c0b to 8f42d8c Compare February 3, 2026 23:10
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from e459dcc to 79e0a45 Compare February 13, 2026 23:25
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 79e0a45 to d843018 Compare February 19, 2026 11:32
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from d843018 to 26a36ba Compare March 1, 2026 08:42
@renovate renovate bot force-pushed the renovate/astro-monorepo branch 2 times, most recently from 78dc450 to 40620e8 Compare March 14, 2026 22:57
@renovate renovate bot force-pushed the renovate/astro-monorepo branch from 40620e8 to 6ba21af Compare April 15, 2026 12:46
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