diff --git a/.changeset/quick-pots-hunt.md b/.changeset/quick-pots-hunt.md deleted file mode 100644 index 0bd5cda16..000000000 --- a/.changeset/quick-pots-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes `astro check` errors with import.meta usage diff --git a/.changeset/swift-cherries-rule.md b/.changeset/swift-cherries-rule.md deleted file mode 100644 index 7bcfce518..000000000 --- a/.changeset/swift-cherries-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/renderer-svelte': patch ---- - -Update Svelte to 3.44.3 to get rid of console warning that component receives an unexpected slot "default". diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index b6f6b1eaf..a7a83edb0 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index acaf4668d..0d60ddb5f 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 7672dcb03..5590c7a92 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/component/package.json b/examples/component/package.json index b38033f97..973c9e342 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -12,6 +12,6 @@ "serve": "astro --project-root demo preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 53c6ba1ac..1d149a949 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,6 +12,6 @@ "@docsearch/react": "^1.0.0-alpha.28" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json index ba2e771e2..ca0bc745e 100644 --- a/examples/fast-build/package.json +++ b/examples/fast-build/package.json @@ -10,7 +10,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4", + "astro": "^0.22.5", "unocss": "^0.15.5", "vite-imagetools": "^4.0.1" } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 4c6437cb6..9e805caf0 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 3e8b23e78..d8787d1c7 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-lit": "^0.3.0", - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 173d95bcf..386a189f1 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index b794560e4..5c904704f 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 24a26aa3f..fcb6066b4 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index fe9f9ded5..16a12bf7f 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index ad45d2697..c5b1b6824 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 235d2baaf..69c34661c 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ab3f41059..74069fba7 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json index 948d5de38..1cd05017a 100644 --- a/examples/portfolio-svelte/package.json +++ b/examples/portfolio-svelte/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index f0432db8c..125ea6256 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/starter/package.json b/examples/starter/package.json index e1c5f2b8c..60a337c94 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 48f0529c9..27a8cbe6f 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 98430f4bc..6ad7c316d 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4", + "astro": "^0.22.5", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 5818447d8..05919e044 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 4be1c8ff0..ffd77976f 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -17,6 +17,6 @@ }, "devDependencies": { "@astrojs/renderer-solid": "^0.3.0", - "astro": "^0.22.4" + "astro": "^0.22.5" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index dd4d515d3..3ffed8417 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4", + "astro": "^0.22.5", "autoprefixer": "^10.4.0", "tailwindcss": "^3.0.5" } diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index ea7d9180f..ca2c7886a 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": "^0.22.4", + "astro": "^0.22.5", "vite-plugin-pwa": "0.11.5" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index d49fffbaa..bb2daace0 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,14 @@ # astro +## 0.22.5 + +### Patch Changes + +- [#2305](https://github.com/withastro/astro/pull/2305) [`193ca60f`](https://github.com/withastro/astro/commit/193ca60f40c8875b1d655dcd0682560cc2e2487e) Thanks [@matthewp](https://github.com/matthewp)! - Fixes `astro check` errors with import.meta usage + +- Updated dependencies [[`34486676`](https://github.com/withastro/astro/commit/344866762c3a96b92bd754cf3706db73e2d74647)]: + - @astrojs/renderer-svelte@0.3.1 + ## 0.22.4 ### Patch Changes @@ -1053,10 +1062,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - markdownOptions: { - remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], - rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], - }, + markdownOptions: { + remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]], + rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]], + }, }; ``` @@ -1076,10 +1085,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve ```js export default { - name: '@matthewp/my-renderer', - server: './server.js', - client: './client.js', - hydrationPolyfills: ['./my-polyfill.js'], + name: '@matthewp/my-renderer', + server: './server.js', + client: './client.js', + hydrationPolyfills: ['./my-polyfill.js'], }; ``` diff --git a/packages/astro/package.json b/packages/astro/package.json index f4f746791..2f145c79d 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "0.22.4", + "version": "0.22.5", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -62,7 +62,7 @@ "@astrojs/prism": "0.4.0", "@astrojs/renderer-preact": "^0.4.0", "@astrojs/renderer-react": "0.4.0", - "@astrojs/renderer-svelte": "0.3.0", + "@astrojs/renderer-svelte": "0.3.1", "@astrojs/renderer-vue": "0.3.0", "@astropub/webapi": "^0.7.3", "@babel/core": "^7.15.8", diff --git a/packages/renderers/renderer-svelte/CHANGELOG.md b/packages/renderers/renderer-svelte/CHANGELOG.md index 0db9d6aa5..a0bbd388a 100644 --- a/packages/renderers/renderer-svelte/CHANGELOG.md +++ b/packages/renderers/renderer-svelte/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/renderer-svelte +## 0.3.1 + +### Patch Changes + +- [#2300](https://github.com/withastro/astro/pull/2300) [`34486676`](https://github.com/withastro/astro/commit/344866762c3a96b92bd754cf3706db73e2d74647) Thanks [@moritzlaube](https://github.com/moritzlaube)! - Update Svelte to 3.44.3 to get rid of console warning that component receives an unexpected slot "default". + ## 0.3.0 ### Minor Changes diff --git a/packages/renderers/renderer-svelte/package.json b/packages/renderers/renderer-svelte/package.json index dc476725a..f9312e3da 100644 --- a/packages/renderers/renderer-svelte/package.json +++ b/packages/renderers/renderer-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/renderer-svelte", - "version": "0.3.0", + "version": "0.3.1", "description": "Use Svelte components within Astro", "type": "module", "author": "withastro", diff --git a/www/package.json b/www/package.json index ba490ff7b..70afff800 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.4" + "astro": "^0.22.5" } }