diff --git a/.changeset/pre.json b/.changeset/pre.json index 8a327161067b5..bf7b9316b537f 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -31,5 +31,8 @@ "@astrojs/underscore-redirects": "0.3.4", "@astrojs/upgrade": "0.3.1" }, - "changesets": [] + "changesets": [ + "chatty-teachers-sit", + "quick-ads-exercise" + ] } diff --git a/examples/basics/package.json b/examples/basics/package.json index b523cad78ba06..1fc24578e314f 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 21a14e62cf87e..c91840c53977e 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.3", + "@astrojs/mdx": "^4.0.0-beta.0", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" } } diff --git a/examples/component/package.json b/examples/component/package.json index 711f47ab6cccf..fa17569dc93c2 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 59f4d937ff9c3..e4f5cb9f50a4d 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "@astrojs/react": "^3.6.2", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 6cd4bb07f8a6f..43bb20ca137af 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -14,6 +14,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.1", - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index cef951081d563..f5ef2b9ab5c4a 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/lit": "^4.3.0", "@webcomponents/template-shadowroot": "^0.2.1", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "lit": "^3.1.4" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 49e0ce9712b5e..1bd06cb116ea7 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -14,11 +14,11 @@ "@astrojs/preact": "^3.5.1", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.1", - "@astrojs/svelte": "^5.7.0", - "@astrojs/vue": "^4.5.0", + "@astrojs/svelte": "^6.0.0-beta.0", + "@astrojs/vue": "^5.0.0-beta.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "preact": "^10.23.1", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 577bf5a514d52..6818de88872fc 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.1", "@preact/signals": "^1.3.0", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "preact": "^10.23.1" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 5ee3222ad9288..803194f028d07 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index ae8ff13f124b5..8a47beb327796 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.1", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "solid-js": "^1.8.19" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index c8095dd91725e..9f7d1705047b3 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^5.7.0", - "astro": "^4.13.3", + "@astrojs/svelte": "^6.0.0-beta.0", + "astro": "^5.0.0-beta.0", "svelte": "^4.2.18" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index df136b65e7a9d..9f16eca780426 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/vue": "^4.5.0", - "astro": "^4.13.3", + "@astrojs/vue": "^5.0.0-beta.0", + "astro": "^5.0.0-beta.0", "vue": "^3.4.35" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index e47cf63d7caf6..611b96cca1af6 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^8.3.2", - "astro": "^4.13.3" + "@astrojs/node": "^9.0.0-beta.0", + "astro": "^5.0.0-beta.0" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index cd735e915fc9d..3c611d7cf6582 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/middleware/package.json b/examples/middleware/package.json index 3a20bc13a4858..24a3801811299 100644 --- a/examples/middleware/package.json +++ b/examples/middleware/package.json @@ -12,8 +12,8 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.2", - "astro": "^4.13.3", + "@astrojs/node": "^9.0.0-beta.0", + "astro": "^5.0.0-beta.0", "html-minifier": "^4.0.0" }, "devDependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index cb9e5b9f6891f..187b870c3e86d 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index c84aae0b1f8e4..90b9b0af53dc1 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index faec95f814033..5a7597cc97bbc 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" } } diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json index 899f4d4af0ee5..4ab62a8698e35 100644 --- a/examples/server-islands/package.json +++ b/examples/server-islands/package.json @@ -10,14 +10,14 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/node": "^8.3.2", + "@astrojs/node": "^9.0.0-beta.0", "@astrojs/react": "^3.6.2", - "@astrojs/tailwind": "^5.1.0", + "@astrojs/tailwind": "^6.0.0-beta.0", "@fortawesome/fontawesome-free": "^6.6.0", "@tailwindcss/forms": "^0.5.7", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "postcss": "^8.4.40", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 530d4c9293ef2..d09e6c3e50f7f 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,9 +12,9 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "@astrojs/node": "^8.3.2", - "@astrojs/svelte": "^5.7.0", - "astro": "^4.13.3", + "@astrojs/node": "^9.0.0-beta.0", + "@astrojs/svelte": "^6.0.0-beta.0", + "astro": "^5.0.0-beta.0", "svelte": "^4.2.18" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index cfcc76527b255..1d6d4a4f6aba0 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "sass": "^1.77.8", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 1c0d67f7f9408..c3d643917f645 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" } } diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json index 42b1401b05b23..c6a507e139749 100644 --- a/examples/view-transitions/package.json +++ b/examples/view-transitions/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/tailwind": "^5.1.0", - "@astrojs/node": "^8.3.2", - "astro": "^4.13.3" + "@astrojs/tailwind": "^6.0.0-beta.0", + "@astrojs/node": "^9.0.0-beta.0", + "astro": "^5.0.0-beta.0" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index dbc01d6ba3d95..5ef71c8f4d026 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.11.3", - "astro": "^4.13.3" + "@astrojs/markdoc": "^1.0.0-beta.0", + "astro": "^5.0.0-beta.0" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 5dfb45ea0f3ec..654edcd486204 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,8 +11,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdown-remark": "^5.2.0", - "astro": "^4.13.3", + "@astrojs/markdown-remark": "^6.0.0-beta.0", + "astro": "^5.0.0-beta.0", "hast-util-select": "^6.0.2", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 511e370f540a9..99a6b3c6ef913 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.13.3" + "astro": "^5.0.0-beta.0" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 20bb7349c9a56..8ca8e1683d6aa 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.3", + "@astrojs/mdx": "^4.0.0-beta.0", "@astrojs/preact": "^3.5.1", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "preact": "^10.23.1" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 8933b0bac495b..6a40038a83880 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrojs/preact": "^3.5.1", "@nanostores/preact": "^0.5.2", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "nanostores": "^0.11.0", "preact": "^10.23.1" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index ae2329dd69bc4..188d9984d39b7 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^3.1.3", - "@astrojs/tailwind": "^5.1.0", + "@astrojs/mdx": "^4.0.0-beta.0", + "@astrojs/tailwind": "^6.0.0-beta.0", "@types/canvas-confetti": "^1.6.4", - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.40", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 738dac867d18e..63fb273ea5d39 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^4.13.3", + "astro": "^5.0.0-beta.0", "vitest": "^2.0.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index c183b7afbb4a1..55a2e496f3543 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,16 @@ # astro +## 5.0.0-beta.0 + +### Major Changes + +- [#10742](https://github.com/withastro/astro/pull/10742) [`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0) Thanks [@ematipico](https://github.com/ematipico)! - The lowest version of Node supported by Astro is now Node v18.17.1 and higher. + +### Patch Changes + +- Updated dependencies [[`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e)]: + - @astrojs/markdown-remark@6.0.0-beta.0 + ## 4.13.3 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 64ec709d59dce..3b10f36d27478 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "4.13.3", + "version": "5.0.0-beta.0", "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/astro/test/astro-component-code.test.js b/packages/astro/test/astro-component-code.test.js index bc8b5f172d485..b6f08ac574676 100644 --- a/packages/astro/test/astro-component-code.test.js +++ b/packages/astro/test/astro-component-code.test.js @@ -94,7 +94,7 @@ describe('', () => { 'color:var(--astro-code-foreground)', 'color:var(--astro-code-token-string-expression)', 'color:var(--astro-code-foreground)', - ] + ], ); }); diff --git a/packages/integrations/markdoc/CHANGELOG.md b/packages/integrations/markdoc/CHANGELOG.md index 0884b81baa2c6..c7ab05ee0aa12 100644 --- a/packages/integrations/markdoc/CHANGELOG.md +++ b/packages/integrations/markdoc/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/markdoc +## 1.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0), [`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e)]: + - astro@5.0.0-beta.0 + - @astrojs/markdown-remark@6.0.0-beta.0 + ## 0.11.3 ### Patch Changes diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index e71327e4d777e..b5efe54e77362 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdoc", "description": "Add support for Markdoc in your Astro site", - "version": "0.11.3", + "version": "1.0.0-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -72,7 +72,7 @@ "htmlparser2": "^9.1.0" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0" + "astro": "^5.0.0-beta.0" }, "devDependencies": { "@types/markdown-it": "^14.1.2", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index ff85f84858e4d..01b38f249e514 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/mdx +## 4.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0), [`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e)]: + - astro@5.0.0-beta.0 + - @astrojs/markdown-remark@6.0.0-beta.0 + ## 3.1.3 ### Patch Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 4934f4f33844b..1fc04bd7e69c8 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Add support for MDX pages in your Astro site", - "version": "3.1.3", + "version": "4.0.0-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -49,7 +49,7 @@ "vfile": "^6.0.2" }, "peerDependencies": { - "astro": "^4.8.0" + "astro": "^5.0.0-beta.0" }, "devDependencies": { "@types/estree": "^1.0.5", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 1745541680273..6841e02e07fe0 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/node +## 9.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0)]: + - astro@5.0.0-beta.0 + ## 8.3.2 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 15321c528d00f..c4260a3e5f2df 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "8.3.2", + "version": "9.0.0-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -37,7 +37,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "^4.2.0" + "astro": "^5.0.0-beta.0" }, "devDependencies": { "@types/node": "^18.17.8", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 44c3295eb4771..96ffc5e3dc51b 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/svelte +## 6.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0)]: + - astro@5.0.0-beta.0 + ## 5.7.0 ### Minor Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index e071375bdddc5..e723d29a56933 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "5.7.0", + "version": "6.0.0-beta.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -60,7 +60,7 @@ "vite": "^5.3.5" }, "peerDependencies": { - "astro": "^4.0.0", + "astro": "^5.0.0-beta.0", "svelte": "^4.0.0 || ^5.0.0-next.190", "typescript": "^5.3.3" }, diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index f796b10830a6c..039ba238fa2bb 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/tailwind +## 6.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0)]: + - astro@5.0.0-beta.0 + ## 5.1.0 ### Minor Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 3c541228878fb..3910bdbf7eb88 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Use Tailwind CSS to style your Astro site", - "version": "5.1.0", + "version": "6.0.0-beta.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -44,7 +44,7 @@ "vite": "^5.3.5" }, "peerDependencies": { - "astro": "^3.0.0 || ^4.0.0", + "astro": "^5.0.0-beta.0", "tailwindcss": "^3.0.24" }, "publishConfig": { diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index 2fda03d951367..c98d90d229965 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/vercel +## 8.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0)]: + - astro@5.0.0-beta.0 + ## 7.7.2 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 13eb23fbcafae..0ccc0526c846a 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "7.7.2", + "version": "8.0.0-beta.0", "type": "module", "author": "withastro", "license": "MIT", @@ -60,7 +60,7 @@ "web-vitals": "^3.5.2" }, "peerDependencies": { - "astro": "^4.2.0" + "astro": "^5.0.0-beta.0" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md index fd9c71e041628..113516605f981 100644 --- a/packages/integrations/vue/CHANGELOG.md +++ b/packages/integrations/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/vue +## 5.0.0-beta.0 + +### Patch Changes + +- Updated dependencies [[`b6fbdaa`](https://github.com/withastro/astro/commit/b6fbdaa94a9ecec706a99e1938fbf5cd028c72e0)]: + - astro@5.0.0-beta.0 + ## 4.5.0 ### Minor Changes diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index b618ab5660315..61f8907807e0d 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/vue", - "version": "4.5.0", + "version": "5.0.0-beta.0", "description": "Use Vue components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -58,7 +58,7 @@ "vue": "^3.4.35" }, "peerDependencies": { - "astro": "^4.0.0", + "astro": "^5.0.0-beta.0", "vue": "^3.2.30" }, "engines": { diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 73bab0b25280f..eeed425a3cb03 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/markdown-remark +## 6.0.0-beta.0 + +### Major Changes + +- [#11661](https://github.com/withastro/astro/pull/11661) [`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e) Thanks [@bluwy](https://github.com/bluwy)! - Renames the following CSS variables theme color token names to better align with the Shiki v1 defaults: + + - `--astro-code-color-text` => `--astro-code-foreground` + - `--astro-code-color-background` => `--astro-code-background` + + You can perform a global find and replace in your project to migrate to the new token names. + ## 5.2.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 4671a67ff1889..3337c49b13b5b 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "5.2.0", + "version": "6.0.0-beta.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e7edd4dc4175..5403fbbac8f05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,13 +113,13 @@ importers: examples/basics: dependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/blog: dependencies: '@astrojs/mdx': - specifier: ^3.1.3 + specifier: ^4.0.0-beta.0 version: link:../../packages/integrations/mdx '@astrojs/rss': specifier: ^4.0.7 @@ -128,13 +128,13 @@ importers: specifier: ^3.1.6 version: link:../../packages/integrations/sitemap astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/container-with-vitest: @@ -143,7 +143,7 @@ importers: specifier: ^3.6.2 version: link:../../packages/integrations/react astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -174,7 +174,7 @@ importers: specifier: ^3.14.1 version: 3.14.1 astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/framework-lit: @@ -186,7 +186,7 @@ importers: specifier: ^0.2.1 version: 0.2.1 astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro lit: specifier: ^3.1.4 @@ -204,10 +204,10 @@ importers: specifier: ^4.4.1 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^5.7.0 + specifier: ^6.0.0-beta.0 version: link:../../packages/integrations/svelte '@astrojs/vue': - specifier: ^4.5.0 + specifier: ^5.0.0-beta.0 version: link:../../packages/integrations/vue '@types/react': specifier: ^18.3.3 @@ -216,7 +216,7 @@ importers: specifier: ^18.3.0 version: 18.3.0 astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro preact: specifier: ^10.23.1 @@ -246,7 +246,7 @@ importers: specifier: ^1.3.0 version: 1.3.0(preact@10.23.1) astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro preact: specifier: ^10.23.1 @@ -264,7 +264,7 @@ importers: specifier: ^18.3.0 version: 18.3.0 astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -279,7 +279,7 @@ importers: specifier: ^4.4.1 version: link:../../packages/integrations/solid astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro solid-js: specifier: ^1.8.19 @@ -288,10 +288,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^5.7.0 + specifier: ^6.0.0-beta.0 version: link:../../packages/integrations/svelte astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro svelte: specifier: ^4.2.18 @@ -300,10 +300,10 @@ importers: examples/framework-vue: dependencies: '@astrojs/vue': - specifier: ^4.5.0 + specifier: ^5.0.0-beta.0 version: link:../../packages/integrations/vue astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro vue: specifier: ^3.4.35 @@ -312,25 +312,25 @@ importers: examples/hackernews: dependencies: '@astrojs/node': - specifier: ^8.3.2 + specifier: ^9.0.0-beta.0 version: link:../../packages/integrations/node astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/middleware: dependencies: '@astrojs/node': - specifier: ^8.3.2 + specifier: ^9.0.0-beta.0 version: link:../../packages/integrations/node astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro html-minifier: specifier: ^4.0.0 @@ -343,31 +343,31 @@ importers: examples/minimal: dependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/non-html-pages: dependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/server-islands: devDependencies: '@astrojs/node': - specifier: ^8.3.2 + specifier: ^9.0.0-beta.0 version: link:../../packages/integrations/node '@astrojs/react': specifier: ^3.6.2 version: link:../../packages/integrations/react '@astrojs/tailwind': - specifier: ^5.1.0 + specifier: ^6.0.0-beta.0 version: link:../../packages/integrations/tailwind '@fortawesome/fontawesome-free': specifier: ^6.6.0 @@ -382,7 +382,7 @@ importers: specifier: ^18.3.0 version: 18.3.0 astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro postcss: specifier: ^8.4.40 @@ -400,13 +400,13 @@ importers: examples/ssr: dependencies: '@astrojs/node': - specifier: ^8.3.2 + specifier: ^9.0.0-beta.0 version: link:../../packages/integrations/node '@astrojs/svelte': - specifier: ^5.7.0 + specifier: ^6.0.0-beta.0 version: link:../../packages/integrations/svelte astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro svelte: specifier: ^4.2.18 @@ -415,7 +415,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro sass: specifier: ^1.77.8 @@ -427,37 +427,37 @@ importers: examples/toolbar-app: devDependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/view-transitions: devDependencies: '@astrojs/node': - specifier: ^8.3.2 + specifier: ^9.0.0-beta.0 version: link:../../packages/integrations/node '@astrojs/tailwind': - specifier: ^5.1.0 + specifier: ^6.0.0-beta.0 version: link:../../packages/integrations/tailwind astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/with-markdoc: dependencies: '@astrojs/markdoc': - specifier: ^0.11.3 + specifier: ^1.0.0-beta.0 version: link:../../packages/integrations/markdoc astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/with-markdown-plugins: dependencies: '@astrojs/markdown-remark': - specifier: ^5.2.0 + specifier: ^6.0.0-beta.0 version: link:../../packages/markdown/remark astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro hast-util-select: specifier: ^6.0.2 @@ -478,19 +478,19 @@ importers: examples/with-markdown-shiki: dependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro examples/with-mdx: dependencies: '@astrojs/mdx': - specifier: ^3.1.3 + specifier: ^4.0.0-beta.0 version: link:../../packages/integrations/mdx '@astrojs/preact': specifier: ^3.5.1 version: link:../../packages/integrations/preact astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro preact: specifier: ^10.23.1 @@ -505,7 +505,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.0)(preact@10.23.1) astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro nanostores: specifier: ^0.11.0 @@ -517,16 +517,16 @@ importers: examples/with-tailwindcss: dependencies: '@astrojs/mdx': - specifier: ^3.1.3 + specifier: ^4.0.0-beta.0 version: link:../../packages/integrations/mdx '@astrojs/tailwind': - specifier: ^5.1.0 + specifier: ^6.0.0-beta.0 version: link:../../packages/integrations/tailwind '@types/canvas-confetti': specifier: ^1.6.4 version: 1.6.4 astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -544,7 +544,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^4.13.3 + specifier: ^5.0.0-beta.0 version: link:../../packages/astro vitest: specifier: ^2.0.5