From e138f663442c27c473987900cb1fe243949a5a52 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Thu, 8 Jun 2023 22:40:17 -0700 Subject: [PATCH] [ci] release (#7318) Co-authored-by: github-actions[bot] --- .changeset/blue-spies-live.md | 5 --- .changeset/kind-cycles-smile.md | 5 --- .changeset/large-keys-peel.md | 5 --- .changeset/modern-turkeys-shop.md | 5 --- .changeset/sour-turtles-tap.md | 5 --- .changeset/swift-flies-press.md | 5 --- .changeset/thirty-books-smoke.md | 5 --- .changeset/yellow-plants-stare.md | 5 --- packages/astro/CHANGELOG.md | 14 +++++++ packages/astro/package.json | 2 +- packages/create-astro/CHANGELOG.md | 6 +++ packages/create-astro/package.json | 2 +- packages/integrations/cloudflare/package.json | 2 +- packages/integrations/deno/package.json | 2 +- packages/integrations/image/package.json | 2 +- packages/integrations/markdoc/package.json | 2 +- packages/integrations/netlify/package.json | 2 +- packages/integrations/node/package.json | 2 +- packages/integrations/svelte/CHANGELOG.md | 11 ++++++ packages/integrations/svelte/package.json | 4 +- packages/integrations/tailwind/package.json | 2 +- packages/integrations/vercel/package.json | 2 +- packages/integrations/vue/package.json | 2 +- packages/markdown/component/CHANGELOG.md | 6 +++ packages/markdown/component/package.json | 2 +- pnpm-lock.yaml | 38 +++++++++++++++++-- 26 files changed, 86 insertions(+), 57 deletions(-) delete mode 100644 .changeset/blue-spies-live.md delete mode 100644 .changeset/kind-cycles-smile.md delete mode 100644 .changeset/large-keys-peel.md delete mode 100644 .changeset/modern-turkeys-shop.md delete mode 100644 .changeset/sour-turtles-tap.md delete mode 100644 .changeset/swift-flies-press.md delete mode 100644 .changeset/thirty-books-smoke.md delete mode 100644 .changeset/yellow-plants-stare.md diff --git a/.changeset/blue-spies-live.md b/.changeset/blue-spies-live.md deleted file mode 100644 index 9fef9819c..000000000 --- a/.changeset/blue-spies-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixed a bug that threw an Exception when spreading potentially undefined values as HTML attributes diff --git a/.changeset/kind-cycles-smile.md b/.changeset/kind-cycles-smile.md deleted file mode 100644 index 9cdb28aa2..000000000 --- a/.changeset/kind-cycles-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Add readable error message for invalid dynamic routes. diff --git a/.changeset/large-keys-peel.md b/.changeset/large-keys-peel.md deleted file mode 100644 index 4f431944d..000000000 --- a/.changeset/large-keys-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix Zod errors getting flagged as configuration errors diff --git a/.changeset/modern-turkeys-shop.md b/.changeset/modern-turkeys-shop.md deleted file mode 100644 index 758236619..000000000 --- a/.changeset/modern-turkeys-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/markdown-component': patch ---- - -Fix Markdown component error message false positive diff --git a/.changeset/sour-turtles-tap.md b/.changeset/sour-turtles-tap.md deleted file mode 100644 index 320ec6620..000000000 --- a/.changeset/sour-turtles-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/svelte': major ---- - -Update to svelte2tsx 0.6.15 and vite-plugin-svelte 2.4.1 diff --git a/.changeset/swift-flies-press.md b/.changeset/swift-flies-press.md deleted file mode 100644 index f57237d0e..000000000 --- a/.changeset/swift-flies-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fix for experimental redirects in dev mode diff --git a/.changeset/thirty-books-smoke.md b/.changeset/thirty-books-smoke.md deleted file mode 100644 index f127b4017..000000000 --- a/.changeset/thirty-books-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Ensure create-astro respects package manager registry configuration diff --git a/.changeset/yellow-plants-stare.md b/.changeset/yellow-plants-stare.md deleted file mode 100644 index 753541888..000000000 --- a/.changeset/yellow-plants-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro': patch ---- - -Fixes issue where Astro doesn't respect custom npm registry settings during project creation diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 7c6ef820d..7d2456ac4 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -1,5 +1,19 @@ # astro +## 2.6.2 + +### Patch Changes + +- [#7310](https://github.com/withastro/astro/pull/7310) [`52f0480d1`](https://github.com/withastro/astro/commit/52f0480d14c328ab69bd1f2681ddfd83f7385ab1) Thanks [@Edo-San](https://github.com/Edo-San)! - Fixed a bug that threw an Exception when spreading potentially undefined values as HTML attributes + +- [#7339](https://github.com/withastro/astro/pull/7339) [`e3271f8c1`](https://github.com/withastro/astro/commit/e3271f8c167288dc60b94242d01d459c162ec06d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add readable error message for invalid dynamic routes. + +- [#7316](https://github.com/withastro/astro/pull/7316) [`e6bff651f`](https://github.com/withastro/astro/commit/e6bff651ff80466b3e862e637d2a6a3334d8cfda) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix Zod errors getting flagged as configuration errors + +- [#7342](https://github.com/withastro/astro/pull/7342) [`bbcf69e7b`](https://github.com/withastro/astro/commit/bbcf69e7b8d4bbb759fe0c7e5fd2d2ed58090b59) Thanks [@matthewp](https://github.com/matthewp)! - Fix for experimental redirects in dev mode + +- [#7326](https://github.com/withastro/astro/pull/7326) [`1430ffb47`](https://github.com/withastro/astro/commit/1430ffb4734edbb67cbeaaee7e89a9f78e00473c) Thanks [@calebdwilliams](https://github.com/calebdwilliams)! - Fixes issue where Astro doesn't respect custom npm registry settings during project creation + ## 2.6.1 ### Patch Changes diff --git a/packages/astro/package.json b/packages/astro/package.json index 668628502..7e28c40a2 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "astro", - "version": "2.6.1", + "version": "2.6.2", "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 7de1cee8f..d1e06d4cb 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 3.1.7 + +### Patch Changes + +- [#7326](https://github.com/withastro/astro/pull/7326) [`1430ffb47`](https://github.com/withastro/astro/commit/1430ffb4734edbb67cbeaaee7e89a9f78e00473c) Thanks [@calebdwilliams](https://github.com/calebdwilliams)! - Ensure create-astro respects package manager registry configuration + ## 3.1.6 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index c38e0839a..d63aab0b4 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.1.6", + "version": "3.1.7", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/cloudflare/package.json b/packages/integrations/cloudflare/package.json index b0b525328..31b1fb628 100644 --- a/packages/integrations/cloudflare/package.json +++ b/packages/integrations/cloudflare/package.json @@ -43,7 +43,7 @@ "tiny-glob": "^0.2.9" }, "peerDependencies": { - "astro": "workspace:^2.6.1" + "astro": "workspace:^2.6.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index 110fd6dc7..b0269c078 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -36,7 +36,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.6.1" + "astro": "workspace:^2.6.2" }, "devDependencies": { "astro": "workspace:*", diff --git a/packages/integrations/image/package.json b/packages/integrations/image/package.json index 1b782c28c..25b415469 100644 --- a/packages/integrations/image/package.json +++ b/packages/integrations/image/package.json @@ -62,7 +62,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.6.1", + "astro": "workspace:^2.6.2", "sharp": ">=0.31.0" }, "peerDependenciesMeta": { diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index cee6c3584..061478b14 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -73,7 +73,7 @@ "zod": "^3.17.3" }, "peerDependencies": { - "astro": "workspace:^2.6.1" + "astro": "workspace:^2.6.2" }, "devDependencies": { "@astrojs/markdown-remark": "^2.2.1", diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index f9a72b73e..bd25d3bd1 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -43,7 +43,7 @@ "esbuild": "^0.15.18" }, "peerDependencies": { - "astro": "workspace:^2.6.1" + "astro": "workspace:^2.6.2" }, "devDependencies": { "@netlify/edge-functions": "^2.0.0", diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index cfa708ffd..b897843b3 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -38,7 +38,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^2.6.1" + "astro": "workspace:^2.6.2" }, "devDependencies": { "@types/node": "^18.7.21", diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md index f2f8a41c6..d920c6973 100644 --- a/packages/integrations/svelte/CHANGELOG.md +++ b/packages/integrations/svelte/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/svelte +## 3.0.0 + +### Major Changes + +- [#7314](https://github.com/withastro/astro/pull/7314) [`e47e53dc0`](https://github.com/withastro/astro/commit/e47e53dc0c38468c9cf7ffaf6e21c80291d013cc) Thanks [@wackbyte](https://github.com/wackbyte)! - Update to svelte2tsx 0.6.15 and vite-plugin-svelte 2.4.1 + +### Patch Changes + +- Updated dependencies [[`52f0480d1`](https://github.com/withastro/astro/commit/52f0480d14c328ab69bd1f2681ddfd83f7385ab1), [`e3271f8c1`](https://github.com/withastro/astro/commit/e3271f8c167288dc60b94242d01d459c162ec06d), [`e6bff651f`](https://github.com/withastro/astro/commit/e6bff651ff80466b3e862e637d2a6a3334d8cfda), [`bbcf69e7b`](https://github.com/withastro/astro/commit/bbcf69e7b8d4bbb759fe0c7e5fd2d2ed58090b59), [`1430ffb47`](https://github.com/withastro/astro/commit/1430ffb4734edbb67cbeaaee7e89a9f78e00473c)]: + - astro@2.6.2 + ## 2.2.0 ### Minor Changes diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json index 61d959537..d201d7ff7 100644 --- a/packages/integrations/svelte/package.json +++ b/packages/integrations/svelte/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/svelte", - "version": "2.2.0", + "version": "3.0.0", "description": "Use Svelte components within Astro", "type": "module", "types": "./dist/index.d.ts", @@ -48,7 +48,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.6.1", + "astro": "workspace:^2.6.2", "svelte": "^3.55.0" }, "engines": { diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json index 8d1050637..9fc0706aa 100644 --- a/packages/integrations/tailwind/package.json +++ b/packages/integrations/tailwind/package.json @@ -44,7 +44,7 @@ "vite": "^4.3.1" }, "peerDependencies": { - "astro": "workspace:^2.6.1", + "astro": "workspace:^2.6.2", "tailwindcss": "^3.0.24" }, "pnpm": { diff --git a/packages/integrations/vercel/package.json b/packages/integrations/vercel/package.json index d1d8fd0b9..d2c0d28b2 100644 --- a/packages/integrations/vercel/package.json +++ b/packages/integrations/vercel/package.json @@ -60,7 +60,7 @@ "web-vitals": "^3.1.1" }, "peerDependencies": { - "astro": "workspace:^2.6.1" + "astro": "workspace:^2.6.2" }, "devDependencies": { "@types/set-cookie-parser": "^2.4.2", diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json index 0ae3a937b..8fec7523d 100644 --- a/packages/integrations/vue/package.json +++ b/packages/integrations/vue/package.json @@ -56,7 +56,7 @@ "vue": "^3.2.37" }, "peerDependencies": { - "astro": "workspace:^2.6.1", + "astro": "workspace:^2.6.2", "vue": "^3.2.30" }, "engines": { diff --git a/packages/markdown/component/CHANGELOG.md b/packages/markdown/component/CHANGELOG.md index ad8e52412..bd49bc439 100644 --- a/packages/markdown/component/CHANGELOG.md +++ b/packages/markdown/component/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/markdown-component +## 1.0.5 + +### Patch Changes + +- [#7343](https://github.com/withastro/astro/pull/7343) [`3d9a392a0`](https://github.com/withastro/astro/commit/3d9a392a09133aeb7a6efeb59c307f27a9b83198) Thanks [@matthewp](https://github.com/matthewp)! - Fix Markdown component error message false positive + ## 1.0.4 ### Patch Changes diff --git a/packages/markdown/component/package.json b/packages/markdown/component/package.json index 73e6a8315..a135515ba 100644 --- a/packages/markdown/component/package.json +++ b/packages/markdown/component/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/markdown-component", "description": "Use the legacy Markdown component in your Astro site", - "version": "1.0.4", + "version": "1.0.5", "type": "module", "author": "withastro", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fa63609b1..f4d222da1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -205,7 +205,7 @@ importers: version: link:../../packages/integrations/solid '@astrojs/svelte': specifier: ^2.2.0 - version: link:../../packages/integrations/svelte + version: 2.2.0(astro@packages+astro)(svelte@3.58.0)(typescript@5.0.2) '@astrojs/vue': specifier: ^2.2.1 version: link:../../packages/integrations/vue @@ -283,7 +283,7 @@ importers: dependencies: '@astrojs/svelte': specifier: ^2.2.0 - version: link:../../packages/integrations/svelte + version: 2.2.0(astro@packages+astro)(svelte@3.58.0)(typescript@5.0.2) astro: specifier: ^2.5.6 version: link:../../packages/astro @@ -355,7 +355,7 @@ importers: version: link:../../packages/integrations/node '@astrojs/svelte': specifier: ^2.2.0 - version: link:../../packages/integrations/svelte + version: 2.2.0(astro@packages+astro)(svelte@3.58.0)(typescript@5.0.2) astro: specifier: ^2.5.6 version: link:../../packages/astro @@ -5465,6 +5465,23 @@ packages: vscode-uri: 3.0.7 dev: false + /@astrojs/svelte@2.2.0(astro@packages+astro)(svelte@3.58.0)(typescript@5.0.2): + resolution: {integrity: sha512-4kfh3GEIIOqH/wwTwLloRsZJ3z7rJ1eZWZ1oFrfEIjiQny5XqxyRJp/tUseKfaeDwKQGL+9t31ePTuwxx5oung==} + engines: {node: '>=16.12.0'} + peerDependencies: + astro: '*' + svelte: ^3.54.0 + dependencies: + '@sveltejs/vite-plugin-svelte': 2.4.1(svelte@3.58.0)(vite@4.3.1) + astro: link:packages/astro + svelte: 3.58.0 + svelte2tsx: 0.5.23(svelte@3.58.0)(typescript@5.0.2) + transitivePeerDependencies: + - supports-color + - typescript + - vite + dev: false + /@babel/code-frame@7.21.4: resolution: {integrity: sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==} engines: {node: '>=6.9.0'} @@ -16787,6 +16804,21 @@ packages: svelte: 3.58.0 dev: false + /svelte2tsx@0.5.23(svelte@3.58.0)(typescript@5.0.2): + resolution: {integrity: sha512-jYFnugTQRFmUpvLXPQrKzVYcW5ErT+0QCxg027Zx9BuvYefMZFuoBSTDYe7viPEFGrPPiLgT2m7f5n9khE7f7Q==} + peerDependencies: + svelte: ^3.24 + typescript: ^4.1.2 + peerDependenciesMeta: + typescript: + optional: true + dependencies: + dedent-js: 1.0.1 + pascal-case: 3.1.2 + svelte: 3.58.0 + typescript: 5.0.2 + dev: false + /svelte2tsx@0.6.15(svelte@3.58.0)(typescript@5.0.2): resolution: {integrity: sha512-+j6RmA3g5pPs1DHa/rdzJjjhZuCfWx0IbNPaR99A2bvOSPPY6BlVkBGU0urI+DGcWHhYEG28Flo942KqlAkpEQ==} peerDependencies: