diff --git a/.changeset/advanced-routing-fetchfile.md b/.changeset/advanced-routing-fetchfile.md deleted file mode 100644 index e9d362d98cf8..000000000000 --- a/.changeset/advanced-routing-fetchfile.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'astro': patch ---- - -Adds `fetchFile` option to `experimental.advancedRouting` to customize or disable the entrypoint file - -```js -export default defineConfig({ - experimental: { - advancedRouting: { - fetchFile: 'fetch.ts', - }, - }, -}); -``` diff --git a/.changeset/advanced-routing-hono-cache.md b/.changeset/advanced-routing-hono-cache.md deleted file mode 100644 index 6ee7667bd85d..000000000000 --- a/.changeset/advanced-routing-hono-cache.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes Hono `cache()` middleware to follow the standard wrapper pattern diff --git a/.changeset/advanced-routing-providers.md b/.changeset/advanced-routing-providers.md deleted file mode 100644 index 6f76fe67c04e..000000000000 --- a/.changeset/advanced-routing-providers.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'astro': patch ---- - -Adds `App.Providers` interface for typing custom context providers on `Astro` and `ctx` - -```ts -declare namespace App { - interface Providers { - oauth: import('./lib/oauth').OAuthSession; - } -} -``` diff --git a/.changeset/advanced-routing-state-response.md b/.changeset/advanced-routing-state-response.md deleted file mode 100644 index c02d2c172814..000000000000 --- a/.changeset/advanced-routing-state-response.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'astro': patch ---- - -Adds `FetchState.response` property, set automatically after `pages()` or `middleware()` completes - -```ts -const response = await middleware(state, (s) => pages(s)); -console.log(state.response === response); // true -``` diff --git a/.changeset/advanced-routing-types.md b/.changeset/advanced-routing-types.md deleted file mode 100644 index 75dd0ed8d4f1..000000000000 --- a/.changeset/advanced-routing-types.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -'astro': patch ---- - -Adds `Fetchable` type export for typing the advanced routing entrypoint - -```ts -import type { Fetchable } from 'astro'; - -export default { - async fetch(request) { - return new Response('ok'); - }, -} satisfies Fetchable; -``` diff --git a/.changeset/fix-bundle-internal-helpers-prerender.md b/.changeset/fix-bundle-internal-helpers-prerender.md deleted file mode 100644 index e71bfb42c64e..000000000000 --- a/.changeset/fix-bundle-internal-helpers-prerender.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Suppresses `[WARN] Vite warning: unused imports from "@astrojs/internal-helpers/remote"` during prerender builds. The package is now bundled alongside `astro` in the prerender environment, matching how it is handled in the SSR environment. diff --git a/.changeset/fix-cloudflare-style-propagation.md b/.changeset/fix-cloudflare-style-propagation.md deleted file mode 100644 index 53f2c815d8b6..000000000000 --- a/.changeset/fix-cloudflare-style-propagation.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes styles from Markdoc/MDX custom components not being extracted to `` in the dev server when using the Cloudflare adapter with `prerenderEnvironment: 'node'` and rendering content through a wrapper component. diff --git a/.changeset/fix-prerender-catchall-actions.md b/.changeset/fix-prerender-catchall-actions.md deleted file mode 100644 index 23895bf10782..000000000000 --- a/.changeset/fix-prerender-catchall-actions.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Fixes Astro action requests failing in `astro dev` when using the Cloudflare adapter with `prerenderEnvironment: 'node'` alongside a prerendered catch-all route such as `[...page].astro`. - -Actions and other SSR POST endpoints now continue to work in dev instead of returning an HTTP 500 error. diff --git a/.changeset/flat-tires-roll.md b/.changeset/flat-tires-roll.md deleted file mode 100644 index 6b6bf930714d..000000000000 --- a/.changeset/flat-tires-roll.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-vscode': patch ---- - -fix MDX syntax highlighting for indented astro codeblocks diff --git a/.changeset/modern-rooms-cry.md b/.changeset/modern-rooms-cry.md deleted file mode 100644 index e7c983fcd9b6..000000000000 --- a/.changeset/modern-rooms-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': patch ---- - -Fixed a bug where a cascade of reloads would cause the page to crash during the first visit when building or developing with Cloudflare SSR in Astro v6 due to dependency loading issues. diff --git a/.changeset/plain-sites-dress.md b/.changeset/plain-sites-dress.md deleted file mode 100644 index 818b5b2c2139..000000000000 --- a/.changeset/plain-sites-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix `Map` and `Set` instances saved in a content collection being broken when retrieving entries. diff --git a/.changeset/short-singers-pay.md b/.changeset/short-singers-pay.md deleted file mode 100644 index d21fb4d47786..000000000000 --- a/.changeset/short-singers-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes `entry.data` type inference when a live collection is configured without a schema. diff --git a/.changeset/typescript-v6.md b/.changeset/typescript-v6.md deleted file mode 100644 index 64331be1d8b5..000000000000 --- a/.changeset/typescript-v6.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@astrojs/language-server': patch -'@astrojs/ts-plugin': patch -'@astrojs/yaml2ts': patch -'@astrojs/netlify': patch -'@astrojs/db': patch -'astro': patch ---- - -Updates `typescript` to v6. No changes are needed from users. diff --git a/.changeset/wet-steaks-repeat.md b/.changeset/wet-steaks-repeat.md deleted file mode 100644 index ff689cd066bf..000000000000 --- a/.changeset/wet-steaks-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes an issue where SVG images with `width="0"` or `height="0"` incorrectly threw a `NoImageMetadata` error instead of being treated as valid dimensions. diff --git a/examples/advanced-routing/package.json b/examples/advanced-routing/package.json index 807c781ad1c2..0aed9ab0f971 100644 --- a/examples/advanced-routing/package.json +++ b/examples/advanced-routing/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@astrojs/node": "^10.1.1", - "astro": "^6.3.3", + "astro": "^6.3.4", "hono": "^4.12.14" } } diff --git a/examples/basics/package.json b/examples/basics/package.json index 11034291e570..624032f59bef 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -13,6 +13,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.3.3" + "astro": "^6.3.4" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index faad3138d114..096c7b2c8f5d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -16,7 +16,7 @@ "@astrojs/mdx": "^5.0.6", "@astrojs/rss": "^4.0.18", "@astrojs/sitemap": "^3.7.2", - "astro": "^6.3.3", + "astro": "^6.3.4", "sharp": "^0.34.3" } } diff --git a/examples/component/package.json b/examples/component/package.json index 0b8154f75e65..eb4d21432c59 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -18,7 +18,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^6.3.3" + "astro": "^6.3.4" }, "peerDependencies": { "astro": "^5.0.0 || ^6.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 186b16faf0f3..c791b02989c6 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@astrojs/react": "^5.0.5", - "astro": "^6.3.3", + "astro": "^6.3.4", "react": "^18.3.1", "react-dom": "^18.3.1", "vitest": "^4.1.0" diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index c7feffb8c5c0..10a4fcceadc6 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -16,6 +16,6 @@ "@astrojs/alpinejs": "^0.5.0", "@types/alpinejs": "^3.13.11", "alpinejs": "^3.15.8", - "astro": "^6.3.3" + "astro": "^6.3.4" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index cdf5588255c6..ffee984d600f 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -20,7 +20,7 @@ "@astrojs/vue": "^6.0.1", "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", - "astro": "^6.3.3", + "astro": "^6.3.4", "preact": "^10.28.4", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index fb3bb6ad987a..585ece6f8499 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -15,7 +15,7 @@ "dependencies": { "@astrojs/preact": "^5.1.3", "@preact/signals": "^2.8.1", - "astro": "^6.3.3", + "astro": "^6.3.4", "preact": "^10.28.4" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 50ba90cbb2c8..ed1dafa2577d 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -16,7 +16,7 @@ "@astrojs/react": "^5.0.5", "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", - "astro": "^6.3.3", + "astro": "^6.3.4", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 2f5a77066b1c..5ff5e588a3fa 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@astrojs/solid-js": "^6.0.1", - "astro": "^6.3.3", + "astro": "^6.3.4", "solid-js": "^1.9.11" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 05d2fb612714..eb6bd06d287b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@astrojs/svelte": "^8.1.1", - "astro": "^6.3.3", + "astro": "^6.3.4", "svelte": "^5.53.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 52eb9e841409..27c20a1347e1 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "@astrojs/vue": "^6.0.1", - "astro": "^6.3.3", + "astro": "^6.3.4", "vue": "^3.5.29" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 40e5630fd000..a724b1745cfc 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -14,6 +14,6 @@ }, "dependencies": { "@astrojs/node": "^10.1.1", - "astro": "^6.3.3" + "astro": "^6.3.4" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index d7327f7fac76..e2907f247a5f 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -18,7 +18,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^6.3.3" + "astro": "^6.3.4" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ccdcf24419e3..13c90624149e 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -13,6 +13,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.3.3" + "astro": "^6.3.4" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 7e4e5d9c0943..fad82e57c27c 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -13,6 +13,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.3.3" + "astro": "^6.3.4" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 219bc0c9f705..7ecfeaa01d5c 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -16,7 +16,7 @@ "dependencies": { "@astrojs/node": "^10.1.1", "@astrojs/svelte": "^8.1.1", - "astro": "^6.3.3", + "astro": "^6.3.4", "svelte": "^5.53.5" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index de2a282f2c62..1ac92400ea23 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^6.3.3", + "astro": "^6.3.4", "sass": "^1.97.3", "sharp": "^0.34.3" }, diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index edec9ca49645..6a78e36c6beb 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@types/node": "^22.10.6", - "astro": "^6.3.3" + "astro": "^6.3.4" }, "engines": { "node": ">=22.12.0" diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index ff6ae75ad61a..6a14f240c725 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -14,6 +14,6 @@ }, "dependencies": { "@astrojs/markdoc": "^1.0.5", - "astro": "^6.3.3" + "astro": "^6.3.4" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index e426e4ac8225..23fb986225d6 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -15,7 +15,7 @@ "dependencies": { "@astrojs/mdx": "^5.0.6", "@astrojs/preact": "^5.1.3", - "astro": "^6.3.3", + "astro": "^6.3.4", "preact": "^10.28.4" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 9eac3ca73579..aed974a9c0f2 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -15,7 +15,7 @@ "dependencies": { "@astrojs/preact": "^5.1.3", "@nanostores/preact": "^1.0.0", - "astro": "^6.3.3", + "astro": "^6.3.4", "nanostores": "^1.1.1", "preact": "^10.28.4" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 50d9387b9535..5f710b9cfc61 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -16,7 +16,7 @@ "@astrojs/mdx": "^5.0.6", "@tailwindcss/vite": "^4.2.1", "@types/canvas-confetti": "^1.9.0", - "astro": "^6.3.3", + "astro": "^6.3.4", "canvas-confetti": "^1.9.4", "tailwindcss": "^4.2.1" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index d6ed840f3d91..5adbc671dc12 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -14,7 +14,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^6.3.3", + "astro": "^6.3.4", "vitest": "^4.1.0" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 46bb3526b993..50488bae5ea1 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,68 @@ # astro +## 6.3.4 + +### Patch Changes + +- [#16723](https://github.com/withastro/astro/pull/16723) [`0f10bfe`](https://github.com/withastro/astro/commit/0f10bfe70d443ebe5474a72f59c3a3e745831b98) Thanks [@matthewp](https://github.com/matthewp)! - Adds `fetchFile` option to `experimental.advancedRouting` to customize or disable the entrypoint file + + ```js + export default defineConfig({ + experimental: { + advancedRouting: { + fetchFile: 'fetch.ts', + }, + }, + }); + ``` + +- [#16723](https://github.com/withastro/astro/pull/16723) [`0f10bfe`](https://github.com/withastro/astro/commit/0f10bfe70d443ebe5474a72f59c3a3e745831b98) Thanks [@matthewp](https://github.com/matthewp)! - Fixes Hono `cache()` middleware to follow the standard wrapper pattern + +- [#16723](https://github.com/withastro/astro/pull/16723) [`0f10bfe`](https://github.com/withastro/astro/commit/0f10bfe70d443ebe5474a72f59c3a3e745831b98) Thanks [@matthewp](https://github.com/matthewp)! - Adds `App.Providers` interface for typing custom context providers on `Astro` and `ctx` + + ```ts + declare namespace App { + interface Providers { + oauth: import('./lib/oauth').OAuthSession; + } + } + ``` + +- [#16723](https://github.com/withastro/astro/pull/16723) [`0f10bfe`](https://github.com/withastro/astro/commit/0f10bfe70d443ebe5474a72f59c3a3e745831b98) Thanks [@matthewp](https://github.com/matthewp)! - Adds `FetchState.response` property, set automatically after `pages()` or `middleware()` completes + + ```ts + const response = await middleware(state, (s) => pages(s)); + console.log(state.response === response); // true + ``` + +- [#16723](https://github.com/withastro/astro/pull/16723) [`0f10bfe`](https://github.com/withastro/astro/commit/0f10bfe70d443ebe5474a72f59c3a3e745831b98) Thanks [@matthewp](https://github.com/matthewp)! - Adds `Fetchable` type export for typing the advanced routing entrypoint + + ```ts + import type { Fetchable } from 'astro'; + + export default { + async fetch(request) { + return new Response('ok'); + }, + } satisfies Fetchable; + ``` + +- [#16572](https://github.com/withastro/astro/pull/16572) [`4a5a077`](https://github.com/withastro/astro/commit/4a5a0779712be11680a9fc729be2ba9dd93f68d2) Thanks [@DORI2001](https://github.com/DORI2001)! - Suppresses `[WARN] Vite warning: unused imports from "@astrojs/internal-helpers/remote"` during prerender builds. The package is now bundled alongside `astro` in the prerender environment, matching how it is handled in the SSR environment. + +- [#16756](https://github.com/withastro/astro/pull/16756) [`b6ee23d`](https://github.com/withastro/astro/commit/b6ee23d339311c356ad25781f62454aee289e47b) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes styles from Markdoc/MDX custom components not being extracted to `` in the dev server when using the Cloudflare adapter with `prerenderEnvironment: 'node'` and rendering content through a wrapper component. + +- [#16747](https://github.com/withastro/astro/pull/16747) [`904d19a`](https://github.com/withastro/astro/commit/904d19a73e91dc166c492905ebf6c81705fa7064) Thanks [@astrobot-houston](https://github.com/astrobot-houston)! - Fixes Astro action requests failing in `astro dev` when using the Cloudflare adapter with `prerenderEnvironment: 'node'` alongside a prerendered catch-all route such as `[...page].astro`. + + Actions and other SSR POST endpoints now continue to work in dev instead of returning an HTTP 500 error. + +- [#16701](https://github.com/withastro/astro/pull/16701) [`3495ce4`](https://github.com/withastro/astro/commit/3495ce4f3af103673e32b6fdd452e4108252e1b5) Thanks [@demaisj](https://github.com/demaisj)! - Fix `Map` and `Set` instances saved in a content collection being broken when retrieving entries. + +- [#16614](https://github.com/withastro/astro/pull/16614) [`fca1c32`](https://github.com/withastro/astro/commit/fca1c32c329f6044c6833debdb9d683dd2103fc9) Thanks [@Eptagone](https://github.com/Eptagone)! - Fixes `entry.data` type inference when a live collection is configured without a schema. + +- [#16661](https://github.com/withastro/astro/pull/16661) [`03b8f7f`](https://github.com/withastro/astro/commit/03b8f7f7644cc1d9e738a8221d6bd377399538c0) Thanks [@ocavue](https://github.com/ocavue)! - Updates `typescript` to v6. No changes are needed from users. + +- [#16681](https://github.com/withastro/astro/pull/16681) [`c22770a`](https://github.com/withastro/astro/commit/c22770a58c3b312ad4bba81707be72f551ee02db) Thanks [@dotnetCarpenter](https://github.com/dotnetCarpenter)! - Fixes an issue where SVG images with `width="0"` or `height="0"` incorrectly threw a `NoImageMetadata` error instead of being treated as valid dimensions. + ## 6.3.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 7a4d14d741fa..6f5409da17c0 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "6.3.3", + "version": "6.3.4", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md index 66aab61a0122..440a4b7f7527 100644 --- a/packages/db/CHANGELOG.md +++ b/packages/db/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/db +## 0.21.2 + +### Patch Changes + +- [#16661](https://github.com/withastro/astro/pull/16661) [`03b8f7f`](https://github.com/withastro/astro/commit/03b8f7f7644cc1d9e738a8221d6bd377399538c0) Thanks [@ocavue](https://github.com/ocavue)! - Updates `typescript` to v6. No changes are needed from users. + ## 0.21.1 ### Patch Changes diff --git a/packages/db/package.json b/packages/db/package.json index c05b19a76c85..91b31f19ea7e 100644 --- a/packages/db/package.json +++ b/packages/db/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/db", - "version": "0.21.1", + "version": "0.21.2", "description": "Add libSQL support to your Astro site", "license": "MIT", "repository": { diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 2228aa8d5b51..0b2f0cd9518c 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/cloudflare +## 13.5.2 + +### Patch Changes + +- [#16708](https://github.com/withastro/astro/pull/16708) [`bb709ff`](https://github.com/withastro/astro/commit/bb709ffdd45ab936eba6e2ce69dd0cb2ed75bfe4) Thanks [@fkatsuhiro](https://github.com/fkatsuhiro)! - Fixed a bug where a cascade of reloads would cause the page to crash during the first visit when building or developing with Cloudflare SSR in Astro v6 due to dependency loading issues. + +- Updated dependencies []: + - @astrojs/underscore-redirects@1.0.3 + ## 13.5.1 ### Patch Changes diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index c40a457de957..d834d58de747 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/cloudflare", "description": "Deploy your site to Cloudflare Workers", - "version": "13.5.1", + "version": "13.5.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index df6cf2225427..f518f8ba8dbd 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/netlify +## 7.0.10 + +### Patch Changes + +- [#16661](https://github.com/withastro/astro/pull/16661) [`03b8f7f`](https://github.com/withastro/astro/commit/03b8f7f7644cc1d9e738a8221d6bd377399538c0) Thanks [@ocavue](https://github.com/ocavue)! - Updates `typescript` to v6. No changes are needed from users. + +- Updated dependencies []: + - @astrojs/underscore-redirects@1.0.3 + ## 7.0.9 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index ba658cb72747..77c5fcffc340 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "7.0.9", + "version": "7.0.10", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/language-tools/language-server/CHANGELOG.md b/packages/language-tools/language-server/CHANGELOG.md index 0a0bdf40411c..4d1aad2a6689 100644 --- a/packages/language-tools/language-server/CHANGELOG.md +++ b/packages/language-tools/language-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/language-server +## 2.16.9 + +### Patch Changes + +- [#16661](https://github.com/withastro/astro/pull/16661) [`03b8f7f`](https://github.com/withastro/astro/commit/03b8f7f7644cc1d9e738a8221d6bd377399538c0) Thanks [@ocavue](https://github.com/ocavue)! - Updates `typescript` to v6. No changes are needed from users. + +- Updated dependencies [[`03b8f7f`](https://github.com/withastro/astro/commit/03b8f7f7644cc1d9e738a8221d6bd377399538c0)]: + - @astrojs/yaml2ts@0.2.4 + ## 2.16.8 ### Patch Changes diff --git a/packages/language-tools/language-server/package.json b/packages/language-tools/language-server/package.json index 975737d5c11c..5953a1c4d256 100644 --- a/packages/language-tools/language-server/package.json +++ b/packages/language-tools/language-server/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/language-server", - "version": "2.16.8", + "version": "2.16.9", "author": "withastro", "license": "MIT", "repository": { @@ -27,7 +27,7 @@ }, "dependencies": { "@astrojs/compiler": "^2.13.1", - "@astrojs/yaml2ts": "^0.2.3", + "@astrojs/yaml2ts": "^0.2.4", "@jridgewell/sourcemap-codec": "^1.5.5", "@volar/kit": "~2.4.28", "@volar/language-core": "~2.4.28", diff --git a/packages/language-tools/ts-plugin/CHANGELOG.md b/packages/language-tools/ts-plugin/CHANGELOG.md index 3c8d1b35dd95..3cdcb512f1c7 100644 --- a/packages/language-tools/ts-plugin/CHANGELOG.md +++ b/packages/language-tools/ts-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/ts-plugin +## 1.10.9 + +### Patch Changes + +- [#16661](https://github.com/withastro/astro/pull/16661) [`03b8f7f`](https://github.com/withastro/astro/commit/03b8f7f7644cc1d9e738a8221d6bd377399538c0) Thanks [@ocavue](https://github.com/ocavue)! - Updates `typescript` to v6. No changes are needed from users. + +- Updated dependencies [[`03b8f7f`](https://github.com/withastro/astro/commit/03b8f7f7644cc1d9e738a8221d6bd377399538c0)]: + - @astrojs/yaml2ts@0.2.4 + ## 1.10.8 ### Patch Changes diff --git a/packages/language-tools/ts-plugin/package.json b/packages/language-tools/ts-plugin/package.json index db7ad48d7cc7..9f89cd55d701 100644 --- a/packages/language-tools/ts-plugin/package.json +++ b/packages/language-tools/ts-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/ts-plugin", - "version": "1.10.8", + "version": "1.10.9", "description": "A TypeScript Plugin providing Astro intellisense", "main": "dist/index.js", "type": "commonjs", @@ -28,7 +28,7 @@ "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.1", - "@astrojs/yaml2ts": "^0.2.3", + "@astrojs/yaml2ts": "^0.2.4", "@jridgewell/sourcemap-codec": "^1.5.5", "@volar/language-core": "~2.4.28", "@volar/typescript": "~2.4.28", diff --git a/packages/language-tools/vscode/CHANGELOG.md b/packages/language-tools/vscode/CHANGELOG.md index d8984b759bc9..06e6af9b1c51 100644 --- a/packages/language-tools/vscode/CHANGELOG.md +++ b/packages/language-tools/vscode/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-vscode +## 2.16.16 + +### Patch Changes + +- [#16719](https://github.com/withastro/astro/pull/16719) [`2b1df12`](https://github.com/withastro/astro/commit/2b1df120f14ae44ade0cfcc8c6bf17071061cd28) Thanks [@alexisintech](https://github.com/alexisintech)! - fix MDX syntax highlighting for indented astro codeblocks + ## 2.16.15 ### Patch Changes diff --git a/packages/language-tools/vscode/package.json b/packages/language-tools/vscode/package.json index 931cf0f03a74..a17404e55701 100644 --- a/packages/language-tools/vscode/package.json +++ b/packages/language-tools/vscode/package.json @@ -24,7 +24,7 @@ "color": "#17191E", "theme": "dark" }, - "version": "2.16.15", + "version": "2.16.16", "author": "withastro", "license": "MIT", "publisher": "astro-build", @@ -245,8 +245,8 @@ "update-grammar-snapshots": "node ./test/grammar/test.mjs --updateSnapshot" }, "devDependencies": { - "@astrojs/language-server": "^2.16.6", - "@astrojs/ts-plugin": "^1.10.8", + "@astrojs/language-server": "^2.16.9", + "@astrojs/ts-plugin": "^1.10.9", "@types/js-yaml": "^4.0.9", "@types/mocha": "^10.0.10", "@types/node": "^20.9.0", diff --git a/packages/language-tools/yaml2ts/CHANGELOG.md b/packages/language-tools/yaml2ts/CHANGELOG.md index 6d9d1510e849..6c281d60df68 100644 --- a/packages/language-tools/yaml2ts/CHANGELOG.md +++ b/packages/language-tools/yaml2ts/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/yaml2ts +## 0.2.4 + +### Patch Changes + +- [#16661](https://github.com/withastro/astro/pull/16661) [`03b8f7f`](https://github.com/withastro/astro/commit/03b8f7f7644cc1d9e738a8221d6bd377399538c0) Thanks [@ocavue](https://github.com/ocavue)! - Updates `typescript` to v6. No changes are needed from users. + ## 0.2.3 ### Patch Changes diff --git a/packages/language-tools/yaml2ts/package.json b/packages/language-tools/yaml2ts/package.json index 8db94a89f687..f50f4276e898 100644 --- a/packages/language-tools/yaml2ts/package.json +++ b/packages/language-tools/yaml2ts/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/yaml2ts", - "version": "0.2.3", + "version": "0.2.4", "description": "Package to convert a YAML string to a Volar VirtualCode, to be used by the Astro language server to provide intellisense", "scripts": { "build": "tsc -b", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4df8a51e1c19..94e8125d6bb3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -193,7 +193,7 @@ importers: specifier: ^10.1.1 version: link:../../packages/integrations/node astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro hono: specifier: ^4.12.14 @@ -202,7 +202,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/blog: @@ -217,7 +217,7 @@ importers: specifier: ^3.7.2 version: link:../../packages/integrations/sitemap astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro sharp: specifier: ^0.34.3 @@ -226,7 +226,7 @@ importers: examples/component: devDependencies: astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/container-with-vitest: @@ -235,7 +235,7 @@ importers: specifier: ^5.0.5 version: link:../../packages/integrations/react astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -266,7 +266,7 @@ importers: specifier: ^3.15.8 version: 3.15.8 astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/framework-multiple: @@ -293,7 +293,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.28) astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro preact: specifier: ^10.28.4 @@ -323,7 +323,7 @@ importers: specifier: ^2.8.1 version: 2.8.2(preact@10.29.0) astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro preact: specifier: ^10.28.4 @@ -341,7 +341,7 @@ importers: specifier: ^18.3.7 version: 18.3.7(@types/react@18.3.28) astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -356,7 +356,7 @@ importers: specifier: ^6.0.1 version: link:../../packages/integrations/solid astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro solid-js: specifier: ^1.9.11 @@ -368,7 +368,7 @@ importers: specifier: ^8.1.1 version: link:../../packages/integrations/svelte astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro svelte: specifier: ^5.53.5 @@ -380,7 +380,7 @@ importers: specifier: ^6.0.1 version: link:../../packages/integrations/vue astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro vue: specifier: ^3.5.29 @@ -392,25 +392,25 @@ importers: specifier: ^10.1.1 version: link:../../packages/integrations/node astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/ssr: @@ -422,7 +422,7 @@ importers: specifier: ^8.1.1 version: link:../../packages/integrations/svelte astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro svelte: specifier: ^5.53.5 @@ -431,7 +431,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro sass: specifier: ^1.97.3 @@ -446,7 +446,7 @@ importers: specifier: ^22.10.6 version: 22.19.11 astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/with-markdoc: @@ -455,7 +455,7 @@ importers: specifier: ^1.0.5 version: link:../../packages/integrations/markdoc astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro examples/with-mdx: @@ -467,7 +467,7 @@ importers: specifier: ^5.1.3 version: link:../../packages/integrations/preact astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro preact: specifier: ^10.28.4 @@ -482,7 +482,7 @@ importers: specifier: ^1.0.0 version: 1.0.0(nanostores@1.1.1)(preact@10.29.0) astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro nanostores: specifier: ^1.1.1 @@ -503,7 +503,7 @@ importers: specifier: ^1.9.0 version: 1.9.0 astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro canvas-confetti: specifier: ^1.9.4 @@ -515,7 +515,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^6.3.3 + specifier: ^6.3.4 version: link:../../packages/astro vitest: specifier: ^4.1.0 @@ -6498,7 +6498,7 @@ importers: specifier: ^2.13.1 version: 2.13.1 '@astrojs/yaml2ts': - specifier: ^0.2.3 + specifier: ^0.2.4 version: link:../yaml2ts '@jridgewell/sourcemap-codec': specifier: ^1.5.5 @@ -6605,7 +6605,7 @@ importers: specifier: ^2.13.1 version: 2.13.1 '@astrojs/yaml2ts': - specifier: ^0.2.3 + specifier: ^0.2.4 version: link:../yaml2ts '@jridgewell/sourcemap-codec': specifier: ^1.5.5 @@ -6667,10 +6667,10 @@ importers: version: 0.14.1 devDependencies: '@astrojs/language-server': - specifier: ^2.16.6 + specifier: ^2.16.9 version: link:../language-server '@astrojs/ts-plugin': - specifier: ^1.10.8 + specifier: ^1.10.9 version: link:../ts-plugin '@types/js-yaml': specifier: ^4.0.9