diff --git a/.changeset/sixty-masks-lie.md b/.changeset/sixty-masks-lie.md deleted file mode 100644 index d9b8d7a520..0000000000 --- a/.changeset/sixty-masks-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Refactors content layer sync to use a queue diff --git a/benchmark/package.json b/benchmark/package.json index 60c8621d2e..149dc20960 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@astrojs/mdx": "workspace:*", - "@astrojs/node": "workspace:*", + "@astrojs/node": "^8.3.3", "@benchmark/timer": "workspace:*", "astro": "workspace:*", "autocannon": "^7.15.0", diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index f8b34ebbe8..a8bb1e9775 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -19,7 +19,7 @@ "vitest": "^2.0.5" }, "devDependencies": { - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index ff56a91517..821a04ba4a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/react": "^3.6.2", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "astro": "^5.0.0-alpha.2", "react": "^18.3.1", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 699883ded0..b7993227ff 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/solid-js": "^4.4.1", "astro": "^5.0.0-alpha.2", - "solid-js": "^1.8.21" + "solid-js": "^1.8.22" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 738d2c84f4..9d3f13c9a2 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -13,6 +13,6 @@ "dependencies": { "@astrojs/svelte": "^6.0.0-alpha.0", "astro": "^5.0.0-alpha.2", - "svelte": "^4.2.18" + "svelte": "^4.2.19" } } diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index 13a0b9e997..810fe728f4 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -14,11 +14,11 @@ "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^6.0.0-alpha.0", "@fortawesome/fontawesome-free": "^6.6.0", - "@tailwindcss/forms": "^0.5.7", - "@types/react": "^18.3.4", + "@tailwindcss/forms": "^0.5.8", + "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "astro": "^5.0.0-alpha.2", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.10" diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 78c5c5891a..73adf03cb0 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -15,6 +15,6 @@ "@astrojs/node": "^9.0.0-alpha.1", "@astrojs/svelte": "^6.0.0-alpha.0", "astro": "^5.0.0-alpha.2", - "svelte": "^4.2.18" + "svelte": "^4.2.19" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index a047aad32f..14fab8f9cd 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -14,7 +14,7 @@ "@astrojs/preact": "^3.5.2", "@nanostores/preact": "^0.5.2", "astro": "^5.0.0-alpha.2", - "nanostores": "^0.11.2", + "nanostores": "^0.11.3", "preact": "^10.23.2" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index e793ac5aed..31d161ddec 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -17,7 +17,7 @@ "astro": "^5.0.0-alpha.2", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "tailwindcss": "^3.4.10" } } diff --git a/package.json b/package.json index a5cfe218c7..b863ea1f99 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "only-allow": "^1.2.1", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", - "turbo": "^2.1.0", + "turbo": "^2.1.1", "typescript": "~5.5.4", "typescript-eslint": "^8.3.0" }, diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index f662bb51ff..53189df285 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -88,6 +88,22 @@ As this is a potentially breaking change to your script behavior, please review your `