diff --git a/.changeset/beige-chairs-compare.md b/.changeset/beige-chairs-compare.md deleted file mode 100644 index 64d216c01..000000000 --- a/.changeset/beige-chairs-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/webapi': patch ---- - -Temporarily pin undici to fix Header regression diff --git a/.changeset/breezy-eyes-cheat.md b/.changeset/breezy-eyes-cheat.md deleted file mode 100644 index 97fca7811..000000000 --- a/.changeset/breezy-eyes-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Bump Vite to 4.1 diff --git a/.changeset/gold-months-live.md b/.changeset/gold-months-live.md deleted file mode 100644 index f19806bac..000000000 --- a/.changeset/gold-months-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/deno": patch ---- - -Revert prerender fix diff --git a/.changeset/shaggy-moons-judge.md b/.changeset/shaggy-moons-judge.md deleted file mode 100644 index f23e08334..000000000 --- a/.changeset/shaggy-moons-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/deno': patch ---- - -Fix prerendered page behavior diff --git a/.changeset/tall-countries-speak.md b/.changeset/tall-countries-speak.md deleted file mode 100644 index 42b72cb5f..000000000 --- a/.changeset/tall-countries-speak.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch ---- - -Do not transform `--camelCase` custom properties to `--camel-case` when they're in a `style` attribute. - -This bug fix is backwards-compatible because we will emit both `--camelCase` and `--camel-case` temporarily. This behavior will be removed in a future version of Astro. diff --git a/examples/basics/package.json b/examples/basics/package.json index 0de401708..97d7d6f4f 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 29824988b..571e89d28 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "@astrojs/mdx": "^0.17.0", "@astrojs/rss": "^2.1.1", "@astrojs/sitemap": "^1.0.1" diff --git a/examples/component/package.json b/examples/component/package.json index 797e183ad..eba06e535 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 9d9ac114b..23553c032 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,9 +10,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" }, "devDependencies": { - "@astrojs/deno": "^4.0.1" + "@astrojs/deno": "^4.0.2" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index cdd252786..413cef3bd 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.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 8324e123d..d148e72d8 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "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 f25f8441c..522a7eb67 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "lit": "^2.2.5", "@astrojs/lit": "^1.2.0", "@webcomponents/template-shadowroot": "^0.1.0" diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index cfab759ef..7cf57f730 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.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 02f906b9f..3508482ff 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "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 ee86aa70c..381093ff1 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "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 9b9c55846..c32a7e8ca 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "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 2954f09d5..853083d77 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.13" + "astro": "^2.0.14" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index 2dd99401c..c0eef4917 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "vue": "^3.2.37", "@astrojs/vue": "^2.0.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index b19ca7576..2d44f9410 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.0.3", - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 42f99d346..266683fc2 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index 36edeb338..ab3fd8606 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 38a392411..918e8b005 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.13" + "astro": "^2.0.14" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 4559a7119..231b3fd1c 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13" + "astro": "^2.0.14" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 2603cb25d..20ac2abef 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.13", + "astro": "^2.0.14", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.2", "@astrojs/node": "^5.0.3", diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 6682dc517..109feebc5 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.13", + "astro": "^2.0.14", "@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 d4ae97491..0db5a41c2 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.13" + "astro": "^2.0.14" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index b08403eb5..fb99121e1 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "preact": "^10.6.5", "@astrojs/preact": "^2.0.3", "@astrojs/mdx": "^0.17.0" diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 94ee30519..4329c622e 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "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 848bc27b9..17e74e99a 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -14,7 +14,7 @@ "@astrojs/mdx": "^0.17.0", "@astrojs/tailwind": "^3.0.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.13", + "astro": "^2.0.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 7981fb24a..a5cd5663b 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.13", + "astro": "^2.0.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 05c1ce528..69a5686ba 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.0.13", + "astro": "^2.0.14", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 6711e703a..5dcbcfd68 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,18 @@ # astro +## 2.0.14 + +### Patch Changes + +- [#6277](https://github.com/withastro/astro/pull/6277) [`d9474d467`](https://github.com/withastro/astro/commit/d9474d467e9c24bedf9cdb6100de9190ab0274d0) Thanks [@bluwy](https://github.com/bluwy)! - Bump Vite to 4.1 + +- [#6268](https://github.com/withastro/astro/pull/6268) [`933c651fb`](https://github.com/withastro/astro/commit/933c651fb1126b7ad1ff369cd11307c47949d0b6) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Do not transform `--camelCase` custom properties to `--camel-case` when they're in a `style` attribute. + + This bug fix is backwards-compatible because we will emit both `--camelCase` and `--camel-case` temporarily. This behavior will be removed in a future version of Astro. + +- Updated dependencies [[`bb1801013`](https://github.com/withastro/astro/commit/bb1801013708d9efdbbcebc53a564ac375bf4b26)]: + - @astrojs/webapi@2.0.1 + ## 2.0.13 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index d8a60449b..bdd21b083 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.0.13", + "version": "2.0.14", "description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.", "type": "module", "author": "withastro", @@ -103,7 +103,7 @@ "@astrojs/language-server": "^0.28.3", "@astrojs/markdown-remark": "^2.0.1", "@astrojs/telemetry": "^2.0.0", - "@astrojs/webapi": "^2.0.0", + "@astrojs/webapi": "^2.0.1", "@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 46afb0b55..7c4d63e8f 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.13" + "astro": "workspace:^2.0.14" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index d39d74a45..8c6ee648b 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/deno +## 4.0.2 + +### Patch Changes + +- [#6281](https://github.com/withastro/astro/pull/6281) [`609b249c8`](https://github.com/withastro/astro/commit/609b249c8de936fcf263effa83a95a45747d6610) Thanks [@matthewp](https://github.com/matthewp)! - Revert prerender fix + +- [#6284](https://github.com/withastro/astro/pull/6284) [`61113dd73`](https://github.com/withastro/astro/commit/61113dd731f2db39ebecb8f2f473823b56d3160b) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix prerendered page behavior + +- Updated dependencies [[`d9474d467`](https://github.com/withastro/astro/commit/d9474d467e9c24bedf9cdb6100de9190ab0274d0), [`933c651fb`](https://github.com/withastro/astro/commit/933c651fb1126b7ad1ff369cd11307c47949d0b6)]: + - astro@2.0.14 + ## 4.0.1 ### Patch Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index dc6b4ae46..fe610f239 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": "4.0.1", + "version": "4.0.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -33,7 +33,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.13" + "astro": "workspace:^2.0.14" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 3f2638079..99e7cb2f9 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.13", + "astro": "workspace:^2.0.14", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 6ed624dcb..8e87c40c3 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.0", + "@astrojs/webapi": "^2.0.1", "@netlify/functions": "^1.0.0", "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.13" + "astro": "workspace:^2.0.14" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 1ae2d5390..9c426c87f 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.0", + "@astrojs/webapi": "^2.0.1", "send": "^0.18.0", "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.0.13" + "astro": "workspace:^2.0.14" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index c9ec0b24e..1ccb919bc 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.13", + "astro": "workspace:^2.0.14", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index dc77c6b4d..db01980fd 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.13", + "astro": "workspace:^2.0.14", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index 4d539f612..b46aa110e 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.0", + "@astrojs/webapi": "^2.0.1", "@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.13" + "astro": "workspace:^2.0.14" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 0389011e9..451690414 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.13", + "astro": "workspace:^2.0.14", "vue": "^3.2.30" }, "engines": { diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 2699f6661..f0d925d5f 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.2" + "astro": "workspace:^2.0.14" }, "dependencies": { "@astrojs/prism": "^2.0.0", diff --git a/packages/webapi/CHANGELOG.md b/packages/webapi/CHANGELOG.md index 0b26a3a76..7e46a48ec 100644 --- a/packages/webapi/CHANGELOG.md +++ b/packages/webapi/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/webapi +## 2.0.1 + +### Patch Changes + +- [#6282](https://github.com/withastro/astro/pull/6282) [`bb1801013`](https://github.com/withastro/astro/commit/bb1801013708d9efdbbcebc53a564ac375bf4b26) Thanks [@matthewp](https://github.com/matthewp)! - Temporarily pin undici to fix Header regression + ## 2.0.0 ### Major Changes diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 30071b0ff..82d9ee109 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.0", + "version": "2.0.1", "type": "module", "exports": { ".": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1ddf823bf..f507b7cf8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,7 +63,7 @@ importers: examples/basics: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 dependencies: astro: link:../../packages/astro @@ -72,7 +72,7 @@ importers: '@astrojs/mdx': ^0.17.0 '@astrojs/rss': ^2.1.1 '@astrojs/sitemap': ^1.0.1 - astro: ^2.0.13 + astro: ^2.0.14 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -81,14 +81,14 @@ importers: examples/component: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: - '@astrojs/deno': ^4.0.1 - astro: ^2.0.13 + '@astrojs/deno': ^4.0.2 + astro: ^2.0.14 dependencies: astro: link:../../packages/astro devDependencies: @@ -104,7 +104,7 @@ importers: '@types/node': ^18.0.0 '@types/react': ^17.0.45 '@types/react-dom': ^18.0.0 - astro: ^2.0.13 + astro: ^2.0.14 html-escaper: ^3.0.3 preact: ^10.7.3 react: ^18.1.0 @@ -130,7 +130,7 @@ importers: '@astrojs/alpinejs': ^0.1.3 '@types/alpinejs': ^3.7.0 alpinejs: ^3.10.2 - astro: ^2.0.13 + astro: ^2.0.14 dependencies: '@astrojs/alpinejs': link:../../packages/integrations/alpinejs '@types/alpinejs': 3.7.1 @@ -141,7 +141,7 @@ importers: specifiers: '@astrojs/lit': ^1.2.0 '@webcomponents/template-shadowroot': ^0.1.0 - astro: ^2.0.13 + astro: ^2.0.14 lit: ^2.2.5 dependencies: '@astrojs/lit': link:../../packages/integrations/lit @@ -156,7 +156,7 @@ importers: '@astrojs/solid-js': ^2.0.2 '@astrojs/svelte': ^2.0.2 '@astrojs/vue': ^2.0.1 - astro: ^2.0.13 + astro: ^2.0.14 preact: ^10.7.3 react: ^18.1.0 react-dom: ^18.1.0 @@ -181,7 +181,7 @@ importers: specifiers: '@astrojs/preact': ^2.0.3 '@preact/signals': ^1.1.0 - astro: ^2.0.13 + astro: ^2.0.14 preact: ^10.7.3 dependencies: '@astrojs/preact': link:../../packages/integrations/preact @@ -194,7 +194,7 @@ importers: '@astrojs/react': ^2.0.2 '@types/react': ^18.0.10 '@types/react-dom': ^18.0.5 - astro: ^2.0.13 + astro: ^2.0.14 react: ^18.1.0 react-dom: ^18.1.0 dependencies: @@ -208,7 +208,7 @@ importers: examples/framework-solid: specifiers: '@astrojs/solid-js': ^2.0.2 - astro: ^2.0.13 + astro: ^2.0.14 solid-js: ^1.4.3 dependencies: '@astrojs/solid-js': link:../../packages/integrations/solid @@ -218,7 +218,7 @@ importers: examples/framework-svelte: specifiers: '@astrojs/svelte': ^2.0.2 - astro: ^2.0.13 + astro: ^2.0.14 svelte: ^3.48.0 dependencies: '@astrojs/svelte': link:../../packages/integrations/svelte @@ -228,7 +228,7 @@ importers: examples/framework-vue: specifiers: '@astrojs/vue': ^2.0.1 - astro: ^2.0.13 + astro: ^2.0.14 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -238,32 +238,32 @@ importers: examples/hackernews: specifiers: '@astrojs/node': ^5.0.3 - astro: ^2.0.13 + astro: ^2.0.14 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 dependencies: astro: link:../../packages/astro @@ -271,7 +271,7 @@ importers: specifiers: '@astrojs/node': ^5.0.3 '@astrojs/svelte': ^2.0.2 - astro: ^2.0.13 + astro: ^2.0.14 concurrently: ^7.2.1 svelte: ^3.48.0 unocss: ^0.15.6 @@ -288,7 +288,7 @@ importers: examples/with-markdown-plugins: specifiers: '@astrojs/markdown-remark': ^2.0.1 - astro: ^2.0.13 + astro: ^2.0.14 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -305,7 +305,7 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 dependencies: astro: link:../../packages/astro @@ -313,7 +313,7 @@ importers: specifiers: '@astrojs/mdx': ^0.17.0 '@astrojs/preact': ^2.0.3 - astro: ^2.0.13 + astro: ^2.0.14 preact: ^10.6.5 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx @@ -325,7 +325,7 @@ importers: specifiers: '@astrojs/preact': ^2.0.3 '@nanostores/preact': ^0.1.3 - astro: ^2.0.13 + astro: ^2.0.14 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -340,7 +340,7 @@ importers: '@astrojs/mdx': ^0.17.0 '@astrojs/tailwind': ^3.0.1 '@types/canvas-confetti': ^1.4.3 - astro: ^2.0.13 + astro: ^2.0.14 autoprefixer: ^10.4.7 canvas-confetti: ^1.5.1 postcss: ^8.4.14 @@ -357,7 +357,7 @@ importers: examples/with-vite-plugin-pwa: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -367,7 +367,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.0.13 + astro: ^2.0.14 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro @@ -379,7 +379,7 @@ importers: '@astrojs/language-server': ^0.28.3 '@astrojs/markdown-remark': ^2.0.1 '@astrojs/telemetry': ^2.0.0 - '@astrojs/webapi': ^2.0.0 + '@astrojs/webapi': ^2.0.1 '@babel/core': ^7.18.2 '@babel/generator': ^7.18.2 '@babel/parser': ^7.18.4 @@ -3049,7 +3049,7 @@ importers: packages/integrations/netlify: specifiers: - '@astrojs/webapi': ^2.0.0 + '@astrojs/webapi': ^2.0.1 '@netlify/edge-handler-types': ^0.34.1 '@netlify/functions': ^1.0.0 '@types/node': ^14.18.20 @@ -3106,7 +3106,7 @@ importers: packages/integrations/node: specifiers: - '@astrojs/webapi': ^2.0.0 + '@astrojs/webapi': ^2.0.1 '@types/send': ^0.17.1 '@types/server-destroy': ^1.0.1 astro: workspace:* @@ -3366,7 +3366,7 @@ importers: packages/integrations/vercel: specifiers: - '@astrojs/webapi': ^2.0.0 + '@astrojs/webapi': ^2.0.1 '@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 661bd5461..ed77adfe0 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,5 +1,12 @@ # astro-scripts +## 0.0.11 + +### Patch Changes + +- Updated dependencies [[`bb1801013`](https://github.com/withastro/astro/commit/bb1801013708d9efdbbcebc53a564ac375bf4b26)]: + - @astrojs/webapi@2.0.1 + ## 0.0.10 ### Patch Changes diff --git a/scripts/package.json b/scripts/package.json index ce3137a31..9fe1c18fc 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -1,6 +1,6 @@ { "name": "astro-scripts", - "version": "0.0.10", + "version": "0.0.11", "private": true, "type": "module", "main": "./index.js",