diff --git a/.changeset/odd-bikes-turn.md b/.changeset/odd-bikes-turn.md deleted file mode 100644 index cef3007439622..0000000000000 --- a/.changeset/odd-bikes-turn.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@astrojs/preact': minor ---- - -Add support for enabling `preact/compat` to Preact renderer - -To use `preact/compat` to render React components, users can now set `compat` to `true` when using the Preact integration: - -```js -integrations: [ - preact({ compat: true }), -], -``` diff --git a/.changeset/seven-rocks-sort.md b/.changeset/seven-rocks-sort.md deleted file mode 100644 index 32b4a25acda19..0000000000000 --- a/.changeset/seven-rocks-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes how `injectRoute` parses route patterns on Windows diff --git a/.changeset/wet-shirts-warn.md b/.changeset/wet-shirts-warn.md deleted file mode 100644 index e0ac87d13e76c..0000000000000 --- a/.changeset/wet-shirts-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-scripts': patch ---- - -Chore: remove memory test from CI workflow. This causes issues with Vite 3 dependency resolution, and is no longer necessary for testing our compiler. diff --git a/examples/basics/package.json b/examples/basics/package.json index 055321a4a1f83..619fbb658b9c8 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index f0ab361734e12..1ba6c4b441b58 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.2.0", - "astro": "^1.0.0-beta.58", + "@astrojs/preact": "^0.3.0", + "astro": "^1.0.0-beta.59", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 6a723991a84f2..9c98f6e2f6173 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.2.0", - "astro": "^1.0.0-beta.58" + "@astrojs/preact": "^0.3.0", + "astro": "^1.0.0-beta.59" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index f081361152faf..3f8b2e2a8c6bb 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/component/package.json b/examples/component/package.json index 73f91acd83f38..6350ca7e9dfba 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 5d1ea6dcf9f51..c1372bb84b339 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -18,8 +18,8 @@ "react-dom": "^18.1.0" }, "devDependencies": { - "@astrojs/preact": "^0.2.0", + "@astrojs/preact": "^0.3.0", "@astrojs/react": "^0.2.0", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 83cde00f86a31..cc1ca658139e4 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 9c0ce8008a6b2..8c405669670bf 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 5fe2599e72568..d311fd0e40701 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.0", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index c0825fce0a5d2..863a03d09b48e 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,12 +10,12 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.0", - "@astrojs/preact": "^0.2.0", + "@astrojs/preact": "^0.3.0", "@astrojs/react": "^0.2.0", "@astrojs/solid-js": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index f3a20567112e1..e10408728c793 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.2.0", - "astro": "^1.0.0-beta.58" + "@astrojs/preact": "^0.3.0", + "astro": "^1.0.0-beta.59" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index f137ba62d406e..7d09e52eb7c09 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -12,7 +12,7 @@ "@astrojs/react": "^0.2.0", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index c006078db9e87..0905a7f569d0c 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.2.0", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index fe6703dfd23f9..8865c2b3dbdae 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.2.0", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index faf6bc2376f09..fa05f54546bd5 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 2847d7f989506..dfc1eb2943594 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -16,7 +16,7 @@ "@astrojs/solid-js": "0.2.0", "@astrojs/tailwind": "^0.2.2", "@astrojs/turbolinks": "^0.1.3", - "astro": "^1.0.0-beta.58", + "astro": "^1.0.0-beta.59", "solid-js": "^1.4.3" }, "dependencies": { diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ff811de0fe10f..97ad68a2be6f9 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index a9bd34d645a48..b811e1f99a6dd 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 3f7f9460a6b51..7260eb5e1987e 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/preact": "^0.2.0", - "astro": "^1.0.0-beta.58", + "@astrojs/preact": "^0.3.0", + "astro": "^1.0.0-beta.59", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index d54cfce830f18..b0f7a8bbed5b6 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.1.2", "@astrojs/svelte": "^0.2.0", - "astro": "^1.0.0-beta.58", + "astro": "^1.0.0-beta.59", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index 473229e8c212b..664d591a28ef6 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 1f78d689c8022..51ccd51dc63bc 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.2.0", - "astro": "^1.0.0-beta.58", + "astro": "^1.0.0-beta.59", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index eb1306220b256..168fb166d89e2 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.58", + "astro": "^1.0.0-beta.59", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index b41241b453533..991605b9e9b76 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index c1333c67821f3..347ce2a2df239 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -10,11 +10,11 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.11.3", - "@astrojs/preact": "^0.2.0", + "@astrojs/preact": "^0.3.0", "@astrojs/react": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 6d8e6616b5c4c..25f6a351594b0 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -20,11 +20,11 @@ "vue": "^3.2.37" }, "devDependencies": { - "@astrojs/preact": "^0.2.0", + "@astrojs/preact": "^0.3.0", "@astrojs/react": "^0.2.0", "@astrojs/solid-js": "^0.2.0", "@astrojs/svelte": "^0.2.0", "@astrojs/vue": "^0.2.0", - "astro": "^1.0.0-beta.58" + "astro": "^1.0.0-beta.59" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 0cc23134abc65..1ae60b46f706a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.2", - "astro": "^1.0.0-beta.58", + "astro": "^1.0.0-beta.59", "autoprefixer": "^10.4.7", "canvas-confetti": "^1.5.1", "postcss": "^8.4.14", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 0875a8388b275..31931a6204751 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.58", + "astro": "^1.0.0-beta.59", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 01887c0c0b94f..445e6850148dc 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # astro +## 1.0.0-beta.59 + +### Patch Changes + +- [#3763](https://github.com/withastro/astro/pull/3763) [`54cd6b8d`](https://github.com/withastro/astro/commit/54cd6b8dd184fb0acb2facaa9b6843be59f9c57f) Thanks [@tony-sull](https://github.com/tony-sull)! - Fixes how `injectRoute` parses route patterns on Windows + ## 1.0.0-beta.58 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index ce7a305e85780..bfe498e0b5455 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.58", + "version": "1.0.0-beta.59", "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/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md index fa02e859089e5..75bb8098fe31d 100644 --- a/packages/integrations/preact/CHANGELOG.md +++ b/packages/integrations/preact/CHANGELOG.md @@ -1,5 +1,19 @@ # @astrojs/preact +## 0.3.0 + +### Minor Changes + +- [#3712](https://github.com/withastro/astro/pull/3712) [`e3fdc9b4`](https://github.com/withastro/astro/commit/e3fdc9b4030b96e815c133a388a7625b7e8e4a2e) Thanks [@delucis](https://github.com/delucis)! - Add support for enabling `preact/compat` to Preact renderer + + To use `preact/compat` to render React components, users can now set `compat` to `true` when using the Preact integration: + + ```js + integrations: [ + preact({ compat: true }), + ], + ``` + ## 0.2.0 ### Minor Changes diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json index 256da25d60141..3dc2fa058aa89 100644 --- a/packages/integrations/preact/package.json +++ b/packages/integrations/preact/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/preact", "description": "Use Preact components within Astro", - "version": "0.2.0", + "version": "0.3.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c5d95ff99e380..38bf81d9097cb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -49,14 +49,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/preact': ^0.2.0 - astro: ^1.0.0-beta.58 + '@astrojs/preact': ^0.3.0 + astro: ^1.0.0-beta.59 preact: ^10.7.3 dependencies: preact: 10.7.3 @@ -66,8 +66,8 @@ importers: examples/blog-multiple-authors: specifiers: - '@astrojs/preact': ^0.2.0 - astro: ^1.0.0-beta.58 + '@astrojs/preact': ^0.3.0 + astro: ^1.0.0-beta.59 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -79,14 +79,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -97,12 +97,12 @@ importers: examples/docs: specifiers: '@algolia/client-search': ^4.13.1 - '@astrojs/preact': ^0.2.0 + '@astrojs/preact': ^0.3.0 '@astrojs/react': ^0.2.0 '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -121,14 +121,14 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.10.2 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 dependencies: alpinejs: 3.10.2 devDependencies: @@ -138,7 +138,7 @@ importers: specifiers: '@astrojs/lit': ^0.3.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -150,13 +150,13 @@ importers: examples/framework-multiple: specifiers: '@astrojs/lit': ^0.3.0 - '@astrojs/preact': ^0.2.0 + '@astrojs/preact': ^0.3.0 '@astrojs/react': ^0.2.0 '@astrojs/solid-js': ^0.2.0 '@astrojs/svelte': ^0.2.0 '@astrojs/vue': ^0.2.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -184,8 +184,8 @@ importers: examples/framework-preact: specifiers: - '@astrojs/preact': ^0.2.0 - astro: ^1.0.0-beta.58 + '@astrojs/preact': ^0.3.0 + astro: ^1.0.0-beta.59 preact: ^10.7.3 dependencies: preact: 10.7.3 @@ -198,7 +198,7 @@ importers: '@astrojs/react': ^0.2.0 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -213,7 +213,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.2.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 solid-js: ^1.4.3 dependencies: solid-js: 1.4.3 @@ -224,7 +224,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^0.2.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 svelte: ^3.48.0 dependencies: svelte: 3.48.0 @@ -235,7 +235,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^0.2.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -253,7 +253,7 @@ importers: '@astrojs/tailwind': ^0.2.2 '@astrojs/turbolinks': ^0.1.3 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 lit: ^2.2.5 preact: ^10.7.3 react: ^18.1.0 @@ -282,20 +282,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - '@astrojs/preact': ^0.2.0 - astro: ^1.0.0-beta.58 + '@astrojs/preact': ^0.3.0 + astro: ^1.0.0-beta.59 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -309,7 +309,7 @@ importers: specifiers: '@astrojs/node': ^0.1.2 '@astrojs/svelte': ^0.2.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -328,14 +328,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.2.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 react: ^18.1.0 react-dom: ^18.1.0 sass: ^1.52.2 @@ -350,11 +350,11 @@ importers: examples/with-markdown: specifiers: '@astrojs/markdown-remark': ^0.11.3 - '@astrojs/preact': ^0.2.0 + '@astrojs/preact': ^0.3.0 '@astrojs/react': ^0.2.0 '@astrojs/svelte': ^0.2.0 '@astrojs/vue': ^0.2.0 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -377,7 +377,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.11.3 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -395,14 +395,14 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.11.3 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-nanostores: specifiers: - '@astrojs/preact': ^0.2.0 + '@astrojs/preact': ^0.3.0 '@astrojs/react': ^0.2.0 '@astrojs/solid-js': ^0.2.0 '@astrojs/svelte': ^0.2.0 @@ -410,7 +410,7 @@ importers: '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 nanostores: ^0.5.12 preact: ^10.7.3 react: ^18.1.0 @@ -438,7 +438,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^0.2.2 - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -453,7 +453,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.58 + astro: ^1.0.0-beta.59 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -8604,11 +8604,6 @@ packages: /debug/3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true dependencies: ms: 2.1.3 dev: false @@ -11518,8 +11513,6 @@ packages: debug: 3.2.7 iconv-lite: 0.4.24 sax: 1.2.4 - transitivePeerDependencies: - - supports-color dev: false /netmask/2.0.2: @@ -11603,8 +11596,6 @@ packages: rimraf: 2.7.1 semver: 5.7.1 tar: 4.4.19 - transitivePeerDependencies: - - supports-color dev: false /node-releases/2.0.5: diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 6c58f8542a532..64a69307a037d 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-scripts +## 0.0.6 + +### Patch Changes + +- [#3758](https://github.com/withastro/astro/pull/3758) [`660abd3d`](https://github.com/withastro/astro/commit/660abd3deeb3c451ce32d8d0d068ec6290e82d22) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Chore: remove memory test from CI workflow. This causes issues with Vite 3 dependency resolution, and is no longer necessary for testing our compiler. + ## 0.0.5 ### Patch Changes diff --git a/scripts/package.json b/scripts/package.json index d9e63f75f00a1..a2bc0e70c0f66 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "astro-scripts", - "version": "0.0.5", + "version": "0.0.6", "private": true, "type": "module", "main": "./index.js",