diff --git a/.changeset/breezy-coats-remember.md b/.changeset/breezy-coats-remember.md deleted file mode 100644 index c87e2803a3fc..000000000000 --- a/.changeset/breezy-coats-remember.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro': patch -'@astrojs/netlify': patch -'@astrojs/node': patch ---- - -Updated Undici to 5.20.0. This fixes a security issue and handling of cookies in certain cases in dev diff --git a/.changeset/eighty-rockets-crash.md b/.changeset/eighty-rockets-crash.md deleted file mode 100644 index 4dda80c77c28..000000000000 --- a/.changeset/eighty-rockets-crash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@astrojs/netlify': patch -'@astrojs/vercel': patch ---- - -Use .mjs extension when building to support CJS environments diff --git a/.changeset/great-colts-accept.md b/.changeset/great-colts-accept.md deleted file mode 100644 index 7820f4536c62..000000000000 --- a/.changeset/great-colts-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Prompt for git initialization last, so all configurations can get added to the initial commit diff --git a/.changeset/kind-cameras-type.md b/.changeset/kind-cameras-type.md deleted file mode 100644 index 7b4621cd3243..000000000000 --- a/.changeset/kind-cameras-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Warn about setting the `allowJs` compiler option only when the `content` directory exists. \ No newline at end of file diff --git a/.changeset/lazy-cats-clean.md b/.changeset/lazy-cats-clean.md deleted file mode 100644 index 6b5015d43e42..000000000000 --- a/.changeset/lazy-cats-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -fix #6020 diff --git a/.changeset/lucky-flowers-wonder.md b/.changeset/lucky-flowers-wonder.md deleted file mode 100644 index ce94336576d5..000000000000 --- a/.changeset/lucky-flowers-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrojs/mdx": patch ---- - -Update to `es-module-lexer@1.1.1` diff --git a/.changeset/rare-pumpkins-end.md b/.changeset/rare-pumpkins-end.md deleted file mode 100644 index c7a48d5f03c2..000000000000 --- a/.changeset/rare-pumpkins-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -`create-astro` help info add `--typescript` flag diff --git a/.changeset/shiny-years-beg.md b/.changeset/shiny-years-beg.md deleted file mode 100644 index a7c834e6962d..000000000000 --- a/.changeset/shiny-years-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/sitemap': minor ---- - -update `ChangeFreq` to support typescript configurations with string literal or predefined value. diff --git a/.changeset/six-crabs-hunt.md b/.changeset/six-crabs-hunt.md deleted file mode 100644 index 97fb04c359b8..000000000000 --- a/.changeset/six-crabs-hunt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astro': patch -'@astrojs/image': patch ---- - -Fix internal `getSetCookie` usage for `undici@5.20.x` diff --git a/.changeset/swift-islands-promise.md b/.changeset/swift-islands-promise.md deleted file mode 100644 index 0f2924287847..000000000000 --- a/.changeset/swift-islands-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Correctly emit mode when passing `node` to the command `astro add` diff --git a/.changeset/tiny-geckos-reply.md b/.changeset/tiny-geckos-reply.md deleted file mode 100644 index c9b7917d0c47..000000000000 --- a/.changeset/tiny-geckos-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Ensure prefixed underscore ignores only child paths of the content directory. diff --git a/examples/basics/package.json b/examples/basics/package.json index 97d7d6f4fd54..d3ec13c1d046 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14" + "astro": "^2.0.15" } } diff --git a/examples/blog/package.json b/examples/blog/package.json index 571e89d2821b..ea62346c04e2 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", - "@astrojs/mdx": "^0.17.0", + "astro": "^2.0.15", + "@astrojs/mdx": "^0.17.2", "@astrojs/rss": "^2.1.1", - "@astrojs/sitemap": "^1.0.1" + "@astrojs/sitemap": "^1.1.0" } } diff --git a/examples/component/package.json b/examples/component/package.json index eba06e53589c..d588cc143da4 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.14" + "astro": "^2.0.15" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/deno/package.json b/examples/deno/package.json index 23553c032a35..a33bc935fc9f 100644 --- a/examples/deno/package.json +++ b/examples/deno/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14" + "astro": "^2.0.15" }, "devDependencies": { "@astrojs/deno": "^4.0.2" diff --git a/examples/docs/package.json b/examples/docs/package.json index 413cef3bd950..660ee24c2c0f 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "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 d148e72d8ba3..8e4b8ac67dc9 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "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 522a7eb67571..5c4229856678 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "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 7cf57f730c90..ecbfba71c584 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "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 3508482ff8d0..ccda4d7b59c4 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "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 381093ff14bd..461d4d8f68be 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "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 c32a7e8ca9b9..b0def3c08fdc 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "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 853083d775dd..6885def62330 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.14" + "astro": "^2.0.15" } } diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index c0eef4917c9a..0e860108b184 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "vue": "^3.2.37", "@astrojs/vue": "^2.0.1" } diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 2d44f94107f7..5f9dc648857e 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^5.0.3", - "astro": "^2.0.14" + "@astrojs/node": "^5.0.4", + "astro": "^2.0.15" } } diff --git a/examples/integration/package.json b/examples/integration/package.json index 266683fc231f..4d95259177f2 100644 --- a/examples/integration/package.json +++ b/examples/integration/package.json @@ -15,7 +15,7 @@ ], "scripts": {}, "devDependencies": { - "astro": "^2.0.14" + "astro": "^2.0.15" }, "peerDependencies": { "astro": "^2.0.0-beta.0" diff --git a/examples/minimal/package.json b/examples/minimal/package.json index ab3fd8606208..accef7ba919e 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14" + "astro": "^2.0.15" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 918e8b005376..75d145ab6c82 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.14" + "astro": "^2.0.15" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 231b3fd1c860..31b7c3d099e5 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14" + "astro": "^2.0.15" } } diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 20ac2abef006..62fb1f469687 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -12,10 +12,10 @@ "server": "node dist/server/entry.mjs" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "svelte": "^3.48.0", "@astrojs/svelte": "^2.0.2", - "@astrojs/node": "^5.0.3", + "@astrojs/node": "^5.0.4", "concurrently": "^7.2.1", "unocss": "^0.15.6", "vite-imagetools": "^4.0.4" diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 109feebc55a5..8a8d22dc304c 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.14", + "astro": "^2.0.15", "@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 0db5a41c2c90..434a8ca567c9 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.14" + "astro": "^2.0.15" } } diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index fb99121e19f1..bb91630e319e 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -11,9 +11,9 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "preact": "^10.6.5", "@astrojs/preact": "^2.0.3", - "@astrojs/mdx": "^0.17.0" + "@astrojs/mdx": "^0.17.2" } } diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 4329c622e791..d25800a88343 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "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 17e74e99ae72..dea3b3b82dbb 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -11,10 +11,10 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.17.0", + "@astrojs/mdx": "^0.17.2", "@astrojs/tailwind": "^3.0.1", "@types/canvas-confetti": "^1.4.3", - "astro": "^2.0.14", + "astro": "^2.0.15", "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 a5cd5663b37a..3ebecad1168b 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.14", + "astro": "^2.0.15", "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 69a5686ba8d0..20583427f6dc 100644 --- a/examples/with-vitest/package.json +++ b/examples/with-vitest/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "dependencies": { - "astro": "^2.0.14", + "astro": "^2.0.15", "vitest": "^0.20.3" } } diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 5dcbcfd68a61..ae8669d14b44 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,21 @@ # astro +## 2.0.15 + +### Patch Changes + +- [#6323](https://github.com/withastro/astro/pull/6323) [`5e26bc891`](https://github.com/withastro/astro/commit/5e26bc891cbebb3598acfa760c135a25c548d624) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated Undici to 5.20.0. This fixes a security issue and handling of cookies in certain cases in dev + +- [#6293](https://github.com/withastro/astro/pull/6293) [`a156ecbb7`](https://github.com/withastro/astro/commit/a156ecbb7f4df6a46124a9a12eb712f9163db2ed) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Warn about setting the `allowJs` compiler option only when the `content` directory exists. + +- [#6320](https://github.com/withastro/astro/pull/6320) [`ccd72e6bb`](https://github.com/withastro/astro/commit/ccd72e6bb41e570d42b1b158e8124c8e04a1943d) Thanks [@wulinsheng123](https://github.com/wulinsheng123)! - fix #6020 + +- [#6347](https://github.com/withastro/astro/pull/6347) [`504c7bacb`](https://github.com/withastro/astro/commit/504c7bacb8c1f2308a31e6c412825ba34983ba33) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix internal `getSetCookie` usage for `undici@5.20.x` + +- [#6333](https://github.com/withastro/astro/pull/6333) [`63dda6ded`](https://github.com/withastro/astro/commit/63dda6dedd4c6ea1d5ce72e9cf3fe5f88339a927) Thanks [@ematipico](https://github.com/ematipico)! - Correctly emit mode when passing `node` to the command `astro add` + +- [#6330](https://github.com/withastro/astro/pull/6330) [`f91a7f376`](https://github.com/withastro/astro/commit/f91a7f376c223f18b4d8fbed81f95f6bea1cef8d) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Ensure prefixed underscore ignores only child paths of the content directory. + ## 2.0.14 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index b53afbf25e58..6d6b69a3512c 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.0.14", + "version": "2.0.15", "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/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 0a6e70932104..288d1ea96a02 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,13 @@ # create-astro +## 3.0.3 + +### Patch Changes + +- [#6314](https://github.com/withastro/astro/pull/6314) [`7f61e8fe3`](https://github.com/withastro/astro/commit/7f61e8fe36b62a1833180c18b6f4304e9a01fce4) Thanks [@MilesPernicious](https://github.com/MilesPernicious)! - Prompt for git initialization last, so all configurations can get added to the initial commit + +- [#6294](https://github.com/withastro/astro/pull/6294) [`d0dbee872`](https://github.com/withastro/astro/commit/d0dbee872fd09800fba644ccbf4011ce01149706) Thanks [@liruifengv](https://github.com/liruifengv)! - `create-astro` help info add `--typescript` flag + ## 3.0.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 63c322585181..2c3af4af8728 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.0.2", + "version": "3.0.3", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index 7c4d63e8fbae..c57871d0cd00 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.14" + "astro": "workspace:^2.0.15" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index fe610f239b33..db486118b7b2 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.14" + "astro": "workspace:^2.0.15" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/CHANGELOG.md b/packages/integrations/image/CHANGELOG.md index d859a7f7d7a2..891010e893ae 100644 --- a/packages/integrations/image/CHANGELOG.md +++ b/packages/integrations/image/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/image +## 0.15.1 + +### Patch Changes + +- [#6347](https://github.com/withastro/astro/pull/6347) [`504c7bacb`](https://github.com/withastro/astro/commit/504c7bacb8c1f2308a31e6c412825ba34983ba33) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix internal `getSetCookie` usage for `undici@5.20.x` + +- Updated dependencies [[`5e26bc891`](https://github.com/withastro/astro/commit/5e26bc891cbebb3598acfa760c135a25c548d624), [`a156ecbb7`](https://github.com/withastro/astro/commit/a156ecbb7f4df6a46124a9a12eb712f9163db2ed), [`ccd72e6bb`](https://github.com/withastro/astro/commit/ccd72e6bb41e570d42b1b158e8124c8e04a1943d), [`504c7bacb`](https://github.com/withastro/astro/commit/504c7bacb8c1f2308a31e6c412825ba34983ba33), [`63dda6ded`](https://github.com/withastro/astro/commit/63dda6dedd4c6ea1d5ce72e9cf3fe5f88339a927), [`f91a7f376`](https://github.com/withastro/astro/commit/f91a7f376c223f18b4d8fbed81f95f6bea1cef8d)]: + - astro@2.0.15 + ## 0.15.0 ### Minor Changes diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 99e7cb2f9cad..03ce1ea0ff60 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/image", "description": "Load and transform images in your Astro site.", - "version": "0.15.0", + "version": "0.15.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -63,7 +63,7 @@ "vite": "^4.1.2" }, "peerDependencies": { - "astro": "workspace:^2.0.14", + "astro": "workspace:^2.0.15", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 59d299960f54..0b0e095ac233 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.17.2 + +### Patch Changes + +- [#6296](https://github.com/withastro/astro/pull/6296) [`075b87e8b`](https://github.com/withastro/astro/commit/075b87e8b72a69a608cd2ff1196dc0989e2cf1e1) Thanks [@RaphaelBossek](https://github.com/RaphaelBossek)! - Update to `es-module-lexer@1.1.1` + ## 0.17.1 - Updated to es-module-lexer@1.1.1 diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 1e526bbc5b0e..e7c5542c30c5 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.17.1", + "version": "0.17.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 29e632b4a5ad..c3bd8085a183 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/netlify +## 2.1.3 + +### Patch Changes + +- [#6323](https://github.com/withastro/astro/pull/6323) [`5e26bc891`](https://github.com/withastro/astro/commit/5e26bc891cbebb3598acfa760c135a25c548d624) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated Undici to 5.20.0. This fixes a security issue and handling of cookies in certain cases in dev + +- [#6317](https://github.com/withastro/astro/pull/6317) [`2eb73cb9d`](https://github.com/withastro/astro/commit/2eb73cb9d1c982df5f8788ddacd634645643c5c6) Thanks [@bluwy](https://github.com/bluwy)! - Use .mjs extension when building to support CJS environments + +- Updated dependencies [[`5e26bc891`](https://github.com/withastro/astro/commit/5e26bc891cbebb3598acfa760c135a25c548d624), [`a156ecbb7`](https://github.com/withastro/astro/commit/a156ecbb7f4df6a46124a9a12eb712f9163db2ed), [`ccd72e6bb`](https://github.com/withastro/astro/commit/ccd72e6bb41e570d42b1b158e8124c8e04a1943d), [`504c7bacb`](https://github.com/withastro/astro/commit/504c7bacb8c1f2308a31e6c412825ba34983ba33), [`63dda6ded`](https://github.com/withastro/astro/commit/63dda6dedd4c6ea1d5ce72e9cf3fe5f88339a927), [`f91a7f376`](https://github.com/withastro/astro/commit/f91a7f376c223f18b4d8fbed81f95f6bea1cef8d)]: + - astro@2.0.15 + ## 2.1.2 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index dd780608a09e..b1f6c0db3179 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": "2.1.2", + "version": "2.1.3", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -39,7 +39,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.0.14" + "astro": "workspace:^2.0.15" }, "devDependencies": { "@netlify/edge-handler-types": "^0.34.1", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index 081ce6d6c8d7..59024151b017 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/node +## 5.0.4 + +### Patch Changes + +- [#6323](https://github.com/withastro/astro/pull/6323) [`5e26bc891`](https://github.com/withastro/astro/commit/5e26bc891cbebb3598acfa760c135a25c548d624) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated Undici to 5.20.0. This fixes a security issue and handling of cookies in certain cases in dev + +- Updated dependencies [[`5e26bc891`](https://github.com/withastro/astro/commit/5e26bc891cbebb3598acfa760c135a25c548d624), [`a156ecbb7`](https://github.com/withastro/astro/commit/a156ecbb7f4df6a46124a9a12eb712f9163db2ed), [`ccd72e6bb`](https://github.com/withastro/astro/commit/ccd72e6bb41e570d42b1b158e8124c8e04a1943d), [`504c7bacb`](https://github.com/withastro/astro/commit/504c7bacb8c1f2308a31e6c412825ba34983ba33), [`63dda6ded`](https://github.com/withastro/astro/commit/63dda6dedd4c6ea1d5ce72e9cf3fe5f88339a927), [`f91a7f376`](https://github.com/withastro/astro/commit/f91a7f376c223f18b4d8fbed81f95f6bea1cef8d)]: + - astro@2.0.15 + ## 5.0.3 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index bc597c24b39a..71a8d826f6be 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "5.0.3", + "version": "5.0.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -35,7 +35,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.0.14" + "astro": "workspace:^2.0.15" }, "devDependencies": { "@types/send": "^0.17.1", diff --git a/packages/integrations/sitemap/CHANGELOG.md b/packages/integrations/sitemap/CHANGELOG.md index bd63c4744f8a..f128515628a1 100644 --- a/packages/integrations/sitemap/CHANGELOG.md +++ b/packages/integrations/sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/sitemap +## 1.1.0 + +### Minor Changes + +- [#6262](https://github.com/withastro/astro/pull/6262) [`4fcefa34f`](https://github.com/withastro/astro/commit/4fcefa34f979e23b8c48940b5a5da57fdabc32a4) Thanks [@vic1707](https://github.com/vic1707)! - update `ChangeFreq` to support typescript configurations with string literal or predefined value. + ## 1.0.1 ### Patch Changes diff --git a/packages/integrations/sitemap/package.json b/packages/integrations/sitemap/package.json index fc451697cd03..63f39caf9185 100644 --- a/packages/integrations/sitemap/package.json +++ b/packages/integrations/sitemap/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/sitemap", "description": "Generate a sitemap for Astro", - "version": "1.0.1", + "version": "1.1.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 1ccb919bc790..95111ed827c2 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.14", + "astro": "workspace:^2.0.15", "svelte": "^3.54.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index db01980fd836..17f81d94a080 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.14", + "astro": "workspace:^2.0.15", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index f13bc37ff4bf..34c4e3d874c6 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -1,5 +1,14 @@ # @astrojs/vercel +## 3.1.3 + +### Patch Changes + +- [#6317](https://github.com/withastro/astro/pull/6317) [`2eb73cb9d`](https://github.com/withastro/astro/commit/2eb73cb9d1c982df5f8788ddacd634645643c5c6) Thanks [@bluwy](https://github.com/bluwy)! - Use .mjs extension when building to support CJS environments + +- Updated dependencies [[`5e26bc891`](https://github.com/withastro/astro/commit/5e26bc891cbebb3598acfa760c135a25c548d624), [`a156ecbb7`](https://github.com/withastro/astro/commit/a156ecbb7f4df6a46124a9a12eb712f9163db2ed), [`ccd72e6bb`](https://github.com/withastro/astro/commit/ccd72e6bb41e570d42b1b158e8124c8e04a1943d), [`504c7bacb`](https://github.com/withastro/astro/commit/504c7bacb8c1f2308a31e6c412825ba34983ba33), [`63dda6ded`](https://github.com/withastro/astro/commit/63dda6dedd4c6ea1d5ce72e9cf3fe5f88339a927), [`f91a7f376`](https://github.com/withastro/astro/commit/f91a7f376c223f18b4d8fbed81f95f6bea1cef8d)]: + - astro@2.0.15 + ## 3.1.2 ### Patch Changes diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index b46aa110eaa3..477f00a2c5df 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/vercel", "description": "Deploy your site to Vercel", - "version": "3.1.2", + "version": "3.1.3", "type": "module", "author": "withastro", "license": "MIT", @@ -53,7 +53,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.0.14" + "astro": "workspace:^2.0.15" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 45169041487b..8f9209c7c339 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.14", + "astro": "workspace:^2.0.15", "vue": "^3.2.30" }, "engines": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c4b46873854a..257e854965ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,16 +63,16 @@ importers: examples/basics: specifiers: - astro: ^2.0.14 + astro: ^2.0.15 dependencies: astro: link:../../packages/astro examples/blog: specifiers: - '@astrojs/mdx': ^0.17.0 + '@astrojs/mdx': ^0.17.2 '@astrojs/rss': ^2.1.1 - '@astrojs/sitemap': ^1.0.1 - astro: ^2.0.14 + '@astrojs/sitemap': ^1.1.0 + astro: ^2.0.15 dependencies: '@astrojs/mdx': link:../../packages/integrations/mdx '@astrojs/rss': link:../../packages/astro-rss @@ -81,14 +81,14 @@ importers: examples/component: specifiers: - astro: ^2.0.14 + astro: ^2.0.15 devDependencies: astro: link:../../packages/astro examples/deno: specifiers: '@astrojs/deno': ^4.0.2 - astro: ^2.0.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 vue: ^3.2.37 dependencies: '@astrojs/vue': link:../../packages/integrations/vue @@ -237,41 +237,41 @@ importers: examples/hackernews: specifiers: - '@astrojs/node': ^5.0.3 - astro: ^2.0.14 + '@astrojs/node': ^5.0.4 + astro: ^2.0.15 dependencies: '@astrojs/node': link:../../packages/integrations/node astro: link:../../packages/astro examples/integration: specifiers: - astro: ^2.0.14 + astro: ^2.0.15 devDependencies: astro: link:../../packages/astro examples/minimal: specifiers: - astro: ^2.0.14 + astro: ^2.0.15 dependencies: astro: link:../../packages/astro examples/non-html-pages: specifiers: - astro: ^2.0.14 + astro: ^2.0.15 dependencies: astro: link:../../packages/astro examples/portfolio: specifiers: - astro: ^2.0.14 + astro: ^2.0.15 dependencies: astro: link:../../packages/astro examples/ssr: specifiers: - '@astrojs/node': ^5.0.3 + '@astrojs/node': ^5.0.4 '@astrojs/svelte': ^2.0.2 - astro: ^2.0.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 hast-util-select: 5.0.1 rehype-autolink-headings: ^6.1.1 rehype-slug: ^5.0.1 @@ -305,15 +305,15 @@ importers: examples/with-markdown-shiki: specifiers: - astro: ^2.0.14 + astro: ^2.0.15 dependencies: astro: link:../../packages/astro examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.17.0 + '@astrojs/mdx': ^0.17.2 '@astrojs/preact': ^2.0.3 - astro: ^2.0.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 nanostores: ^0.5.12 preact: ^10.7.3 dependencies: @@ -337,10 +337,10 @@ importers: examples/with-tailwindcss: specifiers: - '@astrojs/mdx': ^0.17.0 + '@astrojs/mdx': ^0.17.2 '@astrojs/tailwind': ^3.0.1 '@types/canvas-confetti': ^1.4.3 - astro: ^2.0.14 + astro: ^2.0.15 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.14 + astro: ^2.0.15 vite-plugin-pwa: 0.11.11 workbox-window: ^6.5.3 dependencies: @@ -367,7 +367,7 @@ importers: examples/with-vitest: specifiers: - astro: ^2.0.14 + astro: ^2.0.15 vitest: ^0.20.3 dependencies: astro: link:../../packages/astro