1 hours ago
astro

@astrojs/vue@6.0.1

Patch Changes

1 hours ago
astro

astro-vscode@2.16.12

Patch Changes

  • #15895 7b4b254 Thanks @Princesseuh! - Updates Volar services to 0.0.70. This updates notably mean that the transitive dependency yaml-language-server no longer depends on a vulnerable version of lodash, causing warnings to show when installing the language server.
1 hours ago
astro

@astrojs/language-server@2.16.5

Patch Changes

  • #15895 7b4b254 Thanks @Princesseuh! - Updates Volar services to 0.0.70. This updates notably mean that the transitive dependency yaml-language-server no longer depends on a vulnerable version of lodash, causing warnings to show when installing the language server.
1 hours ago
astro

@astrojs/check@0.9.8

Patch Changes

  • #15892 a2f597d Thanks @Princesseuh! - Fixes Astro not being able to find astro check sometimes

  • Updated dependencies [7b4b254]:

    • @astrojs/language-server@2.16.5
1 hours ago
astro

@astrojs/vercel@10.0.1

Patch Changes

1 hours ago
astro

@astrojs/netlify@7.0.3

Patch Changes

  • #15934 6f8f0bc Thanks @ematipico! - Updates the Astro peerDependencies#astro to be 6.0.0.

  • Updated dependencies []:

    • @astrojs/underscore-redirects@1.0.1
1 hours ago
astro

astro@6.0.5

Patch Changes

  • #15891 b889231 Thanks @matthewp! - Fix dev routing for server:defer islands when adapters opt into handling prerendered routes in Astro core. Server island requests are now treated as prerender-handler eligible so prerendered pages using prerenderEnvironment: 'node' can load island content without 400 errors.

  • #15890 765a887 Thanks @matthewp! - Fixes astro:actions validation to check resolved routes, so projects using default static output with at least one prerender = false page or endpoint no longer fail during startup.

  • #15884 dcd2c8e Thanks @matthewp! - Avoid a MaxListenersExceededWarning during astro dev startup by increasing the shared Vite watcher listener limit when attaching content server listeners.

  • #15904 23d5244 Thanks @jlukic! - Emit the before-hydration script chunk for the client Vite environment. The chunk was only emitted for prerender and ssr environments, causing a 404 when browsers tried to load it. This broke hydration for any integration using injectScript('before-hydration', ...), including Lit SSR.

  • #15933 325901e Thanks @ematipico! - Fixes an issue where <style> tags inside SVG components weren't correctly tracked when enabling CSP.

  • #15875 c43ef8a Thanks @matthewp! - Ensure custom prerenderers are always torn down during build, even when getStaticPaths() throws.

  • #15887 1861fed Thanks @ematipico! - Fixes an issue where the build incorrectly leaked server entrypoint into the client environment, causing adapters to emit warnings during the build.

  • #15888 925252e Thanks @matthewp! - Fix a bug where server:defer could fail at runtime in prerendered pages for some adapters (including Cloudflare), causing errors like serverIslandMap?.get is not a function.

  • #15901 07c1002 Thanks @delucis! - Fixes JSON schema generation for content collection schemas that have differences between their input and output shapes.

  • #15882 759f946 Thanks @matthewp! - Fix Astro.url.pathname for the root page when using build.format: "file" so it resolves to /index.html instead of /.html during builds.

1 hours ago
astro

@astrojs/svelte@8.0.1

Patch Changes

1 hours ago
astro

@astrojs/preact@5.0.1

Patch Changes

  • #15881 de2860c Thanks @matthewp! - Fix useId() collisions across multiple Astro islands by seeding a unique per-island root mask for Preact SSR and hydration.
1 hours ago
astro

create-astro@5.0.1

Patch Changes

  • #15885 817afb6 Thanks @matthewp! - Avoid spawning package manager commands with shell: true to prevent Node.js DEP0190 warnings during create-astro runs on newer Node versions.