summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/fifty-avocados-lay.md5
-rw-r--r--.changeset/little-boats-happen.md5
-rw-r--r--.changeset/rich-dolphins-teach.md5
-rw-r--r--.changeset/seven-zoos-lie.md5
-rw-r--r--.changeset/slimy-fireants-carry.md5
-rw-r--r--.changeset/smooth-hats-smell.md5
-rw-r--r--.changeset/three-owls-help.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-alpine/package.json4
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md12
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/alpinejs/CHANGELOG.md6
-rw-r--r--packages/integrations/alpinejs/package.json2
-rw-r--r--packages/integrations/image/CHANGELOG.md6
-rw-r--r--packages/integrations/image/package.json2
-rw-r--r--packages/integrations/vue/CHANGELOG.md6
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--pnpm-lock.yaml62
40 files changed, 88 insertions, 101 deletions
diff --git a/.changeset/fifty-avocados-lay.md b/.changeset/fifty-avocados-lay.md
deleted file mode 100644
index eaf9f2e32..000000000
--- a/.changeset/fifty-avocados-lay.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Improve third-party Astro package support
diff --git a/.changeset/little-boats-happen.md b/.changeset/little-boats-happen.md
deleted file mode 100644
index ba970324b..000000000
--- a/.changeset/little-boats-happen.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vue': patch
----
-
-Mark vueperslides as a default noExternal
diff --git a/.changeset/rich-dolphins-teach.md b/.changeset/rich-dolphins-teach.md
deleted file mode 100644
index a9bbf7de9..000000000
--- a/.changeset/rich-dolphins-teach.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/image': patch
----
-
-Parallelize image transforms
diff --git a/.changeset/seven-zoos-lie.md b/.changeset/seven-zoos-lie.md
deleted file mode 100644
index b19de1b05..000000000
--- a/.changeset/seven-zoos-lie.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Remove regression when there is duplicate client/server CSS
diff --git a/.changeset/slimy-fireants-carry.md b/.changeset/slimy-fireants-carry.md
deleted file mode 100644
index 7f972759a..000000000
--- a/.changeset/slimy-fireants-carry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Correctly escape paths in file names
diff --git a/.changeset/smooth-hats-smell.md b/.changeset/smooth-hats-smell.md
deleted file mode 100644
index cac2f8bef..000000000
--- a/.changeset/smooth-hats-smell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Ensure SSR module is loaded before testing if it's CSS in dev
diff --git a/.changeset/three-owls-help.md b/.changeset/three-owls-help.md
deleted file mode 100644
index 9fe2ded0f..000000000
--- a/.changeset/three-owls-help.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/alpinejs': patch
----
-
-Update homepage link
diff --git a/examples/basics/package.json b/examples/basics/package.json
index d4d44b91f..2820756ba 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 0ccc1d178..141c81ab8 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"@astrojs/mdx": "^0.11.1",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0"
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 118b218b7..80a5480be 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -11,6 +11,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index f8fb37630..35958f0b0 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 0c0add7dc..d951800be 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index f5f2f3071..8f4fe38c0 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"alpinejs": "^3.10.2",
- "@astrojs/alpinejs": "^0.1.1",
+ "@astrojs/alpinejs": "^0.1.2",
"@types/alpinejs": "^3.7.0"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index aa9cdae26..bd3db1cd9 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"lit": "^2.2.5",
"@astrojs/lit": "^1.0.0",
"@webcomponents/template-shadowroot": "^0.1.0"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index edab8d742..49467a2b0 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
@@ -21,6 +21,6 @@
"@astrojs/react": "^1.1.0",
"@astrojs/solid-js": "^1.1.0",
"@astrojs/svelte": "^1.0.0",
- "@astrojs/vue": "^1.0.0"
+ "@astrojs/vue": "^1.0.1"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 9fe5859b4..3442809f8 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.7.3",
"@astrojs/preact": "^1.0.2"
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index cccfbf0ce..98182f911 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.1.0",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 40484e92f..0efc31906 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.1.0"
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 9b64aba73..467785540 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -12,6 +12,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.0",
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index ca8b3b075..6e139cbec 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -10,8 +10,8 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"vue": "^3.2.37",
- "@astrojs/vue": "^1.0.0"
+ "@astrojs/vue": "^1.0.1"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 115162510..62de8b1cd 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 1c02146f9..7a84da998 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index a1c002dc7..b184de383 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index b9d96f4c7..f122ed1e5 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
},
"devDependencies": {},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.0",
"@astrojs/node": "^1.0.1",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index eca0da00b..378683c19 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"@astrojs/markdown-remark": "^1.1.0",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index 860e310c6..eabf835b0 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5"
+ "astro": "^1.1.6"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 94b99ee43..fe71432c5 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.6.5",
"@astrojs/preact": "^1.0.2",
"@astrojs/mdx": "^0.11.1"
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 6391fca67..550a4fa9f 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"preact": "^10.7.3",
"@astrojs/preact": "^1.0.2",
"nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index f44677545..e7fe0a909 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"@astrojs/tailwind": "^1.0.0",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index c2a3d1745..ddc48bb85 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"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 ba93c3bc9..5071f2db5 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^1.1.5",
+ "astro": "^1.1.6",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index fdaea4381..27ee31f29 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,17 @@
# astro
+## 1.1.6
+
+### Patch Changes
+
+- [#4623](https://github.com/withastro/astro/pull/4623) [`eb1862b4e`](https://github.com/withastro/astro/commit/eb1862b4e68b399eecc7267ea9e0bee36983b0cb) Thanks [@delucis](https://github.com/delucis)! - Improve third-party Astro package support
+
+- [#4643](https://github.com/withastro/astro/pull/4643) [`307b7b97c`](https://github.com/withastro/astro/commit/307b7b97ce79d076ceb4fdc25fd28a27077deb34) Thanks [@matthewp](https://github.com/matthewp)! - Remove regression when there is duplicate client/server CSS
+
+- [#4584](https://github.com/withastro/astro/pull/4584) [`29a5fdc15`](https://github.com/withastro/astro/commit/29a5fdc1535fc389035d8107025f7490bfa976ed) Thanks [@bluwy](https://github.com/bluwy)! - Correctly escape paths in file names
+
+- [#4621](https://github.com/withastro/astro/pull/4621) [`0068afb87`](https://github.com/withastro/astro/commit/0068afb876342ae76154e552dfc5bb6832b665ed) Thanks [@AllanChain](https://github.com/AllanChain)! - Ensure SSR module is loaded before testing if it's CSS in dev
+
## 1.1.5
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 6ec238651..c42b8c9e9 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.1.5",
+ "version": "1.1.6",
"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/alpinejs/CHANGELOG.md b/packages/integrations/alpinejs/CHANGELOG.md
index dc46c6a1b..b28097914 100644
--- a/packages/integrations/alpinejs/CHANGELOG.md
+++ b/packages/integrations/alpinejs/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/alpinejs
+## 0.1.2
+
+### Patch Changes
+
+- [#4622](https://github.com/withastro/astro/pull/4622) [`63cd9d89e`](https://github.com/withastro/astro/commit/63cd9d89e8b83ce5e39cdae84a8342e28d1940cc) Thanks [@mohammed-elhaouari](https://github.com/mohammed-elhaouari)! - Update homepage link
+
## 0.1.1
### Patch Changes
diff --git a/packages/integrations/alpinejs/package.json b/packages/integrations/alpinejs/package.json
index b19ca0359..44f924e6a 100644
--- a/packages/integrations/alpinejs/package.json
+++ b/packages/integrations/alpinejs/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/alpinejs",
"description": "The official Alpine.js integration for Astro.",
- "version": "0.1.1",
+ "version": "0.1.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md
index e88f9b4a2..6b55539d2 100644
--- a/packages/integrations/image/CHANGELOG.md
+++ b/packages/integrations/image/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/image
+## 0.5.1
+
+### Patch Changes
+
+- [#4626](https://github.com/withastro/astro/pull/4626) [`494c2b835`](https://github.com/withastro/astro/commit/494c2b8353d1975d840c5acaf70cb513b99c58e5) Thanks [@altano](https://github.com/altano)! - Parallelize image transforms
+
## 0.5.0
### Minor Changes
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index fb1aaa67b..6ed535695 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/image",
"description": "Load and transform images in your Astro site.",
- "version": "0.5.0",
+ "version": "0.5.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 7dba68ad0..d896d668c 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/vue
+## 1.0.1
+
+### Patch Changes
+
+- [#4639](https://github.com/withastro/astro/pull/4639) [`f08ca005e`](https://github.com/withastro/astro/commit/f08ca005e28cc7d279535680d5b44495877aa7b6) Thanks [@matthewp](https://github.com/matthewp)! - Mark vueperslides as a default noExternal
+
## 1.0.0
### Major Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index fc9e56d4f..9e4879c46 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index a48d94cd4..546ed4114 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -56,7 +56,7 @@ importers:
examples/basics:
specifiers:
- astro: ^1.1.5
+ astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
@@ -65,7 +65,7 @@ importers:
'@astrojs/mdx': ^0.11.1
'@astrojs/rss': ^1.0.0
'@astrojs/sitemap': ^1.0.0
- astro: ^1.1.5
+ astro: ^1.1.6
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -74,14 +74,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.1.5
+ astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
examples/component/demo:
specifiers:
'@example/my-component': workspace:*
- astro: ^1.1.5
+ astro: ^1.1.6
devDependencies:
'@example/my-component': link:../packages/my-component
astro: link:../../../packages/astro
@@ -99,7 +99,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
- astro: ^1.1.5
+ astro: ^1.1.6
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -119,10 +119,10 @@ importers:
examples/framework-alpine:
specifiers:
- '@astrojs/alpinejs': ^0.1.1
+ '@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^1.1.5
+ astro: ^1.1.6
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.0
@@ -133,7 +133,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.1.5
+ astro: ^1.1.6
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -147,8 +147,8 @@ importers:
'@astrojs/react': ^1.1.0
'@astrojs/solid-js': ^1.1.0
'@astrojs/svelte': ^1.0.0
- '@astrojs/vue': ^1.0.0
- astro: ^1.1.5
+ '@astrojs/vue': ^1.0.1
+ astro: ^1.1.6
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -172,7 +172,7 @@ importers:
examples/framework-preact:
specifiers:
'@astrojs/preact': ^1.0.2
- astro: ^1.1.5
+ astro: ^1.1.6
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@@ -184,7 +184,7 @@ importers:
'@astrojs/react': ^1.1.0
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.1.5
+ astro: ^1.1.6
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -198,7 +198,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.1.0
- astro: ^1.1.5
+ astro: ^1.1.6
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@@ -208,7 +208,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.0
- astro: ^1.1.5
+ astro: ^1.1.6
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -217,8 +217,8 @@ importers:
examples/framework-vue:
specifiers:
- '@astrojs/vue': ^1.0.0
- astro: ^1.1.5
+ '@astrojs/vue': ^1.0.1
+ astro: ^1.1.6
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@@ -227,19 +227,19 @@ importers:
examples/minimal:
specifiers:
- astro: ^1.1.5
+ astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.1.5
+ astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- astro: ^1.1.5
+ astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
@@ -247,7 +247,7 @@ importers:
specifiers:
'@astrojs/node': ^1.0.1
'@astrojs/svelte': ^1.0.0
- astro: ^1.1.5
+ astro: ^1.1.6
concurrently: ^7.2.1
lightcookie: ^1.0.25
svelte: ^3.48.0
@@ -266,7 +266,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.1.0
- astro: ^1.1.5
+ astro: ^1.1.6
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -283,7 +283,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
- astro: ^1.1.5
+ astro: ^1.1.6
dependencies:
astro: link:../../packages/astro
@@ -291,7 +291,7 @@ importers:
specifiers:
'@astrojs/mdx': ^0.11.1
'@astrojs/preact': ^1.0.2
- astro: ^1.1.5
+ astro: ^1.1.6
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -303,7 +303,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.0.2
'@nanostores/preact': ^0.1.3
- astro: ^1.1.5
+ astro: ^1.1.6
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -316,7 +316,7 @@ importers:
examples/with-tailwindcss:
specifiers:
'@astrojs/tailwind': ^1.0.0
- astro: ^1.1.5
+ astro: ^1.1.6
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -331,7 +331,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.1.5
+ astro: ^1.1.6
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@@ -341,7 +341,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^1.1.5
+ astro: ^1.1.6
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro
@@ -972,14 +972,6 @@ importers:
'@astrojs/tailwind': link:../../../../integrations/tailwind
astro: link:../../..
- packages/astro/e2e/fixtures/third-party-astro:
- specifiers:
- astro: workspace:*
- astro-embed: ^0.1.1
- dependencies:
- astro: link:../../..
- astro-embed: 0.1.1_astro@packages+astro
-
packages/astro/e2e/fixtures/ts-resolution:
specifiers:
'@astrojs/react': workspace:*