summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/big-mugs-approve.md5
-rw-r--r--.changeset/gorgeous-cameras-smile.md5
-rw-r--r--.changeset/great-hotels-reply.md5
-rw-r--r--.changeset/metal-phones-cross.md5
-rw-r--r--.changeset/mighty-pugs-retire.md5
-rw-r--r--.changeset/shiny-hornets-relate.md5
-rw-r--r--.changeset/slimy-oranges-argue.md5
-rw-r--r--.changeset/small-maps-give.md5
-rw-r--r--.changeset/strange-carpets-drop.md5
-rw-r--r--.changeset/tough-cars-yawn.md5
-rw-r--r--.changeset/witty-lies-end.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-multiple/package.json2
-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.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/hackernews/package.json2
-rw-r--r--examples/integration/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/ssr/package.json2
-rw-r--r--examples/starlog/package.json2
-rw-r--r--examples/toolbar-app/package.json2
-rw-r--r--examples/with-markdoc/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.md24
-rw-r--r--packages/astro/package.json2
-rw-r--r--packages/underscore-redirects/CHANGELOG.md6
-rw-r--r--packages/underscore-redirects/package.json2
-rw-r--r--pnpm-lock.yaml51
39 files changed, 78 insertions, 108 deletions
diff --git a/.changeset/big-mugs-approve.md b/.changeset/big-mugs-approve.md
deleted file mode 100644
index cd068a78d..000000000
--- a/.changeset/big-mugs-approve.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes sourcemap warning generated by the `astro:server-islands` Vite plugin
diff --git a/.changeset/gorgeous-cameras-smile.md b/.changeset/gorgeous-cameras-smile.md
deleted file mode 100644
index c158b8e11..000000000
--- a/.changeset/gorgeous-cameras-smile.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug that caused pages that return an empty array from getStaticPath to match every path
diff --git a/.changeset/great-hotels-reply.md b/.changeset/great-hotels-reply.md
deleted file mode 100644
index b46aefff0..000000000
--- a/.changeset/great-hotels-reply.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a case where `astro:content` types would be erased when restarting the dev server
diff --git a/.changeset/metal-phones-cross.md b/.changeset/metal-phones-cross.md
deleted file mode 100644
index d4e5f6f86..000000000
--- a/.changeset/metal-phones-cross.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a regression around the server islands route, which was not passed to the adapters `astro:build:done` hook
diff --git a/.changeset/mighty-pugs-retire.md b/.changeset/mighty-pugs-retire.md
deleted file mode 100644
index 8520213a4..000000000
--- a/.changeset/mighty-pugs-retire.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes race condition where dev server would attempt to load collections before the content had loaded
diff --git a/.changeset/shiny-hornets-relate.md b/.changeset/shiny-hornets-relate.md
deleted file mode 100644
index a310f37e8..000000000
--- a/.changeset/shiny-hornets-relate.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/underscore-redirects': patch
----
-
-Fixes the type of `force`
diff --git a/.changeset/slimy-oranges-argue.md b/.changeset/slimy-oranges-argue.md
deleted file mode 100644
index f28ff49e1..000000000
--- a/.changeset/slimy-oranges-argue.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where responses can be returned before session data is saved
diff --git a/.changeset/small-maps-give.md b/.changeset/small-maps-give.md
deleted file mode 100644
index e62ef3e4e..000000000
--- a/.changeset/small-maps-give.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Some non-index files that were incorrectly being treated as index files are now excluded
diff --git a/.changeset/strange-carpets-drop.md b/.changeset/strange-carpets-drop.md
deleted file mode 100644
index 7f2e7861c..000000000
--- a/.changeset/strange-carpets-drop.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Adds `render()` to stub content types
diff --git a/.changeset/tough-cars-yawn.md b/.changeset/tough-cars-yawn.md
deleted file mode 100644
index 534018e45..000000000
--- a/.changeset/tough-cars-yawn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where session data could be corrupted if it is changed after calling .set()
diff --git a/.changeset/witty-lies-end.md b/.changeset/witty-lies-end.md
deleted file mode 100644
index d12046eae..000000000
--- a/.changeset/witty-lies-end.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes an issue when crawlers try to index Server Islands thinking that Server Islands are pages
diff --git a/examples/basics/package.json b/examples/basics/package.json
index 96ceb34cf..967abed47 100644
--- a/examples/basics/package.json
+++ b/examples/basics/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 9f6267694..c107628a0 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -13,6 +13,6 @@
"@astrojs/mdx": "^4.0.3",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index ba56521e9..c1c9647c4 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0"
diff --git a/examples/container-with-vitest/package.json b/examples/container-with-vitest/package.json
index 22ef7af1e..cb65e9514 100644
--- a/examples/container-with-vitest/package.json
+++ b/examples/container-with-vitest/package.json
@@ -12,7 +12,7 @@
},
"dependencies": {
"@astrojs/react": "^4.1.2",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitest": "^3.0.0-beta.3"
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 5c37865fa..601893430 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -13,6 +13,6 @@
"@astrojs/alpinejs": "^0.4.1",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.3",
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 840ac0d86..20c1a4e6c 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -17,7 +17,7 @@
"@astrojs/vue": "^5.0.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"preact": "^10.24.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 57a6fc251..4e8c40cca 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.1",
"@preact/signals": "^2.0.0",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"preact": "^10.24.3"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 44b0422a7..dec5febb8 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -13,7 +13,7 @@
"@astrojs/react": "^4.1.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 6dba36f6b..d8ea6cbd3 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/solid-js": "^5.0.1",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"solid-js": "^1.9.3"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 9eee89331..c057f0c92 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/svelte": "^7.0.3",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"svelte": "^5.1.16"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index a53600e0e..90baf26e3 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/vue": "^5.0.4",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"vue": "^3.5.12"
}
}
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 2c99aa895..a46b11676 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.0.0",
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
}
}
diff --git a/examples/integration/package.json b/examples/integration/package.json
index fda557091..a244cc68b 100644
--- a/examples/integration/package.json
+++ b/examples/integration/package.json
@@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
},
"peerDependencies": {
"astro": "^4.0.0"
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index f2e095503..d6db60936 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 8278c8cf7..953f09541 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -10,6 +10,6 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
}
}
diff --git a/examples/ssr/package.json b/examples/ssr/package.json
index 8c9f02d13..898763764 100644
--- a/examples/ssr/package.json
+++ b/examples/ssr/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/svelte": "^7.0.3",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"svelte": "^5.1.16"
}
}
diff --git a/examples/starlog/package.json b/examples/starlog/package.json
index a6d6a329f..bcda7e06d 100644
--- a/examples/starlog/package.json
+++ b/examples/starlog/package.json
@@ -9,7 +9,7 @@
"astro": "astro"
},
"dependencies": {
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"sass": "^1.80.6",
"sharp": "^0.33.3"
}
diff --git a/examples/toolbar-app/package.json b/examples/toolbar-app/package.json
index e82ee0be0..2f1cd3212 100644
--- a/examples/toolbar-app/package.json
+++ b/examples/toolbar-app/package.json
@@ -16,6 +16,6 @@
},
"devDependencies": {
"@types/node": "^18.17.8",
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
}
}
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json
index 777bb9466..b78680856 100644
--- a/examples/with-markdoc/package.json
+++ b/examples/with-markdoc/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/markdoc": "^0.12.4",
- "astro": "^5.1.2"
+ "astro": "^5.1.3"
}
}
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json
index 7fddbaf91..b6db3fafa 100644
--- a/examples/with-mdx/package.json
+++ b/examples/with-mdx/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/preact": "^4.0.1",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"preact": "^10.24.3"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 7759b2e84..260ad7f44 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -12,7 +12,7 @@
"dependencies": {
"@astrojs/preact": "^4.0.1",
"@nanostores/preact": "^0.5.2",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"nanostores": "^0.11.3",
"preact": "^10.24.3"
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 320a7bb58..3201c8f8b 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -13,7 +13,7 @@
"@astrojs/mdx": "^4.0.3",
"@astrojs/tailwind": "^5.1.4",
"@types/canvas-confetti": "^1.6.4",
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"autoprefixer": "^10.4.20",
"canvas-confetti": "^1.9.3",
"postcss": "^8.4.49",
diff --git a/examples/with-vitest/package.json b/examples/with-vitest/package.json
index ba3a476a0..db6125f36 100644
--- a/examples/with-vitest/package.json
+++ b/examples/with-vitest/package.json
@@ -11,7 +11,7 @@
"test": "vitest"
},
"dependencies": {
- "astro": "^5.1.2",
+ "astro": "^5.1.3",
"vitest": "^3.0.0-beta.3"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 62bdd370f..0fcfffb5c 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,29 @@
# astro
+## 5.1.3
+
+### Patch Changes
+
+- [#12877](https://github.com/withastro/astro/pull/12877) [`73a0788`](https://github.com/withastro/astro/commit/73a078835eb92a05c3f681ee025c93d6db85b907) Thanks [@bluwy](https://github.com/bluwy)! - Fixes sourcemap warning generated by the `astro:server-islands` Vite plugin
+
+- [#12906](https://github.com/withastro/astro/pull/12906) [`2d89492`](https://github.com/withastro/astro/commit/2d89492d73142ed5c7cea9448d841a9892e66598) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused pages that return an empty array from getStaticPath to match every path
+
+- [`011fa0f`](https://github.com/withastro/astro/commit/011fa0f00ce457cb6b582d36b6b5b17aa89f0a70) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where `astro:content` types would be erased when restarting the dev server
+
+- [#12907](https://github.com/withastro/astro/pull/12907) [`dbf1275`](https://github.com/withastro/astro/commit/dbf1275987d4d9724eab471f1600fba9a50aefb8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a regression around the server islands route, which was not passed to the adapters `astro:build:done` hook
+
+- [#12818](https://github.com/withastro/astro/pull/12818) [`579bd93`](https://github.com/withastro/astro/commit/579bd93794b787485479aa3b16554409a0504ed2) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes race condition where dev server would attempt to load collections before the content had loaded
+
+- [#12883](https://github.com/withastro/astro/pull/12883) [`fbac92f`](https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6) Thanks [@kaytwo](https://github.com/kaytwo)! - Fixes a bug where responses can be returned before session data is saved
+
+- [#12815](https://github.com/withastro/astro/pull/12815) [`3acc654`](https://github.com/withastro/astro/commit/3acc65444c27d87b6f2d61bdfa7df0e0db4e2686) Thanks [@ericswpark](https://github.com/ericswpark)! - Some non-index files that were incorrectly being treated as index files are now excluded
+
+- [#12884](https://github.com/withastro/astro/pull/12884) [`d7e97a7`](https://github.com/withastro/astro/commit/d7e97a775dda7a851bfc10b06161f9a1d3631ed3) Thanks [@ascorbic](https://github.com/ascorbic)! - Adds `render()` to stub content types
+
+- [#12883](https://github.com/withastro/astro/pull/12883) [`fbac92f`](https://github.com/withastro/astro/commit/fbac92f8bdbb5ee1312726b2a535a81271b3f7d6) Thanks [@kaytwo](https://github.com/kaytwo)! - Fixes a bug where session data could be corrupted if it is changed after calling .set()
+
+- [#12827](https://github.com/withastro/astro/pull/12827) [`7b5dc6f`](https://github.com/withastro/astro/commit/7b5dc6f0f1fbb825f52cd587aa1f7d21d731b3de) Thanks [@sinskiy](https://github.com/sinskiy)! - Fixes an issue when crawlers try to index Server Islands thinking that Server Islands are pages
+
## 5.1.2
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 0d7b6de9a..466e93cdd 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "5.1.2",
+ "version": "5.1.3",
"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/underscore-redirects/CHANGELOG.md b/packages/underscore-redirects/CHANGELOG.md
index b957c353c..101586a25 100644
--- a/packages/underscore-redirects/CHANGELOG.md
+++ b/packages/underscore-redirects/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/underscore-redirects
+## 0.5.1
+
+### Patch Changes
+
+- [#12904](https://github.com/withastro/astro/pull/12904) [`7fdbd43`](https://github.com/withastro/astro/commit/7fdbd4384dea186b9bbc2c6b130e8aba2a2c1e89) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes the type of `force`
+
## 0.5.0
### Minor Changes
diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json
index 4a552ecef..aae990792 100644
--- a/packages/underscore-redirects/package.json
+++ b/packages/underscore-redirects/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/underscore-redirects",
"description": "Utilities to generate _redirects files in Astro projects",
- "version": "0.5.0",
+ "version": "0.5.1",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index f10296dc2..6279bfc08 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -142,7 +142,7 @@ importers:
examples/basics:
dependencies:
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/blog:
@@ -157,13 +157,13 @@ importers:
specifier: ^3.2.1
version: link:../../packages/integrations/sitemap
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/component:
devDependencies:
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/container-with-vitest:
@@ -172,7 +172,7 @@ importers:
specifier: ^4.1.2
version: link:../../packages/integrations/react
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -203,7 +203,7 @@ importers:
specifier: ^3.14.3
version: 3.14.3
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/framework-multiple:
@@ -230,7 +230,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -260,7 +260,7 @@ importers:
specifier: ^2.0.0
version: 2.0.0(preact@10.25.1)
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -278,7 +278,7 @@ importers:
specifier: ^18.3.1
version: 18.3.1
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
react:
specifier: ^18.3.1
@@ -293,7 +293,7 @@ importers:
specifier: ^5.0.1
version: link:../../packages/integrations/solid
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
solid-js:
specifier: ^1.9.3
@@ -305,7 +305,7 @@ importers:
specifier: ^7.0.3
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
svelte:
specifier: ^5.1.16
@@ -317,7 +317,7 @@ importers:
specifier: ^5.0.4
version: link:../../packages/integrations/vue
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
vue:
specifier: ^3.5.12
@@ -329,25 +329,25 @@ importers:
specifier: ^9.0.0
version: 9.0.0(astro@packages+astro)
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/integration:
devDependencies:
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/minimal:
dependencies:
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/portfolio:
dependencies:
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/ssr:
@@ -359,7 +359,7 @@ importers:
specifier: ^7.0.3
version: link:../../packages/integrations/svelte
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
svelte:
specifier: ^5.1.16
@@ -368,7 +368,7 @@ importers:
examples/starlog:
dependencies:
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
sass:
specifier: ^1.80.6
@@ -383,7 +383,7 @@ importers:
specifier: ^18.17.8
version: 18.19.50
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/with-markdoc:
@@ -392,7 +392,7 @@ importers:
specifier: ^0.12.4
version: link:../../packages/integrations/markdoc
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
examples/with-mdx:
@@ -404,7 +404,7 @@ importers:
specifier: ^4.0.1
version: link:../../packages/integrations/preact
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
preact:
specifier: ^10.24.3
@@ -419,7 +419,7 @@ importers:
specifier: ^0.5.2
version: 0.5.2(nanostores@0.11.3)(preact@10.25.1)
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
nanostores:
specifier: ^0.11.3
@@ -440,7 +440,7 @@ importers:
specifier: ^1.6.4
version: 1.6.4
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
autoprefixer:
specifier: ^10.4.20
@@ -458,7 +458,7 @@ importers:
examples/with-vitest:
dependencies:
astro:
- specifier: ^5.1.2
+ specifier: ^5.1.3
version: link:../../packages/astro
vitest:
specifier: ^3.0.0-beta.3
@@ -9004,7 +9004,6 @@ packages:
libsql@0.4.5:
resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==}
- cpu: [x64, arm64, wasm32]
os: [darwin, linux, win32]
lilconfig@3.1.3:
@@ -11002,9 +11001,6 @@ packages:
resolution: {integrity: sha512-M/wqwtOEjgb956/+m5ZrYT/Iq6Hax0OakWbokj8+9PXOnB7b/4AxESHieEtnNEy7ZpjsjYW1/5nK8fATQMmRxw==}
peerDependencies:
vue: '>=3.2.13'
- peerDependenciesMeta:
- vue:
- optional: true
vite@6.0.5:
resolution: {integrity: sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==}
@@ -17477,7 +17473,6 @@ snapshots:
vite-svg-loader@5.1.0(vue@3.5.13(typescript@5.7.2)):
dependencies:
svgo: 3.3.2
- optionalDependencies:
vue: 3.5.13(typescript@5.7.2)
vite@6.0.5(@types/node@18.19.50)(jiti@2.4.0)(sass@1.82.0)(yaml@2.5.1):