diff --git a/.changeset/blue-mayflies-cheat.md b/.changeset/blue-mayflies-cheat.md deleted file mode 100644 index ca554fcade7b..000000000000 --- a/.changeset/blue-mayflies-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Support runtime markdown parsing diff --git a/.changeset/tame-lamps-roll.md b/.changeset/tame-lamps-roll.md deleted file mode 100644 index 057a56190f7c..000000000000 --- a/.changeset/tame-lamps-roll.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@astrojs/tailwind': minor ---- - -Removes the `applyAstroPreset` integration option. Tailwind presets can be disabled directly from the Tailwind config file by including `presets: []` - -See the [Tailwind preset docs](https://tailwindcss.com/docs/presets#disabling-the-default-configuration) for more details. \ No newline at end of file diff --git a/.changeset/wild-llamas-argue.md b/.changeset/wild-llamas-argue.md deleted file mode 100644 index 862712c47b3f..000000000000 --- a/.changeset/wild-llamas-argue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes usage of the Markdown component in SSR diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 629aa9a6d666..9b71fad887ce 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.1", - "astro": "^1.0.0-beta.10", + "astro": "^1.0.0-beta.11", "sass": "^1.50.0" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index 5a37b5e1c2a3..8d7e556c3fff 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "preact": "^10.7.1" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index 99fd17623390..776b1529b63b 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.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/component/package.json b/examples/component/package.json index 42d17f29adbb..d17abf0d0772 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.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 5a49e32db93a..5aeec27363f9 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -20,6 +20,6 @@ "devDependencies": { "@astrojs/preact": "^0.1.1", "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index 8f7730fe009e..10e247efabc3 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.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 0dfc90b49205..f1121a856678 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.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "alpinejs": "^3.9.6" diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 78c6d64cf872..9c4d6cc0416b 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index a99aa7d034ba..87d47b9696d6 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -15,7 +15,7 @@ "@astrojs/solid-js": "^0.1.1", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index c9c27c19a963..6f4847b3de2a 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "preact": "^10.7.1" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index e88aab7d4b99..0099d0c6061a 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "react": "^18.0.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index c017f388312a..9bb015b02099 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "solid-js": "^1.3.14" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 0a24c9a01ba1..ab9aa884cd5d 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "svelte": "^3.47.0" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 20e1ca955ddf..40b5df616d3d 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "vue": "^3.2.31" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 216d387b6817..857f1b46ca79 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -13,9 +13,9 @@ "@astrojs/partytown": "^0.1.2", "@astrojs/react": "^0.1.0", "@astrojs/sitemap": "^0.1.0", - "@astrojs/tailwind": "^0.1.2", + "@astrojs/tailwind": "^0.2.0", "@astrojs/turbolinks": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index c2c6c86eb297..36ca38baf5d6 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index b348bc34d824..87a36006053e 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.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index a6b6142ce01b..c6b0e80eb82e 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.1.1", - "astro": "^1.0.0-beta.10", + "astro": "^1.0.0-beta.11", "sass": "^1.50.0" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 77f476f1214c..752484fbf6a8 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.1.1", "@astrojs/svelte": "^0.1.1", - "astro": "^1.0.0-beta.10", + "astro": "^1.0.0-beta.11", "concurrently": "^7.1.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index 4b967350729b..c630db8679c4 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index 8d83ea0e98f8..e0f00a459cd3 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/react": "^0.1.0", - "astro": "^1.0.0-beta.10", + "astro": "^1.0.0-beta.11", "sass": "^1.50.0" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 7f5fc42dd206..936fa5fc1e82 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.9.0", - "astro": "^1.0.0-beta.10", + "astro": "^1.0.0-beta.11", "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 4e8377876236..94259af72fa1 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.9.0", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index f64659ddaea5..e096e36a5d8c 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -14,7 +14,7 @@ "@astrojs/react": "^0.1.0", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" }, "dependencies": { "preact": "^10.7.1", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index bdd99a839bff..f6706faf5fb1 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -25,6 +25,6 @@ "@astrojs/solid-js": "^0.1.1", "@astrojs/svelte": "^0.1.1", "@astrojs/vue": "^0.1.1", - "astro": "^1.0.0-beta.10" + "astro": "^1.0.0-beta.11" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index 6bb71af166f4..83374177d363 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/tailwind": "^0.1.2", - "astro": "^1.0.0-beta.10", + "@astrojs/tailwind": "^0.2.0", + "astro": "^1.0.0-beta.11", "autoprefixer": "^10.4.4", "canvas-confetti": "^1.5.1", "postcss": "^8.4.12", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index fc5cdbc9bb12..efb5c38ddb01 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.10", + "astro": "^1.0.0-beta.11", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.2" } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 9d879b3632e7..8e7f25df4e70 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,13 @@ # astro +## 1.0.0-beta.11 + +### Patch Changes + +- [#3036](https://github.com/withastro/astro/pull/3036) [`4ac0d5d4`](https://github.com/withastro/astro/commit/4ac0d5d4e73aa41cb2269f1428c4eed5e69b5947) Thanks [@matthewp](https://github.com/matthewp)! - Support runtime markdown parsing + +* [#3036](https://github.com/withastro/astro/pull/3036) [`4ac0d5d4`](https://github.com/withastro/astro/commit/4ac0d5d4e73aa41cb2269f1428c4eed5e69b5947) Thanks [@matthewp](https://github.com/matthewp)! - Fixes usage of the Markdown component in SSR + ## 1.0.0-beta.10 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 0b4e1748616d..662750696552 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "1.0.0-beta.10", + "version": "1.0.0-beta.11", "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/src/core/build/index.ts b/packages/astro/src/core/build/index.ts index de35cb66a4f3..98c8f1e8db23 100644 --- a/packages/astro/src/core/build/index.ts +++ b/packages/astro/src/core/build/index.ts @@ -105,7 +105,7 @@ class AstroBuilder { client: new URL('./client/', this.config.outDir), server: new URL('./server/', this.config.outDir), serverEntry: 'entry.mjs', - staticMode: undefined + staticMode: undefined, }; await runHookBuildStart({ config: this.config, buildConfig }); diff --git a/packages/astro/src/core/build/vite-plugin-ssr.ts b/packages/astro/src/core/build/vite-plugin-ssr.ts index 871c2ce08075..aa07fe3a8a11 100644 --- a/packages/astro/src/core/build/vite-plugin-ssr.ts +++ b/packages/astro/src/core/build/vite-plugin-ssr.ts @@ -74,7 +74,7 @@ if(_start in adapter) { const code = chunk.code; chunk.code = code.replace(replaceExp, () => { return JSON.stringify(manifest); - }) + }); } } }, diff --git a/packages/astro/src/core/config.ts b/packages/astro/src/core/config.ts index 0160c76e1165..dd33919d85a3 100644 --- a/packages/astro/src/core/config.ts +++ b/packages/astro/src/core/config.ts @@ -196,7 +196,7 @@ export const AstroConfigSchema = z.object({ export async function validateConfig( userConfig: any, root: string, - cmd: string, + cmd: string ): Promise { const fileProtocolRoot = pathToFileURL(root + path.sep); // Manual deprecation checks @@ -433,7 +433,7 @@ export async function resolveConfig( userConfig: AstroUserConfig, root: string, flags: CLIFlags = {}, - cmd: string, + cmd: string ): Promise { const mergedConfig = mergeCLIFlags(userConfig, flags, cmd); const validatedConfig = await validateConfig(mergedConfig, root, cmd); diff --git a/packages/astro/test/ssr-markdown.test.js b/packages/astro/test/ssr-markdown.test.js index 700135476660..a33fc85d60a0 100644 --- a/packages/astro/test/ssr-markdown.test.js +++ b/packages/astro/test/ssr-markdown.test.js @@ -26,7 +26,6 @@ describe('Markdown pages in SSR', () => { return html; } - it('Renders markdown pages correctly', async () => { const html = await fetchHTML('/post'); const $ = cheerioLoad(html); diff --git a/packages/astro/test/test-adapter.js b/packages/astro/test/test-adapter.js index 2f4868568891..99ab34e5df95 100644 --- a/packages/astro/test/test-adapter.js +++ b/packages/astro/test/test-adapter.js @@ -37,7 +37,7 @@ export default function () { serverEntrypoint: '@my-ssr', exports: ['manifest', 'createApp'], }); - } + }, }, }; } diff --git a/packages/integrations/node/src/index.ts b/packages/integrations/node/src/index.ts index fc0f6cfd4d60..b90cd9d2e990 100644 --- a/packages/integrations/node/src/index.ts +++ b/packages/integrations/node/src/index.ts @@ -14,7 +14,7 @@ export default function createIntegration(): AstroIntegration { hooks: { 'astro:config:done': ({ setAdapter }) => { setAdapter(getAdapter()); - } + }, }, }; } diff --git a/packages/integrations/tailwind/CHANGELOG.md b/packages/integrations/tailwind/CHANGELOG.md index 1218023a8c65..281ca3d7cd2a 100644 --- a/packages/integrations/tailwind/CHANGELOG.md +++ b/packages/integrations/tailwind/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/tailwind +## 0.2.0 + +### Minor Changes + +- [#3099](https://github.com/withastro/astro/pull/3099) [`254a8f37`](https://github.com/withastro/astro/commit/254a8f37499863c5684fb0d5b0f59a8cee093d0b) Thanks [@tony-sull](https://github.com/tony-sull)! - Removes the `applyAstroPreset` integration option. Tailwind presets can be disabled directly from the Tailwind config file by including `presets: []` + + See the [Tailwind preset docs](https://tailwindcss.com/docs/presets#disabling-the-default-configuration) for more details. + ## 0.1.2 ### Patch Changes diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 5ba9d1e53da1..6192fc3a9970 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/tailwind", "description": "Tailwind + Astro Integrations", - "version": "0.1.2", + "version": "0.2.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bfa399a2d402..445165259a92 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -46,7 +46,7 @@ importers: examples/blog: specifiers: '@astrojs/preact': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 preact: ^10.7.1 dependencies: preact: 10.7.1 @@ -57,7 +57,7 @@ importers: examples/blog-multiple-authors: specifiers: '@astrojs/preact': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 preact: ^10.7.1 sass: ^1.50.0 dependencies: @@ -69,14 +69,14 @@ importers: examples/component: specifiers: - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 devDependencies: astro: link:../../packages/astro examples/component/demo: specifiers: '@example/my-component': workspace:* - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 devDependencies: '@example/my-component': link:../packages/my-component astro: link:../../../packages/astro @@ -92,7 +92,7 @@ importers: '@docsearch/css': ^3.0.0 '@docsearch/react': ^3.0.0 '@types/react': ^17.0.44 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 preact: ^10.7.1 react: ^18.0.0 react-dom: ^18.0.0 @@ -111,14 +111,14 @@ importers: examples/env-vars: specifiers: - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 devDependencies: astro: link:../../packages/astro examples/framework-alpine: specifiers: alpinejs: ^3.9.6 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 dependencies: alpinejs: 3.9.6 devDependencies: @@ -128,7 +128,7 @@ importers: specifiers: '@astrojs/lit': ^0.1.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 lit: ^2.2.2 dependencies: '@webcomponents/template-shadowroot': 0.1.0 @@ -146,7 +146,7 @@ importers: '@astrojs/svelte': ^0.1.1 '@astrojs/vue': ^0.1.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 lit: ^2.2.2 preact: ^10.7.1 react: ^18.0.0 @@ -175,7 +175,7 @@ importers: examples/framework-preact: specifiers: '@astrojs/preact': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 preact: ^10.7.1 dependencies: preact: 10.7.1 @@ -186,7 +186,7 @@ importers: examples/framework-react: specifiers: '@astrojs/react': ^0.1.0 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 react: ^18.0.0 react-dom: ^18.0.0 dependencies: @@ -199,7 +199,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 solid-js: ^1.3.14 dependencies: solid-js: 1.3.14 @@ -210,7 +210,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 svelte: ^3.47.0 dependencies: svelte: 3.47.0 @@ -221,7 +221,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 vue: ^3.2.31 dependencies: vue: 3.2.31 @@ -235,10 +235,10 @@ importers: '@astrojs/partytown': ^0.1.2 '@astrojs/react': ^0.1.0 '@astrojs/sitemap': ^0.1.0 - '@astrojs/tailwind': ^0.1.2 + '@astrojs/tailwind': ^0.2.0 '@astrojs/turbolinks': ^0.1.1 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 lit: ^2.2.2 preact: ^10.7.1 react: ^18.0.0 @@ -266,20 +266,20 @@ importers: examples/minimal: specifiers: - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 devDependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 devDependencies: astro: link:../../packages/astro examples/portfolio: specifiers: '@astrojs/preact': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 preact: ^10.7.1 sass: ^1.50.0 dependencies: @@ -293,7 +293,7 @@ importers: specifiers: '@astrojs/node': ^0.1.1 '@astrojs/svelte': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 concurrently: ^7.1.0 lightcookie: ^1.0.25 svelte: ^3.47.0 @@ -312,14 +312,14 @@ importers: examples/starter: specifiers: - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 devDependencies: astro: link:../../packages/astro examples/subpath: specifiers: '@astrojs/react': ^0.1.0 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 react: ^18.0.0 react-dom: ^18.0.0 sass: ^1.50.0 @@ -338,7 +338,7 @@ importers: '@astrojs/react': ^0.1.0 '@astrojs/svelte': ^0.1.1 '@astrojs/vue': ^0.1.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 preact: ^10.7.1 react: ^18.0.0 react-dom: ^18.0.0 @@ -361,7 +361,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^0.9.0 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -379,7 +379,7 @@ importers: examples/with-markdown-shiki: specifiers: '@astrojs/markdown-remark': ^0.9.0 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 devDependencies: '@astrojs/markdown-remark': link:../../packages/markdown/remark astro: link:../../packages/astro @@ -394,7 +394,7 @@ importers: '@nanostores/preact': ^0.1.3 '@nanostores/react': ^0.1.5 '@nanostores/vue': ^0.4.1 - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 nanostores: ^0.5.12 preact: ^10.7.1 react: ^18.0.0 @@ -421,8 +421,8 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/tailwind': ^0.1.2 - astro: ^1.0.0-beta.10 + '@astrojs/tailwind': ^0.2.0 + astro: ^1.0.0-beta.11 autoprefixer: ^10.4.4 canvas-confetti: ^1.5.1 postcss: ^8.4.12 @@ -437,7 +437,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^1.0.0-beta.10 + astro: ^1.0.0-beta.11 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.2 devDependencies: @@ -1356,7 +1356,7 @@ importers: dependencies: '@sveltejs/vite-plugin-svelte': 1.0.0-next.41_svelte@3.47.0 postcss-load-config: 3.1.4 - svelte-preprocess: 4.10.6_752b810ab855973626d4335cb0788eac + svelte-preprocess: 4.10.6_1402eb22fee660bb6c891bb9c1bca0d1 devDependencies: astro: link:../../astro astro-scripts: link:../../../scripts @@ -1502,7 +1502,7 @@ importers: '@rollup/plugin-alias': 3.1.9_rollup@2.70.1 '@rollup/plugin-inject': 4.0.4_rollup@2.70.1 '@rollup/plugin-node-resolve': 13.1.3_rollup@2.70.1 - '@rollup/plugin-typescript': 8.3.1_rollup@2.70.1+tslib@2.3.1 + '@rollup/plugin-typescript': 8.3.1_8fb0118e9d69f3600cbb8f144f7d456c '@types/chai': 4.3.0 '@types/mocha': 9.1.0 '@types/node': 14.18.12 @@ -3796,7 +3796,7 @@ packages: rollup: 2.70.1 dev: true - /@rollup/plugin-typescript/8.3.1_rollup@2.70.1+tslib@2.3.1: + /@rollup/plugin-typescript/8.3.1_8fb0118e9d69f3600cbb8f144f7d456c: resolution: {integrity: sha512-84rExe3ICUBXzqNX48WZV2Jp3OddjTMX97O2Py6D1KJaGSwWp0mDHXj+bCGNJqWHIEKDIT2U0sDjhP4czKi6cA==} engines: {node: '>=8.0.0'} peerDependencies: @@ -3808,6 +3808,7 @@ packages: resolve: 1.22.0 rollup: 2.70.1 tslib: 2.3.1 + typescript: 4.6.3 dev: true /@rollup/pluginutils/3.1.0_rollup@2.70.1: @@ -9662,7 +9663,7 @@ packages: svelte: 3.47.0 dev: false - /svelte-preprocess/4.10.6_752b810ab855973626d4335cb0788eac: + /svelte-preprocess/4.10.6_1402eb22fee660bb6c891bb9c1bca0d1: resolution: {integrity: sha512-I2SV1w/AveMvgIQlUF/ZOO3PYVnhxfcpNyGt8pxpUVhPfyfL/CZBkkw/KPfuFix5FJ9TnnNYMhACK3DtSaYVVQ==} engines: {node: '>= 9.11.2'} requiresBuild: true @@ -9711,6 +9712,7 @@ packages: sorcery: 0.10.0 strip-indent: 3.0.0 svelte: 3.47.0 + typescript: 4.6.3 dev: false /svelte/3.47.0: