summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/beige-forks-cough.md7
-rw-r--r--.changeset/chilled-papayas-build.md5
-rw-r--r--.changeset/chilly-pumpkins-fetch.md5
-rw-r--r--.changeset/cool-jobs-draw.md7
-rw-r--r--.changeset/fast-carpets-float.md5
-rw-r--r--.changeset/good-terms-walk.md5
-rw-r--r--.changeset/hungry-snakes-live.md5
-rw-r--r--.changeset/purple-knives-tan.md6
-rw-r--r--.changeset/slow-cherries-bake.md5
-rw-r--r--.changeset/sour-otters-exercise.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/component/package.json4
-rw-r--r--examples/deno/package.json4
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-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.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/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-rss/CHANGELOG.md11
-rw-r--r--packages/astro-rss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md20
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/integrations/cloudflare/CHANGELOG.md9
-rw-r--r--packages/integrations/cloudflare/package.json4
-rw-r--r--packages/integrations/deno/CHANGELOG.md9
-rw-r--r--packages/integrations/deno/package.json4
-rw-r--r--packages/integrations/netlify/CHANGELOG.md6
-rw-r--r--packages/integrations/netlify/package.json2
-rw-r--r--packages/integrations/node/package.json2
-rw-r--r--pnpm-lock.yaml56
48 files changed, 121 insertions, 121 deletions
diff --git a/.changeset/beige-forks-cough.md b/.changeset/beige-forks-cough.md
deleted file mode 100644
index 282beb519..000000000
--- a/.changeset/beige-forks-cough.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'@astrojs/cloudflare': patch
-'@astrojs/deno': patch
-'@astrojs/netlify': patch
----
-
-Update esbuild dependency
diff --git a/.changeset/chilled-papayas-build.md b/.changeset/chilled-papayas-build.md
deleted file mode 100644
index 374f6ed94..000000000
--- a/.changeset/chilled-papayas-build.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Exclude astro from Vite optimization
diff --git a/.changeset/chilly-pumpkins-fetch.md b/.changeset/chilly-pumpkins-fetch.md
deleted file mode 100644
index f0e5ef55c..000000000
--- a/.changeset/chilly-pumpkins-fetch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix redirect() typing to allow all redirection status codes.
diff --git a/.changeset/cool-jobs-draw.md b/.changeset/cool-jobs-draw.md
deleted file mode 100644
index 1fee55e54..000000000
--- a/.changeset/cool-jobs-draw.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Low-level head propagation
-
-This adds low-level head propagation ability within the Astro runtime. This is not really useable within an Astro app at the moment, but provides the APIs necessary for `renderEntry` to do head propagation.
diff --git a/.changeset/fast-carpets-float.md b/.changeset/fast-carpets-float.md
deleted file mode 100644
index 0d565296d..000000000
--- a/.changeset/fast-carpets-float.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix Astro.params not having values when using base in SSR
diff --git a/.changeset/good-terms-walk.md b/.changeset/good-terms-walk.md
deleted file mode 100644
index c6d1c0d89..000000000
--- a/.changeset/good-terms-walk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Use accumulated sort order when order production CSS
diff --git a/.changeset/hungry-snakes-live.md b/.changeset/hungry-snakes-live.md
deleted file mode 100644
index fb3c15961..000000000
--- a/.changeset/hungry-snakes-live.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/rss': patch
----
-
-Generate RSS feed with proper XML escaping
diff --git a/.changeset/purple-knives-tan.md b/.changeset/purple-knives-tan.md
deleted file mode 100644
index 188c49ee6..000000000
--- a/.changeset/purple-knives-tan.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-'@astrojs/rss': minor
----
-
-Added the ability for users to include the full content of their posts/items in each RSS feed entry
-via the new `content` key on the `RSSFeedItem` model.
diff --git a/.changeset/slow-cherries-bake.md b/.changeset/slow-cherries-bake.md
deleted file mode 100644
index ed2837ca0..000000000
--- a/.changeset/slow-cherries-bake.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Error reporting fails on undefined error index
diff --git a/.changeset/sour-otters-exercise.md b/.changeset/sour-otters-exercise.md
deleted file mode 100644
index 45d1fa711..000000000
--- a/.changeset/sour-otters-exercise.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Removed premature optimization
diff --git a/examples/basics/package.json b/examples/basics/package.json
index fc572693d..0e5498d6a 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 1f155e39a..85871728e 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"@astrojs/mdx": "^0.12.1",
- "@astrojs/rss": "^1.0.3",
+ "@astrojs/rss": "^1.1.0",
"@astrojs/sitemap": "^1.0.0"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 24565ffa9..3ef49e29a 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
},
"peerDependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/deno/package.json b/examples/deno/package.json
index e2721411e..378ea852b 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,9 +10,9 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
},
"devDependencies": {
- "@astrojs/deno": "^2.0.0"
+ "@astrojs/deno": "^2.0.1"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 3d561a2fe..089dfb233 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,7 +12,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"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 003e78cd8..344ec2bb6 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"alpinejs": "^3.10.2",
"@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 fbd6dd8b9..d11a800bd 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"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 3d961699d..3678cc0d7 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index c2a8a4026..7e5f756b7 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"@preact/signals": "^1.1.0"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index d6e33f050..c7a6461f0 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^1.2.2",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 27e68e623..a38240258 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^1.2.3"
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index be4047d0c..174eddf63 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 271431e45..b1c22452c 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"vue": "^3.2.37",
"@astrojs/vue": "^1.2.1"
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 8f240ea32..6fbac8b44 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -13,6 +13,6 @@
},
"dependencies": {
"@astrojs/node": "^3.1.0",
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 185725888..c9c5814b2 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,9 +15,9 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
},
"peerDependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 3d477be8d..05c7b0e17 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 2819f3629..d9327c4b4 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index a147ac01a..802c2701a 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 98c8e8b68..d4f508818 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"svelte": "^3.48.0",
"@astrojs/svelte": "^1.0.2",
"@astrojs/node": "^3.1.0",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index bf2f41016..de0956c11 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"@astrojs/markdown-remark": "^1.1.3",
"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 932ccc150..adf321f6d 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index d19ac3d83..370e499dc 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"preact": "^10.6.5",
"@astrojs/preact": "^1.2.0",
"@astrojs/mdx": "^0.12.1"
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 07b45733f..007000fe5 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"preact": "^10.7.3",
"@astrojs/preact": "^1.2.0",
"nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index c6cc9d658..ced83f639 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,7 +14,7 @@
"@astrojs/mdx": "^0.12.1",
"@astrojs/tailwind": "^2.1.3",
"@types/canvas-confetti": "^1.4.3",
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"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 822312eb0..474b52141 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"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 436e673f8..7888464a2 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^1.6.13",
+ "astro": "^1.6.14",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro-rss/CHANGELOG.md b/packages/astro-rss/CHANGELOG.md
index 88859d8d3..14f3a9c36 100644
--- a/packages/astro-rss/CHANGELOG.md
+++ b/packages/astro-rss/CHANGELOG.md
@@ -1,5 +1,16 @@
# @astrojs/rss
+## 1.1.0
+
+### Minor Changes
+
+- [#5366](https://github.com/withastro/astro/pull/5366) [`081e0a9d2`](https://github.com/withastro/astro/commit/081e0a9d2070b23d596b687ad52ed3a68bc3ac24) Thanks [@smithbm2316](https://github.com/smithbm2316)! - Added the ability for users to include the full content of their posts/items in each RSS feed entry
+ via the new `content` key on the `RSSFeedItem` model.
+
+### Patch Changes
+
+- [#5550](https://github.com/withastro/astro/pull/5550) [`fe0da0185`](https://github.com/withastro/astro/commit/fe0da0185a85762ac5ac5bf66ea91947af1c329d) Thanks [@andersk](https://github.com/andersk)! - Generate RSS feed with proper XML escaping
+
## 1.0.3
### Patch Changes
diff --git a/packages/astro-rss/package.json b/packages/astro-rss/package.json
index 582f244f0..ccac93b14 100644
--- a/packages/astro-rss/package.json
+++ b/packages/astro-rss/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/rss",
"description": "Add RSS feeds to your Astro projects",
- "version": "1.0.3",
+ "version": "1.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 3bc359192..9cc7e4364 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,25 @@
# astro
+## 1.6.14
+
+### Patch Changes
+
+- [#5545](https://github.com/withastro/astro/pull/5545) [`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070) Thanks [@bluwy](https://github.com/bluwy)! - Exclude astro from Vite optimization
+
+- [#5446](https://github.com/withastro/astro/pull/5446) [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94) Thanks [@jyasskin](https://github.com/jyasskin)! - Fix redirect() typing to allow all redirection status codes.
+
+- [#5511](https://github.com/withastro/astro/pull/5511) [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc) Thanks [@matthewp](https://github.com/matthewp)! - Low-level head propagation
+
+ This adds low-level head propagation ability within the Astro runtime. This is not really useable within an Astro app at the moment, but provides the APIs necessary for `renderEntry` to do head propagation.
+
+- [#5553](https://github.com/withastro/astro/pull/5553) [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072) Thanks [@matthewp](https://github.com/matthewp)! - Fix Astro.params not having values when using base in SSR
+
+- [#5549](https://github.com/withastro/astro/pull/5549) [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7) Thanks [@matthewp](https://github.com/matthewp)! - Use accumulated sort order when order production CSS
+
+- [#5539](https://github.com/withastro/astro/pull/5539) [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - Error reporting fails on undefined error index
+
+- [#5548](https://github.com/withastro/astro/pull/5548) [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce) Thanks [@ido-pluto](https://github.com/ido-pluto)! - Removed premature optimization
+
## 1.6.13
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index f75ca1131..ac7976fd4 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "1.6.13",
+ "version": "1.6.14",
"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 c71e087f7..f17fef36e 100644
--- a/packages/integrations/cloudflare/CHANGELOG.md
+++ b/packages/integrations/cloudflare/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/cloudflare
+## 4.1.1
+
+### Patch Changes
+
+- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency
+
+- Updated dependencies [[`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070), [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94), [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc), [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072), [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7), [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c), [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce)]:
+ - astro@1.6.14
+
## 4.1.0
### Minor Changes
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 2f45c547c..578eda3bd 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 workers or cloudflare pages",
- "version": "4.1.0",
+ "version": "4.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md
index 890e579e4..5b0fc99d5 100644
--- a/packages/integrations/deno/CHANGELOG.md
+++ b/packages/integrations/deno/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/deno
+## 2.0.1
+
+### Patch Changes
+
+- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency
+
+- Updated dependencies [[`9082a850e`](https://github.com/withastro/astro/commit/9082a850eef4ab0187fc3bfdd5a377f0c7040070), [`4f7f20616`](https://github.com/withastro/astro/commit/4f7f20616ed2b63f94ebf43bc5fdc1be55062a94), [`05915fec0`](https://github.com/withastro/astro/commit/05915fec01a51f27ab5051644f01e6112ecf06bc), [`1aeabe417`](https://github.com/withastro/astro/commit/1aeabe417077505bc0cdb8d2e47366ddbc616072), [`795f00f73`](https://github.com/withastro/astro/commit/795f00f73c549727e05d5b7bf0e39cce87add4e7), [`2c836b9d1`](https://github.com/withastro/astro/commit/2c836b9d1283a0707128d172e92ee2bba767486c), [`8f3f67c96`](https://github.com/withastro/astro/commit/8f3f67c96aee63be64de77f374293761ff73f6ce)]:
+ - astro@1.6.14
+
## 2.0.0
### Major Changes
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 2d75e15d5..5e50d6b45 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/deno",
"description": "Deploy your site to a Deno server",
- "version": "2.0.0",
+ "version": "2.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -32,7 +32,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md
index 3b970c401..fc7e33f4a 100644
--- a/packages/integrations/netlify/CHANGELOG.md
+++ b/packages/integrations/netlify/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/netlify
+## 1.2.2
+
+### Patch Changes
+
+- [#5534](https://github.com/withastro/astro/pull/5534) [`fabd9124b`](https://github.com/withastro/astro/commit/fabd9124bd3e654e885054f30e9c0d01eabf0470) Thanks [@bluwy](https://github.com/bluwy)! - Update esbuild dependency
+
## 1.2.1
### Patch Changes
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 2df3b9d02..43413247f 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/netlify",
"description": "Deploy your site to Netlify",
- "version": "1.2.1",
+ "version": "1.2.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index d325095b1..815bf8ca5 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -34,7 +34,7 @@
"send": "^0.18.0"
},
"peerDependencies": {
- "astro": "^1.6.13"
+ "astro": "^1.6.14"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index c4d7626e3..1e7519466 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -61,16 +61,16 @@ importers:
examples/basics:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
examples/blog:
specifiers:
'@astrojs/mdx': ^0.12.1
- '@astrojs/rss': ^1.0.3
+ '@astrojs/rss': ^1.1.0
'@astrojs/sitemap': ^1.0.0
- astro: ^1.6.13
+ astro: ^1.6.14
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -79,14 +79,14 @@ importers:
examples/component:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
- '@astrojs/deno': ^2.0.0
- astro: ^1.6.13
+ '@astrojs/deno': ^2.0.1
+ astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
devDependencies:
@@ -102,7 +102,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
- astro: ^1.6.13
+ astro: ^1.6.14
html-escaper: ^3.0.3
preact: ^10.7.3
react: ^18.1.0
@@ -128,7 +128,7 @@ importers:
'@astrojs/alpinejs': ^0.1.2
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^1.6.13
+ astro: ^1.6.14
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@@ -139,7 +139,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.0.0
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^1.6.13
+ astro: ^1.6.14
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -154,7 +154,7 @@ importers:
'@astrojs/solid-js': ^1.2.3
'@astrojs/svelte': ^1.0.2
'@astrojs/vue': ^1.2.1
- astro: ^1.6.13
+ astro: ^1.6.14
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -179,7 +179,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.2.0
'@preact/signals': ^1.1.0
- astro: ^1.6.13
+ astro: ^1.6.14
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@@ -192,7 +192,7 @@ importers:
'@astrojs/react': ^1.2.2
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^1.6.13
+ astro: ^1.6.14
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -206,7 +206,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^1.2.3
- astro: ^1.6.13
+ astro: ^1.6.14
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@@ -216,7 +216,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^1.0.2
- astro: ^1.6.13
+ astro: ^1.6.14
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -226,7 +226,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^1.2.1
- astro: ^1.6.13
+ astro: ^1.6.14
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@@ -236,32 +236,32 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^3.1.0
- astro: ^1.6.13
+ astro: ^1.6.14
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
@@ -269,7 +269,7 @@ importers:
specifiers:
'@astrojs/node': ^3.1.0
'@astrojs/svelte': ^1.0.2
- astro: ^1.6.13
+ astro: ^1.6.14
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@@ -286,7 +286,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^1.1.3
- astro: ^1.6.13
+ astro: ^1.6.14
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -303,7 +303,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
dependencies:
astro: link:../../packages/astro
@@ -311,7 +311,7 @@ importers:
specifiers:
'@astrojs/mdx': ^0.12.1
'@astrojs/preact': ^1.2.0
- astro: ^1.6.13
+ astro: ^1.6.14
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -323,7 +323,7 @@ importers:
specifiers:
'@astrojs/preact': ^1.2.0
'@nanostores/preact': ^0.1.3
- astro: ^1.6.13
+ astro: ^1.6.14
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -338,7 +338,7 @@ importers:
'@astrojs/mdx': ^0.12.1
'@astrojs/tailwind': ^2.1.3
'@types/canvas-confetti': ^1.4.3
- astro: ^1.6.13
+ astro: ^1.6.14
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -355,7 +355,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@@ -365,7 +365,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^1.6.13
+ astro: ^1.6.14
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro