From 19fe4cb6299d723ad286c4adf766ba8cd41461b4 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Mon, 6 Mar 2023 08:30:38 -0800 Subject: [PATCH] [ci] release (#6414) Co-authored-by: github-actions[bot] --- .changeset/cool-bags-mix.md | 5 -- .changeset/lovely-elephants-peel.md | 5 -- .changeset/witty-taxis-accept.md | 5 -- examples/basics/package.json | 2 +- examples/blog/package.json | 2 +- examples/component/package.json | 2 +- examples/deno/package.json | 2 +- examples/docs/package.json | 2 +- examples/framework-alpine/package.json | 2 +- examples/framework-lit/package.json | 2 +- examples/framework-multiple/package.json | 2 +- examples/framework-preact/package.json | 2 +- examples/framework-react/package.json | 2 +- examples/framework-solid/package.json | 2 +- examples/framework-svelte/package.json | 2 +- examples/framework-vue/package.json | 2 +- examples/hackernews/package.json | 2 +- examples/integration/package.json | 2 +- examples/minimal/package.json | 2 +- examples/non-html-pages/package.json | 2 +- examples/portfolio/package.json | 2 +- examples/ssr/package.json | 2 +- examples/with-markdown-plugins/package.json | 2 +- examples/with-markdown-shiki/package.json | 2 +- examples/with-mdx/package.json | 2 +- examples/with-nanostores/package.json | 2 +- examples/with-tailwindcss/package.json | 2 +- examples/with-vite-plugin-pwa/package.json | 2 +- examples/with-vitest/package.json | 2 +- packages/astro/CHANGELOG.md | 11 ++++ packages/astro/package.json | 4 +- packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/package.json | 2 +- packages/integrations/image/package.json | 2 +- packages/integrations/netlify/package.json | 4 +- packages/integrations/node/package.json | 4 +- packages/integrations/svelte/package.json | 2 +- packages/integrations/tailwind/package.json | 2 +- packages/integrations/timer/CHANGELOG.md | 9 +++ packages/integrations/timer/package.json | 4 +- packages/integrations/vercel/package.json | 4 +- packages/integrations/vue/package.json | 2 +- packages/markdown/remark/package.json | 2 +- packages/webapi/CHANGELOG.md | 6 ++ packages/webapi/package.json | 2 +- pnpm-lock.yaml | 60 +++++++++---------- scripts/CHANGELOG.md | 7 +++ scripts/package.json | 2 +- 48 files changed, 108 insertions(+), 90 deletions(-) delete mode 100644 .changeset/cool-bags-mix.md delete mode 100644 .changeset/lovely-elephants-peel.md delete mode 100644 .changeset/witty-taxis-accept.md create mode 100644 packages/integrations/timer/CHANGELOG.md diff --git a/.changeset/cool-bags-mix.md b/.changeset/cool-bags-mix.md deleted file mode 100644 index 616d7f0a63ec..000000000000 --- 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 7dfe25b9cbb2..000000000000 --- 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 c9cd5ef6d9f9..000000000000 --- 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 47a25530af06..1c0eeabeda23 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 400e4a4ad796..b59d79bdb7c5 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 1faab0d4a863..44632af937fd 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 b898797c9301..4a2e32f4ff62 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 3462a5e3dda9..0f4ba5ae8ce6 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 81243e9dd9de..7fdae5ecbfaa 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 ef9ad4365e4d..23fa81944b17 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 4b1123b33415..09bc994947df 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 c45b8c563fc4..d7f28798ff26 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 1eca5a379fd6..bae8008f4e9d 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 3312be4c3de8..a7d78f4f7549 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 9d819cde038c..954a3941fda6 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 bd095d069f9b..295b887c53a8 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 5678535c02d7..4587adfd0f50 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 724af05c2faa..353a9129bb43 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 fa17a30b713d..6fca41efd15e 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 3f9ad0368991..a222bb85cbd3 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 521e08dd9319..309c06ef104b 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 24e1de3bd925..90fd198aa710 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 ab469f48156e..0703d2440ee4 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 88c39f07acb3..abb161ff8aa4 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 09a24ecfd87f..162402282386 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 96b44ae4e018..5167bdd5d17d 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 e6c070edd85e..7c5f755a2be4 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 d94da6fb8609..7699a18222c7 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 d0c68f161d9d..fc32860eee7e 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 a7196971939f..1d7aaf185f27 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 2809376d6405..861fcb245d93 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 3843ab82a39a..04d4f6ab3b7d 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 43433bccb494..134804da97e2 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 bc1f33a08b18..bc2752dc2c11 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 4d06ab0157c9..0c03a7bce3ac 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 0f239b01d81d..fd77acfc2427 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 760f8b68b7f2..701bf6aa0d14 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 4067805d7567..81b8c8539610 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 000000000000..504735660e3d --- /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 13203a2d5550..6d1b4028715d 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 ca5a395eef4f..c1d634d5bbd6 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 065ab515653a..2c0008fa1d26 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 a57ff179ec31..2585af9ea7e2 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 5a20c2deed83..23ed7427d2d2 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 cf68eb783050..93180ec58956 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 cebf0d4b397b..9f21215fb06e 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 49f6ddd8a5a9..ca275cdc4475 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 b36d367b147b..1732a59939e7 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",