summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-07 06:41:40 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-07 15:41:40 +0200
commit46cbf10c4baf0218f83aa741863e044374ea64d1 (patch)
treea84c0739d4414f3f1d2c54b8879641670174710a
parentc87ae80053605848b988984a3b89c29fc22e1d19 (diff)
downloadastro@4.15.12.tar.gz
astro@4.15.12.tar.zst
astro@4.15.12.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/beige-rice-tap.md5
-rw-r--r--.changeset/beige-students-compete.md5
-rw-r--r--.changeset/eighty-ligers-punch.md5
-rw-r--r--.changeset/large-phones-compare.md8
-rw-r--r--.changeset/mighty-lions-give.md5
-rw-r--r--.changeset/ninety-monkeys-complain.md5
-rw-r--r--.changeset/shy-knives-pretend.md5
-rw-r--r--.changeset/strange-cats-notice.md5
-rw-r--r--.changeset/swift-snakes-hope.md5
-rw-r--r--.changeset/thin-trains-fold.md5
-rw-r--r--.changeset/twenty-spoons-sneeze.md5
-rw-r--r--.changeset/wicked-sloths-cry.md5
-rw-r--r--.changeset/wise-pumas-fry.md5
-rw-r--r--examples/basics/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/container-with-vitest/package.json2
-rw-r--r--examples/framework-alpine/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json6
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/middleware/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/non-html-pages/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/server-islands/package.json2
-rw-r--r--examples/ssr/package.json4
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/view-transitions/package.json2
-rw-r--r--examples/with-markdoc/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown-shiki/package.json2
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--examples/with-vitest/package.json2
-rw-r--r--packages/astro/CHANGELOG.md20
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/db/CHANGELOG.md13
-rw-r--r--packages/db/package.json2
-rw-r--r--packages/integrations/svelte/CHANGELOG.md6
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/vue/CHANGELOG.md8
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/upgrade/CHANGELOG.md6
-rw-r--r--packages/upgrade/package.json2
-rw-r--r--pnpm-lock.yaml71
56 files changed, 135 insertions, 145 deletions
diff --git a/.changeset/beige-rice-tap.md b/.changeset/beige-rice-tap.md
deleted file mode 100644
index 67c7427a9..000000000
--- a/.changeset/beige-rice-tap.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Support passing the values `Infinity` and `-Infinity` as island props.
diff --git a/.changeset/beige-students-compete.md b/.changeset/beige-students-compete.md
deleted file mode 100644
index 06588695c..000000000
--- a/.changeset/beige-students-compete.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/vue': patch
----
-
-Fixes a case where IDs generated by `useId()` (introduced in Vue 3.5) would not be unique between islands
diff --git a/.changeset/eighty-ligers-punch.md b/.changeset/eighty-ligers-punch.md
deleted file mode 100644
index ee7acbec3..000000000
--- a/.changeset/eighty-ligers-punch.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/svelte': patch
----
-
-Fixes an Reference Error that occurred during client transitions
diff --git a/.changeset/large-phones-compare.md b/.changeset/large-phones-compare.md
deleted file mode 100644
index a603ea0a2..000000000
--- a/.changeset/large-phones-compare.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-'create-astro': patch
-'@astrojs/upgrade': patch
-'astro': patch
-'@astrojs/db': patch
----
-
-Removes the `strip-ansi` dependency in favor of the native Node API
diff --git a/.changeset/mighty-lions-give.md b/.changeset/mighty-lions-give.md
deleted file mode 100644
index 639e1569d..000000000
--- a/.changeset/mighty-lions-give.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/db': patch
----
-
-Fixes initial schema push for local file and in-memory libSQL DB
diff --git a/.changeset/ninety-monkeys-complain.md b/.changeset/ninety-monkeys-complain.md
deleted file mode 100644
index c8a06da1f..000000000
--- a/.changeset/ninety-monkeys-complain.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Clear content layer cache when astro version changes
diff --git a/.changeset/shy-knives-pretend.md b/.changeset/shy-knives-pretend.md
deleted file mode 100644
index 399065ca2..000000000
--- a/.changeset/shy-knives-pretend.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/db': patch
----
-
-Fixes relative local libSQL db URL
diff --git a/.changeset/strange-cats-notice.md b/.changeset/strange-cats-notice.md
deleted file mode 100644
index bb17a5aae..000000000
--- a/.changeset/strange-cats-notice.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"astro": patch
----
-
-Updates Vite links to use their new domain
diff --git a/.changeset/swift-snakes-hope.md b/.changeset/swift-snakes-hope.md
deleted file mode 100644
index 34c626b39..000000000
--- a/.changeset/swift-snakes-hope.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Allows special characters in Action names
diff --git a/.changeset/thin-trains-fold.md b/.changeset/thin-trains-fold.md
deleted file mode 100644
index d4df14584..000000000
--- a/.changeset/thin-trains-fold.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes missing `body` property on CollectionEntry types for content layer entries
diff --git a/.changeset/twenty-spoons-sneeze.md b/.changeset/twenty-spoons-sneeze.md
deleted file mode 100644
index c4a4bb592..000000000
--- a/.changeset/twenty-spoons-sneeze.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Updates the [`cookie`](https://npmjs.com/package/cookie) dependency to avoid the [CVE 2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764) vulnerability.
diff --git a/.changeset/wicked-sloths-cry.md b/.changeset/wicked-sloths-cry.md
deleted file mode 100644
index e701bb6b8..000000000
--- a/.changeset/wicked-sloths-cry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@astrojs/vue": patch
----
-
-Fixes an Reference Error that occurred during client transitions
diff --git a/.changeset/wise-pumas-fry.md b/.changeset/wise-pumas-fry.md
deleted file mode 100644
index 90452298c..000000000
--- a/.changeset/wise-pumas-fry.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Adds a helpful error when attempting to render an undefined collection entry
diff --git a/examples/basics/package.json b/examples/basics/package.json
index cc794deb3..7b84fa3d8 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 8f20c398c..366bd5576 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -14,6 +14,6 @@
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.2.0",
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 350d58f40..0896e2626 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index c893f2036..0ef2ba7a7 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest run"
},
"dependencies": {
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"@astrojs/react": "^3.6.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 672050c57..8ec2b1217 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -14,6 +14,6 @@
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index e346a30c2..5a87a490b 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/lit": "^4.3.0",
"@webcomponents/template-shadowroot": "^0.2.1",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"lit": "^3.2.0"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 0b50dd93b..21f271601 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -14,11 +14,11 @@
"@astrojs/preact": "^3.5.3",
"@astrojs/react": "^3.6.2",
"@astrojs/solid-js": "^4.4.2",
- "@astrojs/svelte": "^5.7.1",
- "@astrojs/vue": "^4.5.1",
+ "@astrojs/svelte": "^5.7.2",
+ "@astrojs/vue": "^4.5.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"preact": "^10.24.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 06ef50668..9c89525fc 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.3",
"@preact/signals": "^1.3.0",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"preact": "^10.24.2"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index c8b05da0c..2dd1e6211 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -14,7 +14,7 @@
"@astrojs/react": "^3.6.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index cb99bbb43..721dda5c4 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^4.4.2",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"solid-js": "^1.9.1"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 48e01dd84..f9c6448a0 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/svelte": "^5.7.1",
- "astro": "^4.15.11",
+ "@astrojs/svelte": "^5.7.2",
+ "astro": "^4.15.12",
"svelte": "^4.2.19"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 498f133e4..8411c9d37 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
- "@astrojs/vue": "^4.5.1",
- "astro": "^4.15.11",
+ "@astrojs/vue": "^4.5.2",
+ "astro": "^4.15.12",
"vue": "^3.5.11"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index fcb216010..50ddf619e 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^8.3.4",
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index 4737e512d..424f36fd6 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/middleware/package.json b/examples/middleware/package.json
index bb0aae854..29cc0c576 100644
--- a/examples/middleware/package.json
+++ b/examples/middleware/package.json
@@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/node": "^8.3.4",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"html-minifier": "^4.0.0"
},
"devDependencies": {
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index faa801c00..70d918ac4 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json
index b7c88a476..d51b7fde3 100644
--- a/examples/non-html-pages/package.json
+++ b/examples/non-html-pages/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index c05136f77..579dbad57 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/server-islands/package.json b/examples/server-islands/package.json
index bf2edf811..e36a883d2 100644
--- a/examples/server-islands/package.json
+++ b/examples/server-islands/package.json
@@ -17,7 +17,7 @@
"@tailwindcss/forms": "^0.5.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 05e66e08f..fafdcaaca 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,8 +13,8 @@
},
"dependencies": {
"@astrojs/node": "^8.3.4",
- "@astrojs/svelte": "^5.7.1",
- "astro": "^4.15.11",
+ "@astrojs/svelte": "^5.7.2",
+ "astro": "^4.15.12",
"svelte": "^4.2.19"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index e9030e345..49c08189d 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"sass": "^1.79.4",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index c53809e72..a635bf7b0 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -15,6 +15,6 @@
"./app": "./dist/app.js"
},
"devDependencies": {
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/view-transitions/package.json b/examples/view-transitions/package.json
index 86dc3b9f9..a1cc6d596 100644
--- a/examples/view-transitions/package.json
+++ b/examples/view-transitions/package.json
@@ -12,6 +12,6 @@
"devDependencies": {
"@astrojs/tailwind": "^5.1.1",
"@astrojs/node": "^8.3.4",
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 4678c8941..4d883ab77 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.11.4",
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 7320e6c00..dfa6ba5ac 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/markdown-remark": "^5.2.0",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"hast-util-select": "^6.0.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json
index ddaea577f..774f622de 100644
--- a/examples/with-markdown-shiki/package.json
+++ b/examples/with-markdown-shiki/package.json
@@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^4.15.11"
+ "astro": "^4.15.12"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 61cd42685..0a7fc9f2e 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/mdx": "^3.1.7",
"@astrojs/preact": "^3.5.3",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"preact": "^10.24.2"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 318d6ff6e..1440ab4cb 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/preact": "^3.5.3",
"@nanostores/preact": "^0.5.2",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"nanostores": "^0.11.3",
"preact": "^10.24.2"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 390f8c17f..8973f5bc8 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -14,7 +14,7 @@
"@astrojs/mdx": "^3.1.7",
"@astrojs/tailwind": "^5.1.1",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.47",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index 65b3ac06f..4b0efac40 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^4.15.11",
+ "astro": "^4.15.12",
"vitest": "^2.1.2"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 8db3a1bb8..2222030ad 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,25 @@
# astro
+## 4.15.12
+
+### Patch Changes
+
+- [#12121](https://github.com/withastro/astro/pull/12121) [`2490ceb`](https://github.com/withastro/astro/commit/2490cebdb93f13ee552cffa72b2e274d64e6b4a7) Thanks [@ascorbic](https://github.com/ascorbic)! - Support passing the values `Infinity` and `-Infinity` as island props.
+
+- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API
+
+- [#12126](https://github.com/withastro/astro/pull/12126) [`6e1dfeb`](https://github.com/withastro/astro/commit/6e1dfeb76bec09d24928bab798c6ad3280f42e84) Thanks [@ascorbic](https://github.com/ascorbic)! - Clear content layer cache when astro version changes
+
+- [#12117](https://github.com/withastro/astro/pull/12117) [`a46839a`](https://github.com/withastro/astro/commit/a46839a5c818b7de63c36d0c7e27f1a8f3b773dc) Thanks [@ArmandPhilippot](https://github.com/ArmandPhilippot)! - Updates Vite links to use their new domain
+
+- [#12124](https://github.com/withastro/astro/pull/12124) [`499fbc9`](https://github.com/withastro/astro/commit/499fbc91a6bdad8c86ff13a8caf1fa09433796b9) Thanks [@ascorbic](https://github.com/ascorbic)! - Allows special characters in Action names
+
+- [#12123](https://github.com/withastro/astro/pull/12123) [`b8673df`](https://github.com/withastro/astro/commit/b8673df51c6cc4ce6a288f8eb609b7a438a07d82) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fixes missing `body` property on CollectionEntry types for content layer entries
+
+- [#12132](https://github.com/withastro/astro/pull/12132) [`de35daa`](https://github.com/withastro/astro/commit/de35daa8517555c1b9c72bc7fe9cc955c4997a83) Thanks [@jcayzac](https://github.com/jcayzac)! - Updates the [`cookie`](https://npmjs.com/package/cookie) dependency to avoid the [CVE 2024-47764](https://nvd.nist.gov/vuln/detail/CVE-2024-47764) vulnerability.
+
+- [#12113](https://github.com/withastro/astro/pull/12113) [`a54e520`](https://github.com/withastro/astro/commit/a54e520d3c139fa123e7029c5933951b5c7f5a39) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds a helpful error when attempting to render an undefined collection entry
+
## 4.15.11
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index b44458af3..0c9271506 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "4.15.11",
+ "version": "4.15.12",
"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 9d91eab2a..59f6ab93f 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 4.9.1
+
+### Patch Changes
+
+- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API
+
## 4.9.0
### Minor Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index d48c7065d..35f29e83c 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.9.0",
+ "version": "4.9.1",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/db/CHANGELOG.md b/packages/db/CHANGELOG.md
index ad11ec028..376fde88d 100644
--- a/packages/db/CHANGELOG.md
+++ b/packages/db/CHANGELOG.md
@@ -1,5 +1,18 @@
# @astrojs/db
+## 0.14.2
+
+### Patch Changes
+
+- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API
+
+- [#12089](https://github.com/withastro/astro/pull/12089) [`6e06e6e`](https://github.com/withastro/astro/commit/6e06e6ed4f1c983f842527d7e3561a45a4407777) Thanks [@Fryuni](https://github.com/Fryuni)! - Fixes initial schema push for local file and in-memory libSQL DB
+
+- [#12089](https://github.com/withastro/astro/pull/12089) [`6e06e6e`](https://github.com/withastro/astro/commit/6e06e6ed4f1c983f842527d7e3561a45a4407777) Thanks [@Fryuni](https://github.com/Fryuni)! - Fixes relative local libSQL db URL
+
+- Updated dependencies []:
+ - @astrojs/studio@0.1.1
+
## 0.14.1
### Patch Changes
diff --git a/packages/db/package.json b/packages/db/package.json
index d54cc4260..2a94bf81b 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/db",
- "version": "0.14.1",
+ "version": "0.14.2",
"description": "Add libSQL and Astro Studio support to your Astro site",
"license": "MIT",
"repository": {
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 2d6c5b42b..12f1560c8 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 5.7.2
+
+### Patch Changes
+
+- [#12129](https://github.com/withastro/astro/pull/12129) [`5bc6223`](https://github.com/withastro/astro/commit/5bc6223b1200baba9679a4dafea79c73486c275d) Thanks [@martrapp](https://github.com/martrapp)! - Fixes an Reference Error that occurred during client transitions
+
## 5.7.1
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index 7da15c68d..0470efbfe 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "5.7.1",
+ "version": "5.7.2",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/vue/CHANGELOG.md b/packages/integrations/vue/CHANGELOG.md
index 1e5698849..e27cfa885 100644
--- a/packages/integrations/vue/CHANGELOG.md
+++ b/packages/integrations/vue/CHANGELOG.md
@@ -1,5 +1,13 @@
# @astrojs/vue
+## 4.5.2
+
+### Patch Changes
+
+- [#12112](https://github.com/withastro/astro/pull/12112) [`f9dd942`](https://github.com/withastro/astro/commit/f9dd9428c6cd1c9d23488ea4645f186b4a4ad4b2) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where IDs generated by `useId()` (introduced in Vue 3.5) would not be unique between islands
+
+- [#12116](https://github.com/withastro/astro/pull/12116) [`af8401e`](https://github.com/withastro/astro/commit/af8401ebf9e5cbe94ded0d0f745ed1e3ec6f6d8a) Thanks [@sammibajrami](https://github.com/sammibajrami)! - Fixes an Reference Error that occurred during client transitions
+
## 4.5.1
### Patch Changes
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index be8b2bfe1..4a321c85a 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "4.5.1",
+ "version": "4.5.2",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/upgrade/CHANGELOG.md b/packages/upgrade/CHANGELOG.md
index 2156497a7..2cf6c05f6 100644
--- a/packages/upgrade/CHANGELOG.md
+++ b/packages/upgrade/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/upgrade
+## 0.3.4
+
+### Patch Changes
+
+- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API
+
## 0.3.3
### Patch Changes
diff --git a/packages/upgrade/package.json b/packages/upgrade/package.json
index c036f8366..38655068b 100644
--- a/packages/upgrade/package.json
+++ b/packages/upgrade/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/upgrade",
- "version": "0.3.3",
+ "version": "0.3.4",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index e72aac28e..d2488100f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -113,7 +113,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/blog:
@@ -128,13 +128,13 @@ importers:
specifier: ^3.2.0
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/container-with-vitest:
@@ -143,7 +143,7 @@ importers:
specifier: ^3.6.2
version: link:../../packages/integrations/react
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -174,7 +174,7 @@ importers:
specifier: ^3.14.1
version: 3.14.1
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/framework-lit:
@@ -186,7 +186,7 @@ importers:
specifier: ^0.2.1
version: 0.2.1
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
lit:
specifier: ^3.2.0
@@ -204,10 +204,10 @@ importers:
specifier: ^4.4.2
version: link:../../packages/integrations/solid
'@astrojs/svelte':
- specifier: ^5.7.1
+ specifier: ^5.7.2
version: link:../../packages/integrations/svelte
'@astrojs/vue':
- specifier: ^4.5.1
+ specifier: ^4.5.2
version: link:../../packages/integrations/vue
'@types/react':
specifier: ^18.3.11
@@ -216,7 +216,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
preact:
specifier: ^10.24.2
@@ -246,7 +246,7 @@ importers:
specifier: ^1.3.0
version: 1.3.0(preact@10.24.2)
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
preact:
specifier: ^10.24.2
@@ -264,7 +264,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -279,7 +279,7 @@ importers:
specifier: ^4.4.2
version: link:../../packages/integrations/solid
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
solid-js:
specifier: ^1.9.1
@@ -288,10 +288,10 @@ importers:
examples/framework-svelte:
dependencies:
'@astrojs/svelte':
- specifier: ^5.7.1
+ specifier: ^5.7.2
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@@ -300,10 +300,10 @@ importers:
examples/framework-vue:
dependencies:
'@astrojs/vue':
- specifier: ^4.5.1
+ specifier: ^4.5.2
version: link:../../packages/integrations/vue
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
vue:
specifier: ^3.5.11
@@ -315,13 +315,13 @@ importers:
specifier: ^8.3.4
version: 8.3.4(astro@packages+astro)
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/middleware:
@@ -330,7 +330,7 @@ importers:
specifier: ^8.3.4
version: 8.3.4(astro@packages+astro)
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
html-minifier:
specifier: ^4.0.0
@@ -343,19 +343,19 @@ importers:
examples/minimal:
dependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/non-html-pages:
dependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/server-islands:
@@ -382,7 +382,7 @@ importers:
specifier: ^18.3.0
version: 18.3.0
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
postcss:
specifier: ^8.4.47
@@ -403,10 +403,10 @@ importers:
specifier: ^8.3.4
version: 8.3.4(astro@packages+astro)
'@astrojs/svelte':
- specifier: ^5.7.1
+ specifier: ^5.7.2
version: link:../../packages/integrations/svelte
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
svelte:
specifier: ^4.2.19
@@ -415,7 +415,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
sass:
specifier: ^1.79.4
@@ -427,7 +427,7 @@ importers:
examples/toolbar-app:
devDependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/view-transitions:
@@ -439,7 +439,7 @@ importers:
specifier: ^5.1.1
version: link:../../packages/integrations/tailwind
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/with-markdoc:
@@ -448,7 +448,7 @@ importers:
specifier: ^0.11.4
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/with-markdown-plugins:
@@ -457,7 +457,7 @@ importers:
specifier: ^5.2.0
version: link:../../packages/markdown/remark
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
hast-util-select:
specifier: ^6.0.2
@@ -478,7 +478,7 @@ importers:
examples/with-markdown-shiki:
dependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
examples/with-mdx:
@@ -490,7 +490,7 @@ importers:
specifier: ^3.5.3
version: link:../../packages/integrations/preact
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
preact:
specifier: ^10.24.2
@@ -505,7 +505,7 @@ importers:
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.3)(preact@10.24.2)
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
nanostores:
specifier: ^0.11.3
@@ -526,7 +526,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@@ -544,7 +544,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^4.15.11
+ specifier: ^4.15.12
version: link:../../packages/astro
vitest:
specifier: ^2.1.2
@@ -8822,7 +8822,6 @@ packages:
libsql@0.4.5:
resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==}
- cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32]
lilconfig@2.1.0: