diff --git a/.changeset/happy-peas-attend.md b/.changeset/happy-peas-attend.md deleted file mode 100644 index af3af1bfcba2..000000000000 --- a/.changeset/happy-peas-attend.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'astro': patch ---- - -Adds `Astro.generator` which can be used to add a [``](https://html.spec.whatwg.org/multipage/semantics.html#meta-generator) tag. - -```astro - - - - - - - - -``` diff --git a/.changeset/honest-bottles-drum.md b/.changeset/honest-bottles-drum.md deleted file mode 100644 index 18da3e2c4a55..000000000000 --- a/.changeset/honest-bottles-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Add frontmatter injection instructions to README diff --git a/.changeset/proud-moose-push.md b/.changeset/proud-moose-push.md deleted file mode 100644 index 43dd7ecd9d7a..000000000000 --- a/.changeset/proud-moose-push.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/cloudflare': minor ---- - -add support for compiling functions to a functions directory rather than `_worker.js` diff --git a/.changeset/shy-dogs-return.md b/.changeset/shy-dogs-return.md deleted file mode 100644 index 3d22d827594c..000000000000 --- a/.changeset/shy-dogs-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Adds warning in dev when using client: directive on Astro component diff --git a/.changeset/slimy-parrots-exist.md b/.changeset/slimy-parrots-exist.md deleted file mode 100644 index 36e87c466eea..000000000000 --- a/.changeset/slimy-parrots-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Ensure JSX does not reference server entrypoint diff --git a/.changeset/strong-plants-tell.md b/.changeset/strong-plants-tell.md deleted file mode 100644 index 0fb7056404e0..000000000000 --- a/.changeset/strong-plants-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix client build sourcemap generation diff --git a/.changeset/thick-ducks-sparkle.md b/.changeset/thick-ducks-sparkle.md deleted file mode 100644 index 8c286189866b..000000000000 --- a/.changeset/thick-ducks-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro": patch ---- - -Fix custom 404 pages when using `astro preview` (#4113) diff --git a/.changeset/thin-houses-play.md b/.changeset/thin-houses-play.md deleted file mode 100644 index 86d6ef2adadd..000000000000 --- a/.changeset/thin-houses-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': minor ---- - -Remove `frontmatterOptions` from MDX config diff --git a/examples/basics/package.json b/examples/basics/package.json index 0b39eb646e5d..b61df5774ceb 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 5352fa700cb7..b5b226e3c610 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index ce833805afa5..d6f626f62695 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/component/package.json b/examples/component/package.json index ba4e68bad728..c0238b55f724 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-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 221e56c0604f..f73684921738 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -21,6 +21,6 @@ "devDependencies": { "@astrojs/preact": "^0.5.2", "@astrojs/react": "^0.4.3", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 8776f7ba91c0..173616afd80b 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 12458f2aa2c1..2b6616eb549e 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@types/alpinejs": "^3.7.0", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "alpinejs": "^3.10.2" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 8229662eeeff..dc7aa4c8d1db 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.3.2", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index b8e55d641c7e..b38169b49386 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.4.1", "@astrojs/svelte": "^0.5.1", "@astrojs/vue": "^0.5.0", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "preact": "^10.7.3", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index ed377f8dbe97..83a9da67059b 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "preact": "^10.7.3" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 34008c4544e9..b5ffc59aa9f3 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -13,7 +13,7 @@ "@astrojs/react": "^0.4.3", "@types/react": "^18.0.10", "@types/react-dom": "^18.0.5", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index dcf86e454d00..a71d3317f65f 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.4.1", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "solid-js": "^1.4.3" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 41bc72131e3a..69593b183bbf 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.5.1", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "svelte": "^3.48.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 0a83684fb1ec..dff2e066e9a8 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.5.0", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "vue": "^3.2.37" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 395fbd7c224d..3b5a1b3d505f 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 170afb523f0d..cf8dee3aad36 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -10,6 +10,6 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 58da754271cd..8b32a6b50f75 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "sass": "^1.52.2" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index bcf50e8a50fe..ba357abdc3dc 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -13,7 +13,7 @@ "devDependencies": { "@astrojs/node": "^0.2.1", "@astrojs/svelte": "^0.5.1", - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "concurrently": "^7.2.1", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 5368a3611913..9851c452f8d4 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/react": "^0.4.3", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" }, "dependencies": { "react": "^18.1.0", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index d61dfacf3b89..e12a9436ef9a 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.14.1", - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "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 85a2722a7c35..fadaf0e7f51c 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.14.1", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index fae27f499c96..36efe4fd49a9 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "devDependencies": { - "@astrojs/mdx": "^0.7.0", + "@astrojs/mdx": "^0.8.0", "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "preact": "^10.6.5" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 95f0b100831a..f500563fc410 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -16,6 +16,6 @@ }, "devDependencies": { "@astrojs/preact": "^0.5.2", - "astro": "^1.0.0-rc.7" + "astro": "^1.0.0-rc.8" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 7847e7ae8da1..efc5d4d36ad7 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/tailwind": "^0.2.5", - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "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 2156205207ca..397a78a82c56 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "devDependencies": { - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.3" } diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json index 68eb2d36cfcd..1b0de0de8882 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "devDependencies": { - "astro": "^1.0.0-rc.7", + "astro": "^1.0.0-rc.8", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index c8af561ba650..1a39a4bcb925 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,19 @@ # astro +## 1.0.0-rc.8 + +### Patch Changes + +- [#4012](https://github.com/withastro/astro/pull/4012) [`f207c417e`](https://github.com/withastro/astro/commit/f207c417e08b2b5ad27cf185888b02392bb568e0) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Adds `Astro.generator` which can be used to add a [``](https://html.spec.whatwg.org/multipage/semantics.html#meta-generator) tag. + +* [#4201](https://github.com/withastro/astro/pull/4201) [`25d36d955`](https://github.com/withastro/astro/commit/25d36d955899f2fba7c5a2e4f04bbe7c95a2146b) Thanks [@matthewp](https://github.com/matthewp)! - Adds warning in dev when using client: directive on Astro component + +- [#4203](https://github.com/withastro/astro/pull/4203) [`ec376369a`](https://github.com/withastro/astro/commit/ec376369a84d20bc3079800ae8e8296c96fcf627) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Ensure JSX does not reference server entrypoint + +* [#4195](https://github.com/withastro/astro/pull/4195) [`28ab273a3`](https://github.com/withastro/astro/commit/28ab273a3d0a1ecea84bd83591d5b5f3b212de4f) Thanks [@bluwy](https://github.com/bluwy)! - Fix client build sourcemap generation + +- [#4189](https://github.com/withastro/astro/pull/4189) [`5e71a8720`](https://github.com/withastro/astro/commit/5e71a8720e17b576ec12ac993f7e6b3d38fb9c8c) Thanks [@jablonski](https://github.com/jablonski)! - Fix custom 404 pages when using `astro preview` (#4113) + ## 1.0.0-rc.7 ### Minor Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index e3820b6c2a57..d5309f60a234 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-rc.7", + "version": "1.0.0-rc.8", "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/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index f1bc70bca12e..ee8eba2d4ab3 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/cloudflare +## 0.5.0 + +### Minor Changes + +- [#3806](https://github.com/withastro/astro/pull/3806) [`f4c571bdb`](https://github.com/withastro/astro/commit/f4c571bdb0bbcd0dfed68a484dfbfe274f8a5f45) Thanks [@nrgnrg](https://github.com/nrgnrg)! - add support for compiling functions to a functions directory rather than `_worker.js` + ## 0.4.0 ### Minor Changes @@ -44,7 +50,7 @@ The new `Astro.clientAddress` property allows you to get the IP address of the requested user. ```astro -
Your address {Astro.clientAddress}
+ ``` This property is only available when building for SSR, and only if the adapter you are using supports providing the IP address. If you attempt to access the property in a SSG app it will throw an error. diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 0056cec12c70..c254ada381aa 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 pages functions", - "version": "0.4.0", + "version": "0.5.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 89a8fc37b760..51fa24d84ced 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/mdx +## 0.8.0 + +### Minor Changes + +- [#4204](https://github.com/withastro/astro/pull/4204) [`4c2ca5352`](https://github.com/withastro/astro/commit/4c2ca5352d0c4119ed2a9e5e0b78ce71eb1b414a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove `frontmatterOptions` from MDX config + +### Patch Changes + +- [#4205](https://github.com/withastro/astro/pull/4205) [`6c9736cbc`](https://github.com/withastro/astro/commit/6c9736cbc90162f1de3ebccd7cfe98332749b639) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add frontmatter injection instructions to README + ## 0.7.0 ### Minor Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 81423b3eaa4c..abe28af6b0b5 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.7.0", + "version": "0.8.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3663eda68650..cc8dd7753d46 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,14 +61,14 @@ importers: examples/basics: specifiers: - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 devDependencies: astro: link:../../packages/astro examples/blog: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 preact: ^10.7.3 dependencies: preact: 10.10.1 @@ -78,14 +78,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -101,7 +101,7 @@ importers: '@docsearch/css': ^3.1.0 '@docsearch/react': ^3.1.0 '@types/react': ^17.0.45 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -120,7 +120,7 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 devDependencies: astro: link:../../packages/astro @@ -128,7 +128,7 @@ importers: specifiers: '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 dependencies: alpinejs: 3.10.3 devDependencies: @@ -139,7 +139,7 @@ importers: specifiers: '@astrojs/lit': ^0.3.2 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 lit: ^2.2.5 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -155,7 +155,7 @@ importers: '@astrojs/solid-js': ^0.4.1 '@astrojs/svelte': ^0.5.1 '@astrojs/vue': ^0.5.0 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -180,7 +180,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 preact: ^10.7.3 dependencies: preact: 10.10.1 @@ -193,7 +193,7 @@ importers: '@astrojs/react': ^0.4.3 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -208,7 +208,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.4.1 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 solid-js: ^1.4.3 dependencies: solid-js: 1.4.8 @@ -219,7 +219,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^0.5.1 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 svelte: ^3.48.0 dependencies: svelte: 3.49.0 @@ -230,7 +230,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^0.5.0 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 vue: ^3.2.37 dependencies: vue: 3.2.37 @@ -240,20 +240,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 preact: ^10.7.3 sass: ^1.52.2 dependencies: @@ -267,7 +267,7 @@ importers: specifiers: '@astrojs/node': ^0.2.1 '@astrojs/svelte': ^0.5.1 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 concurrently: ^7.2.1 lightcookie: ^1.0.25 svelte: ^3.48.0 @@ -287,7 +287,7 @@ importers: examples/subpath: specifiers: '@astrojs/react': ^0.4.3 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -300,7 +300,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.14.1 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -318,16 +318,16 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.14.1 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.7.0 + '@astrojs/mdx': ^0.8.0 '@astrojs/preact': ^0.5.2 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 preact: ^10.6.5 devDependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -339,7 +339,7 @@ importers: specifiers: '@astrojs/preact': ^0.5.2 '@nanostores/preact': ^0.1.3 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -353,7 +353,7 @@ importers: examples/with-tailwindcss: specifiers: '@astrojs/tailwind': ^0.2.5 - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -368,7 +368,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 devDependencies: @@ -378,7 +378,7 @@ importers: examples/with-vitest: specifiers: - astro: ^1.0.0-rc.7 + astro: ^1.0.0-rc.8 vitest: ^0.20.3 devDependencies: astro: link:../../packages/astro @@ -2216,7 +2216,7 @@ importers: unist-util-visit: ^4.1.0 vfile: ^5.3.2 dependencies: - '@astrojs/prism': 0.7.0 + '@astrojs/prism': link:../../astro-prism '@mdx-js/mdx': 2.1.2 '@mdx-js/rollup': 2.1.2 acorn: 8.8.0 @@ -3083,13 +3083,6 @@ packages: vfile-message: 3.1.2 dev: false - /@astrojs/prism/0.7.0: - resolution: {integrity: sha512-5gh4BL9BlgCKBru0crQI3Y7GQCCC389wLBy+0yPnfss/pA0rVgCupRnGcs3oinsRopymOlNblEDfJXdTbCWEtg==} - engines: {node: ^14.18.0 || >=16.12.0} - dependencies: - prismjs: 1.28.0 - dev: false - /@babel/code-frame/7.18.6: resolution: {integrity: sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==} engines: {node: '>=6.9.0'}