From 5ed12f55b810bc713a16748e418cf3da2b607cb8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 6 Nov 2024 15:45:16 +0000 Subject: [PATCH] [ci] release (beta) --- .changeset/pre.json | 4 ++ examples/basics/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/package.json | 2 +- examples/container-with-vitest/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-multiple/package.json | 4 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 4 +- examples/framework-vue/package.json | 2 +- examples/hackernews/package.json | 2 +- examples/integration/package.json | 2 +- examples/minimal/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 4 +- examples/starlog/package.json | 2 +- examples/toolbar-app/package.json | 2 +- examples/with-markdoc/package.json | 2 +- examples/with-mdx/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 8 ++++ packages/astro/package.json | 2 +- packages/create-astro/CHANGELOG.md | 11 +++++ packages/create-astro/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 6 +++ packages/integrations/svelte/package.json | 2 +- pnpm-lock.yaml | 52 ++++++++++----------- 31 files changed, 84 insertions(+), 55 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index faf24722edff..7b422da6859c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -53,6 +53,7 @@ "eighty-boxes-applaud", "eighty-donkeys-fly", "eighty-ligers-punch", + "empty-houses-melt", "five-jars-hear", "fluffy-jars-live", "forty-trains-notice", @@ -84,6 +85,7 @@ "nasty-crabs-worry", "neat-dots-hear", "neat-queens-learn", + "old-actors-learn", "old-zebras-teach", "perfect-fans-fly", "pink-yaks-exercise", @@ -91,6 +93,7 @@ "poor-dots-add", "poor-frogs-dream", "poor-seals-clap", + "pretty-walls-camp", "quick-ads-exercise", "quick-onions-leave", "rotten-phones-scream", @@ -113,6 +116,7 @@ "ten-walls-tap", "three-days-cough", "three-olives-reflect", + "tough-planets-dress", "twelve-comics-march", "twenty-cobras-push", "unlucky-bobcats-sit", diff --git a/examples/basics/package.json b/examples/basics/package.json index a4e9d677f229..a36bc626e2ee 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 071f99163d64..83896b87ddda 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -13,6 +13,6 @@ "@astrojs/mdx": "^4.0.0-beta.3", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" } } diff --git a/examples/component/package.json b/examples/component/package.json index 9bedcb8d76a5..ada92f61dc03 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" }, "peerDependencies": { "astro": "^4.0.0 || ^5.0.0" diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json index 749166d9fc04..17bbe0847818 100644 --- a/examples/container-with-vitest/package.json +++ b/examples/container-with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest run" }, "dependencies": { - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "@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 b693c725d2d1..7cd3d314c1bf 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -13,6 +13,6 @@ "@astrojs/alpinejs": "^0.4.0", "@types/alpinejs": "^3.13.10", "alpinejs": "^3.14.3", - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c7e17eea7880..f184bb9c5fb1 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -13,11 +13,11 @@ "@astrojs/preact": "^3.5.3", "@astrojs/react": "^3.6.2", "@astrojs/solid-js": "^4.4.2", - "@astrojs/svelte": "^6.0.0-beta.1", + "@astrojs/svelte": "^6.0.0-beta.2", "@astrojs/vue": "^5.0.0-beta.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "preact": "^10.24.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index 9f6255e96203..476d94318d53 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@preact/signals": "^1.3.0", - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "preact": "^10.24.3" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index f1599cee24a8..084ceb7e390a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^3.6.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 1052d049cec6..b38380ec7a71 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/solid-js": "^4.4.2", - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "solid-js": "^1.9.2" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index fb29dc04d122..f7ccc842d38b 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,8 +10,8 @@ "astro": "astro" }, "dependencies": { - "@astrojs/svelte": "^6.0.0-beta.1", - "astro": "^5.0.0-beta.6", + "@astrojs/svelte": "^6.0.0-beta.2", + "astro": "^5.0.0-beta.7", "svelte": "^4.2.19" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 8b7fa0ca0617..6ca9585e5a36 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/vue": "^5.0.0-beta.1", - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "vue": "^3.5.12" } } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index c1202148ba86..b26d8ce2b465 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index b081fd0d07b5..2e2e6d47698e 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" }, "peerDependencies": { "astro": "^4.0.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 266fcf8dbc02..e671b25fb4b7 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 2ec90d436b31..8c2e2d0695fe 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 2d22b9841566..e588e5575bc5 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@astrojs/node": "^9.0.0-alpha.1", - "@astrojs/svelte": "^6.0.0-beta.1", - "astro": "^5.0.0-beta.6", + "@astrojs/svelte": "^6.0.0-beta.2", + "astro": "^5.0.0-beta.7", "svelte": "^4.2.19" } } diff --git a/examples/starlog/package.json b/examples/starlog/package.json index fb78319c7e5c..a9c76c4b49e9 100644 --- a/examples/starlog/package.json +++ b/examples/starlog/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "sass": "^1.80.6", "sharp": "^0.33.3" } diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json index 3f43900daeaf..340d4f576cc9 100644 --- a/examples/toolbar-app/package.json +++ b/examples/toolbar-app/package.json @@ -15,6 +15,6 @@ "./app": "./dist/app.js" }, "devDependencies": { - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" } } diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 3b51cb672397..aa7473c2310b 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/markdoc": "^0.12.0-beta.0", - "astro": "^5.0.0-beta.6" + "astro": "^5.0.0-beta.7" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index ea6f96cae0b5..a1f517effe35 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/mdx": "^4.0.0-beta.3", "@astrojs/preact": "^3.5.3", - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "preact": "^10.24.3" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 768cb4dc4b18..8ff59c197c9f 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/preact": "^3.5.3", "@nanostores/preact": "^0.5.2", - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "nanostores": "^0.11.3", "preact": "^10.24.3" } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index fc4f74f68b6b..0a7be2f9aeb3 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -13,7 +13,7 @@ "@astrojs/mdx": "^4.0.0-beta.3", "@astrojs/tailwind": "^5.1.2", "@types/canvas-confetti": "^1.6.4", - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "autoprefixer": "^10.4.20", "canvas-confetti": "^1.9.3", "postcss": "^8.4.47", diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 7cff90cd353a..e907caae43f8 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -11,7 +11,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^5.0.0-beta.6", + "astro": "^5.0.0-beta.7", "vitest": "^2.1.4" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 3335400088d7..98332e7da06c 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 5.0.0-beta.7 + +### Minor Changes + +- [#12323](https://github.com/withastro/astro/pull/12323) [`c280655`](https://github.com/withastro/astro/commit/c280655655cc6c22121f32c5f7c76836adf17230) Thanks [@bluwy](https://github.com/bluwy)! - Updates to Vite 6.0.0-beta.6 + +- [#12379](https://github.com/withastro/astro/pull/12379) [`94f4fe8`](https://github.com/withastro/astro/commit/94f4fe8180f02cf19fb617dde7d67d4f7bee8dac) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Adds a new components exported from `astro/components`: Welcome, to be used by the new Basics template + ## 5.0.0-beta.6 ### Major Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 2248ac679717..a678ba60b2ca 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "5.0.0-beta.6", + "version": "5.0.0-beta.7", "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/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index e696dcec658c..83bd93e10639 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,16 @@ # create-astro +## 4.11.0-beta.0 + +### Minor Changes + +- [#12083](https://github.com/withastro/astro/pull/12083) [`9263e96`](https://github.com/withastro/astro/commit/9263e965932b9a6a116801c063c6b7105c39643e) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Reworks the experience of creating a new Astro project using the `create astro` CLI command. + + - Updates the list of templates to include Starlight and combines the "minimal" and "basics" templates into a new, refreshed "Basics" template to serve as the single, minimal Astro project starter. + - Removes the TypeScript question. Astro is TypeScript-only, so this question was often misleading. The "Strict" preset is now the default, but it can still be changed manually in `tsconfig.json`. + - `astro check` is no longer automatically added to the build script. + - Added a new `--add` flag to install additional integrations after creating a project. For example, `pnpm create astro --add react` will create a new Astro project and install the React integration. + ## 4.10.0 ### Minor Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 30889d515a04..9745ad223e94 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.10.0", + "version": "4.11.0-beta.0", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index 2033e3653e8d..494262a9ed42 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/svelte +## 6.0.0-beta.2 + +### Patch Changes + +- [`b21a075`](https://github.com/withastro/astro/commit/b21a07500284a3621be4d509f5aa67c0a8fcbf07) Thanks [@bluwy](https://github.com/bluwy)! - New release to include changes from 5.7.3 + ## 6.0.0-beta.1 ### Patch Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index f140376bebb0..e436b4d30b14 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "6.0.0-beta.1", + "version": "6.0.0-beta.2", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ccab11355290..953ead5c23a7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -143,7 +143,7 @@ importers: examples/basics: dependencies: astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/blog: @@ -158,13 +158,13 @@ importers: specifier: ^3.2.1 version: link:../../packages/integrations/sitemap astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/component: devDependencies: astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/container-with-vitest: @@ -173,7 +173,7 @@ importers: specifier: ^3.6.2 version: link:../../packages/integrations/react astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -204,7 +204,7 @@ importers: specifier: ^3.14.3 version: 3.14.3 astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/framework-multiple: @@ -219,7 +219,7 @@ importers: specifier: ^4.4.2 version: link:../../packages/integrations/solid '@astrojs/svelte': - specifier: ^6.0.0-beta.1 + specifier: ^6.0.0-beta.2 version: link:../../packages/integrations/svelte '@astrojs/vue': specifier: ^5.0.0-beta.1 @@ -231,7 +231,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -261,7 +261,7 @@ importers: specifier: ^1.3.0 version: 1.3.0(preact@10.24.3) astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -279,7 +279,7 @@ importers: specifier: ^18.3.1 version: 18.3.1 astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro react: specifier: ^18.3.1 @@ -294,7 +294,7 @@ importers: specifier: ^4.4.2 version: link:../../packages/integrations/solid astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro solid-js: specifier: ^1.9.2 @@ -303,10 +303,10 @@ importers: examples/framework-svelte: dependencies: '@astrojs/svelte': - specifier: ^6.0.0-beta.1 + specifier: ^6.0.0-beta.2 version: link:../../packages/integrations/svelte astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro svelte: specifier: ^4.2.19 @@ -318,7 +318,7 @@ importers: specifier: ^5.0.0-beta.1 version: link:../../packages/integrations/vue astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro vue: specifier: ^3.5.12 @@ -330,25 +330,25 @@ importers: specifier: ^9.0.0-alpha.1 version: 9.0.0-alpha.1(astro@packages+astro) astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/integration: devDependencies: astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/minimal: dependencies: astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/portfolio: dependencies: astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/ssr: @@ -357,10 +357,10 @@ importers: specifier: ^9.0.0-alpha.1 version: 9.0.0-alpha.1(astro@packages+astro) '@astrojs/svelte': - specifier: ^6.0.0-beta.1 + specifier: ^6.0.0-beta.2 version: link:../../packages/integrations/svelte astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro svelte: specifier: ^4.2.19 @@ -369,7 +369,7 @@ importers: examples/starlog: dependencies: astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro sass: specifier: ^1.80.6 @@ -381,7 +381,7 @@ importers: examples/toolbar-app: devDependencies: astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/with-markdoc: @@ -390,7 +390,7 @@ importers: specifier: ^0.12.0-beta.0 version: link:../../packages/integrations/markdoc astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro examples/with-mdx: @@ -402,7 +402,7 @@ importers: specifier: ^3.5.3 version: link:../../packages/integrations/preact astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro preact: specifier: ^10.24.3 @@ -417,7 +417,7 @@ importers: specifier: ^0.5.2 version: 0.5.2(nanostores@0.11.3)(preact@10.24.3) astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro nanostores: specifier: ^0.11.3 @@ -438,7 +438,7 @@ importers: specifier: ^1.6.4 version: 1.6.4 astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro autoprefixer: specifier: ^10.4.20 @@ -456,7 +456,7 @@ importers: examples/with-vitest: dependencies: astro: - specifier: ^5.0.0-beta.6 + specifier: ^5.0.0-beta.7 version: link:../../packages/astro vitest: specifier: ^2.1.4