Skip to content

Commit 0a0b197

Browse files
[ci] release (#12991)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d065182 commit 0a0b197

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+191
-160
lines changed

.changeset/cuddly-rings-sing.md

-5
This file was deleted.

.changeset/heavy-fireants-melt.md

-5
This file was deleted.

.changeset/kind-horses-smile.md

-5
This file was deleted.

.changeset/large-cherries-explain.md

-5
This file was deleted.

.changeset/many-pianos-develop.md

-5
This file was deleted.

.changeset/orange-suits-suffer.md

-5
This file was deleted.

.changeset/real-hairs-scream.md

-5
This file was deleted.

.changeset/tiny-otters-hear.md

-16
This file was deleted.

.changeset/twenty-cherries-switch.md

-5
This file was deleted.

.changeset/warm-pandas-lick.md

-5
This file was deleted.

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.1.7"
13+
"astro": "^5.1.8"
1414
}
1515
}

examples/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.0.6",
13+
"@astrojs/mdx": "^4.0.7",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.1.7"
16+
"astro": "^5.1.8"
1717
}
1818
}

examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.1.7"
18+
"astro": "^5.1.8"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^4.1.5",
15-
"astro": "^5.1.7",
14+
"@astrojs/react": "^4.1.6",
15+
"astro": "^5.1.8",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.0.2"

examples/framework-alpine/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/alpinejs": "^0.4.1",
13+
"@astrojs/alpinejs": "^0.4.2",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.8",
16-
"astro": "^5.1.7"
16+
"astro": "^5.1.8"
1717
}
1818
}

examples/framework-multiple/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.2",
14-
"@astrojs/react": "^4.1.5",
15-
"@astrojs/solid-js": "^5.0.3",
16-
"@astrojs/svelte": "^7.0.3",
17-
"@astrojs/vue": "^5.0.5",
13+
"@astrojs/preact": "^4.0.3",
14+
"@astrojs/react": "^4.1.6",
15+
"@astrojs/solid-js": "^5.0.4",
16+
"@astrojs/svelte": "^7.0.4",
17+
"@astrojs/vue": "^5.0.6",
1818
"@types/react": "^18.3.18",
1919
"@types/react-dom": "^18.3.5",
20-
"astro": "^5.1.7",
20+
"astro": "^5.1.8",
2121
"preact": "^10.25.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.2",
13+
"@astrojs/preact": "^4.0.3",
1414
"@preact/signals": "^2.0.1",
15-
"astro": "^5.1.7",
15+
"astro": "^5.1.8",
1616
"preact": "^10.25.4"
1717
}
1818
}

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^4.1.5",
13+
"@astrojs/react": "^4.1.6",
1414
"@types/react": "^18.3.18",
1515
"@types/react-dom": "^18.3.5",
16-
"astro": "^5.1.7",
16+
"astro": "^5.1.8",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/solid-js": "^5.0.3",
14-
"astro": "^5.1.7",
13+
"@astrojs/solid-js": "^5.0.4",
14+
"astro": "^5.1.8",
1515
"solid-js": "^1.9.4"
1616
}
1717
}

examples/framework-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/svelte": "^7.0.3",
14-
"astro": "^5.1.7",
13+
"@astrojs/svelte": "^7.0.4",
14+
"astro": "^5.1.8",
1515
"svelte": "^5.19.0"
1616
}
1717
}

examples/framework-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/vue": "^5.0.5",
14-
"astro": "^5.1.7",
13+
"@astrojs/vue": "^5.0.6",
14+
"astro": "^5.1.8",
1515
"vue": "^3.5.13"
1616
}
1717
}

examples/hackernews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/node": "^9.0.1",
14-
"astro": "^5.1.7"
14+
"astro": "^5.1.8"
1515
}
1616
}

examples/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^5.1.7"
18+
"astro": "^5.1.8"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.1.7"
13+
"astro": "^5.1.8"
1414
}
1515
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.1.7"
13+
"astro": "^5.1.8"
1414
}
1515
}

examples/ssr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/node": "^9.0.1",
15-
"@astrojs/svelte": "^7.0.3",
16-
"astro": "^5.1.7",
15+
"@astrojs/svelte": "^7.0.4",
16+
"astro": "^5.1.8",
1717
"svelte": "^5.19.0"
1818
}
1919
}

examples/starlog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^5.1.7",
12+
"astro": "^5.1.8",
1313
"sass": "^1.83.4",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^18.17.8",
19-
"astro": "^5.1.7"
19+
"astro": "^5.1.8"
2020
}
2121
}

examples/with-markdoc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/markdoc": "^0.12.6",
14-
"astro": "^5.1.7"
13+
"@astrojs/markdoc": "^0.12.7",
14+
"astro": "^5.1.8"
1515
}
1616
}

examples/with-mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.0.6",
14-
"@astrojs/preact": "^4.0.2",
15-
"astro": "^5.1.7",
13+
"@astrojs/mdx": "^4.0.7",
14+
"@astrojs/preact": "^4.0.3",
15+
"astro": "^5.1.8",
1616
"preact": "^10.25.4"
1717
}
1818
}

examples/with-nanostores/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.2",
13+
"@astrojs/preact": "^4.0.3",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.1.7",
15+
"astro": "^5.1.8",
1616
"nanostores": "^0.11.3",
1717
"preact": "^10.25.4"
1818
}

examples/with-tailwindcss/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.0.6",
14-
"@astrojs/tailwind": "^5.1.4",
13+
"@astrojs/mdx": "^4.0.7",
14+
"@astrojs/tailwind": "^5.1.5",
1515
"@types/canvas-confetti": "^1.9.0",
16-
"astro": "^5.1.7",
16+
"astro": "^5.1.8",
1717
"autoprefixer": "^10.4.20",
1818
"canvas-confetti": "^1.9.3",
1919
"postcss": "^8.5.1",

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"astro": "^5.1.7",
14+
"astro": "^5.1.8",
1515
"vitest": "^3.0.2"
1616
}
1717
}

packages/astro/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# astro
22

3+
## 5.1.8
4+
5+
### Patch Changes
6+
7+
- [#12998](https://github.com/withastro/astro/pull/12998) [`9ce0038`](https://github.com/withastro/astro/commit/9ce003802109f704cc1f081759f3d2af2c1ea2c2) Thanks [@Kynson](https://github.com/Kynson)! - Fixes the issue that audit incorrectly flag images as above the fold when the scrolling container is not body
8+
9+
- [#12990](https://github.com/withastro/astro/pull/12990) [`2e12f1d`](https://github.com/withastro/astro/commit/2e12f1d7526f12fa0e1e63482f100bbb81a8b36e) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused references to be incorrectly reported as invalid
10+
11+
- [#12984](https://github.com/withastro/astro/pull/12984) [`2d259cf`](https://github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug in dev where files would stop being watched if the Astro config file was edited
12+
13+
- [#12984](https://github.com/withastro/astro/pull/12984) [`2d259cf`](https://github.com/withastro/astro/commit/2d259cf4abf27a4f0a067bedb32d0459c4fce507) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug where the content layer would use an outdated version of the Astro config if it was edited in dev
14+
15+
- [#12982](https://github.com/withastro/astro/pull/12982) [`429aa75`](https://github.com/withastro/astro/commit/429aa7547572915b5f7f9a4146529e704069128b) Thanks [@bluwy](https://github.com/bluwy)! - Fixes an issue where server islands do not work in projects that use an adapter but only have prerendered pages. If an adapter is added, the server island endpoint will now be added by default.
16+
17+
- [#12995](https://github.com/withastro/astro/pull/12995) [`78fd73a`](https://github.com/withastro/astro/commit/78fd73a0dfbfab120111d5f1d1eaecd563bc82a6) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where `astro:actions` types would not work when using `src/actions.ts`
18+
19+
- [#13011](https://github.com/withastro/astro/pull/13011) [`cf30880`](https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@ascorbic](https://github.com/ascorbic)! - Upgrades Vite
20+
21+
- [#12733](https://github.com/withastro/astro/pull/12733) [`bbf1d88`](https://github.com/withastro/astro/commit/bbf1d8894e6ce5d2ebe45452a27072b9929053a8) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused the dev server to return an error if requesting "//"
22+
23+
- [#13001](https://github.com/withastro/astro/pull/13001) [`627aec3`](https://github.com/withastro/astro/commit/627aec3f04de424ec144cefac4a5a3b70d9ba0fb) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused Astro to attempt to inject environment variables into non-source files, causing performance problems and broken builds
24+
325
## 5.1.7
426

527
### Patch Changes

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "5.1.7",
3+
"version": "5.1.8",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

packages/db/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @astrojs/db
22

3+
## 0.14.6
4+
5+
### Patch Changes
6+
7+
- [#13011](https://github.com/withastro/astro/pull/13011) [`cf30880`](https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@ascorbic](https://github.com/ascorbic)! - Upgrades Vite
8+
9+
- Updated dependencies [[`cf30880`](https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398)]:
10+
- @astrojs/studio@0.1.4
11+
312
## 0.14.5
413

514
### Patch Changes

packages/db/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/db",
3-
"version": "0.14.5",
3+
"version": "0.14.6",
44
"description": "Add libSQL and Astro Studio support to your Astro site",
55
"license": "MIT",
66
"repository": {

packages/integrations/alpinejs/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/alpinejs
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- [#13011](https://github.com/withastro/astro/pull/13011) [`cf30880`](https://github.com/withastro/astro/commit/cf3088060d45227dcb48e041c4ed5e0081d71398) Thanks [@ascorbic](https://github.com/ascorbic)! - Upgrades Vite
8+
39
## 0.4.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)