summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/cool-bags-mix.md5
-rw-r--r--.changeset/lovely-elephants-peel.md5
-rw-r--r--.changeset/witty-taxis-accept.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/deno/package.json2
-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.json2
-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.md11
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/integrations/cloudflare/package.json2
-rw-r--r--packages/integrations/deno/package.json2
-rw-r--r--packages/integrations/image/package.json2
-rw-r--r--packages/integrations/netlify/package.json4
-rw-r--r--packages/integrations/node/package.json4
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/timer/CHANGELOG.md9
-rw-r--r--packages/integrations/timer/package.json4
-rw-r--r--packages/integrations/vercel/package.json4
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--packages/webapi/CHANGELOG.md6
-rw-r--r--packages/webapi/package.json2
-rw-r--r--pnpm-lock.yaml60
-rw-r--r--scripts/CHANGELOG.md7
-rw-r--r--scripts/package.json2
48 files changed, 108 insertions, 90 deletions
diff --git a/.changeset/cool-bags-mix.md b/.changeset/cool-bags-mix.md
deleted file mode 100644
index 616d7f0a6..000000000
--- a/.changeset/cool-bags-mix.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/webapi': patch
----
-
-Use undici's FormData instead of a polyfill
diff --git a/.changeset/lovely-elephants-peel.md b/.changeset/lovely-elephants-peel.md
deleted file mode 100644
index 7dfe25b9c..000000000
--- a/.changeset/lovely-elephants-peel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Remove redundant comments when `astro add` update `astro.config.mjs`
diff --git a/.changeset/witty-taxis-accept.md b/.changeset/witty-taxis-accept.md
deleted file mode 100644
index c9cd5ef6d..000000000
--- a/.changeset/witty-taxis-accept.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Prevent `?inline` and `?raw` css query suffixes from injecting style tags in development
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 47a25530a..1c0eeabed 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 400e4a4ad..b59d79bdb 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"@astrojs/mdx": "^0.17.2",
"@astrojs/rss": "^2.1.1",
"@astrojs/sitemap": "^1.1.0"
diff --git a/examples/component/package.json b/examples/component/package.json
index 1faab0d4a..44632af93 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/deno/package.json b/examples/deno/package.json
index b898797c9..4a2e32f4f 100644
--- a/examples/deno/package.json
+++ b/examples/deno/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
},
"devDependencies": {
"@astrojs/deno": "^4.0.2"
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 3462a5e3d..0f4ba5ae8 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"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 81243e9dd..7fdae5ecb 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.3",
"@types/alpinejs": "^3.7.0"
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index ef9ad4365..23fa81944 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"lit": "^2.2.5",
"@astrojs/lit": "^1.2.1",
"@webcomponents/template-shadowroot": "^0.1.0"
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 4b1123b33..09bc99494 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"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 c45b8c563..d7f28798f 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.3",
"@preact/signals": "^1.1.0"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 1eca5a379..bae8008f4 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.0.2",
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 3312be4c3..a7d78f4f7 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.0.2"
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 9d819cde0..954a3941f 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -13,6 +13,6 @@
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.2",
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index bd095d069..295b887c5 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"vue": "^3.2.37",
"@astrojs/vue": "^2.0.1"
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 5678535c0..4587adfd0 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^5.0.4",
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 724af05c2..353a9129b 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index fa17a30b7..6fca41efd 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index 3f9ad0368..a222bb85c 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 521e08dd9..309c06ef1 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 24e1de3bd..90fd198aa 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -12,7 +12,7 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.2",
"@astrojs/node": "^5.0.4",
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index ab469f481..0703d2440 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"@astrojs/markdown-remark": "^2.0.1",
"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 88c39f07a..abb161ff8 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17"
+ "astro": "^2.0.18"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 09a24ecfd..162402282 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"preact": "^10.6.5",
"@astrojs/preact": "^2.0.3",
"@astrojs/mdx": "^0.17.2"
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 96b44ae4e..5167bdd5d 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.3",
"nanostores": "^0.5.12",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index e6c070edd..7c5f755a2 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,7 +14,7 @@
"@astrojs/mdx": "^0.17.2",
"@astrojs/tailwind": "^3.0.1",
"@types/canvas-confetti": "^1.4.3",
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"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 d94da6fb8..7699a1822 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": "^2.0.17",
+ "astro": "^2.0.18",
"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 d0c68f161..fc32860ee 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^2.0.17",
+ "astro": "^2.0.18",
"vitest": "^0.20.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index a71969719..1d7aaf185 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,16 @@
# astro
+## 2.0.18
+
+### Patch Changes
+
+- [#6412](https://github.com/withastro/astro/pull/6412) [`cd8469947`](https://github.com/withastro/astro/commit/cd8469947bb63b4233f3459614c5210feac1da96) Thanks [@liruifengv](https://github.com/liruifengv)! - Remove redundant comments when `astro add` update `astro.config.mjs`
+
+- [#6426](https://github.com/withastro/astro/pull/6426) [`e0844852d`](https://github.com/withastro/astro/commit/e0844852d31d0f5680f2710aaa84e3e808aeb88d) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Prevent `?inline` and `?raw` css query suffixes from injecting style tags in development
+
+- Updated dependencies [[`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629)]:
+ - @astrojs/webapi@2.0.3
+
## 2.0.17
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2809376d6..861fcb245 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "2.0.17",
+ "version": "2.0.18",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
@@ -102,7 +102,7 @@
"@astrojs/language-server": "^0.28.3",
"@astrojs/markdown-remark": "^2.0.1",
"@astrojs/telemetry": "^2.0.1",
- "@astrojs/webapi": "^2.0.2",
+ "@astrojs/webapi": "^2.0.3",
"@babel/core": "^7.18.2",
"@babel/generator": "^7.18.2",
"@babel/parser": "^7.18.4",
diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json
index 3843ab82a..04d4f6ab3 100644
--- a/packages/integrations/cloudflare/package.json
+++ b/packages/integrations/cloudflare/package.json
@@ -38,7 +38,7 @@
"tiny-glob": "^0.2.9"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json
index 43433bccb..134804da9 100644
--- a/packages/integrations/deno/package.json
+++ b/packages/integrations/deno/package.json
@@ -33,7 +33,7 @@
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"astro": "workspace:*",
diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json
index bc1f33a08..bc2752dc2 100644
--- a/packages/integrations/image/package.json
+++ b/packages/integrations/image/package.json
@@ -63,7 +63,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17",
+ "astro": "workspace:^2.0.18",
"sharp": ">=0.31.0"
},
"peerDependenciesMeta": {
diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json
index 4d06ab015..0c03a7bce 100644
--- a/packages/integrations/netlify/package.json
+++ b/packages/integrations/netlify/package.json
@@ -34,12 +34,12 @@
"test": "npm run test-fn"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.2",
+ "@astrojs/webapi": "^2.0.3",
"@netlify/functions": "^1.0.0",
"esbuild": "^0.15.18"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@netlify/edge-handler-types": "^0.34.1",
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index 0f239b01d..fd77acfc2 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -30,12 +30,12 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.2",
+ "@astrojs/webapi": "^2.0.3",
"send": "^0.18.0",
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@types/send": "^0.17.1",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 760f8b68b..701bf6aa0 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -43,7 +43,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17",
+ "astro": "workspace:^2.0.18",
"svelte": "^3.54.0"
},
"engines": {
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 4067805d7..81b8c8539 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -40,7 +40,7 @@
"vite": "^4.1.2"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17",
+ "astro": "workspace:^2.0.18",
"tailwindcss": "^3.0.24"
},
"pnpm": {
diff --git a/packages/integrations/timer/CHANGELOG.md b/packages/integrations/timer/CHANGELOG.md
new file mode 100644
index 000000000..504735660
--- /dev/null
+++ b/packages/integrations/timer/CHANGELOG.md
@@ -0,0 +1,9 @@
+# @astrojs/timer
+
+## 0.0.1
+
+### Patch Changes
+
+- Updated dependencies [[`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629), [`cd8469947`](https://github.com/withastro/astro/commit/cd8469947bb63b4233f3459614c5210feac1da96), [`e0844852d`](https://github.com/withastro/astro/commit/e0844852d31d0f5680f2710aaa84e3e808aeb88d)]:
+ - @astrojs/webapi@2.0.3
+ - astro@2.0.18
diff --git a/packages/integrations/timer/package.json b/packages/integrations/timer/package.json
index 13203a2d5..6d1b40287 100644
--- a/packages/integrations/timer/package.json
+++ b/packages/integrations/timer/package.json
@@ -2,7 +2,7 @@
"name": "@astrojs/timer",
"description": "Preview server for benchmark",
"private": true,
- "version": "0.0.0",
+ "version": "0.0.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -33,7 +33,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@types/server-destroy": "^1.0.1",
diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json
index ca5a395ee..c1d634d5b 100644
--- a/packages/integrations/vercel/package.json
+++ b/packages/integrations/vercel/package.json
@@ -45,7 +45,7 @@
"test": "mocha --exit --timeout 20000 test/"
},
"dependencies": {
- "@astrojs/webapi": "^2.0.2",
+ "@astrojs/webapi": "^2.0.3",
"@vercel/analytics": "^0.1.8",
"@vercel/nft": "^0.22.1",
"fast-glob": "^3.2.11",
@@ -53,7 +53,7 @@
"web-vitals": "^3.1.1"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17"
+ "astro": "workspace:^2.0.18"
},
"devDependencies": {
"@types/set-cookie-parser": "^2.4.2",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index 065ab5156..2c0008fa1 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -50,7 +50,7 @@
"vue": "^3.2.37"
},
"peerDependencies": {
- "astro": "workspace:^2.0.17",
+ "astro": "workspace:^2.0.18",
"vue": "^3.2.30"
},
"engines": {
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index a57ff179e..2585af9ea 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -25,7 +25,7 @@
"test": "mocha --exit --timeout 20000"
},
"peerDependencies": {
- "astro": "workspace:^2.0.16"
+ "astro": "workspace:^2.0.18"
},
"dependencies": {
"@astrojs/prism": "^2.0.0",
diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md
index 5a20c2dee..23ed7427d 100644
--- a/packages/webapi/CHANGELOG.md
+++ b/packages/webapi/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/webapi
+## 2.0.3
+
+### Patch Changes
+
+- [#6413](https://github.com/withastro/astro/pull/6413) [`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Use undici's FormData instead of a polyfill
+
## 2.0.2
### Patch Changes
diff --git a/packages/webapi/package.json b/packages/webapi/package.json
index cf68eb783..93180ec58 100644
--- a/packages/webapi/package.json
+++ b/packages/webapi/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/webapi",
"description": "Use Web APIs in Node",
- "version": "2.0.2",
+ "version": "2.0.3",
"type": "module",
"exports": {
".": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index cebf0d4b3..9f21215fb 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -89,7 +89,7 @@ importers:
examples/basics:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
astro: link:../../packages/astro
@@ -98,7 +98,7 @@ importers:
'@astrojs/mdx': ^0.17.2
'@astrojs/rss': ^2.1.1
'@astrojs/sitemap': ^1.1.0
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
'@astrojs/rss': link:../../packages/astro-rss
@@ -107,14 +107,14 @@ importers:
examples/component:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
devDependencies:
astro: link:../../packages/astro
examples/deno:
specifiers:
'@astrojs/deno': ^4.0.2
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
astro: link:../../packages/astro
devDependencies:
@@ -130,7 +130,7 @@ importers:
'@types/node': ^18.0.0
'@types/react': ^17.0.45
'@types/react-dom': ^18.0.0
- astro: ^2.0.17
+ astro: ^2.0.18
html-escaper: ^3.0.3
preact: ^10.7.3
react: ^18.1.0
@@ -156,7 +156,7 @@ importers:
'@astrojs/alpinejs': ^0.1.3
'@types/alpinejs': ^3.7.0
alpinejs: ^3.10.2
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
'@astrojs/alpinejs': link:../../packages/integrations/alpinejs
'@types/alpinejs': 3.7.1
@@ -167,7 +167,7 @@ importers:
specifiers:
'@astrojs/lit': ^1.2.1
'@webcomponents/template-shadowroot': ^0.1.0
- astro: ^2.0.17
+ astro: ^2.0.18
lit: ^2.2.5
dependencies:
'@astrojs/lit': link:../../packages/integrations/lit
@@ -182,7 +182,7 @@ importers:
'@astrojs/solid-js': ^2.0.2
'@astrojs/svelte': ^2.0.2
'@astrojs/vue': ^2.0.1
- astro: ^2.0.17
+ astro: ^2.0.18
preact: ^10.7.3
react: ^18.1.0
react-dom: ^18.1.0
@@ -207,7 +207,7 @@ importers:
specifiers:
'@astrojs/preact': ^2.0.3
'@preact/signals': ^1.1.0
- astro: ^2.0.17
+ astro: ^2.0.18
preact: ^10.7.3
dependencies:
'@astrojs/preact': link:../../packages/integrations/preact
@@ -220,7 +220,7 @@ importers:
'@astrojs/react': ^2.0.2
'@types/react': ^18.0.10
'@types/react-dom': ^18.0.5
- astro: ^2.0.17
+ astro: ^2.0.18
react: ^18.1.0
react-dom: ^18.1.0
dependencies:
@@ -234,7 +234,7 @@ importers:
examples/framework-solid:
specifiers:
'@astrojs/solid-js': ^2.0.2
- astro: ^2.0.17
+ astro: ^2.0.18
solid-js: ^1.4.3
dependencies:
'@astrojs/solid-js': link:../../packages/integrations/solid
@@ -244,7 +244,7 @@ importers:
examples/framework-svelte:
specifiers:
'@astrojs/svelte': ^2.0.2
- astro: ^2.0.17
+ astro: ^2.0.18
svelte: ^3.48.0
dependencies:
'@astrojs/svelte': link:../../packages/integrations/svelte
@@ -254,7 +254,7 @@ importers:
examples/framework-vue:
specifiers:
'@astrojs/vue': ^2.0.1
- astro: ^2.0.17
+ astro: ^2.0.18
vue: ^3.2.37
dependencies:
'@astrojs/vue': link:../../packages/integrations/vue
@@ -264,32 +264,32 @@ importers:
examples/hackernews:
specifiers:
'@astrojs/node': ^5.0.4
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
'@astrojs/node': link:../../packages/integrations/node
astro: link:../../packages/astro
examples/integration:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
devDependencies:
astro: link:../../packages/astro
examples/minimal:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
astro: link:../../packages/astro
examples/non-html-pages:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
astro: link:../../packages/astro
examples/portfolio:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
astro: link:../../packages/astro
@@ -297,7 +297,7 @@ importers:
specifiers:
'@astrojs/node': ^5.0.4
'@astrojs/svelte': ^2.0.2
- astro: ^2.0.17
+ astro: ^2.0.18
concurrently: ^7.2.1
svelte: ^3.48.0
unocss: ^0.15.6
@@ -314,7 +314,7 @@ importers:
examples/with-markdown-plugins:
specifiers:
'@astrojs/markdown-remark': ^2.0.1
- astro: ^2.0.17
+ astro: ^2.0.18
hast-util-select: 5.0.1
rehype-autolink-headings: ^6.1.1
rehype-slug: ^5.0.1
@@ -331,7 +331,7 @@ importers:
examples/with-markdown-shiki:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
dependencies:
astro: link:../../packages/astro
@@ -339,7 +339,7 @@ importers:
specifiers:
'@astrojs/mdx': ^0.17.2
'@astrojs/preact': ^2.0.3
- astro: ^2.0.17
+ astro: ^2.0.18
preact: ^10.6.5
dependencies:
'@astrojs/mdx': link:../../packages/integrations/mdx
@@ -351,7 +351,7 @@ importers:
specifiers:
'@astrojs/preact': ^2.0.3
'@nanostores/preact': ^0.1.3
- astro: ^2.0.17
+ astro: ^2.0.18
nanostores: ^0.5.12
preact: ^10.7.3
dependencies:
@@ -366,7 +366,7 @@ importers:
'@astrojs/mdx': ^0.17.2
'@astrojs/tailwind': ^3.0.1
'@types/canvas-confetti': ^1.4.3
- astro: ^2.0.17
+ astro: ^2.0.18
autoprefixer: ^10.4.7
canvas-confetti: ^1.5.1
postcss: ^8.4.14
@@ -383,7 +383,7 @@ importers:
examples/with-vite-plugin-pwa:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
vite-plugin-pwa: 0.11.11
workbox-window: ^6.5.3
dependencies:
@@ -393,7 +393,7 @@ importers:
examples/with-vitest:
specifiers:
- astro: ^2.0.17
+ astro: ^2.0.18
vitest: ^0.20.3
dependencies:
astro: link:../../packages/astro
@@ -405,7 +405,7 @@ importers:
'@astrojs/language-server': ^0.28.3
'@astrojs/markdown-remark': ^2.0.1
'@astrojs/telemetry': ^2.0.1
- '@astrojs/webapi': ^2.0.2
+ '@astrojs/webapi': ^2.0.3
'@babel/core': ^7.18.2
'@babel/generator': ^7.18.2
'@babel/parser': ^7.18.4
@@ -3067,7 +3067,7 @@ importers:
packages/integrations/netlify:
specifiers:
- '@astrojs/webapi': ^2.0.2
+ '@astrojs/webapi': ^2.0.3
'@netlify/edge-handler-types': ^0.34.1
'@netlify/functions': ^1.0.0
'@types/node': ^14.18.20
@@ -3132,7 +3132,7 @@ importers:
packages/integrations/node:
specifiers:
- '@astrojs/webapi': ^2.0.2
+ '@astrojs/webapi': ^2.0.3
'@types/send': ^0.17.1
'@types/server-destroy': ^1.0.1
astro: workspace:*
@@ -3407,7 +3407,7 @@ importers:
packages/integrations/vercel:
specifiers:
- '@astrojs/webapi': ^2.0.2
+ '@astrojs/webapi': ^2.0.3
'@types/set-cookie-parser': ^2.4.2
'@vercel/analytics': ^0.1.8
'@vercel/nft': ^0.22.1
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index 49f6ddd8a..ca275cdc4 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -1,5 +1,12 @@
# astro-scripts
+## 0.0.13
+
+### Patch Changes
+
+- Updated dependencies [[`0abd1d3e4`](https://github.com/withastro/astro/commit/0abd1d3e42cf7bf5efb8c41f37e011b933fb0629)]:
+ - @astrojs/webapi@2.0.3
+
## 0.0.12
### Patch Changes
diff --git a/scripts/package.json b/scripts/package.json
index b36d367b1..1732a5993 100644
--- a/scripts/package.json
+++ b/scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "astro-scripts",
- "version": "0.0.12",
+ "version": "0.0.13",
"private": true,
"type": "module",
"main": "./index.js",